html, body{
	margin: 0 0 0 6px;
	background-color:#FFF;
}

/* Estilos por Id (Divs, Tabelas, etc) */
#tableMain{
	width: 987px;
	height:auto;
	background-color: #FFF;
	margin-bottom: 10px;
}

#tableMenu{
	width:197px;
	height:100%;
	border-right:1px solid #E0DFE3;
	border-bottom:1px solid #E0DFE3;
	background-color:#F5F5F5;
}#tableMenu td{
	border-top:1px solid #E0DFE3;
	border-left:1px solid #E0DFE3;
}#tableMenu_tdBar{
	width:4px;
	height:22px;
	background-color:#669900;
}#tableMenu_tdText{
	width:193px;
	height:22px;
	padding:0 4px 0 4px;
	vertical-align:middle;
}#tableMenu_tdText:hover{
	background-color:#669900;
	color:#FFF;
	border-left:1px solid #669900;
	cursor:pointer;
}

#divLoginContainer, #divNewsletterContainer{
	border:1px solid #E0DFE3;
	background-color:#F5F5F5;
	width:172px;
	padding:13px;
	position:relative;
	top:0;
	z-index:1;
}#divLoginContainer{height:170px;}

#divLoginError, #divLoginErrorContainer{
	width:172px;
	height:170px;
	padding:13px;
	margin-bottom:-198px;
	border:1px solid #333;
	text-align:center;
	position:relative;
}#divLoginError{
	color:#FFF;
	display:none;
	z-index:11;
}#divLoginErrorContainer{
	background-color:#333;
	opacity:0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	display:none;
	z-index:10;
}

#divOportunidadeContainer{
	border:1px solid #E0DFE3;
	background-color:#FFF;
	width:172px;
	padding:13px;
	margin:8px 0 8px 0;
}#divOportunidadeTitulo{
	width:164px;
	height:64px;
	margin-left:8px;
	line-height:20px;
}

#hrStart{
	height:1px;
	border-top:1px dashed #CCC;
	color:#FFF;
}

#divFooter{
	width: 956px;
	height:69px;
	position:absolute;
	left:50%;
	margin-left:-476px;
	background:url(../layout/layout_footerbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:11px;
}

#divErro{
	color: #990000;
}#divErroImg{
	float:left;
	margin-right:3px;
}

#divMsg{
	color:#690;
	border:1px solid #690;
	width:60%;
	text-align:center;
	padding:8px;
}

#ulClass li{
	margin-left:-18px;
	line-height:20px;
}

/* Estilos de Texto */
.txtMain{
	color:#333;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}.txtMain a{
	color:#669900;
	text-decoration:none;
}.txtMain a:hover{color:#666;}

.txtTitle{
	color:#669900;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:800;
}.txtTitle2{
	color:#669900;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.frmInput{
	border:1px solid #E0DFE3;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}.inputForm:focus{
	border: 1px solid #FF9A00;
}