*{
	margin: 0px;
	padding: 0px;
}

body,td {
	font-family: Verdana, Arial;
	font-size: 11px;
}
td {
	padding: 2px;
}
th {
	height:16px;
	padding: 2px;
}
img { 
	border: none;
}
body {
	margin: 0px;
	background: #3b4350 url(../imagens/bg_topo.gif) repeat-x;
}
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
input, textarea, .form{
	font-family: Verdana, Arial;
	font-size: 11px;
	border: 1px solid #CCC;
	padding: 2px;
}
select{
	font-family: Verdana, Arial;
	font-size: 11px;
	border: 1px solid #CCC;
}
input[type="button"]{
	background: url(../imagens/bg_botoes.gif);
	border: 1px solid #bbb;
	height: 22px;
	padding: 2px;
	cursor: pointer;
}
input[type="button"]:hover{
	background:url(../imagens/bg_botoes_hover.gif);
}

#carregando {
	position: absolute;
	width: 980px;
	display: none;
	text-align: center;
}
#transparente {
	position: absolute;
	width: 980px;
	display: none;
	background-color: #FFF;
    -moz-opacity: 0.6; 
	filter: alpha(opacity=60); 
    opacity: 0.6;
}

#site{
	width: 980px;
	margin: auto;
}
.menu{
	width: 980px;
	margin: auto;
	color: #FFF;
	font-size: 12px;
	height: 50px;
	background: url(../imagens/bg_menu.gif);
}
.itemMenu{
	color: #fff;
	float: left;
	cursor: pointer;
	border-right: #242932 solid 1px;
	line-height: 50px;
	text-align: center;
	width: 100px;
}
.itemMenu:hover{
	color: #000;
	background: url(../imagens/bg_menu_link_selected.gif);
}
#mCadastro, #mRelatorio{
	float: left; 
	position: absolute; 
	background-color: #FFFFFF; 
	width: 150px;
	text-align: left;
	border: 1px solid #CCC;
}
.itemSubMenu{
	padding: 5px;
	line-height: 15px;
	border-bottom: 1px solid #CCCCCC;
}

.itemSubMenu:hover{
	background: #EAEAEA;
}

.faixaTopo{
}
.topo{
	background:url(../imagens/fundo_topo.jpg);
	height: 180px;
	width: 980px;
	margin: auto;
}
.faixaConteudo{
	background: #e3e7ed;
}
#conteudo{
	width: 980px;
	margin: auto;
	background: #FFF;
	display: table;
}
.topoFaixaBranca{
	background: #FFF; 
	height: 14px; 
	width: 980px; 
	margin: auto;
}
.faixaRodape{
	text-align: center;
	background: url(../imagens/bg_rodape.gif) repeat-x #3b4350;
	height: 40px;
}
.rodapeFaixaBranca{
	width: 980px;
	margin: auto;
	background: #FFF;
	height: 50px;
}
.rodape{
	color: #FFF;
	width: 980px;
	margin: auto;
	line-height: 50px;
}
.titulos{
	font-size: 20px;
	padding: 2px;
	color: #F00;
	border-bottom: 2px solid #CCC;
	width: 98%;
	display: table;
	/*width: 880px;*/
	margin: auto;
	margin-bottom: 10px;
}
.subTitulos{
	border-bottom: 1px solid #CCC; 
	font-size: 14px; 
	height: 40px; 
	font-weight: bold;
	color: #ff0000;
}

.subTitulos2{
	height: 40px; 
	font-size: 14px; 
	font-weight: bold;
}
.subCategorias{
	color: #ff0000;
	height: 30px; 
	font-size: 12px; 
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

.formularios{
	border: 1px solid #CCC;
	background:url(../imagens/bg_formulario.gif) repeat-x #eaebeb;
	margin-top: 5px; 
	margin-bottom: 5px;
}
.obrigatorios{
	border-left: 4px #f60 solid;
}

.mensagem, .erro{
	font-weight: bold;
	border: 1px solid #DDD; 
	background-color: #ffffd7; 
	margin: 20px auto 0 auto;
	padding: 5px;
	width: 400px;
	color:#060;
}
.erro {
	color: #F00;
}

.saldoNegativo{
	color: #F00;
}
.saldoPositivo{
	color: #05C;
}

.exibeItens{
	margin: 20px auto 20px auto;
	border-bottom: 2px solid #CCC;
	padding: 5px 0 5px 0;
	width: 700px;
}

.selectConta{
	width: 150px;
}


/* novos estilos */

.divSuperior{
	border-bottom: 2px solid #CCC; 
	margin: auto; 
	margin-top: 20px;
	display: table;
	width: 700px;
}

.divTituloSubTitulo{
	float: left; 
	margin-top: 20px; 
	margin-left: 10px;
}

.titulo{
	color: #f60;
	font-size: 18px;
}
.subTitulo{
	color: #999; 
	font-size: 12px; 
	font-weight: bold;
}

#movimentos{
	width: 700px;
	margin: auto;
	border-bottom: 2px solid #ccc;
}

.divBotaoNovo{
	/*text-align: center;*/
	padding-top: 20px;
	border-bottom: 1px solid #CCC;
}

#novoCadastro{
	padding-top: 10px;
	padding-bottom: 10px;
}

.topoListarItens {
	background: url(../imagens/bg_topo_listar.gif);
	font-weight: bold;
	border: 1px solid #CCC;
	
}