﻿/* ======== GERAL ======== */
*{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	font-family:Calibri, Helvetica, sans-serif;
	color:#000;
}

/* ======== HEADER ======== */
#externa_header{
	width:100%;
	height:90px;
	text-align:center;
	background:url( 'App_Images/bkg_top.gif') repeat-x;
}

#header{
	width:904px;
	margin:0 auto;
	text-align:left;
}
#header h1{
	float:left;
	margin:10px 29px 19px 4px;
	display:inline; /* IE6 double-margin fix */
}

#header h2{
	padding:10px 10px 10px 10px;
}

#header #itens ul li
{
	float:left;
	width:63px;
	height:20px;
	background-image:url('App_Images/bkg_itens.jpg');
	font:10px arial;
	text-align:center;
	padding-top:5px;
}

#header #itens ul li a
{
	color:#FFFFFF;
	text-decoration:none;
}

#header #itens ul li a:hover
{
	text-decoration:underline;
}

#header #saudacao{
	float:left;
	margin-top:19px;
}
#header #saudacao p{
	font-size:12px;
	color:#263941;
}
#header #saudacao p a{
	text-decoration:none;
	color:#263941;
}
#header #saudacao p a:hover{
	text-decoration:underline;
}

/* ======== MEIO ======== */
#externa_meio{
	width:100%;
	margin:0 auto;
	text-align:center;
	background:#E8E5D0;
	padding-bottom:25px;
	float:left
}
#meio{
	width:900px;
	margin:0 auto;
	text-align:left;
}
/* ======== COLUNA CENTRAL ======== */
#col_mid{
	float:left;
	width:284px;
	margin:19px 16px 0 0;
}
#col_mid p{
	font-size:13px;
	line-height:22px;
	margin:6px;
}
#col_mid_separate_corporate
{
	height : 4px;
	padding-top:4px;
	background:url( 'App_Images/bkg_titulos.gif') bottom repeat-x;
}
#col_mid_space
{
	height : 4px;
}
#cgovernance{
	width:284px;
	height:74px;
	overflow:auto;
}
#cgovernance ul{
	margin:0 2px;
}
#cgovernance ul li
{
	padding: 10px 31px 7px 5px;
	font-size: 13px;
	line-height: 16px;
	border-bottom: 1px dashed #4F3A2E;
	list-style: none;
}

#cgovernance ul li .deletar
{
	background: url(  'App_Images/ico_pdf.gif' ) 0px 0px no-repeat;
}
#cgovernance ul li .deletar:hover
{
	background: url( 'App_Images/ico_del.gif' ) 0px 0px no-repeat;
}

/* ======== COLUNA DIREITA ======== */
#col_dir{
	width:288px;
	float:left;
	margin-top:19px;
}
#contact{
	width:288px;
	background:url( 'App_Images/bkg_titulos.gif') bottom repeat-x;
	padding-bottom:15px;
}
#contact .item{
	width:288px;
	background:url( 'App_Images/bkg_titulos.gif') bottom repeat-x;
	padding-bottom:14px;
	margin:9px 0 9px 0;
}
#contact #scroll
{
	width: 310px;
	height: 181px;
	overflow: auto;
}
#contact p,
#contact .item p{
	font-size:13px;
	line-height:18px;
	margin:0 4px;
}
#contact .formcontact{
	width:284px;
	height:76px;
	margin-top:7px;
	background:url( 'App_Images/bkg_comentarios.gif') no-repeat;
}
#contact .formcontact textarea{
	width:274px;
	height:108px;
	/*size:10;*/
	margin:5px;
	overflow:auto;
	background:transparent;
}
#contact h4{
	text-align:right;
	margin:10px 3px 0 0;
}
.presentations{
	width:278px;
	margin:21px 0 0 5px;
}

/* ======== FORM CADASTRO ======== */
#form_meio_ext #form_meio_ext_questionnaire
{
	text-align:center;
}

#form_meio_ext{
	width:904px;
	margin:0 auto;
	text-align:center;
	padding:19px 0;
	font-size:12px;
	position:relative;
}
#form_esquerda{
	width:207px;
	float:left
}
#banner_lateral{
	text-align:left;
}
#form_meio{
	width:490px;
	text-align:left;
	font-family:Calibri;
	font-size:12px;
	float:left;
}
#form_meioPayment{
	width:490px;
	text-align:left;
	font-family:Calibri;
	font-size:12px;
	margin:0 auto;
}
#form_meio_registerList
{
	width:950px;
	margin:0 auto;
	text-align:left;
	font-family:Calibri;
	font-size:12px;	
}
#form_direita{
	width:207px;
	float:left;
}
.tit_form
{
	margin: 14px 4px 0 7px;
	width: 431px;
	height: 16px;
	background: url( 'App_Images/bkg_formtop.gif' ) no-repeat;
	float:left;
}
.tit_form h3{
	display:inline; /* IE6 double-margin fix */
	margin-left:17px;
	padding:0 15px;
	background:#E8E5D0;
	font-size:12px;
	color:#4F3A2E;
}
.mid_form{
	border:1px solid #CCC;
	margin:15px 7px 0 7px;
	padding:15px 11px 15px 18px;
	width:440px;
}
.mid_form td.descricao{
	font-size:12px;
	padding:4px 0;
}

.mid_form p
{
	font-size:12px;
	text-align:justify;
	font-family:Calibri;
}

.mid_form p a
{
	text-decoration:underline;
}

.mid_form p a:hover
{
	text-decoration:none;
}

.mid_form td input{
	border:1px solid #CCC;
	background:#FFF;
}
#form_meio h4{
	text-align:right;
	margin-top:16px;
}
#form_meio h2
{
	float: left;
	display: inline; /* IE6 double-margin fix */
	padding: 0 5px;
	background: #E8E5D0;
	font-size: 20px;
	color: #4F3A2E;
	font-family: Calibri;
}

#form_meio p{
	font-family: Calibri;
    text-align:justify;  	
	font-size: 12px;
    width: 488px;
}

#form_meio p a
{
	text-decoration:underline;
}

#form_meio p a:hover
{
	text-decoration:none;
}
#btnPurchase
{
    cursor:pointer;
}

/* ======== RODAPÉ ======== */
#externa_bot{
	width:100%;
	text-align:center;
	background:url( 'App_Images/bkg_rodape.gif') top repeat-x #FFF;
}
#rodape{
	clear:both;
	width:950px;
	margin:0 auto;
	text-align:left;
	padding-top:22px;
	height:120px;
}
#rodape #logos{
	margin:0 0 27px 38px;
}
#rodape #logos #logo_esq{
	float:left;
	width:113px;
	height:69px;
	background:url('../App_Images/tit_globalcoordinator_en.gif') 3px 0px no-repeat;
	border-left:1px solid #CFD1D2;
	border-right:1px solid #CFD1D2;
}
#rodape #logos #logo_esq img{
	margin:25px 0 0 21px;
}
#rodape #logos #logo_mid{
	float:left;
	width:796px;
	height:69px;
	background:url('../App_Images/tit_supporting_en.gif') 3px 0px no-repeat;
}
#rodape #logos #logo_mid ul{
	margin-top:20px;
}
#rodape #logos #logo_mid ul li{
	display:inline;
	margin-left:15px;
}
#rodape h6{
	font-size:14px;
	color:#263941;
	text-align:center;
	font-weight:normal;
	padding-top:40px;
}
#rodape h6 a{
	font-size:14px;
	color:#263941;
	text-decoration:none;
}
#rodape h6 a:hover{
	text-decoration:underline;
}
#conteudo_interna{
	width:746px;
}
#conteudo_interna h2{
	font-size:14px;
	color:#263941;
	font-weight:bold;
	margin:0 0 12px 31px;
	letter-spacing:-1px;
}
.tabelatx{
	font-size:12px;
	height:21px;
}
#conteudo_interna
.tabelatx a{
	font-size:12px;
	text-decoration:underline;
	color:#7B8C42;
}
#conteudo_interna,
.tabelatx a:hover{
	text-decoration:none;
	color:#263941;
}

.tabelatt2
{
	text-align:right;
}

.tabelatt3
{
	text-align:center;
}


.atualizarimg {
    background:url(App_Images/reload.gif);
    background-position:left;
	background-repeat:no-repeat;
	border:0;
}



.tabelatt
{
	text-align:left;
	font-size:12px;
}

