/* CSS Document */

/*-----------------------------------------------------------
    Tabela Alojamento
-----------------------------------------------------------*/

table.dataView, table.dataView td {
	border: 1px solid #C1C2C1;
	font-size: 90%;
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#717171;
	line-height:13px;
}

table.dataView {
	border: none;
	margin: 10px 0;
}

table.dataView thead th,
table.dataView tbody th {
	background: FFFFFF;
	color: #F09F2F;  
	padding: 5px;
	border: 1px solid #C1C2C1;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	font-family: 'Trebuchet MS', 'Gill Sans', "Bitstream Vera Sans", Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
}
 
table.dataView tbody th {
	background: #FFFFFF;
	color: #717171;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	vertical-align: middle;
}
 
table.dataView tbody th.bold {
	background: #4190d0;
	font-weight: bold;
    color: #FFFFFF;
	font-size: 120%;
	font-family: 'Trebuchet MS', 'Gill Sans', "Bitstream Vera Sans", Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-style: italic;
}

table.dataView tbody th.nd {
	background: #FFFFFF;
	border: 0px;
}

table.dataView tbody tr td {
	padding: 5px;
	color: #000;
	vertical-align: middle;
	text-align: center;
}

table.dataView tbody tr td b {
	color: #FF0000;
	font-weight: bold;
}

table.dataView tbody tr th.nopad {
	padding: 0;
}

table.dataView tbody tr td.alt, table.dataView tbody tr.alt td {
	background: #F5F5F5;
}

table.dataView tbody tr td.cent,
table.dataView tfoot tr td.cent {
	text-align: center;
}

table.dataView tbody tr td.altcent {
	text-align: center;
	background: #F5F5F5;
}

table.dataView tbody tr:hover td {
	background: #F3F3E3;
}

table.dataView tbody tr:hover th {
	background: #F3F3E3;
}

table.dataView tbody tr:hover th.bold {
	background: #4190d0;
}

table.dataView tbody tr:hover th.nd {
	background: #FFFFFF;
}

table.dataView tfoot td, table.dataView tfoot th {
	border-left: none;
	border-top: 1px solid #C1C2C1;
	padding: 5px;
	background: #FDC925;
	color: #000;
}

table.dataView caption {
	display: none;
}

table.dataView a:link, 
table.dataView a:visited, 
table.dataView a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

table.dataView a:hover {
	color: #000;
	text-decoration: none;
}
