@charset "utf-8";

.body2 {
	margin: 0px;
	padding: 0px;
}

.textoHeader {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a.textoHeader:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #558693;
	text-decoration: none;
}

.textoMenu {
	font-family: Tahoma;
	font-size: 11px;
	color: #4D6182;
	text-decoration: none;
}
a.textoMenu:hover {
	color: #7AA7AD;
}
.subTitulo {
	font-family: Tahoma;
	font-size: 12px;
	color: #0089e1;
}
.textoCinzaEscuro {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.textoCinzaEscuro:hover {
	color: #999999;
}
.textoBranco {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.camposForm {
	font-family: Tahoma;
	font-size: 11px;
	color: #5988a6;
	background-color: #c2e5fb;
	height: 22px;
	border: 1px solid #0089e1;
	padding-top: 3px;
	padding-left: 3px;
}
.alerta {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.buttons {
	font-family: Tahoma;
	font-size: 11px;
	color: #488bb5;
	background-color: #d1e8f6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
}
.camposFormMaior {
	font-family: Tahoma;
	font-size: 11px;
	color: #488bb5;
	background-color: #d1e8f6;
	padding: 4px;
	border: 1px solid #0089e1;
}
.bordaImagem {
	border: 1px solid #999999;
}

/* Avisos do AJAX - CSS - Edite aqui */

#divAviso{
	display:none;
	position:absolute;
	top:350px;
	left:40%;
	width:308px;
	height:110px;
	z-index:-1;
}
.aviso{
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:#006699;
}
.button {
	font-family: Tahoma;
	font-size: 11px;
	color: #0099CC;
	background-color: #F2FCFF;
	border: 1px solid #CCCCCC;
}
.aviso2 {
	font-family:Tahoma;
	font-weight:normal;
	font-size:10px;
	color:#006699;
}
.avisoVermelho {
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:#FF0000;
}
.bordaTabela {
	border: 2px solid #009999;
	background-color: #e4f0f6;
	padding: 5px;
}
.relativo{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-45px;
	margin-top:-11px;
}
