﻿body
{
	background:#414141;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-family: Verdana;
    font-size: 10px;
}

.body
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-family: Verdana;
    font-size: 10px;
}

.cabecalhoSistema
{
    background-image: url('../imagem/titulo_sistema.jpg');
    background-repeat:no-repeat;
    height:130px;
}

.tituloPagina
{
	background-image: url('../imagem/fundo_titulo_pagina.jpg');
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	font-size: 10pt;
	background-color: #C0C0C0;
	font-weight: bold;
}


.aviso
{
	background:#fff8da;
	border:1px solid #c2a770;
	padding:4px 8px;
	font-size:8pt;
	margin-bottom:5px;
}

.rodapePagina
{
    text-align:center;
    height:30px;
    background-color:#e2e2e2;
    font-family: Verdana;
    font-size: 10px;
    line-height: 27px;
    vertical-align: middle;
}

.conteudoPagina
{
	background-color:White;
    width: 100%;
    height:400px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.divLogin
{
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
    width: 400px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

a:link
{
	color: #0053aa;
	text-decoration: none;
}
a:visited
{
    color: #0053aa;
    text-decoration:none;
}
a:active
{
	color: #0053aa;
	text-decoration: none;
	font-weight: bold;
}
a:hover 
{
    text-decoration:underline;
}

.label
{
    text-decoration: none;
    color: Black;
}

.botao
{
	background-image: url('../imagem/fundo_botao.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Black;
	border: 1px solid gray;
	height: 20px;
	width: 150px;
	font-weight: bold;
}


.warning 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}

.grid_row 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;	
}
.grid_alternate_row
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    background-color: #CCCCCC;
}

.header
{
	background-image: url('../imagem/fundo_titulo_pagina.jpg');
	height:24px;
    background-repeat:repeat-x;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-indent: 7px;
    vertical-align: middle;
    color:black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.txtbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #E5E5E5;
	border: 1px solid gray;
	margin-left: 0px;
}

.txtboxObrigatorio
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #D9DAFF;
	border: 1px solid gray;
	margin-left: 0px;
}

.txtboxAlerta
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFCCCD;
	border: 1px solid #990000;
	margin-left: 0px;
}

#divTituloModal
{
	text-indent:5px;
	text-align:left;
	font-size:13pt;
	color:#ed9517;   
	font-weight:bold;
	display:block;
	margin-top:5px;
    border:2px;
	border-style: solid;
	border-color:Black;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:20px;
	background-image: url('../Imagem/fundoTituloModal.jpg');
}

.pnlGeral
{
	font-size:10pt;
	border-left:solid 1px black;
	border-bottom:solid 1px black;
	background-color:White;
}

.modalBackground
{
	background-color:Black;
	filter:alpha(opacity=50, finishopacity=50, style=1);
    opacity:.5;
}

.quebraPagina{
	page-break-after: always;
}
