/* r.a.d.grid Grid skin */

.RadGrid_Grid
{
	border: solid 1px #3b5a82;
	background: transparent;
	
}
.RadGrid_FAQGrid
{
	margin: 0 0 0 0;
	text-align: center;
	background: url('Img/GridHeaderBg.gif') repeat-x;
	border-bottom: solid 1px #9eb6ce;
}
.RadGrid_FAQGriditem
{
	text-align: left;		
}
.RadGrid_Grid,
.RadGrid_Grid table,
.GridFilterMenu_Grid table
{
	font: normal 11px Tahoma, Arial, Verdana, Sans-serif;
}

.MasterTable_Grid
{
	border-collapse: separate !important;
	color: #27413e;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.RadGrid_Grid a
{ 
	color: #000000;
}

.MasterTable_Grid th
{
	text-align: center;
}
.MasterTable_Grid td
{
	margin:5px 0 0 0;

}
.GridHeader_Grid,
.ResizeHeader_Grid
{
	height: 19px;
	background: #d3dbe9 url('Img/GridHeaderBg.gif') repeat-x;
	border-bottom: solid 1px #9eb6ce;
	font-weight: bold;
	font-family:Arial;
	color: #27413e;
	padding-left: 5px;
	font-size: 12px;

}
.GridHeader_Grid a
{
	color: #27413e;
	text-decoration: none;
}

.GridRow_Grid
{
	background: transparent;	
}
.GridAltRow_Grid
{
	background: #DFE6EF;
}
.GridRow_Grid td,
.GridAltRow_Grid td,
.GridEditRow_Grid td
{
	/*border-right: solid 1px #d0d7e5;*/
	border-bottom: solid 1px #d0d7e5;
	padding-top:5px;
	padding-bottom:4px;
	padding-left: 10px;
	text-align:left;

}

.SelectedRow_Grid,
.ActiveRow_Grid
{
	background: #f1c15f url('Img/gridSelectedRowBg.gif') repeat-x !important;
}
.SelectedRow_Grid td,
.ActiveRow_Grid td
{
	border-right: solid 1px #f29536;
	border-bottom: solid 1px #f29536;
}

.GridEditRow_Grid
{
	background: #ffffe1;
}

.GridEditRow_Grid input
{
	font-size: 11px;
}

.GridPager_Grid
{
	background: #9ab5db url('Img/GriPagerBg.gif') repeat-x;
	color: white;
}

.GridPager_Grid td
{
    padding-top:2px;
    padding-bottom:2px;
}

.GridFooter_Grid
{
	background: #fbfbfb;
	height: 19px;
	color: #666;
}
.GridFooter_Grid td
{
	border: solid 1px #fbfbfb;
	border-top: 1px solid #637783;
}

.GridFooter_Grid td a
{
	color: #666;
}

.GridPager_Grid div
{
	color: #000;
}

.GridPager_Grid td a
{
	color: #fff;
}

.GridPager_Grid td a:hover,
.GridFooter_Grid td a:hover
{
	color: #000;
}

tr.GroupHeader_Grid
{
	background: #e4ecf7;
	height: 22px;
}
.GroupHeader_Grid td div div
{
	top:-0.5em;
}

.GroupHeader_Grid td div div div
{
	top:0;
}
* html .GroupHeader_Grid td div div{top:0.2em;}
*+html .GroupHeader_Grid td div div{top:0.2em;}

.GroupPanel_Grid
{
	background: #9ebde5 url('Img/GridGroupPanelBg.gif') repeat-x;
	width: 100%;
	height: 23px;
	border-bottom: solid 1px #688caf;
	border-collapse: collapse;
}

.GroupPanelItems_Grid
{
	background: transparent;
	color: black;
	border: solid 1px #325373;
	white-space:  nowrap;
	padding-left:2px;
	font-size: 11px;
	height: 15px;
}
td.GridHeader_Grid input
{
	width: auto;
	float: left;
	border: solid 1px #3b5a82;
	background: #fafafa;
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #989cb0;
	height: 14px;
	vertical-align:middle;
}


.TopReorderIndicator_Grid
{
	background: url('MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_Grid
{
	background: url('MoveUp.gif') no-repeat;
}

.GridCommandRow_Grid, GridFilterRow_Grid
{
	background: #fafafa;
}

.GridFilterRow_Grid td
{
	white-space:nowrap;
}

.GridFilterRow_Grid input
{
	border: 1px groove #3b5a82;
}

.GridFilterRow_Grid input:hover
{
	border: 1px inset threedshadow;
}

.GridFilterRow_Grid img
{
}

.GridFilterMenu_Grid
{
    cursor:default;
}

.GridFilterMenu_Grid .GridFilterMenuSelectColumn_Grid,
.GridFilterMenu_Grid .GridFilterMenuTextColumn_Grid
{
	padding:4px 4px 5px;
}

.GridFilterMenu_Grid .GridFilterMenuSelectColumn_Grid
{
    background:#e9eeee;
    text-align:center;
}

.GridFilterMenu_Grid .GridFilterMenuTextColumn_Grid
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Grid .GridFilterMenuHover_Grid
{
    background:url(Img/filterHoverBg.gif) repeat-x #ffdb75;
}

/*AJAX Loading*/

.GridLoadingTemplate_Grid
{
	background:#fff !important;
	font:normal 16px/16px arial,sans-serif;
	color:#01285c;
}

/* rtl support */

.RadGridRTL_Grid th,
.RadGridRTL_Grid td
{
    text-align:right;
}

.RadGridRTL_Grid .GridPager_Grid span
{
    float:none !important;
}
.RadGridImage_Grid
{
	background: transparent url('delete.gif') no-repeat 75%;
	
}
.RadGridImagealt_Grid
{
	background: blue url('delete.gif') no-repeat 75%;
	
}