body  {
  color : #000000;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;   /*For Opera*/
  padding-top: 0;   /*For Opera*/
  font-family: 'Trebuchet MS',verdana,arial,georgia,helvetica,"sans serif","times new roman";
}

body, body * {
	margin: 0; padding: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
/*	font-size: 12px;*/
}

body.body {
  background:url(images/fundo.gif) top repeat-x #CCC;
}

/*----------------  CLASSES DE FRONT-OFFICE --------------------*/
.descrSmall {font-size:9px;}
.descr {font-size:9px;}
.descrBig {font-size:12px; font-weight: bold}


a {}
p {}
h1 {font-size: 17px;}
h2 {font-size: 15px;}
h3 {font-size: 13px;}

img {border: 0;}
form {margin:0;}

/*----------------  LAYOUT --------------------*/


#container {
	display: block;
	position: relative;
	width: 800px;
	margin: 0 auto; 
	margin-top:10px;
	/*background: url(images/back_container.jpg) repeat-y;*/
	text-align: left;
	background:white;
}

#menu_bo {
	display: block;
	position: absolute;
	float: left;
    width: 100px;
	margin: 0px 0px;
}

/* --- CAIXA LOGIN --- */
#caixa_login {
	padding: 5px;
	color:#000000;
	/*background: #F4F4F4;
	border: 1px solid #CCC;*/

}

#caixa_login input, #caixa_login .bt {
	padding-left: 3px;
	height: 18px;
	border: 1px solid #CCC;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#caixa_login .bt {
	height: 20px;
	//height: 18px;
	color: white;
	font-weight: bold;
	background: #666;
	border: none;
}

#header {
	position: relative;
	margin: 0; padding: 0;
	
	width: 800px;
	height: 110px;
	
	text-align: left;
	background: url(images/fundo_header.jpg) top center no-repeat;
}

#leftcolumn {
	float:left;
	margin:0;
	padding: 0;
	width:238px;
	/*background: #AD251D url(images/barra_left.jpg) repeat-y right;*/
	text-align: left;
	/*min-height:500px;
	//height:675px;*/
	height:300px;
}

#main {
  text-align: left;
  padding-left:5px;
  margin-top: 5px;
  //margin-top: 3px;
  width: 550px;
  //width: 555px;
  min-height:305px;/* for mozilla*/
  float: left;
}

#footer {
  position: relative;
  width:800px;
  min-height:50px;/* for mozilla*/
  //height:70px;
  padding-top: 20px;
  /*background: url(images/back_container.jpg) repeat-y;*/
  clear:both;
  background:url(images/footer_bg.gif) bottom center no-repeat #FFF;
}


/* CAIXA MESES */
#caixa_meses {
	clear: both;
	margin: 5px 10px 0 0;
	padding: 10px 0;
	
	width: auto;
	
	text-align: left;
	
	border: 1px dotted #CCC;
	border-width: 1px 0;
}

#caixa_meses strong {
	font-size: 13px;
}

#caixa_meses input {
	font-size: 12px;
	background: #EEE;
	padding: 2px;
	
	color: #333;
	border-width: 1px;
}

#rsslink {
/*position: absolute;
margin-left: 90%;*/
float:right;
margin-top: 4px;
font-weight: bold;
}

#rsslink {
}

/* BREADCRUMBS */
#breadcrumbs {
	padding: 4px;
	padding-left: 0px;

	border-bottom: 1px dotted #CCC;
	
	font-size: 9px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #666;
	
	font-size: 11px;
}

#breadcrumbs a:hover {

	color: black;
}

#table_box {
  width: 750px;
}

#caixa_pesquisa {
	position: absolute;
	right: 10px;
	bottom: 10px;

	
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.pesquisar_box {
	margin: 0 4px;
	height: 14px;
	background: white;
	border: 1px solid #CCCCCC;
	
	font-size: 11px;
}

#destaque_home
{
	width:545px;
	min-height:218px;
}

#destaque_home2
{
	background: url(images/fundo_dest1.gif) top no-repeat;
	
	width:545px;
}

#destaque_home_not
{
	padding:20px;
	margin-top:5px;
	background: url(images/fundo_dest1.gif) top no-repeat;
	width:505px;
	//width:545px;
}

#destaque_lateral
{
	clear:left;
	padding-top:20px;
	//padding-top:0px;
	margin-top:20px;
	margin-left:15px;
	width:200px;
}

#destaque_lateral a
{
	color:#000;
	text-decoration:none;
}

#details_div 
{
	margin:1px 5px;
	//margin:3px 5px;
}

#left_top div
{
  background: url(left_aesce_img.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

#left_top span
{
  display:none;
}

/* NEWSLETTER */

#mailing_box {
	float: left;
	margin: 2px 0 0 1px;
	padding: 6px;
	//width: 190px;
	border: 1px solid #CCC;
	background: #F4F4F4;
	
	text-align: left;
}

#mailing_box fieldset {
	padding-left: 0;
	border-top: 3px solid #DBDBDB;
	border-width: 3px 0 0 0;
}

#mailing_box fieldset legend {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#mailing_box .descr {
	margin: 0; padding: 6px 0;
	color: #666;
	font-size: 11px;
	text-align: left;
	line-height: 100%;
}

#mailing_box .textbox {
	border: 1px solid #CCC;
	background: white;
	color: black;
	font-size: 11px;
}

#mailing_box .submit {
	background: #FF9900;
	color: white;
	border: none;
	
	font-size: 11px;
	font-weight: bold;
	display: inline;
	
	margin-left: 7px;
	padding: 1px;
}

/* WIDGETS TOPO */

#barra_icons {

	margin-bottom: 10px;
	margin-right:10px;
	padding: 5px 0;
	font-size: 11px;
	
	text-align: right;
}
#barra_icons a, #barra_icons a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #AD251D;
	font-size: 11px;
}

#barra_icons a img {
	margin:0 3px -4px 0;
}

/* SONDAGEM */
#poll_box {
	float: left;
	margin: 2px 0 0 1px;
	padding: 6px;
	//width: 190px;

	border: 1px solid #CCC;
	background: #F4F4F4;
	
	text-align: left;
}

#poll_box fieldset {
	padding-left: 0;
	border-top: 3px solid #DBDBDB;
	border-width: 3px 0 0 0;
}

#poll_box fieldset legend {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#poll_box .descr {
	margin: 0; padding: 6px 0;
	color: #666;
	font-size: 11px;
	text-align: left;
	line-height: 125%;
	font-weight: bold;
}

#poll_box .show_results {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	
	float: left;
	cursor: pointer;
}

#poll_box .select {
	width: 125px;
	//width: 135px;
	font-size: 11px;
	color: #666;
	
	background: white;
	border: 1 px solid #999;
	
	float: left;
}

#poll_box .select option {
	font-size: 11px;
}

#poll_box .submit {
	background: #FF9900;
	color: white;
	border: none;
	
	font-size: 11px;
	font-weight: bold;
	display: inline;
	
	margin-left: 7px;
	padding: 2px;
	
	cursor: pointer;
	
	float: right;
}

#poll_box label {
	cursor: pointer;
	font-size: 11px;
	color: #666;
	
	line-height: 100%;
}

/* VEJA TB */
#veja_tb{
	margin-top:20px;
	clear:both;
	margin:0 5px;
}

#veja_tb h3{

	font-size: 13px;
	color: #AD251D;
	padding-bottom: 5px;
	
}

#veja_tb ul {
	list-style: none;
	margin: 0; padding: 0;
}

#veja_tb ul li {
	padding-bottom: 2px;
}

#veja_tb ul li a {
	display: block;
	padding: 6px;
	
	color: #666;
	font-size: 11px;
	font-weight: normal;
	
	background: #F8F8F8;
	text-decoration: none;
}

#veja_tb ul li a:hover {
	background: #EEE;
	color: black;
}

/* TICKER */
#ticker {
	z-index:0;
	padding: 12px;
	
	background: #FFFCF7 url(images/bg_ticker.gif) repeat-x;
	border: 1px solid #FFE5BF;
	
	font-size: 13px;
}

/*----------------  CLASSES DE BACK-OFFICE --------------------*/
.list {font-size:10px; background-color:#EEEEEE;}
.listHeader {
  font-size:10px; 
  background-color:#CCCCCC; 
  font-weight: bold
}
.table_bk {background-color: white;}
.field {font-size:9px; font-weight: bold}
.value {font-size:9px;}
.box
{
  background-color: #EEEEEE;
  font-size: 9px;
  color: #000080;
  border: solid 1px #000000;
}

#menu a:hover {
  color: #495578;  
}

/*-- FORMULARIOS -- */

#multiForm {
	clear:both;
	position: relative;
	
	text-align: left;
	margin:0 5px;
	margin-top:20px;
}


#multiForm h3 {
	font-size: 16px;
	font-weight: bold;
	color: #AD251D;
	
	border: 1px solid #CCC;
	
	border-width: 1px 0;
}

#multiForm h4 {
	margin-top: 10px;

	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#multiForm, #multiForm * {
	font-size: 13px;
}

#multiForm form{
	margin:0; padding:0;	
}

#multiForm form p {
	font-weight: bold;
	margin-top: 8px;
}

.obs {font-size: 11px; color: #666;}
.obriga {font-weight: bold; color: #AD251D;}

#multiForm .fieldName {}
#multiForm .fieldValue {}
#multiForm .text {background: #FFFFFF url(images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm .file{background: #FFFFFF url(images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm textarea {background: #FFFFFF url(images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm .select {background: #FFFFFF url(images/bg_forms.gif) repeat-x; border: 1px solid #999;}
#multiForm option {background: white;}
#multiForm .box {background: #AD251D; border:none; color: white; font-weight: bold;}


