/*___________________________ STYLES DELLE GRID ____________________________*/
.gridStyle
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	padding: 3px 3px 3px 3px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ADD2F5;
}
.defaultRows
{
	background-color: #DAE8F5;
	text-align: left;
}
.alternatingRows
{
	background-color: #E5E5E5;
	text-align: left;
}
.gridPosition
{
	text-align: left;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 50px;
}
.gridSI
{
	text-align: left;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 50px;
}
.gridNO
{
	text-align: left;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #B32626;
	width: 50px;
}
