/* Hack para background no ie6 */
#sWrapper {
	margin:0px;
	_margin-left:10px;	
}

h1 {
	margin:0;
	padding:0;
}

.sLink {
	margin:0;
	padding:0;	
}

.sLink li {
	margin:0;
	padding:0;
	list-style-type:none;
}

 .cabecalho_listas {
 	height:20px;
	line-height:20px;
	background-color:#0F92BD;
	padding-left:3px; 
	padding-right:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em; 
	color:#FFFFFF;	
	font-weight:bold;
 }
 
 .cabecalho_listas .alink {
 	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em; 
	color:#FFFFFF;	
	font-weight:bold;
 }
 
 .stable th {
 	background-color:#46C5F0;
 	color:#FFFFFF;
 }
 
 .stable td {
 	background-color:#ffffff;
 }


#esquerda_pesquisa {
	float:left;		
	//margin-top:1px;
}
#centro_pesquisa {
	float:left;		
}
#direita_pesquisa {
	float:left;		
	//margin-top:1px;
}	

.esquerda_login {
	float:left;		
	//margin-top:1px;
}
.centro_login {
	float:left;		
}
.direita_login {
	float:left;		
	//margin-top:1px;
}	

#slideshow {
	position: absolute;
	top:0px;
	left:0px;
	width: 564px;
	height: 211px;
	overflow: hidden;
	z-index:0;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}
#contentor {
	position: relative;	
	width: 564px;
	height: 211px;			
}


a:link, a:active, a:visited {
	outline:none;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #0F92BD;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: #666;
}

form {
	padding:0px;
	margin:0px;
}
input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border:solid 1px #aaa;		
}

input[type=checkbox] {border: none;padding:0;} 
input[type=image] {border: none;padding:0;}

.menuLogado li {
	list-style-type:none;
	color:#FFFFFF;
}

.aLnkDirC {
	height:25px;
	line-height:25px;
	background-color:#0D80A6;
	padding-left:9px; 
	padding-right:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em; 
	color:#FFFFFF;
	width:163px;
}

.linksRecursos, .linksFaqs {
	text-align:left;
	height:31px;
	line-height:31px;
	background-color:#CEF0FB;
	padding-left:10px; 
	padding-right:10px; 
	border-bottom:1px solid #87DAF5; 
	border-top:1px solid white;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(/adm/img/icon_data.gif) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.popup-calendar-wrapper {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0; /* value for IE */
	padding: 4px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}

#content {
	float:left;
	width:543px;
	text-align:left;
	margin-left:-1px;
	font-size:1.1em;	
}
