/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav {
 display:none;
}



img {
	border: 0px solid black;
}

.layoutPrincipal, .layoutPopup {
	display: none;	
}

.layoutPrint {
	display: inline;
}

.printTitulo {
	text-align: center;
	font-size: 20px;
	width: 100%;
}

table .displaytag , table .reportResult {
	border: 1px solid black;
}

a {
	text-decoration: none; 
	color: black;
}

thead td, th {
	font-weight: bold;
	border-bottom: 1px solid black;
}



table.tituloPagina td {
	font-size: 16px;
}

input[type=button], input[type=submit], .botao
{
	display:none;
}

input[type=text] {
	font-size: 11px;
	border: 0px solid black;
	font-weight: bold;
	width: auto;
}

img.imageCalendar {
	display: none;
}

table.cadastro {
	font-size: 11px;
}

#tabelaConteudo {
	width: 100%;
}	

h1, form, p {
	padding: 0px;
	margin: 1px;
}

.cadastro {
	margin-top: 4px;
	}

	
.tituloRound td.c , .tituloRound td.s , .toptable td , .bottomtable td , .messageRound td.c , .messageRound td.s , .corBase {
	background-color: #ffffff;
	}
	
