/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_freeHUD1
{
	background:#6A6454;
	color:#333;
}

.RadGrid_freeHUD1,
.MasterTable_freeHUD1,
.DetailTable_freeHUD1,
.GroupPanel_freeHUD1 table,
.GridEditForm_freeHUD1 table
{
	font:11px/1.4 arial,sans-serif;
}

.RadGrid_freeHUD1,
.DetailTable_freeHUD1
{
	border:1px solid #6A6454;
}

.MasterTable_freeHUD1,
.DetailTable_freeHUD1
{
	background:#fff;
	border-collapse:separate !important;
}

.GridRow_freeHUD1 td,
.GridAltRow_freeHUD1 td,
.GridEditRow_freeHUD1 td,
.GridFooter_freeHUD1 td,
.GridGroupFooter_freeHUD1 td
{
	padding-left:10px;
	padding-right:6px;
}

.RadGrid_freeHUD1 .rgAdd,
.RadGrid_freeHUD1 .rgRefresh,
.RadGrid_freeHUD1 .rgEdit,
.RadGrid_freeHUD1 .rgDel,
.RadGrid_freeHUD1 .rgFilter,
.RadGrid_freeHUD1 .rgPagePrev,
.RadGrid_freeHUD1 .rgPageNext,
.RadGrid_freeHUD1 .rgExpand,
.RadGrid_freeHUD1 .rgCollapse,
.RadGrid_freeHUD1 .rgSortAsc,
.RadGrid_freeHUD1 .rgSortDesc,
.RadGrid_freeHUD1 .rgUpdate,
.RadGrid_freeHUD1 .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_freeHUD1 input,
.GridCommandRow_freeHUD1 img,
.GridHeader_freeHUD1 input,
.GridFilterRow_freeHUD1 img,
.GridPager_freeHUD1 img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_freeHUD1
{
	background:url('sprite.gif') 0 0 repeat-x #6A6454;
}

.GridHeader_freeHUD1,
.ResizeHeader_freeHUD1
{
	border-bottom:1px solid #010101;
	/*background:url('headers.gif') repeat-x #6A6454;*/
	padding:10px 6px 10px 11px;
	text-align:left;
	font-size:1.3em;
	font-weight:normal;
	background:url('sprite.gif') 0 0 repeat-x #6A6454;
}

.GridHeader_freeHUD1:first-child,
.ResizeHeader_freeHUD1:first-child
{
	background-position:-2px 0;
}

.DetailTable_freeHUD1 .GridHeader_freeHUD1,
.DetailTable_freeHUD1 .ResizeHeader_freeHUD1
{
	padding-top:2px;
	padding-bottom:2px;
	background:url('headers.gif') 0 -316px repeat-x #6A6454;
}

.DetailTable_freeHUD1 .GridHeader_freeHUD1:first-child,
.DetailTable_freeHUD1 .ResizeHeader_freeHUD1:first-child
{
	background-position:-2px -316px;
}

.GridHeader_freeHUD1,
.GridHeader_freeHUD1 a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_freeHUD1 td,
.GridAltRow_freeHUD1 td,
.GridEditRow_freeHUD1 td,
.GridFooter_freeHUD1 td,
.GridGroupFooter_freeHUD1 td
{
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.GridRow_freeHUD1 td,
.GridAltRow_freeHUD1 td,
.GridFooter_freeHUD1 td,
.GridGroupFooter_freeHUD1 td
{
	border-left:1px solid #6A6454;
}

.GridRow_freeHUD1>td:first-child,
.GridAltRow_freeHUD1>td:first-child,
.GridFooter_freeHUD1>td:first-child,
.GridGroupFooter_freeHUD1>td:first-child
{
	border-left-color:#fff;
}

.GridRow_freeHUD1 a,
.GridAltRow_freeHUD1 a,
.GridFooter_freeHUD1 a,
.GridGroupFooter_freeHUD1 a,
.GridEditForm_freeHUD1 a
{
	color:#333;
}

.SelectedRow_freeHUD1
{
	background:#4c4c4c;
	color:#fff;
}

.SelectedRow_freeHUD1 a,
.GridEditRow_freeHUD1 a
{
	color:#fff;
}

.SelectedRow_freeHUD1 td,
.SelectedRow_freeHUD1>td:first-child
{
	border-left-color:#3f3f3f;
}

.ActiveRow_freeHUD1,
.GridRowOver_freeHUD1
{
	background:#e6e6e6;
	color:#333;
}

.ActiveRow_freeHUD1>td:first-child,
.GridRowOver_freeHUD1>td:first-child
{
	border-left-color:#e6e6e6;
}

.GridEditRow_freeHUD1
{
	background:#2c2c2c;
	color:#fff;
}

.GridEditRow_freeHUD1 td
{
	border-left-color:#373737;
}

/*footer*/

.GridFooterDiv_freeHUD1
{
	background:#fff;
}

.GridFooter_freeHUD1,
.GridGroupFooter_freeHUD1
{
	color:#666;
}

.GridFooter_freeHUD1 td,
.GridGroupFooter_freeHUD1 td
{
	border-top:1px solid #e8e8e8;
}

/*status*/

.GridPager_freeHUD1 span
{
	color:#666;
}

/*paging*/

.GridPager_freeHUD1
{
	background:#e4e4e4;
	line-height:26px;
}

.GridPager_freeHUD1 td
{
	border-top:1px solid #acacac;
	border-bottom:1px solid #e7e6d9;
	padding:0 10px;
}

.GridPager_freeHUD1 div span,
.GridPager_freeHUD1 a,
.GridPager_freeHUD1 .sliderPagerLabel_freeHUD1
{
	color:#333;
}

.PagerLeft_freeHUD1
{
	float:left;
}

.PagerRight_freeHUD1
{
	float:right;
}

.PagerCenter_freeHUD1
{
	text-align:center;
}

.PagerCenter_freeHUD1 *
{
	vertical-align:middle;
}

.RadGrid_freeHUD1 .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_freeHUD1 .rgPageNext
{
	background-position:-21px -1248px;
}

/*sorting, reordering*/

.GridHeader_freeHUD1 .rgSortAsc
{
	background-position:-18px -960px;
}

.GridHeader_freeHUD1 .rgSortDesc
{
	background-position:3px -959px;
}

.TopReorderIndicator_freeHUD1,
.BottomReorderIndicator_freeHUD1
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('sprite.gif') 0 -932px no-repeat;
}

.BottomReorderIndicator_freeHUD1
{
	background-position:-21px -932px;
}

/*filtering*/

.GridFilterRow_freeHUD1 td
{
	border-bottom:1px solid #696969;
	padding:0.2em 6px 0.2em 11px;
	background:url('sprite.gif') 0 -796px no-repeat #929292;
}

.GridFilterRow_freeHUD1>td:first-child
{
	background:none #929292;
}

.RadGrid_freeHUD1 .rgFilter
{
	background-position:2px -897px;
}

.GridFilterRow_freeHUD1 input[type="text"]
{
	border:1px solid #626262;
	font:12px arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_freeHUD1
{
	border-top:1px solid #383838;
	background:url('sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GroupPanel_freeHUD1 .rgSortAsc
{
	background-position:-21px -1023px;
}

.GroupPanel_freeHUD1 .rgSortDesc
{
	background-position:5px -1023px;
}

.GroupPanel_freeHUD1 td
{
	padding:1px 6px 4px;
}

.GroupPanel_freeHUD1 td td
{
	padding:0;
}

.GroupHeader_freeHUD1
{
	background:url('sprite.gif') 0 -581px repeat-x;
	font-size:1.27em;
	font-weight:bold;
}

.GroupHeader_freeHUD1 td
{
	padding:0.5em 11px 0.5em 6px;
}

.GroupHeader_freeHUD1 td p
{
    display:inline;
    padding:0 10px;
    background:#fff;
}

.RadGrid_freeHUD1 .rgExpand
{
	background-position:-21px -990px;
}

.RadGrid_freeHUD1 .rgCollapse
{
	background-position:4px -989px;
}

.GroupHeader_freeHUD1 .rgExpand,
.GroupHeader_freeHUD1 .rgCollapse
{
	background-color:#fff;
}

.GroupHeader_freeHUD1 td div
{
	top:-0.6em;
}

.GroupHeader_freeHUD1 td div div
{
	top:0;
	background:#fff;
	padding:0 15px;
}

.GroupHeader_freeHUD1 td div div div
{
	background:transparent;
	padding:0;
}

/*editing*/

.GridEditForm_freeHUD1
{
	border-bottom:1px solid #7e7e7e;
}

.GridEditForm_freeHUD1 input[type="text"],
.GridEditForm_freeHUD1 input[type="password"],
.GridEditForm_freeHUD1 textarea
{
	border:1px solid #626262;
	font:11px arial,sans-serif;
	color:#333;
}

.RadGrid_freeHUD1 .rgUpdate
{
	background-position:2px -1186px;
}

.RadGrid_freeHUD1 .rgCancel
{
	background-position:2px -1217px;
}

/*hierarchy*/

.DetailTable_freeHUD1
{
	border-right:0;
}

/*command row*/

.GridCommandRow_freeHUD1
{
	background:url('sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GridCommandRow_freeHUD1 td
{
	border-top:1px solid #383838;
	padding:1px 6px 2px;
}

.GridCommandRow_freeHUD1 td td
{
	border:0;
	padding:0;
}

.GridCommandRow_freeHUD1 a
{
	color:#9a9a9a;
	text-decoration:none;
}

.GridCommandRow_freeHUD1 a img
{
	vertical-align:middle;
}

.RadGrid_freeHUD1 .rgAdd
{
	background-position:0 -1060px;
}

.RadGrid_freeHUD1 .rgRefresh
{
	background-position:0 -1092px;
}

.RadGrid_freeHUD1 .rgEdit
{
	background-position:1px -1123px;
}

.RadGrid_freeHUD1 .rgDel
{
	background-position:0 -1156px;
}

/*loading*/

.LoadingPanel_freeHUD1
{
	background:url('loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_freeHUD1
{
	background:#002 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_freeHUD1
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_freeHUD1 .GridHeader_freeHUD1,
.RadGridRTL_freeHUD1 .ResizeHeader_freeHUD1
{
	text-align:right;
}

.RadGridRTL_freeHUD1 .GridRow_freeHUD1 td,
.RadGridRTL_freeHUD1 .GridAltRow_freeHUD1 td,
.RadGridRTL_freeHUD1 .GridEditRow_freeHUD1 td,
.RadGridRTL_freeHUD1 .GridFooter_freeHUD1 td,
.RadGridRTL_freeHUD1 .GroupHeader_freeHUD1 td
{
	padding-right:10px;
	padding-left:6px;
}

.RadGridRTL_freeHUD1 .GridHeader_freeHUD1,
.RadGridRTL_freeHUD1 .ResizeHeader_freeHUD1,
.RadGridRTL_freeHUD1 .GridFilterRow_freeHUD1 td
{
	padding-right:11px;
	padding-left:6px;
}

.RadGridRTL_freeHUD1 .PagerLeft_freeHUD1,
.RadGridRTL_freeHUD1 .GridPager_freeHUD1 .radslider
{
	float:right;
}

.RadGridRTL_freeHUD1 .PagerRight_freeHUD1
{
	float:left;
}

