.gridTable
{
	border: #000000 1px solid;
	background-color: #69c
}

.gridHeader
{
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #336699;
	height: 20px
}

.gridRowEven
{
	color: #000000;
	background-color: #e4e4d7;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: normal;
	height: 15px
}

.gridRowOdd
{
	color: #000000;
	background-color: #f4f4e7;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: normal;
	height: 15px
}

.gridRowBlanco{
	color: #000000;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: normal;
	height: 15px
}


.gridRowGreen{ /* green */
	color: #000000;
	background-color: #D2FFD2;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: normal;
	height: 15px
}

.gridRowGreen2{ /* green */
	color: #000000;
	background-color: #00FF00;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: normal;
	height: 15px
}


.gridRowRed{ /* REd */
	color: #000000;
	background-color: #FFB9B9;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: normal;
	height: 15px
}

.gridRowRed2{ /* REd */
	color: #000000;
	background-color: #FF1A00;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: normal;
	height: 15px
}




.gridRowOrange{
	color: #000000;
	background-color: #F0753D;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: normal;
	height: 15px
}

.gridRowYello{ /* REd */
	color: #000000;
	background-color:#FFFF00;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: normal;
	height: 15px
}

.gridRowBlue{ /* Azul */
	color: #000000;
	background-color:#2E9AFE;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: normal;
	height: 15px
}

.gridPageOfPage
{
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";
	font-size: 8pt;
	font-weight: bold
}

.gridPager
{
	background-color: #336699
}

.gridSort
{
	color: #ffffff;
	background-color: #336699;
	text-decoration: none
}