@charset "utf-8";
* { font-family: Tahoma, Arial, Helvetica, Sans-serif; font-size: 11px; cursor: default; }
body { color: #666666; margin: 0px; background-color: inherit; }
th { color: #3B73B9; font-weight: bold; white-space: nowrap; height: 20px; background-color: inherit; text-align: left; }
form { padding: 0px; margin: 0px; }
img { border: none; }
select { font-size: 10px; color: #666666; background-color: #FFFFFF; }
/* ---- Configura o de links PRIMRIOS ----*/
a { color: #3B73B9; text-decoration: none; cursor: pointer; }
a:hover { color: #A9B8DF; text-decoration: underline; background-color: inherit; }
input { background-color: #FFFFFF; color: #000000; }
.divBody { width: 730px; margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 20px; }
.blockMenu { width: 220px; float: left; }
.blockContent { width: 500px; float: left; margin-left: 10px; }
/* ---- Configura o do Cabe alho --- */
.divHeader { clear: both; display: block; height: 85px; margin-top: 25px; }
.divMenuUpperRight { color: #999999; font-size: 10px; float: right; margin-top: 25px; background-color: #FFFFFF; }
/* ---- Configura o de links para MENU VERTICAL----*/
.vertMenu {
	width: 200px;
	margin-top: 20px;
	vertical-align: top;
	text-align: left;
	clear: none;
	background-color: inherit;
	color: inherit;
}

.secondVertMenu {
	width: 200px;
	vertical-align: top;
	text-align: left;
	clear: none;
}

.linkMenuUpper {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	background-color: inherit;
}

.linkMenuUpper:hover {
	color: #666666;
	text-decoration: underline;
	background-color: inherit;
}

.menuh { 
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	background-color: #F7F7F7; 
	color: inherit;
}

.elemMenu {
	font-size: 10px;
	text-decoration: none;
	color: #656565;
	background-color: inherit;
} 

.contentLeft {
	float: left; 
	width: 290px; 
	color: #999999;
	background-color: inherit;
}

.contentRight {
	float: right; 
	width: 200px;
}

.divider {
	font-size: 1px;
	height: 1px;
}

.dividerTop {
	border-top: 1px solid #CCCCCC;
}

.dividerBottom {
	border-bottom: 1px solid #CCCCCC;
}

.divSoluctions {
	height: 30px;
}
.divLink {
	margin-top: 6px;
	height: 18px;
}

.linkMark {
	background-image: url(/images/navBul.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 8px;
}

.divGoSoluctions {
	float: left; 
	margin-left: 1px;
}

.divSelectSoluctions {
	float: left;
}

.divFooter {
	margin-top: 10px;
	clear: both;
	padding-top: 10px;
	height: 70px;
}

.divFooter span {
	color: #999999;
	background-color: inherit;
}

.divFooterLine {
	height: 20px;
}

.divFooter a {
	color: #3B73B9;
	text-decoration: none;
	background-color: inherit;
}

.divFooter a:hover {
	text-decoration: underline;
	color: #A9B8DF;
	background-color: inherit;
}

.colLeft {
	vertical-align: top;
	width: 230px;
}

.colRight {
	padding-top: 20px;
	width: 500px;
}

.colContentLeft {
	width: 300px;
}

.colContentRight {
	width: 200px;
}

.txt { 
	font-size: 11px; 
	color: #333333; 
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF; 
	font-family: Verdana, Helvetica, Sans-serif; 
	padding: 2px;
}

.botao {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #3B73B9;
	font-weight: bold;
	width: 100px;
	padding: 4px;
}


.odd {
	background-color: #F7F7F7; 
	color: inherit;
}

.contentArea {
	width: 470px;
	margin-top: 40px;
}

.boxErro {
	padding: 4px;
	font-size: 12px;
	color: #000000;
	background-color: #FFE1E1
}

.boxErroExternal {
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

.titleArea {
	font-weight: bold;
	color: #3B73B9;
	height: 26px;
}

.pipeSeparator {
	padding-left: 5px; 
	padding-right: 6px;
}

#innerWindow {
	position: absolute;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 3px solid #999999;
	border-right: 3px solid #999999;
	background-color: #FFFFFF;
	padding: 2px;
}

#innerFrame {
	border: none;
}

#blockWindow {
	position: absolute;
	background-color: #FFFFFF;
}

.textBox {
	border: 1px solid #999999;
	padding: 2px;
}

table.tableClear td, table.tableClear tr {
	border: none;
}

.fullSizeOjbject {
	width: 100%;
}

.fBold {
	font-weight: bold;
}

.bgGray {
	background-color: #F0F0F0;
}

.bgBlue {
	background-color: #B0E3FF;
}

.bgLightBlue {
	background-color: #D9F2FF;
}

.tcenter {
	text-align: center;
}

.titleBlueAbs {
	position: absolute; 
	top: 8px; 
	left: 20px; 
	color: #3B73B9; 
	font-size: 11px;
	font-weight: bold;
	cursor: default;
}

.cHand {
	cursor: pointer;
}

.geBlue {
	color: #3B73B9;
}