BODY {
	cursor: auto;
	font-family: "verdana";
    font-size: 11px;
    color: #000080;
   	scrollbar-base-color:#E6E7E7;
	scrollbar-darkshadow-color: #E6E7E7;
	scrollbar-track-color: #EEEEEE;
	scrollbar-face-color: #E6E7E7;
	scrollbar-arrow-color: #999999;		
	scrollbar-shadow-color: #BAC6CD;
	scrollbar-highlight-color: #E6E7E7;
	scrollbar-3dlight-color: #BAC6CD;
}
BODY.unload {
	cursor: wait;
	font-family: "verdana";
    font-size: 30px;
    color: #000080;
   	scrollbar-base-color:#E6E7E7;
	scrollbar-darkshadow-color: #E6E7E7;
	scrollbar-track-color: #EEEEEE;
	scrollbar-face-color: #E6E7E7;
	scrollbar-arrow-color: #999999;		
	scrollbar-shadow-color: #BAC6CD;
	scrollbar-highlight-color: #E6E7E7;
	scrollbar-3dlight-color: #BAC6CD;
}
TABLE.frame {
    border: 1px solid #000080;
   	width: 80%;
}
TABLE.frame_interior {
    border: 1px solid #000080;
   	width: 100%;
}
TABLE.painel_superior {
   	width: 100%;
}
TABLE.painel_inferior {
   	width: 100%;
}
TABLE.painel_campos {
   	margin: 5px;
}
TABLE.painel_grupo {
   	margin: 7px;
}
TD.titulo {
	font-size: 24px;
    font-weight: bold;
    padding-left: 5px;
}
INPUT.button {
    font-family: "Verdana";
    color: #000080;
	background-image: url(../Imagens/Botoes/botao_comum.gif);
	background-repeat: no-repeat;
	width: 141px;
    height: 22px;
    background-color: #F5F5F5;
	border: 0px outset #000080;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: hand;
}
INPUT.button_mini {
    color: #000080;
	width: 22px;
    height: 18px;
    background-color: #F5F5F5;
	border: 0px;
	margin-left: 2px;
	cursor: hand;
}
TD.label {
    font-size: 12px;
    vertical-align: top;
    text-align: right;
    padding: 7px 5px;
    white-space: nowrap;
}
TD.label_esquerdo {
    font-size: 12px;
    vertical-align: top;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 5px;
    white-space: nowrap;
}
TD.msg {
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: green;
    text-align: center;
}
TD.alerta {
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: red;
    text-align: center;
}
TD.lembrete {
    font-size: 10px;
    text-align: center;
}
SPAN.cabecalho_painel {
    font-size: 10px;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    color: #000080;
    height:1;
    background-color: #FFFFFF; 
	filter:Blur(Direction=135, Strength=2);
	white-space: nowrap;
}
SPAN.titulo {
	height:36; 
	vertical-align: middle;
	filter:Blur(Direction=135, Strength=3);
}
SPAN.link_vazio {
	font-size: 11px;
	color: #000080;
    font-weight: bold;
    white-space: nowrap;
}
#dica {
	visibility: hidden; 
	position:absolute; 
	z-index:50; 
	background-color: #FFFFD6; 
	border: 1px solid #000080; 
	font-family: verdana; 
	font-size:11px; 
	padding:0px 3px 1px 3px;
}
#aguarde {
	visibility: hidden;
	position: absolute; 
	z-index:100; 
	background-color: #F0F9F9;
	border: 1px solid #000080; 
	padding: 5px;
}
A {
	font-size: 11px;
	color: #000080;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}
A:hover {
	background-color: #A0BAFE;
}
A:active {}
A:link {}
A:visited {}

table.listagem_out
{
	border:1px solid #ccc;
	border-top: 4px solid #000080;
	border-collapse: collapse;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
td.painel_lateral
{
	background-image:url(../Imagens/Painel/borda_md.gif);
}
.componente:focus, .textnumerico:focus {
    outline: none;
}