.RadGrid_Generic
{
	background: #f6f6f1 url('Img/bg.gif') repeat-y;
	border-left: 1px solid #cbc8c0;
	border-bottom: 1px solid #cbc8c0;
}

.MasterTable_Generic
{
	font-size: 11px;
	font-family: Arial, Verdana;
	border-collapse: separate !important;
    /*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.MasterTable_Generic a
{
	color: #0d88f0;
}

th.GridHeader_Generic
{
	background:transparent url(Img/bg_nolines.gif) repeat-x bottom left; 
	border-left:1px solid #FCFBF9; 
	border-right:1px solid #E4E2D9; 
	border-top:1px solid #E6E5E1; 
	font-weight:bold; 
	padding:6px 3px; 
	text-align:center; 
	/*font-weight: bold;
	text-align: center;
	background: url('Img/Headerbg.gif') repeat-x scroll center center;
	background-color: #91A7B4;
	padding: 6px 3px;
	border-top: solid 1px #e6e5e1;
	border-left: solid 1px #fcfbf9;
	border-right: solid 1px #e4e2d9; */
}

th.ResizeHeader_Generic
{
background:transparent url(Img/bg_nolines.gif) repeat-x bottom left; 
	border-left:1px solid #FCFBF9; 
	border-right:1px solid #E4E2D9; 
	border-top:1px solid #E6E5E1; 
	font-weight:bold; 
	padding:6px 3px; 
	text-align:center; 
	/*background: url('Img/resizeHeader.gif') no-repeat scroll center center;
	background-color: #91A7B4;
	border-top: solid 1px #e6e5e1;
	width: 6px;
	padding: 0 !important;
	border-left: solid 1px #fcfbf9;
	border-right: solid 1px #e4e2d9;*/
}

.ResizeItem_Generic
{
	background: #fcfbf9 url('Img/resize.gif') repeat-y !important;
	border-right: solid 1px #f1f0ee;
	border-bottom: solid 1px #fcfbf9;
	border-top: solid 1px #e4e2d9;
	width: 6px;
	padding: 0 !important;
}

.GridHeader_Generic a
{
	color: #242500;
}

.GridRow_Generic td,
.GridAltRow_Generic td,
.SelectedRow_Generic td,
.ActiveRow_Generic td
{
    padding:0 4px 0 3px;
}

.GridRow_Generic,
.GridAltRow_Generic
{
	background: transparent none;
}
.GridRow_Generic td,
.GridAltRow_Generic td
{
	border-right: 1px solid #e3e2de;
	border-bottom: solid 1px #fcfbf9;
	border-top: solid 1px #efede2;
}

.SelectedRow_Generic
{
	background: #ffffe1 none;
}
.SelectedRow_Generic td
{
	border-top: solid 1px #ffffe1;
	border-right: 1px solid #e3e2de;
	border-bottom: solid 1px #fcfbf9;
}

.ActiveRow_Generic
{
	background: #f3f7f9 none;
}
.ActiveRow_Generic td
{
	border-right: 1px solid #e3e2de;
}

.GridEditRow_Generic
{
	background: #ffffe1;
}

.GridEditRow_Generic td
{
	border: solid 1px #bab8a9;
	border-left: 0;
}

.GridEditRow_Generic a
{
	color: #015da5;
}

.GridEditRow_Generic a:hover
{
	color: #003e6e;
}

.GridPager_Generic td
{
	color: #242500;
	padding: 3px 14px;
	border-top: solid 1px #e3e2de;
	border-right: 1px solid #cbc8c0;
	background: #f7f7f2;
}

.GridFooter_Generic
{
	color: #242500;
	background: #fdfdfc;
}
.GridFooter_Generic td
{
	padding-right: 4px;
	padding-left: 3px;
	border-top: solid 1px #e3e2de;
	border-right: 1px solid #e3e2de;
}

.GridPager_Generic a
{
	color: #242500;
}

.GroupPanel_Generic
{
	background: #ebe8de url('Img/GroupPanel.gif') repeat-x bottom;
	height: 22px;
	width: 100%;
	border-top: 1px solid #cbcac7;
	border-bottom: 1px solid #fff;
}

.GroupPanel_Generic Table
{
	border-collapse: collapse;
	border: 0;
}

.GroupPanelItems_Generic
{
	color: #8c690b;
	border: solid 1px #d99e00;
	background: #ffe200 url('Img/GroupPanelItem.gif') repeat-x;
}

.GroupHeader_Generic td
{
	background: #fcfbf9 none;
	color: #9b9d7a;
}

