.MasterTable_Ice
{
	width: 100%;
	border-collapse: separate !important;
}

.RadGrid_Ice
{
	font: normal 11px Arial, Verdana;
	/*background: url("/images/tableBg.jpg") repeat-y;*/
	border-left: solid 1px #3770aa;
	border-right: solid 1px #3770aa;
	border-bottom: solid 1px #3770aa;
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(Color=56708a,offX=2,offY=2,positive=true);*/
	cursor: default;
}

.RadGrid_Ice table
{
	font: normal 11px Arial, Verdana;
	background-image:url(/images/tablebg.jpg);
	background-repeat:repeat-y;
	background-color:#A2BAC5;
}

.GridHeader_Ice, .ResizeHeader_Ice	
{
	font-weight: bold;
color: white;
height: 35px;
background-color: transparent;
background-image: url(/images/radgridbg.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
padding-left: 5px;;
}

.GroupPanel_Ice
{
	background: url('/images/grouppanel.gif') repeat-x;
	height: 31px;
	border-collapse: collapse;
	color: white;
}


.GroupPanel_Ice table table
{
	border-collapse: collapse;
}

.GroupPanelItems_Ice
{
	font-weight: bold;
	color: #a76a00;
	white-space:nowrap;
	background: #f1dc01 url('/images/grouppanelitems.gif') repeat-x bottom;
	border: 1px solid #a76a00;
	height: 16px;
	padding-left: 3px;
}

.GridHeader_Ice a
{
	color: white;
	text-decoration: none;
}

tr.GroupHeader_Ice td
{
	border-bottom: solid 1px #90a8bd;
	border-top: solid 1px #cddae0;
	line-height: 24px;
	padding-left: 5px;
	padding-top: 5px;
	color: #393939;
	font-weight: bold;
	background: #c2dcf1;
}

.GridRow_Ice td, .GridAltRow_Ice td
{
	border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #90a8bd;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cddae0;
line-height: 24px;
padding-left: 5px;
color: #393939;
}

.SelectedRow_Ice td
{
	border-bottom: solid 1px #90a8bd;
	border-top: solid 1px #cddae0;
	line-height: 24px;
	padding-left: 5px;
	color: #393939;
	background: #eff6fd;
}

.ActiveRow_Ice td
{
	border-bottom: solid 1px #90a8bd;
	border-top: solid 1px #cddae0;
	line-height: 24px;
	padding-left: 5px;
	color: #393939;
	background: #c2dcf1;
}

.GridPager_Ice td
{
	padding-left: 9px;
	background-image: url('/images/footerbg.gif') repeat-y;
	line-height: 21px;
	border-top: solid 1px #e3ecf2;
}
.GridPager_Ice A
{
	color: #333;
}


