﻿html { height:100% }
body {
    background-color: #F2F2F2; 
    margin:0px; padding:0px; height:100%;
	font-family: verdana; font-size:10px;
}
.Body 
{
	background-image: url('../App_Images/LogoGrande.gif');
	background-position: center center;
	background-repeat:no-repeat;
	height: 100%;
}
a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFD203; text-decoration: none; }
input { font-family: verdana; font-size:10px; }
select { font-family: verdana; font-size:10px; }
textarea { font-family: verdana; font-size:10px; }
fieldset { background-color:White; border:1px solid #336699; padding:0 5px 5px 5px; }
legend { color:#336699; font-weight:bold; margin-bottom:4px; }

/* ----- FORMULARIO ----- */
/* .TabelaFormulario .tabela2 { padding:0px; } */
.TabelaFormulario tr { vertical-align: top; }
.TabelaFormulario tr td.left { text-align: right; }
.TabelaFormulario tr td.right { text-align: left; }

/*
input.Normal { width: 180px; }
input.Grande { width: 600px; }
input.Pequeno { width: 80px; }

select.Normal { width: 186px; }
select.Grande { width: 606px; }
select.Pequeno { width: 86px; }

textarea.Normal { width: 180px; }
textarea.Grande { width: 600px; }
textarea.Pequeno { width: 80px; }
*/

.Button { cursor: pointer; }
.InputBox { border: 1px solid #7f9db9; padding: 1px; background-color: White; height:40px }
/* ----------------------- */

#Principal tr.Topo { background-color: Black; color: white; height: 30px; }
#divMenu { border-top: 0px solid #336699; background-image: url('../App_Images/FundoMenu.gif'); }

/* ----- MIGALHA ----- */
#divMigalha { background-color: #DDDDDD; text-align: left; color: #336699; }
.Migalha { margin: 0 10px 0 10px; font-weight:bold; }
a.Migalha:link { color: black; text-decoration: none; }
a.Migalha:visited { color: black;	text-decoration: none; }
a.Migalha:hover { color: #FFD203; text-decoration: none; }
/* ------------------- */


/* ----- PAINEL ----- */
.Painel { border: 1px solid #336699; margin: 5px; }
.PainelTitulo {
    color: white; 
    background-image: url('../App_Images/FundoPainel.gif');
    background-color: #336699;
    font-weight: bold; text-align: left; padding: 3px;
    border-bottom: 1px solid #336699;
}
.PainelCorpo { background-color: #F2F2F2; text-align: left; padding: 3px; }
.PainelRodape 
{
	border-top: 2px solid #CCCCCC; 
	background-color: #DDDDDD; 
	text-align: center; 
	padding: 3px; 
}
.PainelRodateto
{
	border-bottom: 2px solid #CCCCCC; 
	background-color: #DDDDDD; 
	text-align: center; 
	padding: 3px; 
}
/* ------------------- */

/* ------ SUBTABELA ------ */
table.SubTabela { border: 1px solid #336699; text-align: center; border-collapse: collapse; width:90%; border-top:1px solid #5f84a9; }
table.SubTabela caption { background-image: url('../App_Images/FundoPainel.gif'); color: white; font-weight:bold; font-size:11px; }
table.SubTabela thead tr { background-color: #336699; color: white; }
table.SubTabela tr { vertical-align: middle; }
table.SubTabela tbody tr { background-color: white; color: black; }
table.SubTabela tbody tr.Negativo { background-color: #f2f2f2; }
table.SubTabela tbody tr td { border: 1px solid #CCCCCC; }
table.SubTabela tbody tr td.Action1 { width:25px; }
table.SubTabela tbody tr td.Action2 { width:50px; }
table.SubTabela tbody tr td.Action3 { width:125px; }
table.SubTabela tbody tr td.Action4 { width:150px; }
table.SubTabela tbody tr td.Action5 { width:175px; }
table.SubTabela tfoot tr { background-color: #DDDDDD; color: black; font-weight: bold; text-align: right; }

table.SubTabela th { background-color: #336699; color: white; }

/* ----------------------- */

/* ------ DIVFIELDSET ------ */
div.Fieldset { border: 1px solid #336699; background-color: White; padding: 3px; }
/* ------------------------- */

/* ------ LABEL MSG ------ */
.lblmsg { color:Red; font-size:15px; font-weight:bold; }
/* ----------------------- */

.wzFatura
{
	padding:0px;
	margin:0px;
}


