.RadGrid
{
	/*
	width: 500px;
	*/
	border: 1px solid #BABABA;
	border-top: 1px solid #C2D6AA;
	border-bottom: 1px solid #D8D8D8;
}


.RadGrid .PanelStyle td 
{
	font: bold 11px Tahoma; color: white 
}
.RadGrid .PanelItemsStyle 
{
	font: bold 11px Tahoma; color: white; white-space:nowrap; 
}

.RadGrid .PanelStyle
{
	background-image: url(../images/topBg.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
}



.RadGrid .chkBox Input
{
	font-size: 12px;
	border: 0 solid;  
}

.RadGrid Table
{
	font-family: Arial, Verdana;
	font-size: 11px;
}

.RadGrid A
{
	color: black;
}

.RadGridHeader
{
	background-image: url(../images/defaultHeaderBg.gif);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 4px;
}

.EditFormHeader
{
	background-image: url(../images/defaultSelectedItemBg.gif);
	background-repeat: repeat-x;
	height: 18px;
}

.EditFormButtonRow A 
{
	FONT-SIZE: 12px; 
	COLOR: darkgreen 
}

.EditFormHeader TD 
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	PADDING-TOP: 4px; 
	TEXT-ALIGN: center 
}

.RadGridItem
{
	background-image: url(../images/defaultItemBg.gif);
	background-repeat: repeat-x;
	height: 27px;
	padding-left: 4px;
}

.RadGridAlternatingItem
{
	background-image: url(../images/defaultAlternatingItemBg.gif);
	background-repeat: repeat-x;
	height: 27px;
	padding-left: 4px;
}

.RadGridEditItem
{
	background-image: url(../images/defaultEditItemBg.gif);
	background-repeat: repeat-x;
	padding-left: 4px;
}

.RadGridSelectedItem
{
	background-image: url(../images/defaultSelectedItemBg.gif);
	background-repeat: repeat-x;
	height: 27px;
	padding-left: 4px;
}

.RadGridPager
{
	background-image: url(../images/defaultPagerBg.gif);
	background-repeat: repeat-x;
	height: 21px;
	padding-left: 11px;
}

/***** Control settings *****/
#gridControl TABLE 
{
	border-collapse: collapse;
}

#gridControl 
{
	border: 1 solid;  
	border-collapse: collapse;
	margin: 0px 10px 15px 10px
}