
html, body {
padding: 0px;
margin: 0px;
background:url(/media/textura_fundo.png) repeat-x;
}

body {
   font-size:80%;
   font-family:Arial, Helvetica, sans-serif;
   }
a{
color: #0866A1;
}


h1 {
   margin:0;
   font-weight:normal;
   }
#geral {
   margin: 0 auto;
}

#topo {
    background:url(/media/fundo_top.png) no-repeat 0px 5px;
	height:70px;
	width:975px;
    margin:0 auto;
}

#topo h1 {
	text-indent:-5000em;
	overflow:hidden;
	height:65px;
	width:270px;
	background:url(/media/logo.gif) no-repeat 0px 0px;
}

#topo h1 a {
    display:block; 
    height:65px;
}


#editor{
    margin-top:10px;
	height:30px;
	width:975px;
	background:url(/media/fundo_editor.gif) no-repeat 0px 0px;
}

#editor #editorc{
float: right;
width:280px;
margin:5px;
text-align: right;
}

#editor #editord{

}

#editorP{
    margin:10px;
    font-weight: bold;
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #0866A1;
}



.underlinemenu{
font-weight: bold;
padding-top: 15px;
float: right;
width:500px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #0866A1;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px solid #E48749; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected, .underlinemenu ul li .atual{
border-bottom-color: #DA5B05;
}

#miolo{
clear: both;
clear: left;
width: 975px;
margin: 0 auto;
}

#direita {
   float: right;
   width: 260px;
}

#caixas_direita {
   background:url(/media/textura_fundo.png) repeat-x;
   -moz-background-clip: -moz-initial;
   -moz-background-origin: -moz-initial;
   -moz-background-inline-policy: -moz-initial; 
   text-align: center;
   margin-bottom: 1em;
}

#caixas_direita_erro {
   background:url(/media/textura_fundo.png) repeat-x;
   text-align: center;
   margin-bottom: 1em;
   border:1px solid red;
   min-height: 60px;
   padding: 8px;
}

#caixas_direita #meio_caixa_direita{
   padding: 8px;
   -moz-background-clip: -moz-initial;
   -moz-background-origin: -moz-initial;
   -moz-background-inline-policy: -moz-initial;
}

#esquerda {
   background:url(/media/textura_fundo.png) repeat-x;
   float: left;
   width: 700px;
   min-height: 400px;
   padding: 5px;
   font-family: Verdana, Arial;
   font-weight: normal;
}

#esquerdaconta {
   float: left;
   width: 100%;
}

#form{
   font-family: verdana, arial;
   font-size: 12px;
}

#form label{
	display: block;
	line-height: 150%;
	width: 100%;
	float: left;
	text-align: left;
	color: #000;
}

#form input{
    float: left;
	color: #0E0659;
}

#rodape {
   clear: left;
   margin: 0 auto;
   width:770px;
   text-align: center;
   border-top: 1px solid black;
   margin-top: 10px;
   font-size: 10px;
}

#menu {
width: 975px;
margin: 0 auto;
}

#menu #ola{
clear: both;
clear: left;
width: 200px;
min-height: 20px;
}

#menu ul {
    text-align:right;
	width:500px;	
	float: right;
}

#menu ul li {
         display:inline;
}

#menu ul li a {
	float: right;
	min-height: 20px;
	font:bold 12px  Verdana, Aria, Tahoma;
	color: #2690C5;
	padding:0 15px;
	text-decoration: none;
}

#menu  .ac a{
	color: #88A926;
	line-height:24px;
}



#dropmenudiv{

border: 1px solid #9aafe5;
position:absolute;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
   width: 100%;
   display: block;
   text-indent: 3px;
   padding: 5px 0;
   text-decoration: none;
   font:11px  Verdana, Aria, Tahoma;
   color: #2690C5;
   border:1px solid #B0C9E1;
}

#dropmenudiv b{
   padding: 0px 10px ;
}

#dropmenudiv .dropmenudiv_top{

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E9EEE7;
}





.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}