body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.BG {
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
.linha{
background:#D7D7D7;
}

.barra {
        
         overflow: auto;
		 padding:8 px;
		 
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-3dlight-color:#FFFFFF;
		scrollbar-highlight-color:#787C8B;
		
		scrollbar-face-color:#787C8B;
		
		scrollbar-shadow-color:#787C8B;
		scrollbar-darkshadow-color:#FFFFFF;
		scrollbar-track-color:#F0F0F0;
		 
}

.fontNoar {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 10px;
	color: #666666;
}
.fontEndereco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/*link paginacao*/

a.linkpaginacao:link {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: #69696A;
	text-decoration:none;
	
}
a.linkpaginacao:visited {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: #69696A;
	text-decoration:none;
	
}
a.linkpaginacao:hover {

	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	

}

/*link janela*/

a.linkJanela:link {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	
}
a.linkJanela:visited {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	
}
a.linkJanela:hover {

	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}


.fontPaginacao{


	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color:#009933;
	text-decoration:none;
	

}

.borda{
border:1px solid #aeaeae;
}




/*tooltip_________________________________________________________________________*/

#dhtmltooltip{
position: absolute;
left: -300px;
/*width: 60px;*/
border: 1px solid #9598A0;
padding: 2px;
background-color:#E7E8E2;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

img {
	behavior: url("js/pngbehavior.htc");
}




.fontGeral {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: 4A4A4A;
	/*letter-spacing:1px;*/
	line-height: 16px;
}
.input {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 10px;
	background-color: #F8F8F8;
	border: 1px solid #E5E5E5;
	color: #535354;
	
	letter-spacing: 0.1em;
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
}

.botao {
	cursor:pointer;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color:#999999;
}

#divPai { 
	visibility:hidden; 
	position:absolute; 
	left:450px; 
	top:95px; 
	border:#aeaeae 1px solid;
} 
.carregadorAjax{

background:#000000; 
font-family:Arial, Helvetica, sans-serif; 
font-size:13px; 
color:#FFFFFF;
padding:5px;
font-weight:bold;

}