/*fo*/

body  {
  color : #23575E;
  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 {background: url(images/fundo_main.jpg) repeat-x;height:100%;}
body, body * {
	margin: 0; padding: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

body.body {
  background-color: #BAD6DC;
}

/*----------------  CLASSES DE FRONT-OFFICE --------------------*/
.descrSmall {font-size:9px;}
.descr {font-size:9px;}
.descrBig {font-size:12px; font-weight: bold}


/*a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #23575E;
	text-decoration: none;
}

p {font-size: 11px; text-align: justify; color: #23575E;}
h1 {font-size: 13px;}
h2 {font-size: 11px;}
h3 {font-size: 10px;}
h4 {font-size: 10px;}

img {border: 0;}
form {margin:0;}*/

.img_left {
	display: block;
	float: left;
	
	margin: 0 10px 10px 0;
	
}

/*----------------  LAYOUT --------------------*/


#container {
	display: block;
	position: relative;
	width: 700px;
	//min-height: 700px;
	margin: 0 auto;
	padding: 0;
	padding-top:20px;
	background: url(images/bg_ondas.jpg) top right no-repeat;
}

/* --- CAIXA LOGIN --- */
#caixa_login {
	padding: 10px;
	margin: 0px;
	//margin-right: 6px;
	
	background: #F4F4F4;
	border: 1px solid #CCC;
	/*float: right;*/
	
	color: #666666;
	font-size: 12px;
	
	width: 80px;
	//width: 100px;
}

#caixa_login a {color: #666; font-weight: bold;}

#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;
}

#caixa_login2 {
	margin: 20px auto;
	padding: 10px;
	width: 220px;
//	width: 275px;
	
	background: #F4F4F4;
	border: 1px solid #CCC;

	color: #666666;
	font-size: 12px;
	
	text-align: left;
}

#caixa_login2 h2 {
	margin-bottom: 8px;
	padding: 6px;
	background: #666;
	color: white;
}

#header {
	position: relative;
	margin: 0; padding: 0;
	
	width: 700px;
	height: 94px;
	
	text-align: left;
	/*  background: url(images/fundo_header.jpg) bottom left repeat-x;   */
}

#header_menu {
	position: relative;
	margin: 0;
	padding: 0;
	
	width: 700px;
	height: 30px;
	
	border: 0px;
	background: url(images/menu_fundo.png) no-repeat;
	text-align:center;
}

#header_top2 {
	position: absolute;
	margin: 0;
	padding: 0;
	padding-right:6px;

	top:0px;
	right:0px;
	
	height: 30px;
	
	border: 0px;
	background: url(images/menutop2_dir.gif) no-repeat right;
}

#header_img {
	margin: 0;
	padding: 0;
	
	width: 700px;
	height: 150px;
}

#leftcolumn {
	float:right;
	margin: 10px 0px 10px 0px;
	padding: 0;
	width:228px;
	
	text-align: right;
}

#main {
  text-align: left;
  
  margin: 10px 0px 10px 0px;
  width: 470px;

  float: left;
}

#footer {
  position: relative;
  width:700px;
  min-height:50px;/* for mozilla*/
  //height:80px;
  padding-top: 20px;
  clear:both;
}

#footer_links a{
	text-decoration:none;
	color:#000;
}

#footer_links a:hover{
	text-decoration:none;
	color:#23575E;
}

/*idiomas*/
#inactive_lang, #active_lang{
	display:block;
	float:left;
	margin-left:4px;
}
#inactive_lang{
	background: #000000;
	filter:alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5;
}


/* 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 select {
	font-size: 12px;
}

#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-size: 13px;
font-weight: bold;
}

#rsslink a {
text-decoration: none;
color:#666;
}

#rsslink2 {margin-top: 4px; font-size: 13px; font-weight: bold;}

#rsslink2 a {text-decoration: none; color:#666;}

/* LISTA ÚLTIMAS NOTÍCIAS */
#lista_rss {
padding-left: 10px;
border-left: 1px solid #CCC;
}
#lista_rss a{
margin: 0; padding: 0;

font-size: 12px;

color: #333;
}


/* LISTA NOTICIAS */
.titulo_lista_noticias {
	padding-bottom: 4px;
	margin-bottom: 6px;
	
	border-bottom: 1px dotted #CCC;
	font-size: 13px;
}

.link_lista_noticias {
	font : normal bold 12px Verdana;
	color: #FF9900;
}

/* BREADCRUMBS */
#breadcrumbs {
	padding: 5px;
	padding-left: 13px;
	
/*	background: #F4F4F4 url(images/seta2.gif) no-repeat top left;*/
	border: 1px solid #CCC;
	
	font-size: 9px;
	
	/*-moz-border-radius: 8px;*/
}

#breadcrumbs a {
	text-decoration: none;
	color: #666;
	
	font-size: 11px;
}

#breadcrumbs a:hover {

	color: black;
}

#table_box {
  width: 700px;
}

#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{ padding-right: 10px;}
#destaque_home img, #destaque_home2 img {
	display: block;
	float: left;
	margin: 0 6px 10px 0;
	border: 1px solid #83B4BE;
}
/*#destaque_home h2 {margin: 12px 0;}
#destaque_home2 h2 {margin: 12px 0;}

/*#destaque_home .titulo_destaque a{font-size: 15px;font-weight: bold;}

#destaque_home h2 a
{	
	font-size: 13px;
	font-weight: bold;
	color: #23575E;
	text-decoration: none;
}

#destaque_home2 h2 a{

	font-size: 13px;
	font-weight: bold;
	color: #23575E;
	text-decoration: none;
	
	padding: 10px 0;
}

#destaque_home h2 a:hover {text-decoration: underline;}*/

#destaque_home p, #destaque_home2 p {text-align: justify;}
#destaque_home p a, #destaque_home2 p a,
#destaque_home p a:visited, #destaque_home2 p a:visited
{text-decoration: none; font-size: 13px; color: #333;}

#destaque_home2
{
	float:left;
/*
	width:48%;
	//width:50%;
*/
	padding-right:10px;
}

#destaque_lateral{
	float:left;
	margin: 0; padding: 0;
	//margin-top:10px;
}

#details_div {
	width:97%;
}

#left_top div
{
  background-repeat: repeat-y;
  background-position: center;
}

#left_top span
{
  display:none;
}

/* NEWSLETTER */

#mailing_box {
	float: left;
	margin: 0px 0 0 0px;
	padding: 10px;
	width: 216px;
	//width: 228px;
	height:120px;
	background: url(images/mailinglist_fundo.png) no-repeat;
	
	text-align: left;
}

#mailing_box fieldset {
	padding-left: 0;
	border: 0px;
}

#mailing_box fieldset legend {
	margin-left:-6px;
	font-size: 13px;
	font-weight: bold;
	color: #23575E;
}

#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 #7BB1BB;
	padding: 1px;
	padding-left: 3px;
	background: white;
	color: black;
	font-size: 11px;
}

#mailing_box .submit {
	
	height: 20px;
	background: url(images/bg_bt.gif);
	color: #23575E;
	border: 1px solid #7CB1BB;
	
	font-size: 11px;
	font-weight: bold;
	display: inline;
	
	margin-left: 7px;
	padding: 1px;
}

/* WIDGETS TOPO */

#barra_icons {

	margin: 2px 0;
	padding: 2px 0;
	font-size: 11px;
	
	text-align: right;
}
#barra_icons a, #barra_icons a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#barra_icons a img {
	margin:0 3px -3px 0;
}

/* SONDAGEM */
#poll_box {
	float: left;
	margin: 2px 0 0 1px;
	padding: 6px;
	width: 178px;
	//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 h3{

	font-size: 13px;
	color: #23575E;
	
	margin-top: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: url(images/bul_vejatb.gif) no-repeat;
	
	clear: both;

}

#veja_tb ul {
	list-style: none;
	margin: 0; padding: 0;
}

#veja_tb ul li {
	padding-bottom: 0px;
	border-bottom: 1px solid #BAD6DC;
}

#veja_tb ul li a {
	display: block;
	padding: 2px;
	padding-left:6px;
	
	color: #666;
	font-size: 11px;
	font-weight: normal;
	
	background: #D2E6E8;
	text-decoration: none;
}

#veja_tb ul li a:hover {
	background: #EFF4F7;
	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;
}

/* GLOSSÁRIO */
#barra_letras {text-align: center;}

#barra_letras a{
	margin: 1px; padding: 4px 8px;
	background: #FF9900;
	color: white;

	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}

#barra_letras a:hover {background: #666;}

.letra_glossario {
	padding: 3px;
	font-weight: bold;
	
}

.letra_glossario:hover {
	background: #666;
	color: white;
}

.titulo_lista_glossario {
	padding: 4px;
	background: #FFF8E6;

	font-size: 13px;
	color: #FF9900;
}



/*-- FORMULARIOS -- */

#multiForm {
	clear:both;
	position: relative;
	margin: 10px;
	
	text-align: left;
}


#multiForm h3 {
	padding: 3px 0;
	font-size: 16px;
	font-weight: bold;
	color: #23575E;
	
	border: 1px solid #83B4BE;
	
	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: red;}

#multiForm .fieldName {}
#multiForm .fieldValue {}
#multiForm .text {background: #FFFFFF url(images/bg_forms.gif) repeat-x; border: 1px solid #83B4BE;}
#multiForm textarea {background: #FFFFFF url(images/bg_forms.gif) repeat-x; border: 1px solid #83B4BE;}
#multiForm .select {background: #FFFFFF url(images/bg_forms.gif) repeat-x; border: 1px solid #83B4BE;}
#multiForm option {background: #FFFFFF;}
#multiForm .box {padding: 3px; background: #23575E; border:none; color: white; font-weight: bold;}

/* -- msgs loading -- */
#msg_ml {
	display:none;
	position: absolute;
	left: 0; top: 0;
	width:100%; height:100%;
	z-index:8000000000000000000;
	
	background: #000000;
	filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;
	text-align: center;
}
