/* Styles for RadGrid controls */

.RadGrid
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Tahoma;
}

.RadGrid A
{
	color: #000000;
}

.RadGrid Table
{
	font-size: 11px;
}

.Row TD
{
	background-color: #EEEEEE;
	height: 6px !important;	
	padding-top: 2px !important;
	padding-bottom: 2px !important;	
}

.AltRow TD
{
	height: 6px !important;
	background-color: #FFFFFF;
	padding-top: 2px !important;
	padding-bottom: 2px !important;	
}

.GroupPanel
{
	background-color: #E4F1F8;
}


.GridRow_Vista A
{
	color: #207acd !important;
	text-decoration: none !important;
	height: 6px !important;
}

.GridAltRow_Vista A
{
	color: #207acd !important;
	text-decoration: none !important;
	height: 6px !important;
}

.GridRow_Vista A:hover
{
	color: #207acd !important;
	text-decoration: underline !important;
}

.GridAltRow_Vista A:hover
{
	color: #207acd !important;
	text-decoration: underline !important;
}


.NextPrevAndNumeric .rgAdvPart
{
	display: none;
}

