@charset "UTF-8";
/*
vermelho: #F00
azul: #00C
azul fraco1: #d6e2e5
azul fraco2: #add6ef 

*/

/*___________________ Zebrando Tabelas(padrao aplicado usando jQuery)________________________*/
.even { background-color: #d6e2e5; }
.odd  { background-color: #add6ef; }
.tableHeader  { 
	background-color: #336699;
	color: #FFF;
	font-size: 20px;
/*	border-bottom: 1px solid #00C;  */ 
}
	

/*___________________________________ Classe .cabecalho _____________________________________*/
.cabecalho h1 {
	text-align:center;
	width: 100%;
	color: #00C;
	font-size: 20px;
	pading-left: 5px;
	border-bottom: 1px solid #00C; 
}

button, input[type="reset"], input[type="submit"], .a_button {
	border:1px solid #fff;
	outline:1px solid #333dff;
	/*border-bottom:1x solid #b17676!important;*/
	color:#fff;
	background-color:#333dff;
	cursor:pointer;
	font-weight:bold;
	font-family:verdana,sans-serif;
	font-size:0.90em;
	margin-right:0px;
	margin-left:1px;
	height:1.8em;
	/*width:4.8em;*/
}

#sendError, #sendErrorText {
	background-color:red;
	outline-color:red;
}

.error_button {
	border:1px solid #fff;
	outline:1px solid #F00;
	/*border-bottom:1x solid #b17676!important;*/
	color:#fff;
	background-color:#F00;
	cursor:pointer;
	font-weight:bold;
	font-family:verdana,sans-serif;
	font-size:0.90em;
	margin-right:0px;
	margin-left:5px;
	height:1.8em;
	/*width:4.8em;*/
}

/*___________________________________ Classe .relatorio _____________________________________*/

.relatorio {
}

.relatorio table {
	width: 100%;
}

.relatorio table th {
	background-color: #00C; 
	font-style: bold; 
	font-size: 20px;
	color: #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.relatorio table td {
	font-size: 15px;
	padding-right: 1ex;
	border: 0px;
	border-right: 1px solid #FFFFFF;
}

.relatorio table caption {
	font-size: 20px;
	background-color: #d6e2e5;	
	text-align: left;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #333;
	padding-right: 0.3ex;
}


.relatorio legend {
	color: #8b4500; 
	float: right;
	font-size: 13px;
	font-weight: bold;
}

/*___________________________________ Classe .tabelaIdentificacao _____________________________________*/

.tabelaIdentificacao table {
	width: 100%;
}

.tabelaIdentificacao table th {
	background-color: #00C; 
	font-style: bold; 
	font-size: 12px; 
	color: #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.tabelaIdentificacao table td {
	font-size: 10px;
	padding-right: 1ex;
	border: 0px;
	border-right: 1px solid #FFFFFF;
}

.tabelaIdentificacao table caption {
	background-color: #d6e2e5;	
	text-align: left;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #333;
	padding-right: 0.3ex;
}

/*___________________________________ Classe .opcoesDaPagina _____________________________________*/
.opcoesDaPagina ul {
	width: 100%;
}

.opcoesDaPagina li {
    list-style: none;
}

.opcoesDaPagina button {
/*	display: inline;	*/
}
.opcoesDaPagina button {
/*	float: left; */ 
	display: block;	
	width: 30%; 
	border:1px solid #a29bc0;
	padding: 5px;
	cursor:pointer;
	/*
	border:1px solid #fff;
	border-bottom:1px solid #b17676!important;
	background-color:#00C;
	font-weight:bold;
	font-family:verdana,sans-serif;
	font-size:0.90em;
	margin-right:0px;
	margin-left:5px;
	*/
}

/*___________________________________ TESTES _____________________________________*/

/*
label, legend {
	display: block;
	text-align: left;
	width: 27em;
	color: yellow;
}
input, select {
	display: block;
	text-align: left;
	width: 27em;
}

fieldset {
	width: 300px;
	margin: 15px auto 0;
	border:1px solid #a29bc0;
	padding: 10px;
}
*/