/* Documento CSS */

/* Classes de Padronização */

BODY {
	SCROLLBAR-FACE-COLOR: #E2E2E2;
	SCROLLBAR-HIGHLIGHT-COLOR: #E2E2E2;
	SCROLLBAR-SHADOW-COLOR: #E2E2E2;
	SCROLLBAR-3DLIGHT-COLOR: #E2E2E2;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #E2E2E2;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../imagens/backgrond.jpg);
}

A {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

A:hover {
	color: #000000;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: underline;
}

a span{ display: none}
a:hover span {
color:#5a5a5a;
text-align:justify;
font:"Trebuchet MS";
text-decoration:none;
padding:2px;
width:195px;
height:80px;
border: 1px solid #000000;
background:#F2F2F2;
left: 528px;
top: 335px;
display: block;
position:absolute;
}

/****** Classes de Texto *******/

.txt_titulo{
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #436776;
	font-weight: bold;
}

.txt_tituloResult{
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #A4BFCC;
	font-weight: normal;
}

.txt_Branco{
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-weight: normal;
}

.txt_BrancoCalend{
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-weight: bold;
}
.txt_Padrao{
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #000000;
	font-weight: normal;
}

.txt_alerta{
	font-size: 11px;
	color: #CC0000;
	font-family: "Trebuchet MS";
	font-weight:bold;
}


/****** Links de Texto *******/

.lnk_DetalhesEmpre{
	color: #4A7182;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.lnk_DetalhesEmpre:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: #4A7182;
}

.lnk_DetalhesUltimos {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.lnk_DetalhesUltimos:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: #4A7182;
}

.lnk_Eventos{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.lnk_Eventos:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}

.link1 {
	font-weight: normal;
	color: #4A7182;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.link1:hover {
	color: #4A7182;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: underline;
}

.linkCalend {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.linkCalend:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: underline;
}

/*********** Padronização de imagens ***********/

.imagem {
	border: 1px solid #666666;
}

/*********** Definição das Divs ***********/

div#paginas {
	position:relative;
	width:200px;
	height:110px;
	z-index:1;
	left: 0px;
	top: 0px;
	overflow: auto;
}

div#Menu3 {
	position:relative;
	width:125px;
	height:135px;
	z-index:1;
	left: 172;
	top: 150px;
	overflow: hidden;
}

/*********** Definição dos campos de formulários ***********/
.campo1  {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 18px;
	}

.campo2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
    background-color: #F2F2F2;
}

.campo1textarea  {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
}

.campo2textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
}
