#content #content_left{
	height:353px;
	width:482px;
	background: transparent url(/img/pt/home_news_title.gif) no-repeat;
	float:left;
}
#content #content_right{
	position:relative;
	height:370px;
	width:473px;
	float:left;
	overflow:hidden;
}
.destaque{
	overflow:hidden;
	margin:0 30px;
	padding:17px 0;
	font: 14px arial;
}

.destaque div.item h1{
	color:#5182aa;
	font: 16px arial;
	margin-bottom:2px;
}
.destaque a{
	color:#5182aa;
	font: 16px arial;
	margin-bottom:2px;
	text-decoration:none;
}
.destaque div.item h1 a:hover{
	text-decoration:underline;
}
.destaque div.item p{
	color:#637278;
	margin-bottom:5px;
}


#news{
	overflow:hidden;
	margin:0 30px;
	padding:46px 0;
	font: 14px arial;
}
#news div.item{
	height:100px;
	margin-bottom:10px;
}
#news div.item h2{
	color:#9F9F9F/*#b9bfc1*/;
	margin-bottom:4px;
}
#news div.item h1{
	color:#466c7c;
	font: 16px arial;
	margin-bottom:2px;
}
#news div.item h1 a{
	color:#466c7c;
	font: 16px arial;
	margin-bottom:2px;
	text-decoration:none;
}
#news div.item h1 a:hover{
	text-decoration:underline;
}
#news div.item p{
	color:#637278;
	margin-bottom:5px;
}

#home{
	position:relative;
	left:-2px;
	float:left;
	width:958px;
	height:345px; 
}

#newsletter{
	position:relative;
	width:474px;
	height:92px;
	background:transparent url(/img/pt/home_destaque.gif) no-repeat;
	color:#827c7c;
	font: 11px arial;
}
#newsletter #check{
	position:relative; 
	top:45px; 
	left:60px; 
	width:200px; 
	height:30px; 
	text-align:center;
}
#newsletter #inputs{
	position:absolute; 
	top:10px; 
	right:10px; 
	width:185px; 
	height:90px; 
	text-align:center;
}
#newsletter #inputs div.label{
	position:relative;
	width:35px; 
	height:18px;
	float:left;
}
#newsletter #inputs input.border{
	width:147px; 
	height:18px; 
	border: 1px solid #827c7c;
	float:left;
}


/*Forum de Comunicações*/

.subtitulo{
    margin-top: 15pt;
    margin-bottom: 10pt;
    width: 285px;
    text-align: right;
    font: 17px arial;
    color:white;
    overflow: auto;
}

.row{margin-bottom: 4px}

#registo_forum_comunicacoes_form div.label{
    	text-align: right;
	width:285px;
	float:left;
        padding-right: 3px;
        padding-top: 2px;
}

#registo_forum_comunicacoes_form {
    width: 800px;
    background: transparent url(/img/pt/bakgroundInscricao.png) no-repeat;
}

#registo_forum_comunicacoes_form label{
        font: 13px arial;
        color:white;
        padding-right: 3px;
        padding-top: 2px;
}

#registo_forum_comunicacoes_form input[type="text"] {
        height: 18px;
        font: 12px arial;
        background-color:lightblue;
}

#registo_forum_comunicacoes_form input[type="submit"]{
    width: 150px;
    height: 28px;
    font: 15px arial;
    color:#466c7c;    
}

input.border{
    height:20px;
    border: 1px solid #827c7c;
    font: 10px arial;
}
#dialog-message{
    font: 14px arial;
}

#registoForumComunicacoes_submit{
    display: block;
    width: 210px;
    height: 50px;
    background: url('/img/pt/submit.png') bottom;
    text-indent: -99999px;
}

#registoForumComunicacoes_submit:active {
    background-position: -2px -103px;
}


#registoForumComunicacoes_close #registoGTE_close{
    position: absolute;
    z-index: 9999;
    display: block;
    top:-6px;
    left:838px;
    width: 50px;
    height: 50px;
    background: url('/img/pt/close_btn.png') bottom;
    text-indent: -99999px;
}
#registoForumComunicacoes_close:active {
    background-position: -1px -105px;
}
.transparent { 
    background:transparent !important;
    border: none !important;
}


#registoGTE_div {
    width: 800px;
    
    /*Old Browsers*/
    background-color:#0074AB;
    
    /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#265D7D',GradientType=0 );     

	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #265D7D 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #265D7D 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #265D7D 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #265D7D));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #265D7D 100%);
	
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #FFFFFF 0%, #265D7D 100%);
}

#registoGTE_div input{
	background-color:#879CA3;
	font: 14px arial;
	color: white;
	padding: 3px;
    border-bottom-style: none;
    border-right-style: none;    
}

#txtGTEEmpresa{
	width:380px; 
}

#registoGTE_close:active {
    background-position: -1px -105px;
}

#registoGTE_close{
	width: 50px;
    height: 50px;
    background: url('/img/pt/close_btn.png') bottom;
    display: block;
    position: absolute;
    top:-3px;
    left:850px;
    z-index: 9999;
    text-indent: -99999px;
}	
	
#registoGTE_submit:active {
    background-position: -2px -103px;
}

#registoGTE_submit{
    display: block;
    width: 210px;
    height: 50px;
    background: url('/img/pt/submit.png') bottom;
    text-indent: -99999px;
}

#registoGTE_div h1 {
	width: 100%;
	color: #424242;
	font: 30px arial;
	text-align: center;
	padding-top:5px;
	padding-bottom:30px; 
}

.gteLabelHeader{
	font: 14px arial;
	font-weight:bold;
	color: #424242;
}

.gteLabel{
	font: 14px arial;
	width: 400px;
	padding-right: 3px;
	padding-left: 30px;
	vertical-align:
}

.gteField input{
	width:100px;
}

.tblFormGTE {
	width: 100%;
	border-collapse:collapse;
}

.tblFormGTE td{
 border-style:solid; 
 border-color:transparent;
 border-top-width:10px;
 border-bottom-width:10px;
}

.tblFormGTE tr{
	border-style:solid;
	border-width:10px; 
	border-color:transparent;
}

#registoGTE_div div.label{
    text-align: right;
	width:49%;
	float:left;
    padding-right: 3px;
    padding-top: 2px;
}

#registoGTE_div div.input{
    text-align: left;
	width:49%;
	float:right;
    padding-right: 3px;
    padding-top: 2px;
}


.gteYearLabel {
	text-align: center;
	padding-right:20px; 
	font: 20px arial;
	color: #424242;	
	border-bottom: 0px;
}

.ajuda{
	width:10px;
	text-align:right;
	font: 10px arial;
	color:blue;
	padding-left:4px;	
	cursor:help;
}

.tooltip{
   position: absolute;
   margin-left:40px;
   padding: 10px;
   z-index: 2;
   max-width:500px;
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
}

#login_div{
    width: 300px;
    border:5px solid #265D7D;
    
    /*Old Browsers*/
    background-color:#0074AB;
    /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#265D7D',GradientType=0 );     
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #265D7D 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #265D7D 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #265D7D 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #265D7D));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #265D7D 100%);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #FFFFFF 0%, #265D7D 100%);	
}

#login_div .formField{
	margin-top: 10px;
}

#login_div .formField label{
	float:left;
	width: 50%;
	text-align: right;
	font: 14px arial bold;
	color: white;
	padding-top: 6px;
	padding-right: 4px;
}


#login_div .divInput{
    text-align: left;
	width:50%;
	float:right;
    height:35px;
    vertical-align: middle;
    background-color: red;
}


#login_div input[type=text],input[type=password]{
	width:100px;
	background-color:#879CA3;
	font: 14px arial;
	padding:4px;
	color: white;
    border-bottom-style: none;
    border-right-style: none;    

}

#login_div .divBtn{
	padding-top: 20px;
	text-align: center;
}

#login_div .divBtn input{
	padding: 4px;
	margin:10px;
	background-color:#879CA3;
	font: 14px arial;
	color: white;
}


#login_div h1{
	width: 100%;
	color: #424242;
	font: 25px arial;
	text-align: center;
	padding-top:15px;
	padding-bottom:30px; 
}
