.RadGrid_Empty
{
    color:#666666;
}

.RadGrid_Empty,
.MasterTable_Empty,
.GroupPanel_Empty,
.GridFilterMenu_Empty table,
.GridEditForm_Empty,
.GridEditForm_Empty table,
.GridEditForm_Empty table input,
.GridEditForm_Empty table textarea
{
    font:11px/12px verdana,arial,sans-serif;
}

.MasterTable_Empty
{
}

.MasterTable_Empty th,
.MasterTable_Empty td
{
	padding-left: 9px;
	padding-right:0;
}

.MasterTable_Empty .GridHeader_Empty,
.MasterTable_Empty .ResizeHeader_Empty
{
	padding:4px 1px 4px 10px;
	text-align:left;
}

/*hierarchy*/

.MasterTable_Empty table
{
	border-left:2px solid #ededed;
	border-bottom:1px solid #ededed;
}

.MasterTable_Empty td:first-child,
.MasterTable_Empty table td{overflow:visible !important}
* html .MasterTable_Empty table{border-left-width:1px}
*+html .MasterTable_Empty table{border-left-width:1px}
.MasterTable_Empty .GridCommandRow_Empty table,
.MasterTable_Empty .GridEditForm_Empty table,
.MasterTable_Empty .GridRow_Empty table,
.MasterTable_Empty .GridAltRow_Empty table
{border:0;}

.GridHeader_Empty,
.GridHeader_Empty a
{
    color:#666666;
    text-decoration:none;
    display:none;
}

.GridRow_Empty td,
.GridAltRow_Empty td,
.GridEditRow_Empty td
{
    padding-top:3px;
    padding-bottom:3px;
}

.GridRow_Empty td,
.GridAltRow_Empty td
{
}

.GridRow_Empty a,
.GridAltRow_Empty a,
.SelectedRow_Empty a,
.ActiveRow_Empty a,
.GridEditRow_Empty a,
.GridEditForm_Empty a
{
	color:#666666;
}

.GridRow_Empty .ResizeItem_Empty,
.GridAltRow_Empty .ResizeItem_Empty
{
    padding-left:10px;
}

.SelectedRow_Empty
{
    background:url(img/selectedBg.gif) 0 100% repeat-x #f6fbfd;
}

.SelectedRow_Empty td
{
	padding-left:10px;
	padding-right:1px;
	border-top:1px solid #99defd;
	border-bottom:1px solid #99defd;
}

.GridRowOver_Empty,
.ActiveRow_Empty
{
    background:url(img/activeBg.gif) 0 100% repeat-x #f6fbfd;
}

.GridRowOver_Empty td,
.ActiveRow_Empty td,
.GridEditRow_Empty td
{
	padding-left:10px;
	padding-right:1px;
}

.GridEditRow_Empty
{
    background:url(img/activeBg.gif) repeat-x #e7f5fd;
}

.GridFooter_Empty,
.RadGrid_Empty .GridFooterDiv tr
{
    color:#999;
}

.GridFooter_Empty td
{
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    padding-right:1px;
}

.GridPager_Empty
{
    background:url(img/pagerBg.gif) repeat-x #f1fbfe;
}

.GridPager_Empty .PagerPanel *
{
	vertical-align:middle;
}

.GridPager_Empty td
{
    padding-top:3px;
    padding-bottom:3px;
}

.GridPager_Empty a
{
    color:#333;
}

.GroupPanel_Empty,
.GridCommandRow_Empty td
{
    background:url(img/groupBg.gif) repeat-x #4b92aa;
    color:#fff;
    font-weight:normal;
    height:30px;
    padding-top:0;
    padding-bottom:0px;
}

.GroupPanel_Empty
{
	font-weight:bold;
}

.GridCommandRow_Empty td td
{
	background:transparent none;
	height:27px;
}

.GridCommandRow_Empty div
{
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.GridCommandRow_Empty a
{
	color:#fff;
	text-decoration:none;
}

.GridCommandRow_Empty a img
{
	vertical-align:bottom;
}

.GroupHeader_Empty
{
    font-size:1.27em;
    font-weight:bold;
    background:url(img/groupHeaderBg.gif) left center repeat-x #fcfcfc;
	color:#039;
}

.GroupHeader_Empty td
{
    padding:6px 10px 6px 1px;
}

.GroupHeader_Empty td p
{
    display:inline;
    padding:0 10px;
    background:#fcfcfc;
}

.GroupHeader_Empty td div div
{
	top:-0.5em;
	padding:0 15px;
	background:#fcfcfc;
}

.GroupHeader_Empty td div div div
{
	top:0;
	padding:0;
	border:0;
}

.GridFilterRow_Empty td
{
    padding-top:4px;
    padding-bottom:4px;
}

.GridFilterRow_Empty input
{
	border:1px solid;
    margin:0 4px 0 0;
}

.GridFilterMenu_Empty
{
    cursor:default;
    border:1px solid #979797 !important;
}

.GridFilterMenu_Empty td
{
    background:url(img/filterMenuSeparator.gif) repeat-y 22px 0 #f0f0f0;
}

.GridFilterMenu_Empty table
{
}

.GridFilterMenu_Empty td td
{
    background:none transparent;
}

.GridFilterMenu_Empty .GridFilterMenuSelectColumn_Empty,
.GridFilterMenu_Empty .GridFilterMenuTextColumn_Empty
{
	padding:4px 4px;
}

.GridFilterMenu_Empty .GridFilterMenuSelectColumn_Empty
{
    text-align:center;
    /*border-right:1px solid #e2e3e3;*/
}

.GridFilterMenu_Empty .GridFilterMenuTextColumn_Empty
{
    color:#333;
    /*border-left:1px solid #fff;*/
}

.GridFilterMenu_Empty .GridFilterMenuHover_Empty
{
    background:url(img/filterMenuHoverBg.gif) repeat-x #e3eff4;
}

.TopReorderIndicator_Empty
{
	background: url(img/MoveDown.gif) no-repeat;
	margin-left:-5px;
}

.BottomReorderIndicator_Empty
{
	background: url(img/MoveUp.gif) no-repeat;
	margin-left:-5px;
}

/*AJAX Loading*/

.GridLoadingTemplate_Empty
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#039;
}

/* rtl support */

.RadGridRTL_Empty .GridHeader_Empty,
.RadGridRTL_Empty td
{
    text-align:right;
}

.RadGridRTL_Empty .GridPager_Empty td
{
    padding-right:11px;
    padding-left:1px;
}

.RadGridRTL_Empty .GridPager_Empty span
{
    float:none !important;
}
