/* To set outside border of the whole grid*/
.RadGrid_List
{
    border:0px solid #eeeeee;
    background:#fcfcfc;
    color:#333;
}

.RadGrid_List,
.MasterTable_List,
.GroupPanel_List,
.GridFilterMenu_List table,
.GridEditForm_List,
.GridEditForm_List table,
.GridEditForm_List table input,
.GridEditForm_List table textarea
{
    /*font:11px/14px "segoe ui",arial,sans-serif;*/
    font: 11px/14px 'trebuchet ms', arial, verdana, sans-serif;
}

.MasterTable_List
{
    border-collapse:separate !important;
}

.MasterTable_List th,
.MasterTable_List td
{
	padding-left: 9px;
	padding-right:0;
}

/* To set header border style*/
.MasterTable_List .GridHeader_List,
.MasterTable_List .ResizeHeader_List
{
	/*background:url(img/headerBg.gif) repeat-x #f1f2f4;*/
	background:#eeeeee;
	/*border-bottom:1px solid #d5d5d5;*/
	border:1px solid;
	padding:0px 0px 0px 5px;
	text-align:left;
	border-color:#ededed #fff #ededed #fff;
}

/*hierarchy*/

.MasterTable_List table
{
	border-left:2px solid #ededed;
	border-bottom:1px solid #ededed;
}

.MasterTable_List td:first-child,
.MasterTable_List table td{overflow:visible !important}
* html .MasterTable_List table{border-left-width:1px}
*+html .MasterTable_List table{border-left-width:1px}
.MasterTable_List .GridCommandRow_List table,
.MasterTable_List .GridEditForm_List table,
.MasterTable_List .GridRow_List table,
.MasterTable_List .GridAltRow_List table
{border:0;}

.GridHeader_List,
.GridHeader_List a 
{
    color:#333 !important;
    font-weight:normal !important;
    font: 11px/14px 'trebuchet ms', arial, verdana, sans-serif !important;
    text-decoration:none;
}

.GridRow_List td,
.GridAltRow_List td,
.GridEditRow_List td
{
    padding:0px 0px 0px 5px;
	
}
/*To set Gridlines border*/
.GridRow_List td
{
	/*border:1px solid;
	border-color:#fcfcfc #fff #fcfcfc #ededed;*/
	border-color:#ededed #fff #ededed #FFF;
	
}
.GridAltRow_List td
{
	background-color:#eeeeee;
}

.GridRow_List a,
.GridAltRow_List a,
.SelectedRow_List a,
.ActiveRow_List a,
.GridEditRow_List a,
.GridEditForm_List a
{
	color:#333;
	
}

.GridRow_List .ResizeItem_List,
.GridAltRow_List .ResizeItem_List
{
    border-left:0;
    padding-left:10px;
}
/*To set selected row highlight image*/
.SelectedRow_List
{
    /*background:url(img/selectedBg.gif) 0 100% repeat-x #f6fbfd;
    background:url(img/selectedBg.gif) 0 100% repeat-x #FFF;*/
    
}
/*To set selected row highlight image border*/
.SelectedRow_List td
{
	/*border-left:0;
	border-right:0;
	padding-left:10px;
	padding-right:1px;
	border-top:1px solid #cfe8b0;
	border-bottom:1px solid #cfe8b0;
	padding: none !important;*/
	
	
}

.GridRowOver_List,
.ActiveRow_List
{
	/*KK commented to remove the selected and hover blue background*/
    /*background:url(img/activeBg.gif) 0 100% repeat-x #f6fbfd;*/
}

.GridRowOver_List td,
.ActiveRow_List td,
.GridEditRow_List td
{
		/*KK commented to remove the dancing checkboxes.*/
  /*border-left:0;
	border-right:0;
	padding-left:10px;
	padding-right:1px;
	border-top:1px solid #d8f0fa;
	border-bottom:1px solid #d8f0fa;*/
	
}

.GridEditRow_List
{
    background:url(img/activeBg.gif) repeat-x #e7f5fd;
}

.GridFooter_List,
.RadGrid_List .GridFooterDiv tr
{
    color:#999;
}

.GridFooter_List td
{
    border-top:1px solid #dbe4e9;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    padding-right:1px;
}

.GridPager_List
{
    background:url(img/pagerBg.gif) repeat-x #f1fbfe;
}

.GridPager_List .PagerPanel *
{
	vertical-align:middle;
}

.GridPager_List td
{
    border-top:1px solid #9db6c5;
    padding-top:3px;
    padding-bottom:3px;
}

.GridPager_List a
{
    color:#333;
}

.GroupPanel_List,
.GridCommandRow_List td
{
    background:url(img/groupBg.gif) repeat-x #4b92aa;
    border-top:1px solid #032941;
    color:#fff;
    font-weight:normal;
    height:30px;
    padding-top:0;
    padding-bottom:0px;
}

.GroupPanel_List
{
	font-weight:bold;
}

.GridCommandRow_List td td
{
	background:transparent none;
	border-top:0;
	height:27px;
}

.GridCommandRow_List div
{
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.GridCommandRow_List a
{
	color:#fff;
	text-decoration:none;
}

.GridCommandRow_List a img
{
	vertical-align:bottom;
}

.GroupHeader_List
{
    font-size:1.27em;
    font-weight:bold;
    background:url(img/groupHeaderBg.gif) left center repeat-x #fcfcfc;
	color:#039;
}

.GroupHeader_List td
{
    padding:6px 10px 6px 1px;
}

.GroupHeader_List td p
{
    display:inline;
    padding:0 10px;
    background:#fcfcfc;
}

.GroupHeader_List td div div
{
	top:-0.5em;
	padding:0 15px;
	background:#fcfcfc;
}

.GroupHeader_List td div div div
{
	top:0;
	padding:0;
	border:0;
}

.GridFilterRow_List td
{
    padding-top:4px;
    padding-bottom:4px;
    border-left:1px solid #ededed;
    border-right:1px solid #fff;
}

.GridFilterRow_List input
{
	border:1px solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    margin:0 4px 0 0;
}

.GridFilterMenu_List
{
    cursor:default;
    border:1px solid #979797 !important;
}

.GridFilterMenu_List td
{
    background:url(img/filterMenuSeparator.gif) repeat-y 22px 0 #f0f0f0;
}

.GridFilterMenu_List table
{
    border-collapse:separate;
}

.GridFilterMenu_List td td
{
    background:none transparent;
}

.GridFilterMenu_List .GridFilterMenuSelectColumn_List,
.GridFilterMenu_List .GridFilterMenuTextColumn_List
{
	padding:4px 4px;
}

.GridFilterMenu_List .GridFilterMenuSelectColumn_List
{
    text-align:center;
    /*border-right:1px solid #e2e3e3;*/
}

.GridFilterMenu_List .GridFilterMenuTextColumn_List
{
    color:#333;
    /*border-left:1px solid #fff;*/
}

.GridFilterMenu_List .GridFilterMenuHover_List
{
    background:url(img/filterMenuHoverBg.gif) repeat-x #e3eff4;
}

.TopReorderIndicator_List
{
	background: url(img/MoveDown.gif) no-repeat;
	margin-left:-5px;
}

.BottomReorderIndicator_List
{
	background: url(img/MoveUp.gif) no-repeat;
	margin-left:-5px;
}

/*AJAX Loading*/

.GridLoadingTemplate_List
{
	background:#fff !important;
	/*font:normal 24px/54px arial,sans-serif;*/
	font: normal 24px/54px 'trebuchet ms', arial, verdana, sans-serif;
	color:#039;
}

/* rtl support */

.RadGridRTL_List .GridHeader_List,
.RadGridRTL_List td
{
    text-align:right;
}

.RadGridRTL_List .GridPager_List td
{
    padding-right:11px;
    padding-left:1px;
}

.RadGridRTL_List .GridPager_List span
{
    float:none !important;
}