/* ESTILOS DE FRONT-OFFICE GERAIS */


/*----------------  CLASSES DE FRONT-OFFICE --------------------*/
.table_bk {background-color: white;}
.descrSmall {font-size:9px;}
.descr {font-size:9px;}
.descrBig {font-size:12px; font-weight: bold}
.msg{font-size: 12px; text-align: left; line-height: 125%; color:#000000}
.field {padding-left: 10px; font-size:12px; font-weight: bold; color:#333;}
.listHeader {font-size:13px; background-color:#CCCCCC; font-weight: bold; color:#333;}
.box{ font-size: 12px;}
.label_wdg{font-family: Tahoma, Geneva, sans-serif;font-size:11px;font-weight:bold;font-weight:bold;}

p a{text-decoration: underline;}
li a{text-decoration: underline;}

img {border: 0;}
form {margin:0;}


/*----------------  LAYOUT --------------------*/


/*	FORM USERS 	*/
#form_users{
	width:262px;
	//width:280px;
	background: #FFF url(../images/bg_menu_lateral.gif) top repeat-x;
	border:1px solid #999999;
	padding:10px;
}

#form_users span{
	display:block;
	float:left;
	color:#55667D;
	font-size:16px;
	font-weight:bold;
}

#form_users .bt{
	background:#55667D;
	color: #FFFFFF;
	font-weight:bold;
	border:none;
	margin-left:5px;
	width:50px;
	text-align:center;
}



/*	FORM ADMIN 	*/
#form_admin{
	width:262px;
	//width:280px;
	background: #FFF url(../images/bg_menu_lateral.gif) top repeat-x;
	border:1px solid #999999;
	padding:10px;
}

#form_admin span{
	display:block;
	float:left;
	color:#55667D;
	font-size:16px;
	font-weight:bold;
}

#form_admin .bt{
	background:#55667D;
	color: #FFFFFF;
	font-weight:bold;
	border:none;
	margin-left:5px;
	width:50px;
	text-align:center;
}


/*	FORGOT PASS*/
#forgot_pw{
	background: #FFF url(../images/bg_menu_lateral.gif) top repeat-x;
	border:1px solid #999999;
	padding:10px;
}

#forgot_pw span{
	display:block;
	color:#55667D;
	font-size:16px;
	font-weight:bold;
}

#forgot_pw .bt{
	background:#55667D;
	color: #FFFFFF;
	font-weight:bold;
	border:none;
	margin-left:5px;
	width:50px;
	text-align:center;
}


/*	USERS FORM	*/
#users_form{
	width:100%;
}

#users_form .bt{
	background:#55667D;
	color: #FFFFFF;
	font-weight:bold;
	border:none;
	margin-left:5px;
	text-align:center;
}

#users_form .field {
	padding-top:10px;
	width:225px;
}

#users_form .field > div.name {
	margin-bottom:3px;
	display:block;
	font-weight:bold;
}

#users_form .field .textbox {
	background-color:#F5F5F5;
	border-width:2px 1px 1px 2px;
	border-color:#CCC;
	border-style:solid;
	padding:4px;
	font-size:11px;
	width:192px;
	//width:200px;
	//height:25px;
}

#users_form .field .textbox-focus {
	background-color:#FFF;
	border:1px solid #666;
	padding:4px;
	font-size:11px;
	margin:0 1px 1px 0;
	width:192px;
	//width:200px;
	//height:25px;
}

#users_form .field .textarea {
	background-color:#F5F5F5;
	border-width:2px 1px 1px 2px;
	border-color:#CCC;
	border-style:solid;
	padding:4px;
	font-size:11px;
	width:192px;
	//width:200px;
}

#users_form .field .textarea-focus {
	background-color:#FFF;
	border:1px solid #666;
	padding:4px;
	font-size:11px;
	margin:0 1px 1px 0;
	width:192px;
	//width:200px;
}

#users_form .field .select {
	background-color:#F5F5F5;
	border-width:2px 1px 1px 2px;
	border-color:#CCC;
	border-style:solid;
	padding:4px;
	font-size:11px;
	width:200px;
}

#users_form .field .select-focus {
	background-color:#FFF;
	border:1px solid #666;
	padding:4px;
	font-size:11px;
	margin:0 1px 1px 0;
	width:200px;
}

#users_form .field .radio{
	width:200px;
}

#users_form .field .checkbox{}

#users_form td.fieldhelp{
	padding-bottom:5px;
	vertical-align:bottom;
	width:100%;
}


/* --- CAIXA TELLFRIEND --- */

#caixa_tellfriend {
	text-align:left;
	width: 470px;
	border: 1px solid #65B9EB;
	background: #90CDF0;
	padding:10px 15px 0 15px;
}

#caixa_tellfriend .title{
	float:left;
	padding-bottom:5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	letter-spacing: -1px;
	padding:7px 14px 6px 7px;
	background:#0B475B;
}

#caixa_tellfriend .obriga {
	font-weight: normal; 
	color: #000033; 
	font-size: 11px;
}

#caixa_tellfriend .inf {
	font-weight: bold; 
	color: #000033; 
	font-size: 9px;
}

#caixa_tellfriend p {
	color:#000033;
	font-weight:bold;
	padding-top: 8px;
}

#caixa_tellfriend input {
	border:1px solid #65B9EB;
	width: 460px;
	padding:4px;
	font-size:13px;
	font-family:Arial;
}

#caixa_tellfriend textarea {
	border:1px solid #65B9EB;
	width: 460px;
	padding:4px;
	height:85px;
	font-size:13px;
	font-family:Arial;
}

#caixa_tellfriend .bt {
	margin-top:5px;
	background: url(../images/bg_botao.png) no-repeat; 
	border:none; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-align:center; 
	cursor:pointer; 
	font-size:16px; 
	font-family:Arial; 
	width:85px; 
	height:26px;
	float:right;
	
	
	
}

/* --- CAIXA COMENTARIOS --- */

#caixa_comments {
	text-align:left;
	width: 390px;
	//width: 420px;
	border: 1px solid #999999;
	background: #FFF url(../images/bg_menu_lateral.gif) top repeat-x;
	padding:10px 15px 0 15px;
}

#caixa_comments .title{
	float:left;
	padding-bottom:5px;
	color:#55667D;
	font-weight:bold;
	font-size:16px;
}

#caixa_comments p {
	color:#55667D;
	font-weight:bold;
	padding: 5px 0;
}

#caixa_comments input {
	border:1px solid #999999;
	width:100%;
	height:25px;
	font-size:13px;
	font-family:Arial;
}

#caixa_comments textarea {
	border:1px solid #999999;
	width:100%;
	height:85px;
	font-size:13px;
	font-family:Arial;
}

#caixa_comments .bt {
	background:#55667D;
	color: white; 
	font-weight: bold;
	width:80px;
	height:28px;
	margin-top:5px;
	text-align:center;
	float:right;
	border:none;
}

#caixa_comments .field {
	color:#55667D;
	font-weight:bold;
	padding: 5px 0;
}

/*-------LISTA COMENTARIOS-------*/

.comments_comment_font
{
	color:#55667D;
	font-size:15px;
	font-weight:bold;
}

.comments_commentadd_font
{
	color:#FF9900;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}


.comments_comment{
	background: url(../images/foto_comentario.gif) left 10px no-repeat;
	border-bottom:1px dotted #55667D;
	min-height:65px;
	//height:85px;
	padding:10px 0;
	padding-left:65px;
}

.comment_title{
	color: #55667D;
	font-size:13px;
	font-weight:bold;
}

.comment_author {
	color: #333333;
	font-size:11px;
}

.comment_descr{
	color: #666666;
	font-size:12px;
	padding-top:5px;
}



/* CAIXA MESES */
#caixa_meses {
	clear: both;
	margin: 5px 10px 20px 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: #55667D;
	padding: 2px;
	
	color: #FFFFFF;
	font-weight:bold;
	border: none;
}


/*WIDGETS*/

#barra_wdg {
	padding: 0;
	text-align: left;
	float:right;
}

#barra_wdg a{
	display:block;
}

#barra_wdg a, #barra_wdg a:hover {
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

#barra_wdg a img {
	margin:0 4px -3px 0;
}

#barra_wdg ul li{
	margin-left:0px;
}

.label_wdg{
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:underline;
	cursor:pointer;
}



/*-- FORMULARIOS -- */

#multiForm {
	position: relative;
	text-align: left;	
	margin-top:40px;
	width:500px;
}


#multiForm h2 {
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
	
	border-bottom: 1px dotted #CCC;
	
	padding:5px 0;
	margin-bottom:10px;
}

#multiForm h3 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	background:#0B475B;
	padding:7px 14px 6px 7px;
	letter-spacing: -1px;
}

#multiForm h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	margin-bottom:5px;
}

#multiForm, #multiForm * {
	font-size: 12px;
}

#multiForm form{
	margin:0; padding:0;	
}

#multiForm form p {
	font-weight: bold;
	margin-top: 8px;
}

#multiForm .label_op {margin-top:5px; font-size: 12px; color: #333333; font-weight:bold;}
#multiForm .label {font-size: 14px; color: #333333; font-weight:bold;}

#multiForm .obs {font-size: 11px; color: #000033;}
#multiForm .obriga {font-weight: normal; color: #000033; font-size: 11px;}
#multiForm .news {font-weight: normal; color: #000033; font-size: 11px;}

#multiForm .fieldName {}
#multiForm .fieldValue {}
#multiForm .text {background: #FFFFFF; border: 1px solid #65B9EB;font-family:Arial; padding:4px;}
#multiForm .file{background: #FFFFFF; border: 1px solid #65B9EB;font-family:Arial; padding:4px;}
#multiForm textarea {background: #FFFFFF; border: 1px solid #65B9EB;font-family:Arial; height:70px; padding:4px;}
#multiForm .select {background: #FFFFFF; border: 1px solid #65B9EB;font-family:Arial; padding:4px;}
#multiForm option {background: white;}
#multiForm .box {background: url(../images/bg_botao.png) no-repeat; border:none; color: #FFFFFF; font-weight: bold; text-align:center; cursor:pointer; font-size:16px; font-family:Arial; width:85px; height:26px;}

#multiForm .buttons{
	clear:both;
	text-align:right;
	padding-top:7px;
	width:360px;
}


/* -- MSGS LOADING -- */

#msg_ml {
	display:none;
	position: absolute;
	left: 0; top: 0;
	width:100%; height:100%;
	z-index:800;
	
	background: #000000;
	filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;
	text-align: center;
}

#layer_form {
	display:none;
	position: absolute;
	left: 0; top: 0;
	width:100%; height:100%;
	z-index:800;
	
	background: #000000;
	filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;
	text-align: center;
}

#style_msg{
	display:none;
	position: absolute;
	margin:0;
	margin-top:-10px;
	//margin-top:-12px;
	margin-left:-20px;
	width:530px; 
	height:580px;
	//height:610px;
	z-index:800;
	
	background: #000000;
	filter:alpha(opacity=30);-moz-opacity:0.3;opacity: 0.3;
	text-align: center;
}

/* background semi-transparente para a caixa "a carregar" da newsletter*/
#loading_bg{
	position:absolute;
	width: 160px;
	min-height:75px; //height:75px;
	
	text-align:center;
	font-weight: bold;
	
	background-color: #ffffff;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity: 0.75;
	border:1px solid #666;
	
}

#div_loading{
	width: 160px; 
	height: 25px;
	background-color: transparent;
	position: absolute;
	z-index: 100;
	text-align:center;
}

.msg-div{
	position:absolute;
	height:100px;
	z-index:100000;
}


/* VOTACAO STAR RATING */

.tit_vote{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	background: url(../images/icon_vote.gif) left no-repeat;
	padding-left: 20px;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:85px;
	height:17px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;

}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:17px;
	line-height:17px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:17px;
	z-index:6;
}
.star-rating a.two-stars{
	width:34px;
	z-index:5;
}
.star-rating a.three-stars{
	width:51px;
	z-index:4;
}
.star-rating a.four-stars{
	width:68px;
	z-index:3;
}
.star-rating a.five-stars{
	width:85px;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}



/*	MENSAGENS	*/

#div_msg_error{
	padding: 10px; 
	color: #333; 
	background: #FFF0F0; 
	text-align: left; 
	border: 1px solid #FF0000;
}

#div_msg_warning{
	padding: 10px; 
	color: #333; 
	background: #FFFFCC; 
	text-align: left; 
	border: 1px solid #FF9900;
}

#div_msg_ok{
	padding: 10px; 
	color: #333; 
	background: #F3FFE8; 
	text-align: left; 
	border: 1px solid #009900;
}

#div_msg_img{
	margin:7px 0px 10px 0px;
	font-size:13px;
	font-weight: bold; 
	color:black;
}


/* TAGS */
#titulo_tags{
	clear:both;
	background:url(../images/bg_title.gif);
	width:290px; //width:300px;
	height:25px; //height:30px;
	padding-top:5px;
	padding-left:10px;
}

#titulo_tags_maior{
	clear:both;
	background:url(../images/bg_title1.gif);
	width:395px; //width:405px;
	height:25px; //height:30px;
	padding-top:5px;
	padding-left:10px;
}

.title{display:block; font-size: 15px; color:#55667D; font-weight:bold; padding-bottom:10px;}

.tags_link{color: #333333;}

#tagCloud{
	clear:both;
	margin-top:10px;
	padding:5px;
	border:1px solid #8D9CB1;
}

#tagsline{
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#333333;
}

/*	TAGS FORM	*/

div.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}

div.auto_complete div.selected { 
  background-color: #CCCCCC; 
}

/* PESQUISA TAGS */

/*div que envolve resultado*/
.container_res_tag {
	border-bottom: 1px solid #CCCCCC;
}

/* titulo da pesquisa */
.tit_pesquisa_tags {
	font: bold 15px Arial,helvetica,sans-serif;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
}

.tit_pesquisa_tags img{
	vertical-align: middle;
}

.tit_pesquisa_tags span {
	color: #0077BA;
	text-decoration: underline;
}

/*link do registo*/
.tit_link_tag {
	margin:10px 0 5px 0;
}

.tit_link_tag a {
	font: bold 15px Arial,helvetica,sans-serif;
	text-decoration: underline;
	color: #013467;
}

.tit_data_tag {
	margin:10px 0 5px 0;
	font: normal 12px Arial,helvetica,sans-serif;
	color: #013467;
}

/* titulo da dominio */
.tit_dom {
	margin: 0;
	padding: 6px;
	font: bold 19px Arial,helvetica,sans-serif;
	color: #0077BA;
	background: url(../images/bg_titdomain_tags.gif) no-repeat;
}


/*	TOOLTIPS DESCRIÇÃO	*/
.tooltip_desc_fo{
	background: #FFF url(../images/tooltip_icon.gif) no-repeat scroll left center; color:#FFF;
	position:relative;
	padding-right:14px; height:14px;
	text-decoration:none;
	z-index:24;
	display:inline;
}
.tooltip_desc_fo:hover{z-index:25;}

.tooltip_desc_fo span{
	z-index:100;
	display:block;
   position:absolute;
	top:0em; left:18px; width:500px;
	color:#666;
}


/*----------------  ESTILOS TABS  XL--------------------*/

.tab_list {
	height: 30px;
	position: absolute;
}

.tab_list a:hover {text-decoration: none;}

.tab_verde_xl, .tab_verde_xl span {background: url(../images/tab_verde_xl.gif) no-repeat left; color: #41710D;}
.tab_cobalto_xl, .tab_cobalto_xl span {background: url(../images/tab_cobalto_xl.gif) no-repeat left; color:#FFF;}
.tab_metal_xl, .tab_metal_xl span {background: url(../images/tab_metal_xl.gif) no-repeat left; }
.tab_cinza_xl, .tab_cinza_xl span {background: url(../images/tab_cinza_xl.gif) no-repeat left; color:#FFF;}

.tab_verde, .tab_verde span {background: url(../images/tab_verde.gif) no-repeat left; color: #41710D;}
.tab_metal, .tab_metal span {background: url(../images/tab_metal.gif) no-repeat left; color: #666;}
.tab_cinza, .tab_cinza span {background: url(../images/tab_cinza.gif) no-repeat left; color: #FFF;}


.tab_verde_xl, .tab_cobalto_xl, .tab_metal_xl, .tab_cinza_xl {
	display: block;
	float: left;
	
	margin: 0 5px 0 0;
	padding: 0;
	
	padding-left: 8px;
	height: 30px;
	
	cursor: pointer;
}
.tab_verde, .tab_cobalto, .tab_metal, .tab_cinza{
	display: block;
	float: left;
	
	margin: 0 5px 0 0;
	padding: 0;
	
	padding-left: 8px;
	height: 22px;
	
	cursor: pointer;
}

.tab_verde_xl span, .tab_cobalto_xl span, .tab_metal_xl span, .tab_cinza_xl span {
	display:block;
	//display: normal;
	padding-right: 8px;
	padding-top: 6px;
	height: 30px;
	background-position: right 0px;

	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.tab_verde span, .tab_cobalto span, .tab_metal span, .tab_cinza span{
	display:block;
	//display: normal;
	padding-right: 8px;
	padding-top: 6px;
	height: 22px;
	background-position: right 0;

	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* --- tab para caixa login --- */
.tab_metal_xl_login { }

.tab_metal_xl_login {
	display: block;
	float: left;
	
	margin: 0;
	padding: 0;
	
	height: 30px;
	
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	
	cursor: pointer;
}

.tab_metal_xl_login span {
	display:block;
	//display: normal;
	padding: 6px 0 0 6px;
	
	float: left;
	height: 24px;
	//height: 30px;
	background: url(../images/tab_metal_xl_transp.gif) no-repeat left;
}

.tab_metal_xl_login .canto02 {
	float:left; 
	 width:6px; 
	 margin-top: -3px;
	 //margin: 0;
	 height:30px; 
	 background:url(../images/tab_metal_xl_transp.gif) right no-repeat;
}

/* --- rounded corners --- */
.caixa_cinza, .caixa_verde {
	margin-top: 29px;
}

.caixa_cinza .top-left, .caixa_cinza  .top-right, .caixa_cinza  .bottom-left, .caixa_cinza  .bottom-right{
	background-image: url('../images/cantos_cinza.gif');
}

.caixa_verde .top-left, .caixa_verde  .top-right, .caixa_verde  .bottom-left, .caixa_verde  .bottom-right{
	background-image: url('../images/cantos_verde.gif');
}

.caixa_azul .top-left, .caixa_azul  .top-right, .caixa_azul  .bottom-left, .caixa_azul  .bottom-right{
	background-image: url('../images/cantos_azul.gif');
}

.caixa_balao .top-left, .caixa_balao  .top-right, .caixa_balao  .bottom-left, .caixa_balao  .bottom-right{
	background-image: url('../images/cantos_balao.gif');
}

.top-left, .top-right, .bottom-left, .bottom-right { 
	/*background-image: url('../images/cantos_verde.gif');  CHANGE: path and name of your image */
	height: 6px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
	
.top-left, .bottom-left { 
	margin-right: 6px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right { 
	margin-left: 6px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -6px;  /* CHANGE: replace by the height of one of your corners */
}
.top-right {background-position: 100% 0;}    /* DNC: position right corner at right side, no vertical changes */
	
.bottom-left  {background-position: 0 -6px;}    /* CHANGE: replace second number by negative height of one of your corners */
	
.bottom-right { background-position: 100% -6px;}
	 /* CHANGE: replace second number by negative height of one of your corners */
	
.caixa_verde .inside {
	border-left: 1px solid #9EBA84; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #9EBA84;/* YCC: color & properties of the right-borderline */
	background: #F2FCEB;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
}
	
.caixa_cinza .inside {
	border-left: 1px solid #9A9A9A; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #9A9A9A;/* YCC: color & properties of the right-borderline */
	background: #FFF;            /* YCC: background-color of the inside */
	color: #CCC;                 /* YCC: default text-color of the inside */

}

.caixa_azul .inside {
	border-left: 1px solid #80B7D7; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #80B7D7;/* YCC: color & properties of the right-borderline */
	background: #E5F0F7;            /* YCC: background-color of the inside */
}

.caixa_balao .inside {
	background: #EFEFEF;            /* YCC: background-color of the inside */
	border: none;
	
	padding-left: 10px;
	padding-right:10px;
}

.inside{
	/*padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	/*padding-right:10px;             /* YCC: all texts at some distance of the right border */
}

.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */

/*expecção sem canto à esquerda */
.caixa_verde .top-left-recto { 
	background: #F2FCEB;
	border-left: 1px solid #9EBA84;
}
.caixa_cinza .top-left-recto { 
	background: #FFF;
	border-left: 1px solid #9A9A9A;
}
.caixa_azul .top-left-recto { 
	background: #FFF;
	border-left: 1px solid #80B7D7;
}
.top-left-recto { 
	margin: 0 6px 0 0;
	height: 6px;
	font-size: 2px;
}

/*BOTÕES*/
.botao_verde_xl a, .botao_verde_xl span{background: url(../images/bt_verde_xl.gif) no-repeat left;}
.botao_verde a, .botao_verde span{background: url(../images/bt_verde.gif) no-repeat left;}

.botao_metal_xl a, .botao_metal_xl span{background: url(../images/bt_metal_xl.gif) no-repeat left; color: white;}
.botao_metal a, .botao_metal span{background: url(../images/bt_metal.gif) no-repeat left; color: white;}

.botao_cobalto_xl a, .botao_cobalto_xl span{background: url(../images/bt_cobalto_xl.gif) no-repeat left; color: white;}
.botao_cobalto a, .botao_cobalto span{background: url(../images/bt_cobalto.gif) no-repeat left; color: white;}

.botao_verde:hover, .botao_verde_xl:hover, .botao_metal:hover, .botao_metal_xl:hover, .botao_cobalto:hover, .botao_cobalto_xl:hover{text-decoration:none;}
.botao_verde a, .botao_verde_xl a{color:#FFF;}
.botao_metal a, .botao_metal_xl a{color:#666;}
.botao_cobalto a, .botao_cobalto_xl a{color:white;}

.botao_verde .centro, .botao_metal .centro, .botao_cobalto .centro{
	float:left;
}

.botao_verde_xl, .botao_metal_xl{
	margin: 0 6px 0 0; padding: 0;
	
	width: auto;
	height: 30px;
	
	float: left;
}
.botao_verde_xl a, .botao_metal_xl a{	
	display: block;
	float: left;
	padding: 6px 4px 6px 8px;
	
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
.botao_verde_xl span, .botao_metal_xl span{
	display:block;
	float: left;
	height: 30px;
	background-position: right 0;
	width:6px;
}

.botao_verde, .botao_metal, .botao_cobalto{
	margin: 0; padding: 0;
	/*width: auto;*/
	height: 22px;
	
	float: left;
}

.botao_verde span, .botao_metal span, .botao_cobalto span{
	display:block;
	float: left;
	height: 22px;
	background-position: right 0;
	width:6px;
	
	margin-top: 2px;
}

.botao_verde .canto_0l{
	float:left;
	width:6px; 
	height:22px; 
	background:url(../images/bt_verde.gif) no-repeat;
}

.botao_verde .canto_02{
	 float:left; 
	 width:6px; 
	 height:22px; 
	 background:url(../images/bt_verde.gif) -994px repeat-x;
}

.botao_verde input{
	 float:left; 
	 border: none; 
	 height: 22px; 
	 font: bold 12px Arial, sans-serif; 
	 color: white; 
	 background:url(../images/bt_verde.gif) -6px repeat-x;
}

.botao_cobalto input{
	 float:left; 
	 border: none; 
	 height: 22px; 
	 font: bold 12px Arial, sans-serif; 
	 color: white; 
	 background:url(../images/bt_cobalto.gif) -6px repeat-x;
}

.botao_cobalto .canto_0l{
	float:left;
	width:6px; 
	height:22px; 
	background:url(../images/bt_cobalto.gif) no-repeat;
}

.botao_cobalto .canto_02{
	 float:left; 
	 width:6px; 
	 height:22px; 
	 background:url(../images/bt_cobalto.gif) -994px repeat-x;
}

.botao_metal a, .botao_verde a, .botao_cobalto a{
	margin: 1px 0 0 0; //margin: 2px 0 0 0; padding: 3px 0 0 6px;
	border: none;
	height: 22px; 
	font: bold 12px Arial, sans-serif; 
	color: white; 
	
	float: left;
}



/*FORMULARIO VERDE FO*/
#formsVerde{
	padding:10px;
	width:96%;
	//width:100%;
}

#formsVerde .tags {
	/*width:100%;*/
	font-size:10px;
	font-family:Verdana;
	font-weight:normal;
	color:#41710D;
}

#formsVerde .descr {
	width:100%;
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	color:#41710D;
}

#formsVerde .field {
	display:block;
	/*padding-top:10px;*/
	padding:0;margin:0;
	padding-bottom:10px;
	padding-top:20px;
	width:100%;
	font-size:13px;
	font-family:Verdana;
	font-weight:bold;
	color:#333;
}

#formsVerde .box {
	background-color:#FFF;
	border:1px solid #666;
	padding:4px;
	font-size:11px;
	width:200px;
	//height:25px;
}

#formsVerde .textbox {
	background-color:#F5F5F5;
	border-width:2px 1px 1px 2px;
	border-color:#CCC;
	border-style:solid;
	padding:4px;
	font-size:11px;
	width:100%;
	//height:25px;
}

#formsVerde .textbox-focus {
	background-color:#FFF;
	border:1px solid #9EBA84;
	padding:4px;
	font-size:11px;
	margin:0 1px 1px 0;
	width:100%;
	//height:25px;
}

#formsVerde .textarea {
	background-color:#F5F5F5;
	border-width:2px 1px 1px 2px;
	border-color:#CCC;
	border-style:solid;
	padding:4px;
	font-size:11px;
	width:100%;
}

#formsVerde .textarea-focus {
	background-color:#FFF;
	border:1px solid #9EBA84;
	padding:4px;
	font-size:11px;
	margin:0 1px 1px 0;
	width:100%;
}

#formsVerde .select {
	background-color:#F5F5F5;
	border-width:2px 1px 1px 2px;
	border-color:#CCC;
	border-style:solid;
	padding:4px;
	font-size:11px;
	width:50%;
	//height:25px;
}

#formsVerde .select-focus {
	background-color:#FFF;
	border:1px solid #9EBA84;
	padding:4px;
	font-size:11px;
	margin:0 1px 1px 0;
	width:50%;
	//height:25px;
}

#formsVerde .data {
	background-color:#F5F5F5;
	border-width:2px 1px 1px 2px;
	border-color:#CCC;
	border-style:solid;
	padding:4px;
	font-size:11px;
	//height:25px;
}

#formsVerde .radio{
	width:200px;
}

#formsVerde .checkbox{}

#formsVerde .button {
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	background: url(../images/bt_formFo.gif) no-repeat; 
	border:none;
	width:100px;
	height:30px;
	text-align:center;
}

#formsVerde .editor {
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	border:none;
	width:100px;
	height:25px;
	background: #A7DB74; 
}


/*resumo feed rss*/
#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 0px;
	z-index: 200;
}

#div_descr{
	padding: 5px;
	text-align:left;
	background-color: #EFEFEF; 
	border: 1px solid #999999;
}
