.RadGrid
{
	/*
	border: 1px solid #BABABA;
	border-top: 1px solid #C2D6AA;
	border-bottom: 1px solid #D8D8D8;
*/
}

.RadGrid Table
{
	font-size: 10px;
}

.RadGridHeader A:link
{
	text-decoration:	none;
	color: white;
}

.RadGridHeader A:visited
{
	text-decoration:	none;
	color: white;
}

.RadGridHeader A:active
{
	text-decoration:	none;
	color: white;
}

.RadGridHeader A:hover
{
	text-decoration:	underline;
	color: white;
}

.RadGridHeader
{
	border-right: black 1px solid;
	padding-right: 3px;
	border-top: black 1px solid;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	border-left: black 1px solid;
	color: white;
	padding-top: 3px;
	border-bottom: black 1px solid;
	background-color: #a2b7b5;
}
.RadGridFooter
{
	border-right: black 1px solid;
	padding-right: 3px;
	border-top: black 1px solid;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	border-left: black 1px solid;
	color: black;
	padding-top: 3px;
	border-bottom: black 1px solid;
	background-color: #a2b7b5;
}

.RadGridItem
{
	background-color: white;
}
.RadGridAlternatingItem
{
	background-color: #f0f2f6;
}

.RadGridEditItem
{
	/*
	background-image: url(RadGrid/defaultEditItemBg.gif);
	background-repeat: repeat-x;
	padding-left: 4px;
*/
}

.RadGridSelectedItem
{
	cursor: hand;
	background-color: #ffffcc;
}


.RadGridPager
{
	/*padding-left: 50px;*/
	background-image: url(RadGrid/defaultPagerBg.gif);
	background-repeat: repeat-x;
	height: 21px;
	color: black;
}

.RadGridPager TD
{
	padding-left: 15px;
	/*background-image: url(RadGrid/defaultPagerBg.gif);
	color: #3f577d;
	background-repeat: repeat-x;
	height: 21px;*/
}
