/* CSS Document */

*{font-family:"Trebuchet MS", Verdana, Arial; font-size:9pt; padding:0; margin:0;}

#cabecalho, #menu, #login, #conteudo, #rodape{margin:0 auto; width:1000px; overflow:hidden;}
#cabecalho{margin-top:5px;}
#menu{height:35px; line-height:50px; background:#ffffff;}
#menu dl{margin:0;}
#menu dd{background:url(../imagens/item_menu_0.png); width:115px; height:35px; line-height:35px; font-size:11pt; font-weight:bold; text-align:center; float:left; margin-left:9px; cursor:pointer;}
#menu dd:hover{background:url(../imagens/item_menu_1.png); color:#d50000;}
#login{height:37px; line-height:37px; background:#ffffff;}
#conteudo{width:980px; background:#ffffff; padding:10px;}

body{background:url(../imagens/fundo.jpg);}

a.voltar{font-weight:bold; color:#003399; font-size:10pt; text-decoration:none;}
a.voltar:hover{color:#d50000;}

.titulo{font-size:18pt; color:#003399; font-weight:bold;}

/* CONTROLES */
.controles{font-weight:bold; font-size:10pt; background:#eeeeee; border:solid 1px #0066CC;}
.botao, .botao_login{border:solid 2px #000000; background:#0066CC; color:#ffffff; cursor:pointer; font-weight:bold; padding:10px;}
.botao_login{padding:1px;}
.mensagem{font-weight:bold; font-size:10pt; color:#d50000; background:#eeeeee; border:dotted 2px #0066CC; margin-bottom:10px;}

/* CSS da Paginação */
.desabilitado{color:#666666; font-weight:bold; font-size:10pt;}
.pgatual{color:#ffffff; font-weight:bold; background:#004B98; padding:0px 3px 1px 3px;}
a.link{color:#004B98; font-weight:bold; text-decoration:none; font-size:10pt;}
a.link:hover{color:#000000; text-decoration:none;}
a.paginas{color:#d50000; font-weight:bold; text-decoration:none;}
a.paginas:hover{color:#000000; text-decoration:none;}
