.RadGrid
{
	border: 1px solid #BABABA;
	border-top: 1px solid #C2D6AA;
	border-bottom: 1px solid #D8D8D8;
	background-color: transparent;
}

.RadGrid Table
{
	font-family: Arial, Verdana;
	font-size: 12px;
}

.RadGrid TD
{
	border: none 0px;
}

.RadGridHeader
{
	padding: 4px;
	background-color: #D5E5C0;
	border: none 0px;
}

.RadGridHeader SPAN
{
	padding-top: 4px;
	display: block;
	text-decoration: none;
	padding-left: 4px;
	border: none 0px;
}

.EditFormHeader
{
	background-color: #ced9c1;
	color: #475c2c;
}

.EditFormHeader TD { font-weight: bold; font-size: 12px; padding-top: 4px; text-align: center }

.RadGridItem
{
	/*background-image: url("/App_Themes/Prrads/images/grid/defaultItemBg.gif");
	background-repeat: repeat-x;*/
	padding-left: 4px;
	background-color: #ebf5dc;
	border: none 0px;
}

.RadGridAlternatingItem
{
	/*background-image: url("/App_Themes/Prrads/images/grid/defaultAlternatingItemBg.gif");
	background-repeat: repeat-x;*/
	padding-left: 4px;
	background-color: #D5E5C0;
	border: none 0px;
}

.RadGridEditItem
{
	/*background-image: url("/App_Themes/Prrads/images/grid/defaultEditItemBg.gif");
	background-repeat: repeat-x;*/
	padding-left: 4px;
	background-color: #eef2ea;
	border: none 0px;
}

.RadGridSelectedItem
{
	/*background-image: url("/App_Themes/Prrads/images/grid/defaultSelectedItemBg.gif");
	background-repeat: repeat-x;*/
	padding-left: 4px;
	background-color: #8D977E;
	border: none 0px;
}

.RadGridPager
{
	/*background-image: url("/App_Themes/Prrads/images/grid/defaultPagerBg.gif");
	background-repeat: repeat-x;*/
	padding-left: 11px;
}

.RadGridPager TD
{
	padding-top: 0px;
	padding-bottom: 0px;
	border: none 0px;
}

.GroupPanel
{
	background-color: #c4cdc0;
	color: #5a6854;
	width: 100%;
	border-bottom: 1px solid #8d9c87;
}

.GroupPanelItem
{
	background-color: #9fb695;
	border: 1px solid #8d9c87;
	white-space: nowrap;
}

.FormsCaptionStyle
{
	border: 1px solid red;
}
