﻿.GridElement
{
	font-family: Arial;
	font-size: 11pt;
	background-color: White;
	border: none 0px white;
	padding: 4px 4px 4px 4px;
	color: Black;
	width: 100%;
}

.GridHeader
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	border: none 0px white;
	color: White;
	height:20px;
	text-align: center;
	background-image: url(../img/form/degrad_rojo.jpg);
	background-repeat:repeat-x;
	padding-left: 2px;
}

.GridFooter
{
	background-color: #CCCC99;
}

.GridItem
{
	background-color: #F7F7DE;
	text-align: center;
}

.GridAlternatingItem
{
	background-color: White;
	text-align: center;
}

.GridSelectedItem
{
	background-color: #CE5D5A;
	font-weight : bold;
	color: White;
}

.GridPager
{
	background-color: #F7F7DE;
	color: Black;
}

.GridButton
{
	font-family: Arial;
	font-size: 10pt;
	border: solid 1px orange;
	color: #fff;
	background-color: #fff;
	background-image: url(../img/form/degrad_nar.jpg);
	width: 120px;
	cursor: pointer;
}