/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_Default
{
	background: #f2f2f2;
	color: #646b75;
}


.RadGrid_Default,
.MasterTable_Default,
.DetailTable_Default,
.GridEditForm_Default table,
.GroupPanel_Default table,
.GridToolTip_Default
{
	font: 11px Arial, Helvetica, Sans-Serif;
}


.RadGrid_Default,
.DetailTable_Default
{
	border: solid 1px #f2f2f2;
	border-top: 0px;
	border-right: 0px;
}

.MasterTable_Default,
.DetailTable_Default
{
	background: #f2f2f2;
	border-collapse: separate !important;
}

.GridRow_Default td,
.GridAltRow_Default td,
.GridEditRow_Default td,
.GridFooter_Default td,
.GridGroupFooter_Default td
{
	padding-left: 14px;
	padding-right: 0px;
}

.RadGrid_Default .rgAdd,
.RadGrid_Default .rgRefresh,
.RadGrid_Default .rgEdit,
.RadGrid_Default .rgDel,
.RadGrid_Default .rgFilter,
.RadGrid_Default .rgPagePrev,
.RadGrid_Default .rgPageNext,
.RadGrid_Default .rgPageFirst,
.RadGrid_Default .rgPageLast,
.RadGrid_Default .rgExpand,
.RadGrid_Default .rgCollapse,
.RadGrid_Default .rgSortAsc,
.RadGrid_Default .rgSortDesc,
.RadGrid_Default .rgUpdate,
.RadGrid_Default .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background: #ececec;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_Default input,
.GridCommandRow_Default img,
.GridHeader_Default input,
.GridFilterRow_Default img,
.GridPager_Default img
{
	vertical-align: middle;
}

/*header*/

.GridHeaderDiv_Default
{
	background: #f2f2f2;
	border-bottom: solid 1px #d8d8d8;
}

.GridHeader_Default,
.ResizeHeader_Default
{
	border-bottom: 0px;
	background: #f2f2f2;
	padding: 4px 0px 8px 15px;
	text-align:left;
	font: 11px Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}

.GridHeader_Default:first-child
{
	padding: 4px 0px 8px 15px;
}

.GridHeader_Default:first-child,
.ResizeHeader_Default:first-child
{
	background-position:-2px 0;
}

.DetailTable_Default .GridHeader_Default,
.DetailTable_Default .ResizeHeader_Default
{
	padding-top: 0px;
	padding-bottom: 0px;
	background: #f2f2f2;
}

.DetailTable_Default .GridHeader_Default:first-child,
.DetailTable_Default .ResizeHeader_Default:first-child
{
	background-position:-2px -316px;
}

.GridHeader_Default,
.GridHeader_Default a
{
	color: #646b75;
	text-decoration:none;
}

/*rows*/

.GridRow_Default td,
.GridAltRow_Default td,
.GridEditRow_Default td,
.GridFooter_Default td,
.GridGroupFooter_Default td
{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-top: solid 1px #ececec
}


.GridAltRow_Default td
{
	background: white;
}


.GridRow_Default td,
.GridFooter_Default td,
.GridGroupFooter_Default td
{
	border-left: 1px solid white;
}

.GridAltRow_Default td
{
	border-left: 1px solid #ececec;
}

.GridRow_Default>td:first-child,
.GridAltRow_Default>td:first-child,
.GridFooter_Default>td:first-child,
.GridGroupFooter_Default>td:first-child
{
	border-left: 0px;
}


.GridRow_Default a,
.GridAltRow_Default a,
.GridFooter_Default a,
.GridGroupFooter_Default a,
.GridEditForm_Default a
{
	color: #333;
}

.SelectedRow_Default
{
	background: #4c4c4c;
	color: #fff;
}

.SelectedRow_Default a,
.GridEditRow_Default a
{
	color: #fff;
}

.SelectedRow_Default td,
.SelectedRow_Default>td:first-child
{
	border-left-color: #3f3f3f;
}

.ActiveRow_Default,
.GridRowOver_Default
{
	background: #e6e6e6;
	color: #333;
}

.ActiveRow_Default>td:first-child,
.GridRowOver_Default>td:first-child
{
	border-left-color:#e6e6e6;
}

.GridEditRow_Default
{
	background: #2c2c2c;
	color:#fff;
}

.GridEditRow_Default td
{
	border-left-color:#373737;
}

/*footer*/

.GridFooterDiv_Default
{
	background:#fff;
}

.GridFooter_Default,
.GridGroupFooter_Default
{
	color:#666;
}

.GridFooter_Default td,
.GridGroupFooter_Default td
{
	border-top:1px solid #e8e8e8;
}

/*status*/

.GridPager_Default span
{
	color:#666;
}

/*paging*/

.GridPager_Default
{
	background:#e4e4e4;
	line-height:23px;
}

.GridPager_Default td
{
	border-top:1px solid #acacac;
	border-bottom:1px solid #e7e6d9;
	padding:0 10px;
}

.GridPager_Default div span,
.GridPager_Default a,
.GridPager_Default .sliderPagerLabel_Default
{
	color:#333;
}

.PagerLeft_Default
{
	float:left;
}

.PagerRight_Default
{
	float:right;
}

.PagerCenter_Default
{
	text-align:center;
}

.PagerCenter_Default *
{
	vertical-align:middle;
}

.RadGrid_Default .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_Default .rgPageNext
{
	background-position:-21px -1248px;
}

.RadGrid_Default .rgPageFirst
{
	background-position:4px -1280px;
}

.RadGrid_Default .rgPageLast
{
	background-position:-20px -1280px;
}

/*sorting, reordering*/

.GridHeader_Default .rgSortAsc
{
	background-position:-18px -960px;
}

.GridHeader_Default .rgSortDesc
{
	background-position:3px -959px;
}

.TopReorderIndicator_Default,
.BottomReorderIndicator_Default
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -932px no-repeat;
}

.BottomReorderIndicator_Default
{
	background-position:-21px -932px;
}

/*filtering*/

.GridFilterRow_Default td
{
	border-bottom: 1px solid #696969;
	padding:0.2em 6px 0.2em 11px;
	background:url('Grid/sprite.gif') 0 -796px no-repeat #929292;
}

.GridFilterRow_Default>td:first-child
{
	background:none #929292;
}

.RadGrid_Default .rgFilter
{
	background-position:2px -897px;
}

.GridFilterRow_Default input[type="text"]
{
	border:1px solid #626262;
	font:12px arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Default
{
	border-top:1px solid #383838;
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GroupPanel_Default .rgSortAsc
{
	background-position:-21px -1023px;
}

.GroupPanel_Default .rgSortDesc
{
	background-position:5px -1023px;
}

.GroupPanel_Default td
{
	padding:1px 6px 4px;
}

.GroupPanel_Default td td
{
	padding:0;
}

.GroupHeader_Default
{
	background:url('Grid/sprite.gif') 0 -581px repeat-x;
	font-size:1.27em;
	font-weight:bold;
}

.GroupHeader_Default td
{
	padding:0.5em 11px 0.5em 6px;
}

.GroupHeader_Default td p
{
    display:inline;
    padding:0 10px;
    background:#fff;
}

.RadGrid_Default .rgExpand
{
	background-position:-21px -990px;
}

.RadGrid_Default .rgCollapse
{
	background-position:4px -989px;
}

.GroupHeader_Default .rgExpand,
.GroupHeader_Default .rgCollapse
{
	background-color:#fff;
}

.GroupHeader_Default td div
{
	top:-0.6em;
}

.GroupHeader_Default td div div
{
	top:0;
	background:#fff;
	padding:0 15px;
}

.GroupHeader_Default td div div div
{
	background:transparent;
	padding:0;
}

/*editing*/

.GridEditForm_Default
{
	border-bottom:1px solid #7e7e7e;
}

.GridEditForm_Default input[type="text"],
.GridEditForm_Default input[type="password"],
.GridEditForm_Default textarea
{
	border:1px solid #626262;
	font:11px arial,sans-serif;
	color:#333;
}

.RadGrid_Default .rgUpdate
{
	background-position:2px -1186px;
}

.RadGrid_Default .rgCancel
{
	background-position:2px -1217px;
}

/*hierarchy*/

.DetailTable_Default
{
	border-right:0;
}

/*command row*/

.GridCommandRow_Default
{
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GridCommandRow_Default td
{
	border-top:1px solid #383838;
	padding:1px 6px 2px;
}

.GridCommandRow_Default td td
{
	border:0;
	padding:0;
}

.GridCommandRow_Default a
{
	color:#9a9a9a;
	text-decoration:none;
}

.GridCommandRow_Default a img
{
	vertical-align:middle;
}

.RadGrid_Default .rgAdd
{
	background-position:0 -1060px;
}

.RadGrid_Default .rgRefresh
{
	background-position:0 -1092px;
}

.RadGrid_Default .rgEdit
{
	background-position:1px -1123px;
}

.RadGrid_Default .rgDel
{
	background-position:0 -1156px;
}

/*loading*/

.LoadingPanel_Default
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_Default
{
	background:#002;
}

/*row drag n drop*/

.GridItemDropIndicator_Default
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_Default
{
	border:1px solid #383838;
	padding:3px;
	background:#fff;
	color:#000;
}

/*rtl*/

.RadGridRTL_Default .GridHeader_Default,
.RadGridRTL_Default .ResizeHeader_Default
{
	text-align:right;
}

.RadGridRTL_Default .GridRow_Default td,
.RadGridRTL_Default .GridAltRow_Default td,
.RadGridRTL_Default .GridEditRow_Default td,
.RadGridRTL_Default .GridFooter_Default td,
.RadGridRTL_Default .GroupHeader_Default td
{
	padding-right:10px;
	padding-left:6px;
}

.RadGridRTL_Default .GridHeader_Default,
.RadGridRTL_Default .ResizeHeader_Default,
.RadGridRTL_Default .GridFilterRow_Default td
{
	padding-right:11px;
	padding-left:6px;
}

.RadGridRTL_Default .PagerLeft_Default,
.RadGridRTL_Default .GridPager_Default .radslider
{
	float:right;
}

.RadGridRTL_Default .PagerRight_Default
{
	float:left;
}

.RadGridRTL_Default .GridRow_Default>td:first-child,
.RadGridRTL_Default .GridAltRow_Default>td:first-child,
.RadGridRTL_Default .GridFooter_Default>td:first-child,
.RadGridRTL_Default .GridGroupFooter_Default>td:first-child
{
	border-left-color:#7e7e7e;
}

