﻿/* Telerik RadGrid MyCustomSkin Skin */

/*global*/

.RadGrid_MyCustomSkin
{
	background:#FFFFFF;
}

.RadGrid_MyCustomSkin,
.MasterTable_MyCustomSkin,
.DetailTable_MyCustomSkin,
.GroupPanel_MyCustomSkin table,
.GridEditForm_MyCustomSkin table
{
    font-family:Arial, Helvetica, sans-serif;
	color:#636467;
}

.MasterTable_MyCustomSkin,
.DetailTable_MyCustomSkin
{
	border-collapse:separate !important;
}

.GridRow_MyCustomSkin td,
.GridAltRow_MyCustomSkin td,
.GridEditRow_MyCustomSkin td,
.GridFooter_MyCustomSkin td,
.GridGroupFooter_MyCustomSkin td,
.GridFilterRow_MyCustomSkin td,
.GroupHeader_MyCustomSkin td,
.GridHeader_MyCustomSkin,
.ResizeHeader_MyCustomSkin
{
	padding-left:3px;
	padding-right:3px;
}

.GridFilterRow_MyCustomSkin td
{
    text-align:center;
}

.RadGrid_MyCustomSkin .rgAdd,
.RadGrid_MyCustomSkin .rgRefresh,
.RadGrid_MyCustomSkin .rgEdit,
.RadGrid_MyCustomSkin .rgDel,
.RadGrid_MyCustomSkin .rgFilter,
.RadGrid_MyCustomSkin .rgExpand,
.RadGrid_MyCustomSkin .rgCollapse,
.RadGrid_MyCustomSkin .rgPagePrev,
.RadGrid_MyCustomSkin .rgPageNext,
.RadGrid_MyCustomSkin .rgSortAsc,
.RadGrid_MyCustomSkin .rgSortDesc,
.RadGrid_MyCustomSkin .rgUpdate,
.RadGrid_MyCustomSkin .rgCancel
{
    width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('../App_Themes/Default/Images/Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_MyCustomSkin input,
.GridCommandRow_MyCustomSkin img,
.GridHeader_MyCustomSkin input,
.GridFilterRow_MyCustomSkin img,
.GridPager_MyCustomSkin img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_MyCustomSkin
{
	/*background: #ececec url('../Images/Grid/sprite.gif') 0 0 repeat-x;*/
}

.GridHeader_MyCustomSkin,
.ResizeHeader_MyCustomSkin
{
	color:#636467;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight:bold;
    height:25px;
    vertical-align:middle;
    background:url('../App_Themes/Default/Images/spacerH.gif') repeat-x 50% 100%;
}

.GridHeader_MyCustomSkin a
{
	color:#636467;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight:bold;
	text-decoration:none;
}

/*rows*/

.GridRow_MyCustomSkin td,
.GridAltRow_MyCustomSkin td,
.GridEditRow_MyCustomSkin td,
.GridFooter_MyCustomSkin td,
.GridGroupFooter_MyCustomSkin td
{
    /*cursor:hand;*/
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight:bold;
    background:url('../App_Themes/Default/Images/spacerH.gif') repeat-x 50% 100%;
    height:20px;
}

.GridAltRow_MyCustomSkin td 
{ 
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight:bold;
    background:url('../App_Themes/Default/Images/spacerH.gif') repeat-x 50% 100%;
    height:20px;
} 


.GridRow_MyCustomSkin a,
.GridAltRow_MyCustomSkin a,
.GridEditRow_MyCustomSkin a,
.GridFooter_MyCustomSkin a,
.GridGroupFooter_MyCustomSkin a,
.GridEditForm_MyCustomSkin a
{
}

.SelectedRow_MyCustomSkin
{
}

.SelectedRow_MyCustomSkin td
{
}

.GridRowOver_MyCustomSkin,
.ActiveRow_MyCustomSkin
{
}

.GridEditRow_MyCustomSkin
{
}

.GridEditRow_MyCustomSkin td
{
}

/*footer*/

.GridFooterDiv_MyCustomSkin,
.GridFooter_MyCustomSkin,
.GridGroupFooter_MyCustomSkin
{
	display:none;
}

/*status*/

.GridPager_MyCustomSkin span
{
	display:none;
}

/*pager*/

.GridPager_MyCustomSkin
{
}

.GridPager_MyCustomSkin td
{
    padding-top:10px;
}

.GridPager_MyCustomSkin div span,
.GridPager_MyCustomSkin a,
.GridPager_MyCustomSkin .sliderPagerLabel_MyCustomSkin
{
    color:#636467;
}

.GridPager_MyCustomSkin a:hover
{
    color:#F26522;
}

.GridPager_MyCustomSkin a:selected
{
    color:#636467;
}

.PagerLeft_MyCustomSkin
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#636467;
	font-size:8pt;
}

.PagerRight_MyCustomSkin
{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#636467;
	font-size:8pt;
}

.PagerCenter_MyCustomSkin
{
	text-align:center;
}

.PagerCenter_MyCustomSkin span
{
	vertical-align:middle;
}

.RadGrid_MyCustomSkin .rgPagePrev
{
}

.RadGrid_MyCustomSkin .rgPageNext
{
}

/*sorting, reordering*/

.GridHeader_MyCustomSkin .rgSortAsc
{
	background-position:-21px -630px;
	height:10px;
}

.GridHeader_MyCustomSkin .rgSortDesc
{
	background-position:4px -629px;
	height:10px;
}

.TopReorderIndicator_MyCustomSkin,
.BottomReorderIndicator_MyCustomSkin
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
}

.BottomReorderIndicator_MyCustomSkin
{
	background-position:-21px -600px;
}

/*filtering*/

.GridFilterRow_MyCustomSkin
{
	background:#fcfcfc;
}

.GridFilterRow_MyCustomSkin td
{
	padding-top:4px;
	padding-bottom:4px;
}

.RadGrid_MyCustomSkin .rgFilter
{
	background-position:2px -789px;
}

.GridFilterRow_MyCustomSkin input[type="text"]
{
	border:solid 0px #aeaeae;
	padding:2px;
	font:11px arial,sans-serif;
	color:#424242;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_MyCustomSkin
{
	border-bottom:0px solid #aeaeae;
	background:#e5e5e5;
}

.GroupPanel_MyCustomSkin .rgSortAsc
{
	background-position:-21px -627px;
}

.GroupPanel_MyCustomSkin .rgSortDesc
{
	background-position:4px -626px;
}

.GroupPanel_MyCustomSkin td
{
	padding:2px 3px;
}

.GroupPanel_MyCustomSkin td td
{
	padding:1px;
}

.GroupPanelItems_MyCustomSkin
{
	border:0px solid;
	border-color:#fff #c6c6c6 #c6c6c6 #fff;
	padding:1px 2px 1px 5px;
	background:#efefef;
	color:#999;
	white-space:nowrap;
}

.GroupHeader_MyCustomSkin
{
	background:#fff;
}

.GroupHeader_MyCustomSkin td
{
	border-top:0px solid #e9e9e9;
	padding-top:5px;
	padding-bottom:5px;
}

.RadGrid_MyCustomSkin .rgExpand
{
	background-position:2px -822px;
}

.RadGrid_MyCustomSkin .rgCollapse
{
	background-position:2px -854px;
}

.GroupHeader_MyCustomSkin td div
{
	top:-0.6em;
}

.GroupHeader_MyCustomSkin td div div
{
	top:0;
}

/*editing*/

.GridEditForm_MyCustomSkin
{
	border-bottom:0px solid #e9e9e9;
}

.GridEditForm_MyCustomSkin input[type="text"],
.GridEditForm_MyCustomSkin input[type="password"],
.GridEditForm_MyCustomSkin textarea
{
	border:solid 0px #aeaeae;
	padding:2px;
	font:11px arial,sans-serif;
	color:#424242;
}

.RadGrid_MyCustomSkin .rgUpdate
{
	background-position:2px -981px;
}

.RadGrid_MyCustomSkin .rgCancel
{
	background-position:2px -1013px;
}

/*hierarchy*/

.DetailTable_MyCustomSkin
{
	border:0px solid #e5e5e5;
	border-right:0;
}

/*command row*/

.GridCommandRow_MyCustomSkin
{
	background:#f3f3f3;
}

.GridCommandRow_MyCustomSkin a
{
	color:#000;
}

.RadGrid_MyCustomSkin .rgAdd
{
	background-position:2px -1046px;
}

.RadGrid_MyCustomSkin .rgRefresh
{
	background-position:5px -885px;
}

.RadGrid_MyCustomSkin .rgEdit
{
	background-position:2px -918px;
}

.RadGrid_MyCustomSkin .rgDel
{
	background-position:2px -951px;
}

/*multirow select*/

.GridRowSelector_MyCustomSkin
{
	background:#669 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_MyCustomSkin
{
    border-top:0px dashed #666;
}

/*rtl*/

.RadGridRTL_MyCustomSkin .GridHeader_MyCustomSkin,
.RadGridRTL_MyCustomSkin .ResizeHeader_MyCustomSkin
{
	text-align:right;
}

.RadGridRTL_MyCustomSkin .PagerLeft_MyCustomSkin,
.RadGridRTL_MyCustomSkin .GridPager_MyCustomSkin .radslider
{
	float:right;
}

.RadGridRTL_MyCustomSkin .PagerRight_MyCustomSkin
{
	float:left;
}
