/* RadGrid Custom2 embedded skin */

.RadGrid_Custom2
{
	background-color:Transparent;
	color: WindowText;
	border: 1px solid #Transparent;
}

.RadGrid_Custom2,
.RadGrid_Custom2 table,
.GridEditForm_Custom2 input,
.GridEditForm_Custom2 textarea
{
		font:normal 13px , Arial, Sans-Serif;
}

.RadGrid_Custom2 a,
.GridPager_Custom2 a
{
	color: WindowText;
}

.MasterTable_Custom2
{
	background-color: Transparent;
	color: WindowText;
	border: 0;
	-moz-user-select: -moz-none;
	border-top: solid 1px #Transparent;
}

.MasterTable_Custom2 th,
.MasterTable_Custom2 td
{
	padding: 2px 2px 2px 5px;
}

.MasterTable_Custom2 .GridHeader_Custom2,
.MasterTable_Custom2 .ResizeHeader_Custom2
{
	
	
	color: WindowText;
	font-weight:normal;
	text-align: left;
	font-weight:normal;
	border-bottom: solid 1px Transparent;
}
.MasterTable_Custom2 .ResizeHeader_Custom2,
.MasterTable_Custom2 .GridHeader_Custom2:first-child
{
	background-position:-1px 100%;

}

.GridHeader_Custom2 a
{
	text-decoration: none;
	color: WindowText;
	
}

.GridHeader_Custom2 span
{
	text-decoration: none;
	color: WindowText;
	
	
}

.GridHeader_Custom2 
{
	background-color:Red;
	display:none;
	
}

.GridRow_Custom2 td,
.GridAltRow_Custom2 td,
.GridEditRow_Custom2 td,
.SelectedRow_Custom2 td
{
	border-bottom: 1px solid #Transparent;	
}

/* IE6 can't use bottom borders, because they remain visible when collapsing groups of rows */
* html .GridRow_Custom2 td,
* html .GridAltRow_Custom2 td,
* html .GridEditRow_Custom2 td
{
    border-bottom:0;
}
* html .GridRow_Custom2,
* html .GridAltRow_Custom2,
* html .GridEditRow_Custom2
{
    background:url(Img/borderbottom.gif) left bottom repeat-x;
}

.SelectedRow_Custom2
{
	background: #a7cdf0 !important;
}

.GridEditRow_Custom2
{
	background-color: #ffffe1;
}

.GridEditForm_Custom2 table
{
	border:0;
}

.ActiveRow_Custom2
{
	background: #ffffe1 !important;
	color: black;
}

.GridPager_Custom2
{
	background: #c0dbff url(Img/pagerBg.gif) repeat-x;
	color: WindowText;
	cursor: default;
}
.GridPager_Custom2 td
{
	padding-top:3px;
	padding-bottom:3px;
}

.GroupPanelItems_Custom2
{
	white-space:nowrap;
	color: white;
	padding-bottom:4px;
}

.GroupPanel_Custom2
{
	background: #6f9dd9 url(Img/groupHeaderBg.gif) repeat-x bottom;
	width: 100%;
	height: 20px;
	border-collapse: collapse;
	color: white;
}

.GroupPanel_Custom2 td
{
	padding-left: 4px;
}

.GroupPanel_Custom2 table table
{
	border-collapse: collapse;
}

.GroupHeader_Custom2 td
{
	border-bottom: 2px solid #7BA4E0;
	padding-top:11px;
	color: #3768b9;
	font-weight: bold;
}

.GroupHeader_Custom2 div
{
	top: -2px;
	
}

.TopReorderIndicator_Custom2
{
	background: url('Img/MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_Custom2
{
	background: url('Img/MoveUp.gif') no-repeat;
}

.GridFilterMenu_Custom2
{
    cursor:default;
}

.GridFilterMenu_Custom2 .GridFilterMenuSelectColumn_Custom2,
.GridFilterMenu_Custom2 .GridFilterMenuTextColumn_Custom2
{
	padding:3px 4px;
}

.GridFilterMenu_Custom2 .GridFilterMenuSelectColumn_Custom2
{
    background:#e4e4e4;
    text-align:center;
}

.GridFilterMenu_Custom2 .GridFilterMenuTextColumn_Custom2
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Custom2 .GridFilterMenuHover_Custom2
{
    background:#4c4c4c;
    color:#fff;
}


/*AJAX Loading*/

.GridLoadingTemplate_Custom2
{
	background:#fff !important;
	font:normal 16px/16px arial,sans-serif;
	color:#01285c;
}

/* rtl support */

.RadGridRTL_Custom2 th,
.RadGridRTL_Custom2 td
{
    text-align:right;
    
}

.RadGridRTL_Custom2 .GridPager_Custom2 span
{
    float:none !important;
}

