/* CSS OCD */

/*PAGE LAYOUT*/

#page{
width:100%;
float:center;
}

body {
	/*background-image: url(images/bg_body.jpg);
	background-repeat: repeat;*/
	background-color: #F7F7F7; /* Cor de fundo da página*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }

#toppage{
	width:100%;
}

#topbar{
	float:center; 
	width:100%; 
	height:40px; 
	/*background-image:url(images/bg_topbar.gif);*/
	background-color:#c87802;  /* era: 01b9e6 - Cor fundo de cima - AZUL, agora é Castanho*/
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
}
#header{
	width:100%;
}
#content{
	width:100%;
}
#contenttext{
	float:left; width:72%; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC;
	min-height:360px;

}
#logo{
	float:left; width:15%; height:110px; background-color:#F7F7F7; 
	border-left:solid 1px #999999;
}
#pagetitle{
	position:relative; float:right; width:100%; height:110px; background-color:#F7F7F7;
	
	
	
	
}
#title{
	position:absolute; right:6px; bottom:1px; width:613px;
	
}
#menu{
	float:left; width:160px; margin:0px;
}
#footer{
	width:100%;
	height:15px;
	margin-top: 3px;
	/*padding-right:10px; 
	padding-top:10px;*/
	background-color:#c87802;   /* era: cc6633 - Cor fundo de cima */
	background-repeat:repeat-x;
}

/*Quadro inferior - GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:485px;
	height:160px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.8em Tahoma, sans-serif;
	color: #666666;
}
.smalltext {
	font: 0.8em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.8em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.8em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.8em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.8em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.8em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.8em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}

.TextoCastanhoBold {
	font: 0.8em Tahoma, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CC9933;
}

.orangelogotext {
	font: 0.8em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC9933;
}
.orangetitle {
	font: 0.8em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#CC9933;
}

.Texto {
	font: 0.8em Tahoma, sans-serif;
	font-size:12px;
	font-weight:none;
	color:#666666;
}

.Texto_bold {
	font: 0.8em Tahoma, sans-serif;
	font-size:12px;
	font-weight:none;
	font-weight:bold;
	color:#666666;
}


.Texto14 {
	font: 0.8em Tahoma, sans-serif;
	font-size:14px;
	font-weight:none;
	color:#666666;
}


#linksmenu a{ /*links do menu da esquerda*/
	float:left; 
	width:150px; 
	height:20px; 
	background-color:#c6ab3d; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.8em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#87847d; /*Links quando se coloca o rato em cima*/
}



/* Menu da Direita */

#content {
			margin-right: 0px;
		}
#content p {
			padding-bottom: 2px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}


#sidebar {
	float: right;
	width: 100px;
	font: 0.8em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin-right: 3px; /*Espaço no menu da direita entre a borda*/
}
		
#sidebar p {
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}

.textomenudir a{
	font: 0.8em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
.textomenudir a:hover{
	text-decoration:underline;

}



.style1 {font-style: italic}
.style2 {color: #000000}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.style3 {color: #666666}



