﻿/*Modified for SiteRocker_Website*/

/*global*/

.RadGrid_TelerikGrid
{
	background:#d4d0c8;
	color:#333;
}

.RadGrid_TelerikGrid,
.MasterTable_TelerikGrid,
.DetailTable_TelerikGrid,
.GroupPanel_TelerikGrid table,
.GridEditForm_TelerikGrid table
{
	font:11px/1.4 arial,sans-serif;
}

.RadGrid_TelerikGrid,
.DetailTable_TelerikGrid
{
	border:1px solid #232323;
}

.MasterTable_TelerikGrid,
.DetailTable_TelerikGrid
{
	background:#fff;
	border-collapse:separate !important;
}

.GridRow_TelerikGrid td,
.GridAltRow_TelerikGrid td,
.GridEditRow_TelerikGrid td,
.GridFooter_TelerikGrid td,
.GridGroupFooter_TelerikGrid td
{
	padding-left:10px;
	padding-right:6px;
}

.RadGrid_TelerikGrid .rgAdd,
.RadGrid_TelerikGrid .rgRefresh,
.RadGrid_TelerikGrid .rgEdit,
.RadGrid_TelerikGrid .rgDel,
.RadGrid_TelerikGrid .rgFilter,
.RadGrid_TelerikGrid .rgPagePrev,
.RadGrid_TelerikGrid .rgPageNext,
.RadGrid_TelerikGrid .rgExpand,
.RadGrid_TelerikGrid .rgCollapse,
.RadGrid_TelerikGrid .rgSortAsc,
.RadGrid_TelerikGrid .rgSortDesc,
.RadGrid_TelerikGrid .rgUpdate,
.RadGrid_TelerikGrid .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_TelerikGrid input,
.GridCommandRow_TelerikGrid img,
.GridHeader_TelerikGrid input,
.GridFilterRow_TelerikGrid img,
.GridPager_TelerikGrid img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_TelerikGrid
{
	background:url('Grid/sprite.gif') 0 0 repeat-x #929292;
}

.GridHeader_TelerikGrid,
.ResizeHeader_TelerikGrid
{
	border-bottom:1px solid #010101;
	background:url('Grid/headers.gif') repeat-x #434343;
	padding:0px 6px 1px 11px;
	font-size:1.1em;
	font-weight:normal;
}

.GridHeader_TelerikGrid:first-child,
.ResizeHeader_TelerikGrid:first-child
{
	background-position:-2px 0;
}

.DetailTable_TelerikGrid .GridHeader_TelerikGrid,
.DetailTable_TelerikGrid .ResizeHeader_TelerikGrid
{
	padding-top:2px;
	padding-bottom:2px;
	background:url('Grid/headers.gif') 0 -316px repeat-x #474747;
}

.DetailTable_TelerikGrid .GridHeader_TelerikGrid:first-child,
.DetailTable_TelerikGrid .ResizeHeader_TelerikGrid:first-child
{
	background-position:-2px -316px;
}

.GridHeader_TelerikGrid,
.GridHeader_TelerikGrid a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_TelerikGrid td,
.GridAltRow_TelerikGrid td,
.GridEditRow_TelerikGrid td,
.GridFooter_TelerikGrid td,
.GridGroupFooter_TelerikGrid td
{
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.GridRow_TelerikGrid td,
.GridAltRow_TelerikGrid td,
.GridFooter_TelerikGrid td,
.GridGroupFooter_TelerikGrid td
{
	border-left:1px solid #7e7e7e;
}

.GridRow_TelerikGrid>td:first-child,
.GridAltRow_TelerikGrid>td:first-child,
.GridFooter_TelerikGrid>td:first-child,
.GridGroupFooter_TelerikGrid>td:first-child
{
	border-left-color:#fff;
}

.GridRow_TelerikGrid a,
.GridAltRow_TelerikGrid a,
.GridFooter_TelerikGrid a,
.GridGroupFooter_TelerikGrid a,
.GridEditForm_TelerikGrid a
{
	color:#333;
}

.SelectedRow_TelerikGrid
{
	background:#D6DDD4;
	color:#fff;
}

.SelectedRow_TelerikGrid a,
.GridEditRow_TelerikGrid a
{
	color:#fff;
}

.SelectedRow_TelerikGrid td,
.SelectedRow_TelerikGrid>td:first-child
{
	border-left-color:#3f3f3f;
}

.ActiveRow_TelerikGrid,
.GridRowOver_TelerikGrid
{
	background:#e6e6e6;
	color:#333;
}

.ActiveRow_TelerikGrid>td:first-child,
.GridRowOver_TelerikGrid>td:first-child
{
	border-left-color:#e6e6e6;
}

.GridEditRow_TelerikGrid
{
	background:#2c2c2c;
	color:#fff;
}

.GridEditRow_TelerikGrid td
{
	border-left-color:#373737;
}

/*footer*/

.GridFooterDiv_TelerikGrid
{
	background:#fff;
}

.GridFooter_TelerikGrid,
.GridGroupFooter_TelerikGrid
{
	color:#666;
}

.GridFooter_TelerikGrid td,
.GridGroupFooter_TelerikGrid td
{
	border-top:1px solid #e8e8e8;
}

/*status*/

.GridPager_TelerikGrid span
{
	color:#666;
}

/*paging*/

.GridPager_TelerikGrid
{
	background:#e4e4e4;
	line-height:23px;
}

.GridPager_TelerikGrid td
{
	border-top:1px solid #acacac;
	border-bottom:1px solid #e7e6d9;
	padding:0 10px;
}

.GridPager_TelerikGrid div span,
.GridPager_TelerikGrid a,
.GridPager_TelerikGrid .sliderPagerLabel_TelerikGrid
{
	color:#333;
}

.PagerLeft_TelerikGrid
{
	float:left;
}

.PagerRight_TelerikGrid
{
	float:right;
}

.PagerCenter_TelerikGrid
{
	text-align:center;
}

.PagerCenter_TelerikGrid *
{
	vertical-align:middle;
}

.RadGrid_TelerikGrid .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_TelerikGrid .rgPageNext
{
	background-position:-21px -1248px;
}

/*sorting, reordering*/

.GridHeader_TelerikGrid .rgSortAsc
{
	background-position:-18px -960px;
}

.GridHeader_TelerikGrid .rgSortDesc
{
	background-position:3px -959px;
}

.TopReorderIndicator_TelerikGrid,
.BottomReorderIndicator_TelerikGrid
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -932px no-repeat;
}

.BottomReorderIndicator_TelerikGrid
{
	background-position:-21px -932px;
}

/*filtering*/

.GridFilterRow_TelerikGrid td
{
	border-bottom:1px solid #696969;
	padding:0.2em 6px 0.2em 11px;
	background:url('Grid/sprite.gif') 0 -796px no-repeat #929292;
}

.GridFilterRow_TelerikGrid>td:first-child
{
	background:none #929292;
}

.RadGrid_TelerikGrid .rgFilter
{
	background-position:2px -897px;
}

.GridFilterRow_TelerikGrid input[type="text"]
{
	border:1px solid #626262;
	font:12px arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_TelerikGrid
{
	border-top:1px solid #fff;
	color:#D6DDD4;
}

.GroupPanel_TelerikGrid .rgSortAsc
{
	background-position:-21px -1023px;
}

.GroupPanel_TelerikGrid .rgSortDesc
{
	background-position:5px -1023px;
}

.GroupPanel_TelerikGrid td
{
	padding:1px 6px 4px;
}

.GroupPanel_TelerikGrid td td
{
	padding:0;
}

.GroupHeader_TelerikGrid
{
	background:url('Grid/sprite.gif') 0 -581px repeat-x;
	font-size:1.27em;
	font-weight:bold;
}

.GroupHeader_TelerikGrid td
{
	padding:0.5em 11px 0.5em 6px;
}

.GroupHeader_TelerikGrid td p
{
    display:inline;
    padding:0 10px;
    background:#fff;
}

.RadGrid_TelerikGrid .rgExpand
{
	background-position:-21px -990px;
}

.RadGrid_TelerikGrid .rgCollapse
{
	background-position:4px -989px;
}

.GroupHeader_TelerikGrid .rgExpand,
.GroupHeader_TelerikGrid .rgCollapse
{
	background-color:#fff;
}

.GroupHeader_TelerikGrid td div
{
	top:-0.6em;
}

.GroupHeader_TelerikGrid td div div
{
	top:0;
	background:#fff;
	padding:0 15px;
}

.GroupHeader_TelerikGrid td div div div
{
	background:transparent;
	padding:0;
}

/*editing*/

.GridEditForm_TelerikGrid
{
	border-bottom:1px solid #7e7e7e;
}

.GridEditForm_TelerikGrid input[type="text"],
.GridEditForm_TelerikGrid input[type="password"],
.GridEditForm_TelerikGrid textarea
{
	border:1px solid #626262;
	font:11px arial,sans-serif;
	color:#333;
}

.RadGrid_TelerikGrid .rgUpdate
{
	background-position:2px -1186px;
}

.RadGrid_TelerikGrid .rgCancel
{
	background-position:2px -1217px;
}

/*hierarchy*/

.DetailTable_TelerikGrid
{
	border-right:0;
}

/*command row*/

.GridCommandRow_TelerikGrid
{
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GridCommandRow_TelerikGrid td
{
	border-top:1px solid #383838;
	padding:1px 6px 2px;
}

.GridCommandRow_TelerikGrid td td
{
	border:0;
	padding:0;
}

.GridCommandRow_TelerikGrid a
{
	color:#9a9a9a;
	text-decoration:none;
}

.GridCommandRow_TelerikGrid a img
{
	vertical-align:middle;
}

.RadGrid_TelerikGrid .rgAdd
{
	background-position:0 -1060px;
}

.RadGrid_TelerikGrid .rgRefresh
{
	background-position:0 -1092px;
}

.RadGrid_TelerikGrid .rgEdit
{
	background-position:1px -1123px;
}

.RadGrid_TelerikGrid .rgDel
{
	background-position:0 -1156px;
}

/*loading*/

.LoadingPanel_TelerikGrid
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_TelerikGrid
{
	background:#002 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_TelerikGrid
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_TelerikGrid .GridHeader_TelerikGrid,
.RadGridRTL_TelerikGrid .ResizeHeader_TelerikGrid
{
	text-align:right;
}

.RadGridRTL_TelerikGrid .GridRow_TelerikGrid td,
.RadGridRTL_TelerikGrid .GridAltRow_TelerikGrid td,
.RadGridRTL_TelerikGrid .GridEditRow_TelerikGrid td,
.RadGridRTL_TelerikGrid .GridFooter_TelerikGrid td,
.RadGridRTL_TelerikGrid .GroupHeader_TelerikGrid td
{
	padding-right:10px;
	padding-left:6px;
}

.RadGridRTL_TelerikGrid .GridHeader_TelerikGrid,
.RadGridRTL_TelerikGrid .ResizeHeader_TelerikGrid,
.RadGridRTL_TelerikGrid .GridFilterRow_TelerikGrid td
{
	padding-right:11px;
	padding-left:6px;
}

.RadGridRTL_TelerikGrid .PagerLeft_TelerikGrid,
.RadGridRTL_TelerikGrid .GridPager_TelerikGrid .radslider
{
	float:right;
}

.RadGridRTL_TelerikGrid .PagerRight_TelerikGrid
{
	float:left;
}

.RadGridRTL_TelerikGrid .GridRow_TelerikGrid>td:first-child,
.RadGridRTL_TelerikGrid .GridAltRow_TelerikGrid>td:first-child,
.RadGridRTL_TelerikGrid .GridFooter_TelerikGrid>td:first-child,
.RadGridRTL_TelerikGrid .GridGroupFooter_TelerikGrid>td:first-child
{
	border-left-color:#7e7e7e;
}
