/* ***** Estilos genericos ***** */

/* ** Estilos do Grid ** */
H1
{
	font-size: medium;
	color: peru;
	font-family: Verdana;
}

.Grid
{
	/* border: solid 1px Tan; */	
	border: none;
}

	/* Afecta as células */
.Grid td
{
	border: solid 3px #FFFFFF;
	margin: 3px 3px 3px 3px;
	font-family: Verdana;
	padding:  5px 5px 5px 5px;
	text-align: left;
}

.GridHeader
{
	font-weight: bold;
	background-color: Tan;
}

.GridHeader a
{
	text-decoration: none;
	color: LightGoldenrodYellow;
	padding: 0px 15px 0px 15px;
}

.GridHeader a:hover
{
	text-decoration: underline;
	background: Tan url(images/spin.gif) no-repeat 0 100%;
}

.GridItem, .GridAltItem
{	
	font-family: Verdana;
	font-size: 7pt;	
}

.GridItem
{
	background-color: LavenderBlush;
}

.GridAltItem
{
	background-color: White;	
}

.GridPager
{
	font-size: small;
	background-color: LightGoldenrodYellow;
}

/*** Estilos dos Div's ***/

.EstiloDiv, .EstiloDivRodape
{ 
/* 	BORDER-TOP: #333 1px solid; 
	BORDER-RIGHT: #333 1px solid; 
	BORDER-BOTTOM: #333 1px solid; 
	BORDER-LEFT: #333 1px solid; 
*/

 	BORDER-TOP: 0px; 
	BORDER-RIGHT: 0px; 
	BORDER-BOTTOM: 0px; 
	BORDER-LEFT: 0px; 

	PADDING-TOP: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-BOTTOM: 0px; 	
	PADDING-LEFT: 0px; 	
	MARGIN: 0px auto;	
	WIDTH: 500px; 	
/*	BACKGROUND-COLOR: #eee; */
	TEXT-ALIGN: center; 
	FONT-FAMILY: Verdana;
}
.EstiloDiv
	{ 
	FONT-SIZE: 7pt;
	}	
.EstiloDivRodape
{ 
	COLOR :  Gainsboro; 
	FONT-SIZE: 6pt;
}

/*** Estilos Gerais para Texto ***/

.TextoGeral
{
	FONT-SIZE: 8pt;
	TEXT-ALIGN: center; 
	FONT-FAMILY: Verdana;
}

/*/* Links com côr fixa (afecta todos os <a>) */
/*A:link { color: white } /* default link */
/*A:visited { color: white } /* link that you already visited */
/*A:active { color: white } /* active link */

