/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_LeisureGridSkin
{
	background:#d4d0c8;
	color:#333;
	margin-left:3px;
}

.RadGrid_LeisureGridSkin,
.MasterTable_LeisureGridSkin,
.DetailTable_LeisureGridSkin,
.GroupPanel_LeisureGridSkin table,
.GridEditForm_LeisureGridSkin table,
.GridToolTip_LeisureGridSkin
{
	font:11px/1.4 Tahoma, arial,sans-serif;
}

.RadGrid_LeisureGridSkin,
.DetailTable_LeisureGridSkin
{
	border:1px solid #29abe2;
}

.MasterTable_LeisureGridSkin,
.DetailTable_LeisureGridSkin
{
	background:#fff;
	border-collapse:separate !important;
}

.GridRow_LeisureGridSkin td,
.GridAltRow_LeisureGridSkin td,
.GridEditRow_LeisureGridSkin td,
.GridFooter_LeisureGridSkin td,
.GridGroupFooter_LeisureGridSkin td
{
	padding-left:10px;
	padding-right:6px;
}

.RadGrid_LeisureGridSkin .rgAdd,
.RadGrid_LeisureGridSkin .rgRefresh,
.RadGrid_LeisureGridSkin .rgEdit,
.RadGrid_LeisureGridSkin .rgDel,
.RadGrid_LeisureGridSkin .rgFilter,
.RadGrid_LeisureGridSkin .rgPagePrev,
.RadGrid_LeisureGridSkin .rgPageNext,
.RadGrid_LeisureGridSkin .rgPageFirst,
.RadGrid_LeisureGridSkin .rgPageLast,
.RadGrid_LeisureGridSkin .rgExpand,
.RadGrid_LeisureGridSkin .rgCollapse,
.RadGrid_LeisureGridSkin .rgSortAsc,
.RadGrid_LeisureGridSkin .rgSortDesc,
.RadGrid_LeisureGridSkin .rgUpdate,
.RadGrid_LeisureGridSkin .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_LeisureGridSkin input,
.GridCommandRow_LeisureGridSkin img,
.GridHeader_LeisureGridSkin input,
.GridFilterRow_LeisureGridSkin img,
.GridPager_LeisureGridSkin img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_LeisureGridSkin
{
	background:#929292 url('Grid/sprite.gif') 0 -1348px repeat-x;
}

.GridHeader_LeisureGridSkin,
.ResizeHeader_LeisureGridSkin
{
	border-bottom:1px solid #29abe2;
	background: #29abe2;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 11px;
}

.GridHeader_LeisureGridSkin:first-child,
.ResizeHeader_LeisureGridSkin:first-child
{
	background-position:-2px 0;
}

.DetailTable_LeisureGridSkin .GridHeader_LeisureGridSkin,
.DetailTable_LeisureGridSkin .ResizeHeader_LeisureGridSkin
{
	padding-top:2px;
	padding-bottom:2px;
	background:url('Grid/headers.gif') 0 -316px repeat-x #474747;
}

.DetailTable_LeisureGridSkin .GridHeader_LeisureGridSkin:first-child,
.DetailTable_LeisureGridSkin .ResizeHeader_LeisureGridSkin:first-child
{
	background-position:-2px -316px;
}

.GridHeader_LeisureGridSkin,
.GridHeader_LeisureGridSkin a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_LeisureGridSkin td,
.GridAltRow_LeisureGridSkin td,
.GridEditRow_LeisureGridSkin td,
.GridFooter_LeisureGridSkin td,
.GridGroupFooter_LeisureGridSkin td
{
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.GridRow_LeisureGridSkin td,
.GridAltRow_LeisureGridSkin td,
.GridFooter_LeisureGridSkin td,
.GridGroupFooter_LeisureGridSkin td
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #29abe2;
}

.GridRow_LeisureGridSkin>td:first-child,
.GridAltRow_LeisureGridSkin>td:first-child,
.GridFooter_LeisureGridSkin>td:first-child,
.GridGroupFooter_LeisureGridSkin>td:first-child
{
	border-left-color:#fff;
}

.GridRow_LeisureGridSkin a,
.GridAltRow_LeisureGridSkin a,
.GridFooter_LeisureGridSkin a,
.GridGroupFooter_LeisureGridSkin a,
.GridEditForm_LeisureGridSkin a
{
	color:#333;
}

.SelectedRow_LeisureGridSkin
{
	background:#4c4c4c;
	color:#fff;
}

.SelectedRow_LeisureGridSkin a,
.GridEditRow_LeisureGridSkin a
{
	color:#fff;
}

.SelectedRow_LeisureGridSkin td,
.SelectedRow_LeisureGridSkin>td:first-child
{
	border-left-color:#3f3f3f;
}

.ActiveRow_LeisureGridSkin,
.GridRowOver_LeisureGridSkin
{
	background:#e6e6e6;
	color:#333;
}

.ActiveRow_LeisureGridSkin>td:first-child,
.GridRowOver_LeisureGridSkin>td:first-child
{
	border-left-color:#e6e6e6;
}

.GridEditRow_LeisureGridSkin
{
	background:#2c2c2c;
	color:#fff;
}

.GridEditRow_LeisureGridSkin td
{
	border-left-color:#373737;
}

/*footer*/

.GridFooterDiv_LeisureGridSkin
{
	background:#fff;
}

.GridFooter_LeisureGridSkin,
.GridGroupFooter_LeisureGridSkin
{
	color:#666;
}

.GridFooter_LeisureGridSkin td,
.GridGroupFooter_LeisureGridSkin td
{
	border-top:1px solid #e8e8e8;
}

/*status*/

.GridPager_LeisureGridSkin span
{
	color:#666;
}

/*paging*/

.GridPager_LeisureGridSkin
{
	background:#e4e4e4;
	line-height:23px;
}

.GridPager_LeisureGridSkin td
{
	border-top:1px solid #acacac;
	border-bottom:1px solid #e7e6d9;
	padding:0 10px;
}

.GridPager_LeisureGridSkin div span,
.GridPager_LeisureGridSkin a,
.GridPager_LeisureGridSkin .sliderPagerLabel_LeisureGridSkin
{
	color:#333;
}

.PagerLeft_LeisureGridSkin
{
	float:left;
}

.PagerRight_LeisureGridSkin
{
	float:right;
}

.PagerCenter_LeisureGridSkin
{
	text-align:center;
}

.PagerCenter_LeisureGridSkin *
{
	vertical-align:middle;
}

.RadGrid_LeisureGridSkin .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_LeisureGridSkin .rgPageNext
{
	background-position:-21px -1248px;
}

.RadGrid_LeisureGridSkin .rgPageFirst
{
	background-position:4px -1280px;
}

.RadGrid_LeisureGridSkin .rgPageLast
{
	background-position:-20px -1280px;
}

/*sorting, reordering*/

.GridHeader_LeisureGridSkin .rgSortAsc
{
	background-position:-18px -960px;
}

.GridHeader_LeisureGridSkin .rgSortDesc
{
	background-position:3px -959px;
}

.TopReorderIndicator_LeisureGridSkin,
.BottomReorderIndicator_LeisureGridSkin
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -932px no-repeat;
}

.BottomReorderIndicator_LeisureGridSkin
{
	background-position:-21px -932px;
}

/*filtering*/

.GridFilterRow_LeisureGridSkin td
{
	border-bottom:1px solid #696969;
	padding:0.2em 6px 0.2em 11px;
	background:url('Grid/sprite.gif') 0 -796px no-repeat #929292;
}

.GridFilterRow_LeisureGridSkin>td:first-child
{
	background:none #929292;
}

.RadGrid_LeisureGridSkin .rgFilter
{
	background-position:2px -897px;
}

.GridFilterRow_LeisureGridSkin input[type="text"]
{
	border:1px solid #626262;
	font:12px arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_LeisureGridSkin
{
	border-top:1px solid #383838;
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GroupPanel_LeisureGridSkin .rgSortAsc
{
	background-position:-21px -1023px;
}

.GroupPanel_LeisureGridSkin .rgSortDesc
{
	background-position:5px -1023px;
}

.GroupPanel_LeisureGridSkin td
{
	padding:1px 6px 4px;
}

.GroupPanel_LeisureGridSkin td td
{
	padding:0;
}

.GroupHeader_LeisureGridSkin
{
	background:url('Grid/sprite.gif') 0 -581px repeat-x;
	font-size:1.27em;
	font-weight:bold;
}

.GroupHeader_LeisureGridSkin td
{
	padding:0.5em 11px 0.5em 6px;
}

.GroupHeader_LeisureGridSkin td p
{
    display:inline;
    padding:0 10px;
    background:#fff;
}

.RadGrid_LeisureGridSkin .rgExpand
{
	background-position:-21px -990px;
}

.RadGrid_LeisureGridSkin .rgCollapse
{
	background-position:4px -989px;
}

.GroupHeader_LeisureGridSkin .rgExpand,
.GroupHeader_LeisureGridSkin .rgCollapse
{
	background-color:#fff;
}

.GroupHeader_LeisureGridSkin td div
{
	top:-0.6em;
}

.GroupHeader_LeisureGridSkin td div div
{
	top:0;
	background:#fff;
	padding:0 15px;
}

.GroupHeader_LeisureGridSkin td div div div
{
	background:transparent;
	padding:0;
}

/*editing*/

.GridEditForm_LeisureGridSkin
{
	border-bottom:1px solid #7e7e7e;
}

.GridEditForm_LeisureGridSkin input[type="text"],
.GridEditForm_LeisureGridSkin input[type="password"],
.GridEditForm_LeisureGridSkin textarea
{
	border:1px solid #626262;
	font:11px arial,sans-serif;
	color:#333;
}

.RadGrid_LeisureGridSkin .rgUpdate
{
	background-position:2px -1186px;
}

.RadGrid_LeisureGridSkin .rgCancel
{
	background-position:2px -1217px;
}

/*hierarchy*/

.DetailTable_LeisureGridSkin
{
	border-right:0;
}

/*command row*/

.GridCommandRow_LeisureGridSkin
{
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GridCommandRow_LeisureGridSkin td
{
	border-top:1px solid #383838;
	padding:1px 6px 2px;
}

.GridCommandRow_LeisureGridSkin td td
{
	border:0;
	padding:0;
}

.GridCommandRow_LeisureGridSkin a
{
	color:#9a9a9a;
	text-decoration:none;
}

.GridCommandRow_LeisureGridSkin a img
{
	vertical-align:middle;
}

.RadGrid_LeisureGridSkin .rgAdd
{
	background-position:0 -1060px;
}

.RadGrid_LeisureGridSkin .rgRefresh
{
	background-position:0 -1092px;
}

.RadGrid_LeisureGridSkin .rgEdit
{
	background-position:1px -1123px;
}

.RadGrid_LeisureGridSkin .rgDel
{
	background-position:0 -1156px;
}

/*loading*/

.LoadingPanel_LeisureGridSkin
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_LeisureGridSkin
{
	background:#002;
}

/*row drag n drop*/

.GridItemDropIndicator_LeisureGridSkin
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_LeisureGridSkin
{
	border:1px solid #383838;
	padding:3px;
	background:#fff;
	color:#000;
}

/*rtl*/

.RadGridRTL_LeisureGridSkin .GridHeader_LeisureGridSkin,
.RadGridRTL_LeisureGridSkin .ResizeHeader_LeisureGridSkin
{
	text-align:right;
}

.RadGridRTL_LeisureGridSkin .GridRow_LeisureGridSkin td,
.RadGridRTL_LeisureGridSkin .GridAltRow_LeisureGridSkin td,
.RadGridRTL_LeisureGridSkin .GridEditRow_LeisureGridSkin td,
.RadGridRTL_LeisureGridSkin .GridFooter_LeisureGridSkin td,
.RadGridRTL_LeisureGridSkin .GroupHeader_LeisureGridSkin td
{
	padding-right:10px;
	padding-left:6px;
}

.RadGridRTL_LeisureGridSkin .GridHeader_LeisureGridSkin,
.RadGridRTL_LeisureGridSkin .ResizeHeader_LeisureGridSkin,
.RadGridRTL_LeisureGridSkin .GridFilterRow_LeisureGridSkin td
{
	padding-right:11px;
	padding-left:6px;
}

.RadGridRTL_LeisureGridSkin .PagerLeft_LeisureGridSkin,
.RadGridRTL_LeisureGridSkin .GridPager_LeisureGridSkin .radslider
{
	float:right;
}

.RadGridRTL_LeisureGridSkin .PagerRight_LeisureGridSkin
{
	float:left;
}

.RadGridRTL_LeisureGridSkin .GridRow_LeisureGridSkin>td:first-child,
.RadGridRTL_LeisureGridSkin .GridAltRow_LeisureGridSkin>td:first-child,
.RadGridRTL_LeisureGridSkin .GridFooter_LeisureGridSkin>td:first-child,
.RadGridRTL_LeisureGridSkin .GridGroupFooter_LeisureGridSkin>td:first-child
{
	border-left-color:#7e7e7e;
}
