/* Telerik RadGrid default / embedded skin */

div.RadGrid_White
{
	background: #FFFFFF;
	border-top: 0px;
	font: normal 11px arial, verdana, sans-serif;
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
}

.MasterTable_White
{
	border: 0px !important;
	border-collapse: separate !important;
	font: 12px arial,sans-serif; 
	color: #000;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.MasterTable_White a 
{  
	color: #000; 
} 

th.GridHeader_White,
th.ResizeHeader_White
{
	font: 12px arial, verdana, sans-serif;
	padding-left: 5px; /*more than items to compensate for item borders!*/
	padding-right:2px;
	height: 22px;
	text-align: left;
}

.GridHeader_White a
{
	color: black;
	font: 12px Arial, Verdana, Sans-serif;
	text-decoration: none;
}

.GridFilterRow_White td
{
	padding-left: 4px;
	border:1px #f7f7f7;
	border-style:none solid;
}

.GridRow_White td,
.GridAltRow_White td,
.SelectedRow_White td,
.ActiveRow_White td,
.GridEditRow_White td
{
	padding-top:2px;
	padding-bottom:0px;
	padding-left: 4px;
}

.GridRow_White
{
	background: #ffffff;
}
.GridRow_White td
{
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
}

.GridAltRow_White
{
	background: #ffffff;
}
.GridAltRow_White td
{
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
}

.SelectedRow_White
{
	background: #e5e5e5;
}

.SelectedRow_White td,
.GridEditRow_White td
{
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
}

.GridEditRow_White
{
	background: #ffffe1;
}

.GridRowOver_White,
.ActiveRow_White,
.ActiveRow_White td
{
	background:#fff;
}


/*removes default borders for custom inner tables*/
.GridRow_White td td, 
.GridAltRow_White td td,
.SelectedRow_White td td,
.ActiveRow_White td td
{
	border-top: none;
	border-bottom: none;
}

.GridPager_White
{
	background: white;
	color: #999;
}

.GridPager_White .PagerPanel *
{
	vertical-align:middle;
}

.GridPager_White div /*slider mode*/
{
    color:#333;
}

.GridPager_White td
{
	border: solid 1px white;
	border-top: 1px solid #c7c7c7;
	padding:3px 4px;
}

.GridFooter_White
{
	background: #fbfbfb;
	height: 21px;
	color: #666;
}
.GridFooter_White td
{
	border: solid 1px #fbfbfb;
	border-top: 1px solid #e8e6e6;
	padding-left: 4px;
}

.GridFooter_White a
{
	color: #666;
}
.GridPager_White a
{
	color: #999;
}
.GridPager_White a:hover,
.GridFooter_White a:hover
{
	color: #333;
}

tr.GroupHeader_White
{
	background: white;
	height: 22px;
}
tr.GroupHeader_White td
{
	border: solid 1px white;
	padding-left: 4px;
}
tr.GroupHeader_White td:first-child
{
	padding-left: 3px;
}

.GroupHeader_White td p
{
    display:inline;
    padding:0 10px;
}

.GroupHeader_White td div div
{
	top:-0.6em;
	padding:0 15px;
}

* html .GroupHeader_White td div div
{
	top:0.4em;
}
*+html .GroupHeader_White td div div
{
	top:0.4em;
}

.GroupHeader_White td div div div
{
	top:0;
	padding:0;
}

@media all and (min-width: 0px)
{
	.GroupHeader_White td div div
	{
		top:0;
	}
}

.GroupPanel_White
{
	background-color: #e5e5e5;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #c6c6c6;
	border-bottom: 1px solid #aeaeae;
}

.GroupPanelItems_White
{
	color: #999999;
	border: solid 1px white;
	border-right: solid 1px #c6c6c6;
	border-bottom: solid 1px #c6c6c6;
	white-space:  nowrap;
	font-size: 11px;
}
td.GridHeader_White input
{
	width: auto;
	float: left;
	border: solid 1px #666;
	background: #fafafa;
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #989cb0;
	height: 14px;
	vertical-align:middle;
}

.TopReorderIndicator_White
{
	background: url('MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_White
{
	background: url( 'MoveUp.gif' ) no-repeat;
}

.GridFilterMenu_White
{
    cursor:default;
}

.GridFilterMenu_White .GridFilterMenuSelectColumn_White,
.GridFilterMenu_White .GridFilterMenuTextColumn_White
{
	padding:3px 4px;
}

.GridFilterMenu_White .GridFilterMenuSelectColumn_White
{
    background:#e4e4e4;
    text-align:center;
}

.GridFilterMenu_White .GridFilterMenuTextColumn_White
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_White .GridFilterMenuHover_White
{
    background:#4c4c4c;
    color:#fff;
}

/* rtl support */

.RadGridRTL_White .GridHeader_White,
.RadGridRTL_White td
{
    text-align:right;
}

.RadGridRTL_White .GridPager_White td
{
    padding-right:11px;
    padding-left:1px;
}

.RadGridRTL_White .GridPager_White span
{
    float:none !important;
}
