/* main.css */
body 
{
	font-family: Tahoma;
	font-weight: normal; 
	font-style: normal; 
	font-size: 10px; 
	color: black; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F5F5F5;
}

p, td, li {
	font-family: Arial, Helvetica;
	font-weight: normal; 
	font-style: normal; 
	font-size: 12px; 
	color: black; 
	
}

.loadWait {
	display: none;
	}
.tblMain {
	width: 800px;
	border: none;
	border-collapse: collapse;
	}

.tblMain div {
	border: none;
	padding: 0px 0px 0px 0px;
}

.tblBottom {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.tdHeader {
	background-image: url("header_fundo.jpg");
	height: 60px;
	vertical-align: top;
	}

.tblLogin {
	text-align: left;
	font-size: 11px;
}
.tdTop {
	width: 100%;
/*	background-color: #003A48; */
	background-color: #004747;
	height:16px;
	background-image: url('cornerleft.png');
	background-repeat: no-repeat;
	text-align: left;
}

.tdBarra {
	width: 100%;
/*	background-color: #003A48; */
	background-color: #004747;
	height:16px;
	background-image: url('cornerleft.png');
	background-repeat: no-repeat;
}

.textTop {
	color: white;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	padding-right:10px;
}

.textContato {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#5A5A5A;
}

.labelContato {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#5A5A5A;
	text-align: right;
}

.textTitulo {
	color: white;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	padding-left:20px;
	}

.imgLogo {
	margin-left:30px;
	margin-top:0px;
	}
.txtLogo {
	margin-left:55px;
	font-size: 11px;
	color: black;
	font-weight: normal;
	}

.txtLogoPreto {
	font-size: 11px;
	color: white;
	font-weight: normal;
	}

.loginLabel {
	color: black;
	padding-left: 2px;
	font-weight: normal;
	white-space: nowrap;
}
.inputForm {
	font-weight: normal; 
	font-family: Tahoma;
	font-size: 11px; 
	color: white;
	background-color: #486B81;
	border: 0px solid black;
	padding-left: 3px;
	width: 72px;
}

.inputFormActive {
	color: black;
	background-color: white;
}

.inputFormSelect {
	font-family: Tahoma;
	font-weight: normal; 
	font-size: 11px; 
	color: black;
	background-color: #FFFFFF;
	border: 1px solid black;
	border-bottom-width: 0px;	
	padding-left: 3px;
	
}

.submitButton {
	font-weight: normal; 
	font-family: Tahoma;
	font-size: 11px; 
	color: white;
	border: none;
	height: 16px;
	padding: 0px 0px 0px 0px;
	width: 100%;
/*	background-color: #003A48; */
	background-color: #004747;
}

.inputFormContato {
	font-weight: normal; 
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px; 
	color: black;
	background-color: #F5F5F5;
	border: 0px solid black;
	padding-left: 3px;
}

.input100pc{
	width: 100%;
}

.tblMenu {
	width: 100%;
	text-align: center;
}
.tblMenu .tdMenu {
	border-top: none;
	/*border-bottom: 3px solid #00DBDB;*/
	border-bottom: 3px solid #00DBDB;
	background-color: #486B81;
/*	background-color: #488E8E;*/
	
	height: 24px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	width: 135px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-collapse: collapse;
	cursor: pointer;
	margin: 0;
}

.tblMenu .tdMenuAtivo {
	/*border-bottom: 3px solid #DB0000;*/
	border-bottom: 3px solid #DB0000;
	/*	background-color: #003A48; */
	background-color: #004747;
}

.tdSpacer{
	width: 100%;
	height: 3px;
	background-color: #F5F5F5;
}

.tdContent {
	background-color: white;
}

img.cornerleft {
	position:relative;
	left: 0px;
	top: 0px;
}

.tdTitle {
	width: 100%;
	height:30px;
	background-color: #486B81;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.spanTitle {
	padding-left: 50px;
	background-color: #486B81;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.tblContent {
	width:100%;
}

.tblContentBody {
	width:100%;
	border: 1px solid silver;
	border-top: none;
}

.tblContent .tdTitle {
	border-bottom: 3px solid #DB0000;
}


.logo {
	font-family: Tahoma;
	background-color: #470000;
	color: white;
}

.tdMenuEsquerda {
	width: 20%;
	background-color: #470000;
}

.tblMenuEsquerda {
	width: 100%;
	font-family: Tahoma;
	color: white;
	font-weight: bold;
	text-align: center;
}

.tblMenuEsquerda .tdMenuLink {
	border-top: 16px solid #470000;
	border-bottom: 3px solid #DB0000;
	background-color: #470000;
	height: 24px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	border-collapse: collapse;
	cursor: pointer;
	margin: 0;
}

.tblMenuEsquerda .tdMenuLinkAtivo {
/*	background-color: #003A48; */
	background-color: #004747;
}

.tblMenuEsquerda .tdMenuLinkGroup {
	border-top: 16px solid #470000;
	border-bottom: 3px solid #DB0000;
	background-color: #470000;
	height: 24px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	border-collapse: collapse;
	cursor: pointer;
	margin: 0;
}

.tblMenuEsquerda .tdMenuLinkGroupAtivo {
/*	background-color: #003A48; */
	background-color: #004747;
}

.tblMenuGroup {
	width: 100%;
	text-align: right;
}
.tdMenuLinkSubGroup {
/*	border-top: none;
	border-bottom: 3px solid #00DBDB;
	background-color: #486B81;
	height: 24px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	border-collapse: collapse;
	cursor: pointer;
	margin: 0;*/
	border-top: 16px solid #470000;
	border-bottom: 3px solid #DB0000;
	background-color: #470000;
	height: 24px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	border-collapse: collapse;
	cursor: pointer;
	margin: 0;
		
}

.tdMenuLinkSubGroupActive{
	border-bottom: 3px solid #DB0000;
/*	background-color: #003A48; */
	background-color: #004747;
}

.cases {
/*	color: #003A48;*/
	color: #004747;
	font-weight: bold;
	font-variant:small-caps;
	font-size: 15px;
}
.cases a {
/*	color: #003A48;*/
	color: #004747;
	text-decoration: none;
}
.cases a:hover {
	text-decoration: underline; 
}
.cases a:visited {
	text-transform: none;
}
.cases_text {
	padding:0px 10px 0px 25px;
}

.cases-tops {
	font-weight: bold;
	color: #696969;
}

p.case-text {
	margin-top: 0px;
	text-indent: -8px;
	}
p.case-text:first-line {
/*	color: #003A48;*/
	color: #004747;
	font-weight: bold; 
	}
p.case-text:first-letter{
	font-size: 16px; 
	}

div.divBottom {
	height: 200px;
	cursor: pointer;
	margin-top: 10px;
}

.tdClientesImages  {
	text-align: center;
}
.tdClientesImages img{
	border: none;
}
.tdClientesImages table {
	width: 100%;
	border: none;
}

.glselectSubItem p {
	padding-left:25px;
	padding-right:25px;
	text-align:left;
}

.tblRecursos {
/*	border: 1px solid black;*/
	width: 90%;
}
.tblRecursos td {
	border-bottom: 1px solid black;	
	padding: 5px 0px 5px 0px;
}

.tblRecursos th {
	border-bottom: 3px solid black;	
	border-top: 3px solid black;	
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
}

.glselectSubItem table {
	width: 90%;
}
glselectSubItem .tblSShots {
	width: 100%;
}
.tblSShots td {
	text-align: center;
	font-weight: bold;
}
img.imgSShot {
	border: none;
	cursor:pointer;
}

.SShotTitulo {
	font-size: 22px;
	font-weight: bold;
	color: black;
}
td.tdRecursos {
	cursor:pointer;
	text-align: left;
}

td.tdRecursosNoLink{
	text-align: left;
}

.tblRecursos td {
/*	text-align: left; */
}
tr.trTextoRecursos td{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color: LemonChiffon;
}

td.tdRecursosHover {
	color: red;
	background-color: LemonChiffon;
}

td.tdContato {

}

.faq_pergunta {
	font-weight: bold;
	font-size: 12px;
}
.faq_resposta {
	margin-left: 20px;
}