.RadGrid_WinXP
{
	background: #f6f6f1 url('Img/bg.gif') repeat-y;
	border-left: 1px solid #cbc8c0;
	border-bottom: 1px solid #cbc8c0;
}

.RadGrid_WinXP,
.RadGrid_WinXP table,
.GridFilterMenu_WinXP table
{
	font: 11px Arial, Verdana, sans-serif;
}

.MasterTable_WinXP
{
	border-collapse: separate !important;
    /*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}


.MasterTable_WinXP a
{
	color: #0d88f0;
}

th.GridHeader_WinXP
{
	font-weight: bold;
	text-align: center;
	background:#fafaf8 url('Img/Headerbg.gif') repeat-x 0 100%;
	border-top: solid 1px #e6e5e1;
	border-left: solid 1px #fcfbf9;
	border-right: solid 1px #e4e2d9;
	padding-top:4px;
	padding-bottom:4px;
}

th.ResizeHeader_WinXP
{
	background: url('Img/resizeHeader.gif') no-repeat;
	border-top: solid 1px #e6e5e1;
	border-left: solid 1px #fcfbf9;
	border-right: solid 1px #e4e2d9;
	padding-top:4px;
	padding-bottom:4px;
}

.ResizeItem_WinXP
{
	background: #fcfbf9 url('Img/resize.gif') repeat-y !important;
	border-right: solid 1px #f1f0ee;
	border-bottom: solid 1px #fcfbf9;
	border-top: solid 1px #e4e2d9;
}

.GridHeader_WinXP a
{
	color: #242500;
}

.GridRow_WinXP,
.GridAltRow_WinXP
{
	background: transparent none;
}
.GridRow_WinXP td,
.GridAltRow_WinXP td
{
	border-right: 1px solid #e3e2de;
	border-bottom: solid 1px #fcfbf9;
	border-top: solid 1px #efede2;
	padding-left:0px;
}

.SelectedRow_WinXP
{
	background: #ffffe1 none;
}
.SelectedRow_WinXP td
{
	border-top: solid 1px #ffffe1;
	border-right: 1px solid #e3e2de;
	border-bottom: solid 1px #fcfbf9;
}

.ActiveRow_WinXP
{
	background: #f3f7f9 none;
}
.ActiveRow_WinXP td
{
	border-right: 1px solid #e3e2de;
}

.GridEditRow_WinXP
{
	background: #ffffe1;
}

.GridEditRow_WinXP td
{
	border: solid 1px #bab8a9;
}

.GridEditRow_WinXP a
{
	color: #015da5;
}

.GridEditRow_WinXP a:hover
{
	color: #003e6e;
}

.GridPager_WinXP td
{
	color: #242500;
	padding: 3px 14px;
	border-top: solid 1px #e3e2de;
	border-right: 1px solid #cbc8c0;
	background: #f7f7f2;
}

.GridFooter_WinXP
{
	color: #242500;
	background: #fdfdfc;
}
.GridFooter_WinXP td
{
	border-top: solid 1px #e3e2de;
	border-right: 1px solid #e3e2de;
}

.GridPager_WinXP a
{
	color: #242500;
}

.GroupPanel_WinXP
{
	background: #ebe8de url('Img/GroupPanel.gif') repeat-x bottom;
	height: 22px;
	width: 100%;
	border-top: 1px solid #cbcac7;
	border-bottom: 1px solid #fff;
}

.GroupPanel_WinXP Table
{
	border-collapse: collapse;
	border: 0;
}

.GroupPanelItems_WinXP
{
	color: #8c690b;
	border: solid 1px #d99e00;
	background: #ffe200 url('Img/GroupPanelItem.gif') repeat-x;
}

.GroupHeader_WinXP td
{
	background: #fcfbf9 none;
	color: #9b9d7a;
}

.GroupHeader_WinXP td div div
{
	top:-0.5em;
}

.GroupHeader_WinXP td div div div
{
	top:0;
}


.TopReorderIndicator_WinXP
{
	background: url('MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_WinXP
{
	background: url('MoveUp.gif') no-repeat;
}

.MasterTable_WinXP td
{
	border-left: solid 2px #fcfbf9;

}

.GridFilterMenu_WinXP
{
    cursor:default;
}

.GridFilterMenu_WinXP .GridFilterMenuSelectColumn_WinXP,
.GridFilterMenu_WinXP .GridFilterMenuTextColumn_WinXP
{
	padding:3px 4px;
}

.GridFilterMenu_WinXP .GridFilterMenuSelectColumn_WinXP
{
    background:#fbfaf7;
    text-align:center;
}

.GridFilterMenu_WinXP .GridFilterMenuTextColumn_WinXP
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_WinXP .GridFilterMenuHover_WinXP
{
    background:#ebe8df;
}

/*AJAX Loading*/

.GridLoadingTemplate_WinXP
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#333;
}

/* rtl support */

.RadGridRTL_WinXP th,
.RadGridRTL_WinXP td
{
    text-align:right;
}

.RadGridRTL_WinXP .GridPager_WinXP span
{
    float:none !important;
}
