/* Default CSS Stylesheet for a new Web Application project */

BODY {
	margin: 10 0 0 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	background-color: #E2E2E2;
}

TD {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

A 
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

A:hover 
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

A:visited
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.ButtonActive {
	background-color: #349f37;
	border: solid 1px #349f37;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;	
	cursor: hand;
	color: White;
}

.ButtonInactive {
	background-color: #0198C8;
	border: solid 1px #0198C8;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;	
	cursor: hand;
	color: white;
}

.Panel {
	border-top: solid 1px #02981D;
}

.MenuTopCenter 
{
	background-image: url(../Images/MenuTopCenter.jpg);
	background-repeat: repeat-x;
}

.HeaderGray_1
{
	background-image: url(../Images/HeaderGray_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.HeaderGray_2
{
	background-image: url(../Images/HeaderGray_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:5px;
}

.HeaderGray_3
{
	background-image: url(../Images/HeaderGray_3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.BottomLeftCorner 
{
	background-image: url(../Images/BottomGreenLeft_2.gif);
	background-repeat: no-repeat;
	background-position: -6 bottom;
}

.1LineBkg 
{
	background-image: url(../Images/1LineBkg.gif);
	background-repeat: repeat-y;
}

.MenuSep 
{
	color: #3b4872;	
	font-weight: bold;
}

.MenuSep_Hover 
{
	color: #3b4872;	
	font-weight: bold;
}

.MenuTop 
{
	color: #ffffff;	
	cursor: hand;
	text-decoration: none;
}

.MenuTop_Hover 
{
	color: #ffffff;	
	cursor: hand;
	text-decoration: underline;
}

.MenuLeft 
{
	background-image: url(../Images/ponto_verde.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: hand;
	padding-left: 20px;
	vertical-align: top;
}

.MenuLeftSub 
{
	background-image: url(../Images/ponto_verde.gif);
	background-repeat: no-repeat;	
	color: #000000;	
	cursor: hand;
	padding-left: 20px;	
	vertical-align: top;	
}

.MenuLeft_Hover 
{
	background-image: url(../Images/ponto_branco.gif);
	background-repeat: no-repeat;	
	color: #ffffff;
	cursor: hand;
	padding-left: 20px;	
	vertical-align: top;
}

.MenuLeftSub_Hover 
{
	background-image: url(../Images/ponto_verde.gif);
	background-repeat: no-repeat;		
	color: #000000;	
	cursor: hand;
	padding-left: 20px;	
	vertical-align: top;	
}

TD.rodape 
{
	font-size: 11px;
	color: #ffffff;
	padding-left: 10px;
}

img.NoticiaImg 
{
	padding: 0px 10px 5px 0px;	
}

.NewsCfg1
{
	border-bottom: dotted 1px #cccccc;	
	border-right: dotted 1px #cccccc;
}

.NewsCfg2
{
	border-bottom: dotted 1px #cccccc;	
}