/* Telerik RadGrid Inox Skin */

.RadGrid_Inox
{
	background: #c7c7c7 url(Grid/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;
}


.SelectedRow_Inox
{
    background: #f8f8f8;
}

.GridRowOver_Inox td
{
	border-bottom-color:#989fa6;
}

.GridEditRow_Inox
{
    background: #ffffe1;
}

.GridEditRow_Inox input
{
	font-size: 11px;
}

.ActiveRow_Inox
{
	background: #c7c7c7;
}

th.GridHeader_Inox,
th.ResizeHeader_Inox
{
	background: url(Grid/headerBg.gif) repeat-x 0 100% #a0a3b9;
	border-top: solid 1px #868b8f;
	border-bottom: solid 1px #6b6f83;
	padding-top:8px;
	padding-bottom:8px;
	color: #f0f5f6;
	font-size: 13px;
	text-align: left;
}

th.GridHeader_Inox a
{
	text-decoration: none;
	color: #f0f5f6 !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(Grid/GroupPanelBg.gif) no-repeat center;
	width: 100%;
	height: 29px;
	color: #fff;
}

/* grouping button */
.GroupPanelItems_Inox
{
	background: #a7c0d9 url(Grid/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;
}

.GroupHeader_Inox td p
{
    display:inline;
    padding:0 10px;
}

.GroupHeader_Inox td div div
{
	top:-0.6em;
	padding:0 15px;
}

.GroupHeader_Inox td div div div
{
	top:0;
	padding:0;
}

tr.GridPager_Inox
{
	background: #989898 url(Grid/PagerBg.gif) repeat-y;
	color: white;
}

tr.GridPager_Inox td
{
	padding:0.3em 0.6em;
}

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 *,
.PagerCenter_Inox *
{
	vertical-align:middle;
}

.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;
}

/*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;
}

/*button sprites*/

.RadGrid_Inox .rgAdd,
.RadGrid_Inox .rgRefresh,
.RadGrid_Inox .rgEdit,
.RadGrid_Inox .rgDel,
.RadGrid_Inox .rgFilter,
.RadGrid_Inox .rgPagePrev,
.RadGrid_Inox .rgPageNext,
.RadGrid_Inox .rgExpand,
.RadGrid_Inox .rgCollapse,
.RadGrid_Inox .rgSortAsc,
.RadGrid_Inox .rgSortDesc,
.RadGrid_Inox .rgUpdate,
.RadGrid_Inox .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_Inox input,
.GridCommandRow_Inox img,
.GridHeader_Inox input,
.GridFilterRow_Inox img,
.GridPager_Inox img
{
	vertical-align:middle;
}

.RadGrid_Inox .rgPagePrev
{
	background-position:3px -383px;
}

.RadGrid_Inox .rgPageNext
{
	background-position:4px -415px;
}

.GridHeader_Inox .rgSortAsc
{
	background-position:-21px -26px;
}

.GridHeader_Inox .rgSortDesc
{
	background-position:4px -26px;
}

.TopReorderIndicator_Inox,
.BottomReorderIndicator_Inox
{
	width:9px !important;
	height:12px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 0 no-repeat;
}

.BottomReorderIndicator_Inox
{
	background-position:-23px 0;
}

.RadGrid_Inox .rgFilter
{
	background-position:2px -125px;
}

.GroupPanel_Inox .rgSortAsc
{
	background-position:-21px -26px;
}

.GroupPanel_Inox .rgSortDesc
{
	background-position:4px -26px;
}

.RadGrid_Inox .rgExpand
{
	background-position:2px -157px;
}

.RadGrid_Inox .rgCollapse
{
	background-position:2px -189px;
}

.RadGrid_Inox .rgUpdate
{
	background-position:2px -317px;
}

.RadGrid_Inox .rgCancel
{
	background-position:2px -349px;
}

.RadGrid_Inox .rgAdd
{
	background-position:2px -446px;
}

.RadGrid_Inox .rgRefresh
{
	background-position:5px -221px;
}

.RadGrid_Inox .rgEdit
{
	background-position:2px -254px;
}

.RadGrid_Inox .rgDel
{
	background-position:2px -287px;
}

