/*-------------------------------------------------
 TOPO
 -------------------------------------------------*/
#topo { /*background: none repeat scroll 0 0 #7c0000;*/
	background: url("../../imgs/bg/topo-bg.gif") repeat-x #373536;
	height: 84px;
	padding: 15px 23px 0 30px;
	position: relative;
	text-align: left;
}

#topo h1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	text-shadow: 1px 1px 1px #360000;
}

#tit {
	float: left;
	width: 100%;
	height: 15px;
}

/*-------------------------------------------------
 TOPO LINKS
 -------------------------------------------------*/
#topo_links {
	color: #56778B;
	float: right;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	width: 330px;
}

#topo_links a,#topo_links span {
	color: #fff;
}

.sair {
	background: #0099ff;
	padding: 1px 5px 1px 5px
}

/*-------------------------------------------------
 CORPO
 -------------------------------------------------*/
#corpo { /*background: none repeat scroll 0 0 #E5E5E5;
     background:url("../../imgs/bg/bottom-bg.gif") repeat-x scroll top transparent;*/
	margin: 0 auto;
	min-width: 960px;
	padding: 12px 15px 0 15px;
	margin-bottom: 20px;
	width: 97%;
	margin-top: 55px;
}

/*-------------------------------------------------
 TITULOS SECAO
 -------------------------------------------------*/
#titulosSecao {
	background: url("../../imgs/bg/titulos-bg.png") repeat-x;
	z-index: 2;
	height: 65px;
	position: absolute;
	width: 100%
}

#titulosSecao.fixed {
	position: fixed;
	top: 0;
}

#titulosSecao h1 {
	clear: both;
	color: #333333;
	display: inline;
	float: left;
	height: 20px;
	padding-top: 5px;
	white-space: nowrap;
	font-size: 17px;
	margin: 10px 0 0 35px;
}

#titulosSecao span {
	font-size: 9px;
	clear: right;
	display: block;
	float: left;
	height: 11px;
	width: 50%;
}

#titulosSecao span a {
	font-size: 9px;
}

/*-------------------------------------------------
 BOX ESQUERDA
 -------------------------------------------------*/
.boxEsquerda {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 78%;
}

.col {
	/*background: url("../../imgs/bg/right-bg.gif") repeat-y scroll right center #FFFFFF;*/
	padding: 5px;
	height: 400px
}

/*-------------------------------------------------
 BOX DIREITA
 -------------------------------------------------*/
.boxDireita {
	float: right;
	margin: 0;
	padding: 0;
	width: 21%;
}

.boxDireita h1 {
	clear: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	background: #3a4043;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.boxDireita ul {
	border: solid 1px #ccc;
	margin-bottom: 15px;
	padding: 0px 12px 12px 10px;
	margin-left: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.boxDireita ul li {
	padding: 5px 0 0 15px
}

.boxDireita ul li a {
	display: block;
	line-height: 1.4em;
	padding: 4px 10px 4px 0;
}

/*-------------------------------------------------
 MENSAGENS PRINCIPAL
 -------------------------------------------------*/
.mensagem {
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	width: 97%;
	background-color: #FFFAEA;
	border-color: #FB8200;
}

.mensagem em {
	background-color: transparent;
	background-image: url("../../imgs/msg/mensagens.png");
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	background-position: 0 -99px;
	display: block;
	float: left;
}

.textoMensagem {
	padding: 0 20px 0px 50px;
}

.textoMensagem p {
	font-weight: normal;
	font-size: 13px;
	line-height: 12px
}

/*-------------------------------------------------
 MENSAGEM DE A��O NA LISTAGEM
 -------------------------------------------------*/
#msgPraUsuario {
	background-color: #F1F8E8;
	border-color: #46B101;
	border-style: solid;
	font-size: 16px;
	font-weight: bold;
	border-width: 2px;
	padding: 10px 10px 10px 20px;
	margin-bottom: 10px
}

#msgPraUsuario h1 {
	padding-top: 7px;
	font-size: 16px;
	font-weight: bold;
}

#msgPraUsuario em {
	background-color: transparent;
	background-image: url("../../imgs/msg/mensagens.png");
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	display: block;
	float: left;
}

.msgCdastro {
	background-color: #F1F8E8;
	border: 2px solid #008000;
}

.msgAlteracao {
	background-color: #F1F8E8;
	border: 2px solid #46B101;
}

.msgExclusao {
	background-color: #F1F8E8;
	border: 2px solid #ff0000;
}

.msgErroGeral {
	background-color: #F1F8E8;
	border: 2px solid #ff0000;
}

.msgPadrao {
	background-color: #F1F8E8;
	border-color: #46B101;
}

/*-------------------------------------------------
 BUSCA
 -------------------------------------------------*/
div#busca {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #CCE0FF;
	height: 26px;
	float: left;
	clear: both;
}

/*-------------------------------------------------
 MENSAGENS CADASTRO
 -------------------------------------------------*/
div.cadastrado {
	background-color: #F1F8E8;
	border-color: #46B101;
	border-style: solid;
	font-size: 16px;
	font-weight: bold;
	border-width: 2px;
	padding: 10px 0 20px 10px;
	width: 98%;
	margin-bottom: 10px
}

.cadastrado h1 {
	margin-left: 40px;
	padding-top: 7px;
	font-size: 16px;
	font-weight: bold;
}

.cadastrado em {
	background-color: transparent;
	background-image: url("../../imgs/msg/mensagens.png");
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	display: block;
	float: left;
}

/*-------------------------------------------------
 BOTOES
 -------------------------------------------------*/
.BtCadastrar a,.BtAgencia a {
	-moz-border-radius: 3px 3px 3px 3px;
	background: url("../../imgs/msg/btcadastrar.gif") no-repeat scroll 13px
		0.8em #4086CB;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 15px 0 10px 15px;
	padding: 0.8em 20px 0.8em 38px;
}

.BtCadastrar a:hover {
	background: url("../../imgs/msg/btcadastrar.gif") no-repeat scroll 13px
		0.8em #2d6faf;
	color: #fff;
	text-decoration: underline;
}


/*-------------------------------------------------
BOTOES TOPO
 -------------------------------------------------*/
.divtopofixo {
	float: right;
	margin-top: 10px;
}

.botoestopo {
	margin-right: 10px;
	float: right;
}

.botoestopo a {
	-moz-border-radius: 3px 3px 3px 3px;
	background: url("../../imgs/btn/max.png") no-repeat scroll 10px 0.5em
		#4086CB;
	color: #FFFFFF;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 0.4em 10px 0.4em 35px;
	float: right;
	margin-right: 10px
}

.botoestopo a:hover {
	background: url("../../imgs/btn/max.png") no-repeat scroll 10px 0.5em
		#0066cc;
	text-decoration: none;
	color: #FFFFFF;
}

.botoestopo a.cadastro {
	background: url("../../imgs/btn/btcadastrar.gif") no-repeat scroll 10px 0.3em
		#4086CB;
	border-color: #5CACEE #4F94CD #4F94CD #5CACEE;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font: bold 12px arial;
	white-space: nowrap;
	-moz-border-radius: 3px 3px 3px 3px;
}

.botoestopo a.cadastro:hover {
	background: url("../../imgs/btn/btcadastrar.gif") no-repeat scroll 10px 0.3em
		#0066cc;
	text-decoration: none;
	color: #FFFFFF;
}

.botoestopo a.salvar {
	background: url("../../imgs/btn/salvar.png") no-repeat scroll 10px 0.5em
		#61c72c;
	border-color: #53d60f #3d9e0a #3d9e0a #53d60f;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font: bold 12px arial;
	white-space: nowrap;
	-moz-border-radius: 3px 3px 3px 3px;
}

.botoestopo a.cancelar {
	background: url("../../imgs/btn/deletar.gif") no-repeat scroll 10px 0.5em
		#ff0000;
	border-color: #FF6347 #FF4500 #FF4500 #FF6347;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font: bold 12px arial;
	white-space: nowrap;
	-moz-border-radius: 3px 3px 3px 3px;
}
.botoestopo a.cancelar:hover {
	background: url("../../imgs/btn/deletar.gif") no-repeat scroll 10px 0.5em
		#CD0000;
}

.botoestopo a.salvar:hover {
	background: url("../../imgs/btn/salvar.png") no-repeat scroll 10px 0.5em
		#339900;
}

.botoestopo a.opcoes {
	background: url("../../imgs/btn/salvar.png") no-repeat scroll 10px 0.5em
		#61c72c;
	border-color: #53d60f #3d9e0a #3d9e0a #53d60f;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font: bold 12px arial;
	white-space: nowrap;
	-moz-border-radius: 3px 3px 3px 3px;
}

.botoestopo a.salvar:hover {
	background: url("../../imgs/btn/salvar.png") no-repeat scroll 10px 0.5em
		#339900;
}

/*tabela geral*/
/*-------------------------------------------------
FINANCEIRO
 -------------------------------------------------*/
.financeiro input {
	display: inherit
}

.financeiro input.tamanho80 {
	width: 80px
}

.financeiro input.tamanho200 {
	width: 200px
}

.financeiro input.botaoFiltrar {
	width: 60px;
	background: #12a2d4;
	color: #fff;
	padding: 3px
}

.financeiro select {
	background: #fff
}

.financeiro label {
	float: none
}

.boxForm {
	float: left
}

.tabelaFinanceiro table {
	width: 100%
}

table.contasapagar caption {
	background-image: none;
	background-color: #d54f4f;
}

table.contasareceber caption {
	background-image: none;
	background-color: #94D54F;
}

.contasareceber  td a: {
	color: #4b850d
}

.contasapagar  td a {
	color: #d54f4f
}

.botoesfooter {
	padding: 10px 5px 10px 5px
}

.financeirobaixar {
	padding: 4px 8px 4px 8px;
	border: solid 1px #bcbcbc;
	background: #69a000;
	color: #fff;
	margin: 5px 15px 5px 5px
}

.contasapagar  td a.financeirobaixar {
	color: #fff;
}

.formFinanceiro #tabs select {
	width: 270px
}

.formFinanceiro #tabs input.botaoModal {
	background: #666;
	color: #fff
}

.showDividir input.botao {
	background: #666;
	color: #fff
}

.showDividir {
	display: none
}

.linhaDividir {
	float: left;
	border-bottom: solid 1px #ccc;
	width: 630px
}

.zerarMargem {
	margin: 0 0 0 2px
}

.zerarPadding {
	padding: 2px 2px 2px 2px
}

.tamanho1 {
	width: 100px
}

.tabelaModalFaturamento {
	margin-bottom: 30px
}