/* CSS Document */
*
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	margin:0px;	
}

#topo
{
	background-image:url(../images/bg-topo.gif);
	background-repeat:repeat-x;
	height:71px;
	background-position:top;
}



#conteudo 
{
	padding:20px;
	width:95%;
}

div #conteudo form table tbody tr td table tbody tr td { color: #666; }

#menu td {
	padding-right:10px;
	padding-left:10px;
}

#menu a { color:#000;} 


/******** MENU ************/
a.menu
{
	color:#000;
	display:block;
	height:21px;
	line-height:21px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:20px;
	text-decoration:none;
}
a.menu:hover
{
	color:#fff;
	background-position:left bottom;
}
a.financeiro 
{
	border-bottom:1px solid #eaeaea;
	background-image:url(../images/menu/bg-menu-adm.png);
}
.financeiro a.ativo
{
	border-bottom:1px solid #eaeaea;
	background-position:left bottom;
	height:21px;
	line-height:21px;
	font-weight:bold;
	display:block;
	color:#fff;
	text-indent:20px;
	text-decoration:none;
	background-image:url(../images/menu/bg-menu-adm.png);
}
a.envasamento 
{
	border-bottom:1px solid #eaeaea;
	/*background-image:url(../images/menu/bg-menu-envasamento.png);*/
	background-image:url(../images/menu/bg-menu-adm.png);
}
.envasamento a.ativo
{
	border-bottom:1px solid #eaeaea;
	background-position:left bottom;
	height:21px;
	line-height:21px;
	font-weight:bold;
	display:block;
	color:#fff;
	text-indent:20px;
	text-decoration:none;
	/*background-image:url(../images/menu/bg-menu-envasamento.png);*/
	background-image:url(../images/menu/bg-menu-adm.png);
}

a.gestaoCheques 
{
	border-bottom:1px solid #eaeaea;
	/*background-image:url(../images/menu/bg-menu-gestao.png);*/
	background-image:url(../images/menu/bg-menu-adm.png);
}
.gestaoCheques a.ativo
{
	border-bottom:1px solid #eaeaea;
	background-position:left bottom;
	height:21px;
	line-height:21px;
	font-weight:bold;
	display:block;
	color:#fff;
	text-indent:20px;
	text-decoration:none;
	/*background-image:url(../images/menu/bg-menu-gestao.png);*/
	background-image:url(../images/menu/bg-menu-adm.png);
}
a.paralelo 
{
	border-bottom:1px solid #eaeaea;
	/*background-image:url(../images/menu/bg-menu-paralelo.png);*/
	background-image:url(../images/menu/bg-menu-adm.png);
}
.paralelo a.ativo
{
	border-bottom:1px solid #eaeaea;
	background-position:left bottom;
	height:21px;
	line-height:21px;
	font-weight:bold;
	display:block;
	color:#fff;
	text-indent:20px;
	text-decoration:none;
	/*background-image:url(../images/menu/bg-menu-paralelo.png);*/
	background-image:url(../images/menu/bg-menu-adm.png);
}

a.administracao 
{
	border-bottom:1px solid #eaeaea;
	background-image:url(../images/menu/bg-menu-adm.png);
	/*background-image:url(../images/menu/bg-menu-financeiro.png);*/
}
.administracao a.ativo
{
	border-bottom:1px solid #eaeaea;
	background-position:left bottom;
	height:21px;
	line-height:21px;
	font-weight:bold;
	display:block;
	color:#fff;
	text-indent:20px;
	text-decoration:none;
	/*background-image:url(../images/menu/bg-menu-financeiro.png);*/
	background-image:url(../images/menu/bg-menu-adm.png);
}


a.configuracao 
{
	border-bottom:1px solid #eaeaea;
	background-image:url(../images/menu/bg-menu-adm.png);
	/*background-image:url(../images/menu/bg-menu-financeiro.png);*/
}
.configuracao a.ativo
{
	border-bottom:1px solid #eaeaea;
	background-position:left bottom;
	height:21px;
	line-height:21px;
	font-weight:bold;
	display:block;
	color:#fff;
	text-indent:20px;
	text-decoration:none;
	/*background-image:url(../images/menu/bg-menu-financeiro.png);*/
	background-image:url(../images/menu/bg-menu-adm.png);
}
/**************************** GRÁFICOS *****************************/
.barra
{
	width:100%;
	height:18px;
	background-color:#CCCCCC;
	border:1px solid #999999;
}
.barra-2
{
	height:18px;
	background-color:#999;
}

/**************************** FORMS ********************************/
.obs
{
	background-image:url(../images/obs.gif);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
}
.ipt
{
	/*
	border:1px solid #ccc;
	padding:1px;
	*/
}

th 
{ 
	text-transform:capitalize;
}

.formulario th
{
	text-align:right;
	font-size:13px;
}
.btn-cadastrar
{
	background-color:#006600;
	border:2px outset #009900;
	height:30px;
	color:#fff;
}
.btn-alterar
{
	background-color:#FF9900;
	border:2px outset #996600;
	height:30px;
	color:#000;
}
.btn-excluir
{
	background-color:#CC3300;
	border:2px outset #FF0000;
	height:30px;
	color:#fff;
}
/****************************** MENSAGENS *************************/
.msg-sucesso
{
	margin:5px;
	padding:5px;
	color:#003300;
	
	background-color:#D7FFAE;
	border:1px dotted #66FF00;	
	font-size:13px;
	text-align:center;
}
.msg-erro
{
	margin:5px;
	padding:5px;
	color:#660000;
	
	background-color:#FFD7CC;
	border:1px dotted #FF6600;	
	font-size:13px;
	
	text-align:center;
}
/****************************** TIPOGRAFIA *************************/

.b { font-weight:bold; }

.tituloPagina
{
	color:#003366;
	font-weight:bold;
	font-size:21px;
	border-bottom:2px solid #ccc;
}
.tituloPaginaEnvasamento
{
	color:#003366;
	font-weight:bold;
	font-size:21px;
	border-bottom:2px solid #ccc;
}
.top-tituloPaginaEnvasamento
{
	color:#003366;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	font-size:11px;
}
.top-tituloPaginaParalelo
{
	color:#8110c2;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	font-size:11px;
}
.top-tituloPaginaGestaoCheques
{
	color:#FF9799;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	font-size:11px;
}
.top-tituloPaginaFinanceiro
{
	color:#69CE5E;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	font-size:11px;
}

.top-tituloPaginaAdmin
{
	color:#333333;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	font-size:11px;
}

.tituloPaginaAdmin
{
	color:#CCCCCC;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	font-size:11px;
}

.tituloPaginaFinanceiro
{
	color:#009966;
	font-weight:bold;
	font-size:21px;
	border-bottom:2px solid #ebebeb;
}



.contasAPagar
{
	line-height:35px;
	text-indent:35px;
	background-image:url(../images/calendar.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.lancamentoDeCaixa
{
	/*line-height:35px;
	text-indent:35px;
	background-image:url(../images/calculator.png);
	background-position:top left;
	background-repeat:no-repeat;*/
}

.fornecedor
{
	line-height:35px;
	text-indent:35px;
	background-image:url(../images/fornecedor.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.tituloPaginaGestaoCheques
{
	color:#990000;
	font-weight:bold;
	font-size:21px;
	border-bottom:2px solid #ccc;
}
.tituloPaginaParalelo
{
	color:#8110c2;
	font-weight:bold;
	font-size:21px;
	border-bottom:2px solid #ccc;
}

.cor-branco { color:#fff; }
.cor-vermelho { color:#FF0000; }
.cor-azul { color:#0066CC; }
.cor-amarelo { color:#FFFF66; }
.txt-9  { font-size:  9px; }
.txt-10 { font-size: 10px; }
.txt-11 { font-size: 11px; }
.txt-12 { font-size: 12px; }
.txt-13 { font-size: 13px; }
.txt-14 { font-size: 14px; }
.txt-15 { font-size: 15px; }
.txt-16 { font-size: 16px; }
.txt-17 { font-size: 17px; }
.txt-18 { font-size: 18px; }
.txt-19 { font-size: 19px; }
.txt-20 { font-size: 20px; }
.txt-21 { font-size: 21px; }
.txt-22 { font-size: 22px; }
.txt-23 { font-size: 23px; }
.txt-24 { font-size: 24px; }

/*------------------------- MENU ----------------------*/
ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}
ul.jd_menu li {
	float: left;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px
}

/* Fundo do menu 1o nivel*/
ul.jd_menu_slate {
	height: 30px;
	width:100%;
	line-height:30px;
	background-color:#112F5B;
	clear: both;
}

ul.jd_menu_vertical {
	width: 200px;
	height: auto;
	clear: both;
	background-color: red;
}


/*  */
ul.jd_menu_slate a, 
ul.jd_menu_slate a:active,
ul.jd_menu_slate a:link,
ul.jd_menu_slate a:visited {
	text-decoration: none;
	color: #000;
}
ul.jd_menu_slate ul li a,
ul.jd_menu_slate ul li a:active,
ul.jd_menu_slate ul li a:link,
ul.jd_menu_slate ul li a:visited {
	/*color: #70777D;*/
}
/* Cor da Fonte*/
ul.jd_menu_slate li {
	cursor: pointer;
	border-right:1px solid #000033;
	white-space: nowrap;
	color: #FFF;
	
	width:100px;
	text-align:center;
	
}
/* MENU PRINCIPAL QUANDO OVER */
ul.jd_menu_slate li.jd_menu_active_menubar,
ul.jd_menu_slate li.jd_menu_hover_menubar {
	background-color:#000000;

}

ul.jd_menu_vertical li.jd_menu_active_menubar,
ul.jd_menu_vertical li.jd_menu_hover_menubar {
	border-top: 1px solid #70777D;
	border-left: 0px;
	border-right: 0px;
}

/* FUNDO DO CONTAINER SUB-MENU */
ul.jd_menu_slate ul {
	background: #112F5B;
	border:1px solid #000033;

}
/* FUNDO DO SUB-MENU */
ul.jd_menu_slate ul li {
	height:25px;
	line-height:25px;
	background: #112F5B;
	color: #FFF;
	width:100px;
}
/* Estilo do Sub-Menu quando no OVER*/
ul.jd_menu_slate ul li.jd_menu_active,
ul.jd_menu_slate ul li.jd_menu_hover {
	background-color:#000;
}
ul.jd_menu_slate ul li.jd_menu_active a.jd_menu_active,
ul.jd_menu_slate ul li.jd_menu_hover a.jd_menu_hover {
	color: #000;
}


#carregando 
{
	background-color:#314396;
	
	width:100%;
	height:40px;
	color:#fff;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	/*top:0;*/
	background-image:url(../images/loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	position:fixed;
	z-index:100000; !important
	
	/*border-radius: 10px;*/
	
}

#botaoCancelarLoading
{
	
	
	height:40px;
	color:#fff;
	line-height:0px;
	margin-left:1250px;
	width:100%;
	margin-top:-5px;
	
}


.asteriscoFormulario
{
	color:#F00;
}

.btn-transferir
{
	background-color:#0066cc;
	border:2px outset #033d77;
	height:30px;
	color:#fff;
}






.carregando {
	color:#F00;
	display:none;
}


FIELDSET TABLE {
	margin-top:3px;
	margin-left:3px;
	margin-bottom:4px;
	
}
FIELDSET TD {
	COLOR: #999;
	FONT-SIZE: 11px
}
FIELDSET {
	BORDER-BOTTOM: #CCC 1px solid;
	BORDER-LEFT: #CCC 1px solid;
	BORDER-TOP: #CCC 1px solid;
	BORDER-RIGHT: #CCC 1px solid
}
FIELDSET LEGEND {
	COLOR: #999;
	text-transform:uppercase;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold
}

.t1							{ font-family:Arial; font-size:11px; font-weight:bold; color:#ffffff; background-color:#9e3a46; width:15px; height:15px; text-align:center; }
.t2							{ font-family:Arial; font-size:14px; font-weight:bold; color:#9e3a46 }
.t3							{ font-family:Arial; font-size:13px; font-weight:bold; color:#005fa4 }
.t4							{ color:#777777; }



.btn-atualizar
{
	background-color:#F00;
	border:2px outset #F00;
	height:30px;
	color:#fff;
}

.btn-emaberto
{
	background-color:#ca493b;
	border:2px outset #ca493b;
	height:30px;
	color:#fff;
}

.msg-info
{
	margin:5px;
	padding:5px;
	color:#004166;
	
	background-color:#cce8ff;
	border:1px dotted #00c6ff;	
	font-size:13px;
	
	text-align:center;
}

