body,td,th {
	font-family: "Trebuchet MS", Trebuchet, Tahoma;
	font-size: 12px;
	color: #000000;
}
.gridPortal {
	font-family: "Trebuchet MS", Trebuchet, Tahoma;
	font-size: 12px;
	color: #000000;
	background:#FF6666;
	margin-bottom:1px;
	margin-left:1px;
	border:1px;
}
li {
	font-family: "Trebuchet MS", Trebuchet, Tahoma;
	font-size: 14px;
	color: #FF0000;
	text-align:center;
	font-weight:bold;
}
.formataFonte {
	text-transform:capitalize;
}

.conteudoTitulo {
	font-family: "Trebuchet MS", Trebuchet, Tahoma;
	font-size: 14px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
.conteudoPagina {
	font-family: "Trebuchet MS", Trebuchet, Tahoma;
	font-size: 12px;
	color:#000000;
}
input, textarea, select {
	font-family: "Trebuchet MS", Trebuchet, Tahoma;
	font-size: 11 px;
	color: rgb(136, 137, 84);
	size: 1;
}

a {
	color:#FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#D3D3BB;
}

.grid
{
	font-size: 8pt;        
	border: 1px solid #1B314B;
}

.grid.header
{
        font-weight: bold;
        color: #FFFFFF;
        background-color: #8BAFD8;
        height: 22px;
        line-height: 22px;
}

.grid.row
{
        background-color: #CFDEEF;        
        height: 18px;
        line-height: 18px;
}

.grid.alternaterow
{
        background-color: #EEF3F9;
        height: 18px;
        line-height: 18px;
}
.grid.total
{
        font-weight: bold;
        background-color: #8BAFD8;
        height: 22px;
        line-height: 22px;
}
.grid.data
{
        font-weight: inherit;
        background-color: #FFFFFF;
        height: 20px;
        line-height: 20px;
}

.menu_cabecalho
{
	width: 200px;
	border: 1px solid #A3A774;
	color: #969764;
	background: url(../img/MenuCabecalhoFundo.jpg) repeat-x;
	text-indent: 5px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	margin: 1px 0px 0px 2px;
}

.menu
{
	cursor: pointer;
	position: absolute;
	margin: -11px 0px 0px 2px;
}

.menu.oculto
{
	display: none;
}

.menu ul
{
	width: 200px;
	border: 1px solid #A3A774;
	padding: 0px;
	margin: 10px 0px 0px;
	list-style: none;	
	background: #FFF;
	text-transform:capitalize;
}

.menu ul li
{
	color: #969764;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	background-color: #EAEBDD;
	font-size: 8pt;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #D9DAC5;
	border-top: 1px solid #FFFFFF;
}

.menu ul li a
{
	color: #969764;
}

.menu ul li a:hover
{
	color: #000;
}

.menu ul li.area
{
	background-color: #DFE0CD;	
	font-weight: bold;
}
