/* Site CSS SITE */
body {
	background-color:#c7beb5;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background123{
	background-image: url(../ima/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.box{
	position:absolute; 
	width:100%; 
	height:397px;
    background-color: black; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25)
   
}

#verficacao {
	height: 340px;
}

#box_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	overflow:auto;
	height:390px;
	width:750px;
	font-style: normal;
}

#box_content a:link{
	color:#f27d00;
}
#box_content a:visited{
	color:#f27d00;
}
#box_content a:active{
	color:#f27d00;
}

/* Menu */

.ddcolortabs{
	float:left;
	width:100%;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;	
}

.ddcolortabs ul{
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

.ddcolortabs li{
	display:inline;
	margin:0;
	padding:0;
}

.ddcolortabs a{
	float:left;
	background:url(../ima/left_menu.png) no-repeat left top;
	text-decoration:none;
	padding-left: 9px;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background:url(../ima/right_menu.png) no-repeat right top;
	padding-right: 9px;
	margin-right:5px;
	color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.ddcolortabs a span {float:none;}
/* End IE5-Mac hack */

.ddcolortabs a:hover span {
	color: #ffffff;
}

.ddcolortabs a:hover{ /*onMouseover style*/
	background:url(../ima/left_menu2.png) no-repeat left top;
}

.ddcolortabs a:hover span{ /*onMouseover style*/
	background:url(../ima/right_menu2.png) no-repeat right top;
}
/* DROP DOWN MENU */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	font:normal 10px Arial;
	line-height:20px;
	z-index:100;
	visibility: hidden;
	width:200px;	
}

.dropmenudiv_a a{
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	margin-top:2px;
	padding: 2px;
	text-decoration: none;
	color: #ffffff;
	width:250px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	background-color: #FF9933;
	text-transform: uppercase;	
}

* html .dropmenudiv_a a{ /*IE only hack*/
	width: 100%;
	height: 20px;
}

.dropmenudiv_a a:hover{ /*onMouseover style*/
	background-color: #ffffff;
	color: #f27d00;
}

.dropmenudiv_a a:hover span{ /*onMouseover style*/
	background-color: #ffffff;
	color: #f27d00;
}
.rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

.cont_menu_off, .cont_menu_off:hover, .cont_menu_off:active, .cont_menu_off:link, .cont_menu_off:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFCC66;
	font-size: 11px; 
	font-weight: bold; 
	text-decoration:none;
}
.cont_menu_on, .cont_menu_on:hover, .cont_menu_on:active, .cont_menu_on:link, .cont_menu_on:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-decoration:none;
}
.cont_text, .cont_text:hover, .cont_text:active, .cont_text:link, .cont_text:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #FFFFFF; 
	text-decoration:none;
}
 
.cont_text_titulo, .cont_text_titulo:hover, .cont_text_titulo:active, .cont_text_titulo:link, .cont_text_titulo:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration:none;

}
.cont_text_bold, .cont_text_bold:hover, .cont_text_bold:active, .cont_text_bold:link, .cont_text_bold:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: bold;  
	text-decoration:none;
}
.cont_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	border: 1px solid #999999;
	/*height: 13px;*/
}
.cont_form_tick {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}

/*CSS a Alterar*/
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style3 {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}
#botao_form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	width:120px;
	height:15px;
	background-color:#FF9933;
	padding-top:2px;
	margin:2px;
	cursor:pointer;
}
#botao_form2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	width:120px;
	height:15px;
	background-color:#FF9933;
	padding-top:2px;
	margin:2px;
	cursor:pointer;
}
#botao_form_pay{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	width:120px;
	height:15px;
	background-color:#FF9933;
	padding-top:2px;
	margin:2px;
	cursor:pointer;
}

tr.linha {
	height:10px;
}

a.botao:visited { 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	}
	
a.botao:link { 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	}
	
a.botao:active { 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	}
	
.linha_laranja {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

td.legenda {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f27d00;
	background-color: #f27d00;
}

font.legenda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* SUB PAGINAS */

.pag_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

/*VALIDAÇÂO*/

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.contactos_titulo_grande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.contactos_titulo_pequeno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.newsbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f27d00;
	background-color: #f27d00;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;	
	text-decoration:none;	
}
.newsbox:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f27d00;
	background-color: #FFA43E;
	text-decoration:none;
	cursor:pointer;	
}

.newstoptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;	
}
.newstoptitule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;	
}
.newstitulos, .newstitulos:active, .newstitulos:link, .newstitulos:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;	
}
.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: *px;
	color:#FFFFFF;
	text-decoration:none;	
}

.faq_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.faq_subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.faq_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.faq_menu_titulo, .faq_menu_titulo:link, .faq_menu_titulo:active, .faq_menu_titulo:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.faq_menu_link, .faq_menu_link:link, .faq_menu_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.faq_menu_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#FFB059;
	text-decoration:none;
}
a.faq_menu_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#FFCC93;
	text-decoration:none;
}

/* SCROLLER */

#scroll-container {
	margin-top: 10px;
	position: relative;
	height: 245px;
	overflow: hidden;
}
#content {
	position: absolute;
	top: 0;
	left: 20px;
	width: 680px;
	clip: rect(0px, 680px, 245px, 0px);
}
#content p:first-child {
	margin-top: 0;
}
#track {
	position: absolute;
	left: 710px;
	top: 15px;
	width: 16px;
	height: 205px;
	background: #ffde9f;
}
#handle {
	position: absolute;
	left: 0px;
	top: 0;
	width: 16px;
	height: 10px;
	background: #ffa600;
}
#button-up {
	position: absolute;
	top: 0;
	left: 710px;
	width: 16px;
	height: 10px;
	background: #ffa600;
}
#button-down {
	position: absolute;
	top: 230px;
	left: 710px;
	width: 16px;
	height: 10px;
	background: #ffa600;
}
