﻿/* Telerik RadGrid inox skin */

/* 
	To correctly apply this skin
	specify Border="0" in the Telerik RadGrid server tag
	<mastertableview border="0"></mastertableview>
*/

.RadGrid_Inox
{
	background: #c7c7c7 url(rowBg.gif) repeat-y;
	border: solid 1px #626262;
	border-top: 0px;
	scrollbar-face-color: #888fa9; 
	scrollbar-highlight-color: #6b6f83; 
	scrollbar-shadow-color: #6b6f83; 
	scrollbar-3dlight-color: #888fa9; 
	scrollbar-arrow-color: #6b6f83; 
	scrollbar-track-color: #b2b8ca;
	scrollbar-darkshadow-color: #888fa9; 
}

.RadGrid_Inox,
.MasterTable_Inox
{
	font: normal 11px Arial, Verdana, Sans-serif;
}

.MasterTable_Inox
{
	border: 0px;
	border-collapse: separate !important;
	/*-moz-user-select: -moz-none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.GridRow_Inox td, .GridAltRow_Inox td, .SelectedRow_Inox td, .ActiveRow_Inox td, .GridEditRow_Inox td
{
    border-top: solid 1px #dcdddf;
    border-bottom: solid 1px #b5bac0;
    padding-left: 10px;
    color:Black;
}

.SelectedRow_Inox
{
    background: #f8f8f8;
}

.GridEditRow_Inox
{
    /*background: #ffffe1;*/
}

.GridEditRow_Inox input
{
	font-size: 11px;
}

.ActiveRow_Inox
{
	background: #c7c7c7;
}

th.GridHeader_Inox,
th.ResizeHeader_Inox
{
	background: url(headerBg.gif) repeat-x 0 100% #a0a3b9;
	border-top: solid 1px #868b8f;
	border-bottom: solid 1px #6b6f83;
	height: 30px !important;
	color: #f0f5f6;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
}

.GridFooter_Inox
{
    	padding-left: 10px;
    	color:Black !important;
}

th.GridHeader_Inox a
{
    text-decoration: none;
    color: #f0f5f6 !important;
}

.GridRow_Inox
{
     color:Black !important;
     margin-left: 5px !important;
     
}

.GridRowAlt_Inox
{
     color:Black !important;
     margin-left: 5px !important;
     
}

/* ascending / descending sorting arrow */
.GridHeader_Inox img,
.GroupPanelItems_Inox input
{
	vertical-align: middle;
}

td.GridHeader_Inox input
{
	width: auto;
	float: left;
	border: solid 1px #474b38;
	background-color: #fafafa;
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #989cb0;
	margin-right: 2px;
}

.GroupPanel_Inox
{
	background: #626262 url(GroupPanelBg.gif) no-repeat center;
	width: 100%;
	height: 29px;
	color: #fff;
}

/* grouping button */
.GroupPanelItems_Inox
{
	background: #a7c0d9 url(GroupPanelItemsBg.gif) repeat-x;
	color: #54626f;
	border: solid 1px #fff;
	padding-left: 4px;
	white-space:  nowrap;
	font-size: 11px;
}

tr.GroupHeader_Inox
{
	color: #f0f5f6;
	background-color: #8d8d8d;
	font-weight: bold;
}

tr.GridPager_Inox
{
	background: #989898 url(PagerBg.gif) repeat-y;
	color: white;
}

tr.GridPager_Inox div /*slider mode*/
{
	color: #000;
}

tr.GridPager_Inox .radInput_Inox
{
	vertical-align:middle;
}

.GridPager_Inox a
{
	color: #f0f5f6;
	font-weight: bold;
}

.PagerLeft_Inox,
.PagerRight_Inox,
.sliderPagerLabel_Inox
{
	line-height:18px;
	padding-top:2px;
}

.PagerLeft_Inox
{
	float:left;
}
.PagerRight_Inox,
.sliderPagerLabel_Inox
{
	float:right;
	padding-right:4px;
}
.GridPager_Inox .radslider
{
	float:left;
}
.GridPager_Inox img
{
	border:0;
	vertical-align:middle;
}
.PagerCenter_Inox
{
	display:block;
	text-align:center;
}

.TopReorderIndicator_Inox
{
	background: url(MoveDown.gif) no-repeat;
}

.BottomReorderIndicator_Inox
{
	background: url(MoveUp.gif) no-repeat;
}

.GridFilterMenu_Inox
{
    cursor:default;
}

.GridFilterMenu_Inox .GridFilterMenuSelectColumn_Inox,
.GridFilterMenu_Inox .GridFilterMenuTextColumn_Inox
{
	padding:3px 4px;
}

.GridFilterMenu_Inox .GridFilterMenuSelectColumn_Inox
{
    background:#e4e4e4;
    text-align:center;
}

.GridFilterMenu_Inox .GridFilterMenuTextColumn_Inox
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Inox .GridFilterMenuHover_Inox
{
    background:#4c4c4c;
    color:#fff;
}

/*rtl support*/
.RadGridRTL_Inox th,
.RadGridRTL_Inox td
{
	text-align:right;
}

.RadGridRTL_Inox .PagerLeft_Inox,
.RadGridRTL_Inox .GridPager_Inox .radslider
{
	float:right;
}
.RadGridRTL_Inox .PagerRight_Inox,
.RadGridRTL_Inox .sliderPagerLabel_Inox
{
	float:left;
}

 

