﻿body
{
	font-size: 11px;
	font-family: Tahoma, Arial, 'Arial Black';
	margin: 0;
	padding: 0;
	color: #666666;
}

#MenuEsquerdo
{
	text-align:center;
	font-weight: bold;
	width:135px;
}

#MenuEsquerdo TR
{
	background-color:#999999;
	height:30px;
	margin-bottom:1px;
	padding-top:5px;
}

#MenuEsquerdo A
{
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	width: 100px;
}

#MenuEsquerdo A:hover
{
	color:#999999; background-color:#FFFFFF;
}

.divFiltro
{
	width: 100%;
	text-align: left;
}

.divGrid
{
	width:100%;
	text-align:center;
}


.Noticia
{
	background-color: #f0f8ff;
}

.Modulo
{
	color:#0066CC;
	font-size:20px;
	font-weight:bold
}

.Titulo
{
	color:#0066CC;
	font-size:12px;
	font-weight:bold
}

.SubTitulo
{
	color:#666666;
	font-size:12px;
	font-weight:bold
}

A
{
	color: Blue;
	text-decoration: none;
}

A:active
{
	text-decoration: none;
}

A:hover
{
	font-weight: bold;
}

A:visited
{
	color: Blue;
	text-decoration: none;
}

.LinhaDestaque
{
	background-color: #e6e6fa;
	vertical-align: middle;
	height: 35px;
}

.LinhaDivisao
{
	border-bottom: gray thin dotted;
}

.Button
{
	background: url(img/degrade.jpg) repeat-x;
	color: #e7ebff;
	font-size: 10px;
	border: 1px solid #6685A2;
	padding: 2px 3px 2px 3px;
	margin-right: 5px;
	vertical-align: baseline;
	font-weight: bold;

}
.PainelBoxInterno
{
	background-color: #edf4ff;
	font-size: 14px;
	padding: 2px 3px 2px 3px;
	margin-right: 5px;
	vertical-align: baseline;
	font-weight: bold;
	border-right: 1px double;
	border-top: 1px double;
	border-left: 1px double;
	border-bottom: 1px double;
}
 
.PainelBoxExterno
{
	background: url(img/degrade4.jpg);
	color: #330099;
	font-size: 10px;
	border: 1px solid #6685A2;
	padding: 2px 3px 2px 3px;
	margin-right: 5px;
	vertical-align: baseline;
	font-weight: bold;
}