/* Default CSS Stylesheet for a new Web Application project */

BODY {
	margin-left:0px;
	margin-top:30px;
	font-size: 10pt;
	font-family: Verdana, Arial;
	} 

A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
TH
{
	background-color:#0065ce;
	font-family:Verdana;
	font-size:10pt;
	color:White;
	font-weight:bold;
	text-align:center
}
TD 
{
	font-size: 8pt;
	font-family: Verdana
}

.tabela
{
	
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #000000;
	background-color: #e0e0e0;
	text-align: justify;
}
.tabelasj
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #000000;
	background-color: #e0e0e0;
	text-align: left;
}
.tabela_
{
	
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	background-color: #e0e0e0;
	text-align: justify;
}

.cabecalho
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #000000;
	background-color: #e11b22;
}
.tituloPagina
{
	text-align: center;
	background-color: #0A3261;
	padding: 2px;
	padding-left: 5px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

titulo
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	COLOR: #000000;
	background-color: #FF0000;
	font-weight:  bold;
}


.campos
{
	font-family: Arial;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #6C6C6C;
	background-color: #ffffff;
}
.campos_
{
	font-family: Arial;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #6C6C6C;
	background-color: #ffffff;
}

.label
{
	font-family: Arial;
	font-size: 11px;
}
.label_
{
	font-family: Arial;
	font-size: 8pt;
}

.button
{
	border-right: lightgrey 1px outset;
	border-top: lightgrey 1px outset;
	border-left: lightgrey 1px outset;
	border-bottom: lightgrey 1px outset;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	background-color: #0E3C70;
	cursor: hand;
	color: #FFFFFF;
}
.button_
{
	border-right: lightgrey 1px outset;
	border-top: lightgrey 1px outset;
	border-left: lightgrey 1px outset;
	border-bottom: lightgrey 1px outset;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 8pt;
	background-color: #0E3C70;
	cursor: hand;
	color: #FFFFFF;
}
.datagrid
{
	Width:100%;
	Border-Width: 1px;
	Border-Style: None;
	Padding: 1;
	word-Spacing: 1;
	Border-Color: White;	
}
.itemdatagrid
{
	Font-Size:11px;
	font-family:Arial;
	background-color:#E0E0E0;
}
.itemdatagrid_
{
	Font-Size:8pt;
	font-family:Arial;
	background-color:#E0E0E0;
}
.headerdatagrid
{
	Font-Size:11px;
	font-family:Arial;
	background-color:#E11B22;
	font-weight: bold;
	color:White;
}
.headerdatagrid_
{
	Font-Size:8pt;
	font-family:Arial;
	background-color:#E11B22;
	font-weight: bold;
	color:White;
}
.gridView
{
	
}
