/* general stuff */


body{
margin:0;
padding:0;
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
background: url(../images/bg01.jpg) no-repeat #F7F7F7;
background-position: left top;
}

a {
text-decoration:  none;
font-weight: bold;
border: none;
 }
a:hover {
text-decoration:  underline; 
border: none;
 }
 
 
div.pagina{
	width: 760px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

div.topo{
	width: 760px;
	height: 143px;
	clear: both;
}

div.logo{
	width: 56px;
	height: 143px;
	float: left;
	position: relative;
}

div.direita{
	width: 140px;
	height: 280px;
	float: right;
}

div.conteudo{
	width: 400px;
	padding-left: 190px;
	float: left;
	margin-left: 0px;
}

div.bug{
	width: 100%;
	height: 10px;
	clear: both;
}


.moduletable{
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}


/*---------------------------------------- MENU ----------------------------------*/

a.mainlevel:link, a.mainlevel:visited{
	width: 125px;
	height: 22px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin:0;
	white-space: nowrap;
	letter-spacing: -0.1em;
	text-transform: uppercase;
}

a.mainlevel:hover, a.mainlevel#active_menu{
	background: url(../images/btn_on.gif) no-repeat;
	background-position: 0 13px;
	color: #929FAF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	white-space: nowrap;
}


a.sublevel:link, a.sublevel:visited{
	width: 125px;
	height: 15px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin:0;
	white-space: nowrap;
	letter-spacing: -0.1em;
	text-transform: lowercase;
}

a.sublevel:hover, a.sublevel#active_menu{
	background: url(../images/btn_on.gif) no-repeat;
	background-position: 0 3px;
	color: #929FAF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	white-space: nowrap;
}
 

/*----------------------------------- FIM DO MENU ----------------------------*/


.contentheading{
 		font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 10px;
       font-weight: bold;
       color: #929FAF;
	   text-transform: uppercase;
	   border-bottom: 1px dotted #929FAF;
	   width: 400px;
}

.moduletable-intro{
	color: #929FAF;
	width: 380px;
	position: relative;
	font-weight: bold;
	padding-left: 190px;
	padding-top: 35px;
	margin-right: 65px;
	float: left;
}

.moduletable-intro a{
	color: #666;
}

.moduletable-idioma{
	width: 21px;
	float: right;
}

.moduletable-idioma li{
	margin: 0;
	padding: 0;
}



/*--------------------------------- FORMULÁRIO ----------------------------------*/

.inputbox{
	border: 1px solid #929FAF;
	background: #FFF;
	width: 200px;
	padding: 3px;
}

.button{
	background: #929FAF;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	border: 0;
	padding: 5px;
}

.performs_required{
	color: #929FAF !important;
	font-size: 10px;
}
