/* css document */
/*******************************************/
/*             GLOBAL STYLES               */
/*******************************************/
/* cinza 			= #BCBEC0 */
/* corpo de texto 	= #6D6E71 */
/* verde 			= #87D300 */
/* 50% preto 		= #939598 */ 
body {
	padding:0px;
	margin:0px;	
}

body, p, td, div, input, textarea {
	font-family: Tahoma,Helvetica,Helv;
	font-size: 11px;
	color: #6D6E71;
}

a {
	color: #939598;
	text-decoration: none;
}

a:hover {color: #8ED300;}

a img {border:0}

input, textarea, select {
	border: 0; /*#BCBEC0 1px solid;*/	
	color: #464646;
	background-color: #E6E6E6;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
	width: 330px;
	font-size: 11px;
}
.submit {width: 100px; background-color: #BCBEC0;}

/*******************************************/
/*         END OF GLOBAL STYLES            */
/*******************************************/
#container{	
	background-color: #ffffff;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#topo {
	padding: 0px; 
	z-index: 200; 
	left: 0px;
	vertical-align: top; 
	width:100%;
	position: relative; 
	top: 0px; 
	height: 160px;	
}

#icones_esq {
	position: absolute;
	left: 0px; 
	padding-left: 16px;
	top: 128px;
	height: 32px;	
	text-align: left;		
	z-index:100;
	width: 224px;
}
#icones_dir {
	position: absolute;
	left: 720px; 	
	top: 128px;
	height: 32px;			
	z-index:100;
}
/*******************************************/
/*        ESTILOS DO MENU DROPDOWN         */
/*******************************************/
#menu {
	position: absolute;
	left: 250px; 
	top: 128px;
	height: 32px;	
	text-align: left;		
	z-index:100;
	font-size: 12px;
}
#menu ul {
	padding: 0;
  	margin: 0;
  	list-style: none;	
}
#menu li {	
	float: left;
  	position: relative;
	height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	font-weight: bold;
	margin-left: 0px;
	vertical-align: middle;
	color: #BCBEC0;
	font-family: Tahoma,Helvetica,Helv;
}
#menu li > ul {
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#menu li ul {
  display: none;
  position: absolute; 
  top: 32px;
  left: 0;
  width: 240px;
  background-color:#FFFFFF;  
}
 
#menu li ul li{  
	float: left;
  	position: relative;  		
	padding: 0px;
	height: 32px;
	background-color: #c7c7c6;
	/*background-color: #939598;*/
	margin-top: 1px;
	opacity: .95; 
	moz-opacity: .95;
	filter: alpha(opacity=95);		
}

#menu li:hover ul, #menu li.over ul{ display: block; }

#menu li a {
	display: block;
	padding-top: 8px;
	padding-left: 16px;
	height: 24px; 
	text-transform:lowercase;
	font-weight: bold;	
	text-decoration:none;			
	color: #555555;		
	width: 224px;
	clear:both;
}

#menu li a:hover {
	color:#FFFFFF;
	background: #8fd400;
}

#menu li:hover, #menu li.over {	
	background: #8fd400; 
	color:#FFFFFF;
	cursor: pointer;
}
/*******************************************/
/*         FIM DOS ESTILOS DO MENU         */
/*******************************************/

table.barrabotoes {		
	width: 100%; 		
}
.barrabotoes td {
	font-weight: bold; 		
	font-family: Tahoma,Helvetica,Helv;
	font-size: 12px;
	color: #FFFFFF;
}

/*******************************************/
/*           COLUNA DA ESQUERDA            */
/*******************************************/
#leftcol {	
	padding-top: 64px;
  	width: 208px;
	left: 0px;
	float:left;
	min-height:400px;
	padding-left: 16px;
	padding-right: 8px;	
	margin-right: 8px;
	/*background-color:#993300;*/
}

#leftcol ul, #rightcol ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftcol li, #rightcol li {	
	display: block;
	margin: 0;
}

#leftcol li a {	
	padding-bottom: 6px;
	line-height: 17px;	
	display: block;
	color: #808080;
	text-decoration: none;		
}

#rightcol li a {	
	padding-top: 8px;
	line-height: 17px;	
	display: block;
	color: #808080;
	text-decoration: none;		
}

#leftcol li a {font-size: 12px;}

#leftcol li a:hover, #rightcol li a:hover {
	color: #8ED300;
}
/*******************************************/
/*       FIM DA COLUNA DA ESQUERDA         */
/*******************************************/
/*******************************************/
/*           ZONA DE CONTEUDOS             */
/*******************************************/
#contents {
	/*background-color:#FFCC00;*/
	float:left;
	margin-left:8px;
	padding-top: 64px;
	padding-left: 0px;
	padding-right: 0px;
	width:464px;
	left:0px;
}
#contents table{
	width: 100%;	
}
#contents td{
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}
#contents th, #send th, #rightcol th {
	height: 24px;
	background-color:#8ED300;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	text-align:left;	
	text-transform:lowercase;
	padding: 0px 8px 0px 8px;
}

#contents .thumb {
	float: left;
	padding-top: 2px;
	padding-right: 8px;
}

#contents object {float: left;}

#contents .resumohoje {/* estilo do resumo das noticias */
	padding: 0px 0px 12px 0px;
}
#contents .resumo {/* estilo do resumo das noticias */
	padding: 18px 0px 0px 0px;
}
#contents h1 , #contents h1 a, #send h1 { /* título das noticias */
	/*padding-top: 8px;*/
	font-size: 12px;
	font-weight:bold;	
	margin: 0;
	color: #666666;	
}

#contents h1 a:hover {color: #8ED300;}

#contents h2 { 
	padding-top: 8px;
	font-size: 11px;
	margin: 0;
	font-weight: normal;
}

#contents p { 	
	/*margin: 0px 0px 10px 0px;*/
	clear:both;
}

#contents hr {
	clear: both;
	width: 100%;	
	height: 4px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border: 0px solid #FFFFFF;
	background-color: #87D300;
	color:#87D300;
}

#contents .pagestatus {
	color: #BCBEC0;
	float: left;
}
#contents .pagecounter {
	color: #BCBEC0;
	font-size: 10px;
	float: right;
}

#contents .contextbuttons {
	height: 20px;
	background-color: #F1F1F2;
	line-height: 10px;
}

#contents ul {list-style: none;}
#contents li {float: none;}
#contents li a {}
#contents li a:hover {color: #8ED300;}

/*******************************************/
/*       FIM DA ZONA DE CONTEUDOS          */
/*******************************************/
#rightcol {
	float: right;
	margin-left:8px;
	padding-top:64px;
	padding-right:0px;
	width:232px;
	/*background-color:#006666;*/
}

#rightcol table {
	width:100%;
}

#rightcol td {
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	padding-left: 8px;
	padding-right: 8px;
}

#rightcol .pub {
	padding: 8px 0px 13px 0px;
	text-align:center;
	/*background-color:#009999;*/
}

#rightcol hr {
	clear: both;
	width: 100%;
	height: 4px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color:#FFFFFF;
	border: 0px solid #FFFFFF;
}

#rodape {
	clear: both;
	height: 36px;
	padding-top: 36px;
	padding-left: 258px;
	font-size: 10px;
	color: #666666;
}

#send td {padding-left:8px;}

td.calendarDateInput {
	padding-left: inherit;
	padding-right: inherit;	
}

select.calendarDateInput {	
	width:50px;		
	padding: 0px;	
	border: 0; 
	color: #464646;
	background-color: #E6E6E6;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
}

input.calendarDateInput {
	border: 0; 
	background-color: #E6E6E6;	
	width:35px;
	font-size:11px;
	color: #464646;
	padding: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 13px;
}
#contents table table table {width:100%;}
#contents table table, #contents table table td{width:auto;	padding: 0px;}
#contents table table img {padding: 0px;}
.noprint {}
.spacer {
	clear:both;
	float:left;
}
#contents .vermais {
	clear: both;
	float: right;
}
#contents .infoadicional{
	height:24px;
}
#contents td p 
{
	padding: 0;
	margin: 0;
}
