table {
	width:100%;
	clear:both;
	border:none;
	border-collapse:collapse
}
table .w1p {
	width: 1% !important;
}
table .w100p {
	width: 100% !important;
}
table .w50p {
	width: 50% !important;
}
table tr {
	background-color:#FFFFFF
}
table.list td {
	white-space:nowrap;
}
table td {
	vertical-align: middle;
	padding: 2px 5px;
	cursor:default;
	text-align: left;
}
table tfoot tr td,
table thead tr th{
	padding:2px 5px 3px;
	white-space:nowrap;
	text-align:center;
	color:#000000;
	border:1px solid #CCC;
	background:#CCC url(../imagens/bg/bg_listth.gif) repeat-x bottom
}
table h1,
table h2,
table h3,
table h4 {
	margin: 0;
}
table caption {
	padding:4px;
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	border: 1px solid #CCC;
	margin-top: 1.2em;
}

table a,
table a:link,
table a:hover,
table a:visited {
	background-image: none !important;
	text-decoration: none;
	padding: 4px;
}

table tbody tr td {
	border-bottom: 1px solid #EEE;
}

table tbody tr th {
	width: 0.1%;
	padding: 6px;
	color: #666;
	border-bottom: 1px solid #EEE;
}
.nowrap{white-space:nowrap}