.RadGrid
{
	background-image: url(../Img/bg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #e6e5e1;
	border-right: 1px solid #e7e6e3;
	border-left: 1px solid #cbc8c0;
	background-color: #f6f6f1;
}

.MasterTable
{
	font-size: 11px;
	background-image: url(../Img/Headerbg.gif);
	background-repeat: repeat-x;
}

.ResizeItem
{
	background-image: url(../Img/resize.gif);
	background-repeat: repeat-y;
	width: 17px;
	padding-left: 0px;
}

.GridRow .ResizeItem
{
	border: 0px;
	border-bottom: 1px solid #e1ded8;
	border-top: 1px solid white;
}

.GridRow1 .ResizeItem
{
	border: 0px;
	border-bottom: 1px solid #e1ded8;
	border-top: 1px solid white;
}

.GridHeader
{
	font-weight: bold;
	text-align: center;
	background-image: url(../Img/headerSeparator.gif);
	background-repeat: no-repeat;
	height: 21px;
	background-color:#efefef;
	border-bottom:1px solid Orange;
}

.GridHeader A
{
	color: #242500;
}

.GridRow
{
	padding-left: 5px;
	padding-right: 5px;
	background-image: none;
}


.GridRow TD
{
	border: 1px solid white;
	border-bottom: 1px solid #edece5;
	border-right: 1px solid #dbd7cb;
}

.GridRow TABLE TD
{
	border: 0px;
}

.GridRow1
{
	padding-left: 5px;
	padding-right: 5px;
	background-image: none;
	background-color: #efefef;
}

.GridRow1 TD
{
	border: 1px solid white;
	border-bottom: 1px solid #edece5;
	border-right: 1px solid #dbd7cb;
}

.GridRow1 TABLE TD
{
	border: 0px;
}

.GridPager
{
	height: 21px;
	color: #242500;
	padding-left: 14px;
	padding-right: 14px;
}

.GridPager A
{
	color: #242500;
}

.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;
}

.GridFooter
{
	height: 3px;
}

.GridFooter TD
{
	border: 0px outset ButtonFace;
}

.module {
	padding:12px;
	font-family: Tahoma;
	font-size:11px;
	color:#333333;
	vertical-align:top;
	margin-right: 3px;
	margin-left: 3px;
}

.module1 {
	border:1px solid #cccccc;
	
}