/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_PaxRed
{
	background:#d4d0c8;
	color:#333;
}

.RadGrid_PaxRed,
.MasterTable_PaxRed,
.DetailTable_PaxRed,
.GroupPanel_PaxRed table,
.GridEditForm_PaxRed table
{
	font:11px/1.4 arial,sans-serif;
}




.RadGrid_PaxRed,
.DetailTable_PaxRed
{
	border:1px solid #fff;
}

.MasterTable_PaxRed,
.DetailTable_PaxRed
{
	background:#fff;
	border-collapse:separate !important;
}

.GridRow_PaxRed td,
.GridAltRow_PaxRed td,
.GridEditRow_PaxRed td,
.GridFooter_PaxRed td,
.GridGroupFooter_PaxRed td
{
	padding-left:10px;
	padding-right:6px;
}

.GridAltRow_PaxRed td{

background:#ebe5d9
}



.RadGrid_PaxRed .rgAdd,
.RadGrid_PaxRed .rgRefresh,
.RadGrid_PaxRed .rgEdit,
.RadGrid_PaxRed .rgDel,
.RadGrid_PaxRed .rgFilter,
.RadGrid_PaxRed .rgPagePrev,
.RadGrid_PaxRed .rgPageNext,
.RadGrid_PaxRed .rgExpand,
.RadGrid_PaxRed .rgCollapse,
.RadGrid_PaxRed .rgSortAsc,
.RadGrid_PaxRed .rgSortDesc,
.RadGrid_PaxRed .rgUpdate,
.RadGrid_PaxRed .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_PaxRed input,
.GridCommandRow_PaxRed img,
.GridHeader_PaxRed input,
.GridFilterRow_PaxRed img,
.GridPager_PaxRed img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_PaxRed
{
	background:url('Grid/sprite.gif') 0 0 repeat-x #929292;
}

.GridHeader_PaxRed,
.ResizeHeader_PaxRed
{
	
	background:url('Grid/gridHeaderBG.gif') repeat-x;
	/*padding:10px 6px 10px 11px;*/
	padding:0 .5em;
	height:27px;
	text-align:left;
	font-size:1.3em;
	font-weight:normal;
}

.GridHeader_PaxRed:first-child,
.ResizeHeader_PaxRed:first-child
{
	background-position:-2px 0;
}

.DetailTable_PaxRed .GridHeader_PaxRed,
.DetailTable_PaxRed .ResizeHeader_PaxRed
{
	padding-top:2px;
	padding-bottom:2px;
	background:url('Grid/headers.gif') 0 -316px repeat-x #474747;
}

.DetailTable_PaxRed .GridHeader_PaxRed:first-child,
.DetailTable_PaxRed .ResizeHeader_PaxRed:first-child
{
	background-position:-2px -316px;
}

.GridHeader_PaxRed,
.GridHeader_PaxRed a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_PaxRed td,
.GridAltRow_PaxRed td,
.GridEditRow_PaxRed td,
.GridFooter_PaxRed td,
.GridGroupFooter_PaxRed td
{
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.GridRow_PaxRed td,
.GridAltRow_PaxRed td,
.GridFooter_PaxRed td,
.GridGroupFooter_PaxRed td
{
	/*border-left:1px solid #7e7e7e;*/
}

.GridRow_PaxRed>td:first-child,
.GridAltRow_PaxRed>td:first-child,
.GridFooter_PaxRed>td:first-child,
.GridGroupFooter_PaxRed>td:first-child
{
	border-left-color:#fff;
}

.GridRow_PaxRed a,
.GridAltRow_PaxRed a,
.GridFooter_PaxRed a,
.GridGroupFooter_PaxRed a,
.GridEditForm_PaxRed a
{
	color:#333;
}

.SelectedRow_PaxRed
{
	background:#4c4c4c;
	color:#fff;
}

.SelectedRow_PaxRed a,
.GridEditRow_PaxRed a
{
	color:#fff;
}

.SelectedRow_PaxRed td,
.SelectedRow_PaxRed>td:first-child
{
	border-left-color:#3f3f3f;
}

.ActiveRow_PaxRed,
.GridRowOver_PaxRed
{
	background:#e6e6e6;
	color:#333;
}

.ActiveRow_PaxRed>td:first-child,
.GridRowOver_PaxRed>td:first-child
{
	border-left-color:#e6e6e6;
}

.GridEditRow_PaxRed
{
	background:#2c2c2c;
	color:#fff;
}

.GridEditRow_PaxRed td
{
	border-left-color:#373737;
}

/*footer*/

.GridFooterDiv_PaxRed
{
	background:#fff;
}

.GridFooter_PaxRed,
.GridGroupFooter_PaxRed
{
	color:#666;
}

.GridFooter_PaxRed td,
.GridGroupFooter_PaxRed td
{
	border-top:1px solid #e8e8e8;
}

/*status*/

.GridPager_PaxRed span
{
	color:#666;
}

/*paging*/

.GridPager_PaxRed
{
	background:#e4e4e4;
	line-height:26px;
}

.GridPager_PaxRed td
{
	border-top:1px solid #acacac;
	border-bottom:1px solid #e7e6d9;
	padding:0 10px;
}

.GridPager_PaxRed div span,
.GridPager_PaxRed a,
.GridPager_PaxRed .sliderPagerLabel_PaxRed
{
	color:#333;
}

.PagerLeft_PaxRed
{
	float:left;
}

.PagerRight_PaxRed
{
	float:right;
}

.PagerCenter_PaxRed
{
	text-align:center;
}

.PagerCenter_PaxRed *
{
	vertical-align:middle;
}

.RadGrid_PaxRed .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_PaxRed .rgPageNext
{
	background-position:-21px -1248px;
}

/*sorting, reordering*/

.GridHeader_PaxRed .rgSortAsc
{
	background-position:-18px -960px;
}

.GridHeader_PaxRed .rgSortDesc
{
	background-position:3px -959px;
}

.TopReorderIndicator_PaxRed,
.BottomReorderIndicator_PaxRed
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -932px no-repeat;
}

.BottomReorderIndicator_PaxRed
{
	background-position:-21px -932px;
}

/*filtering*/

.GridFilterRow_PaxRed td
{
	border-bottom:1px solid #696969;
	padding:0.2em 6px 0.2em 11px;
	background:url('Grid/sprite.gif') 0 -796px no-repeat #929292;
}

.GridFilterRow_PaxRed>td:first-child
{
	background:none #929292;
}

.RadGrid_PaxRed .rgFilter
{
	background-position:2px -897px;
}

.GridFilterRow_PaxRed input[type="text"]
{
	border:1px solid #626262;
	font:12px arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_PaxRed
{
	border-top:1px solid #383838;
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GroupPanel_PaxRed .rgSortAsc
{
	background-position:-21px -1023px;
}

.GroupPanel_PaxRed .rgSortDesc
{
	background-position:5px -1023px;
}

.GroupPanel_PaxRed td
{
	padding:1px 6px 4px;
}

.GroupPanel_PaxRed td td
{
	padding:0;
}

.GroupHeader_PaxRed
{
	background:url('Grid/sprite.gif') 0 -581px repeat-x;
	font-size:1.27em;
	font-weight:bold;
}

.GroupHeader_PaxRed td
{
	padding:0.5em 11px 0.5em 6px;
}

.GroupHeader_PaxRed td p
{
    display:inline;
    padding:0 10px;
    background:#fff;
}

.RadGrid_PaxRed .rgExpand
{
	background-position:-21px -990px;
	background-color:#fff;
}

.RadGrid_PaxRed .rgCollapse
{
	background-position:4px -989px;
	background-color:#fff;
}

.GroupHeader_PaxRed td div
{
	top:-0.6em;
}

.GroupHeader_PaxRed td div div
{
	top:0;
	background:#fff;
	padding:0 15px;
}

.GroupHeader_PaxRed td div div div
{
	background:transparent;
	padding:0;
}

/*editing*/

.GridEditForm_PaxRed
{
	border-bottom:1px solid #7e7e7e;
}

.GridEditForm_PaxRed input[type="text"],
.GridEditForm_PaxRed textarea
{
	border:1px solid #626262;
	font:11px arial,sans-serif;
	color:#333;
}

.RadGrid_PaxRed .rgUpdate
{
	background-position:2px -1186px;
}

.RadGrid_PaxRed .rgCancel
{
	background-position:2px -1217px;
}

/*hierarchy*/

.DetailTable_PaxRed
{
	border-right:0;
}

/*command row*/

.GridCommandRow_PaxRed
{
	background:#fff;

}

.GridCommandRow_PaxRed td
{

padding:1em 0.5em;
}

.GridCommandRow_PaxRed td td
{
	border:0;
	padding:0;
}

.GridCommandRow_PaxRed a
{
	color:#9a9a9a;
	text-decoration:none;
}

.GridCommandRow_PaxRed a img
{
	vertical-align:middle;
}

.RadGrid_PaxRed .rgAdd
{
	background-position:0 -1060px;
}

.RadGrid_PaxRed .rgRefresh
{
	background-position:0 -1092px;
}

.RadGrid_PaxRed .rgEdit
{
	background-position:1px -1123px;
}

.RadGrid_PaxRed .rgDel
{
	background-position:0 -1156px;
}

/*loading*/

.LoadingPanel_PaxRed
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*rtl*/

.RadGridRTL_PaxRed .GridHeader_PaxRed,
.RadGridRTL_PaxRed .ResizeHeader_PaxRed
{
	text-align:right;

}

.RadGridRTL_PaxRed .GridRow_PaxRed td,
.RadGridRTL_PaxRed .GridAltRow_PaxRed td,
.RadGridRTL_PaxRed .GridEditRow_PaxRed td,
.RadGridRTL_PaxRed .GridFooter_PaxRed td,
.RadGridRTL_PaxRed .GroupHeader_PaxRed td
{
	padding-right:10px;
	padding-left:6px;
}

.RadGridRTL_PaxRed .GridHeader_PaxRed,
.RadGridRTL_PaxRed .ResizeHeader_PaxRed,
.RadGridRTL_PaxRed .GridFilterRow_PaxRed td
{
	padding-right:11px;
	padding-left:6px;
}

.RadGridRTL_PaxRed .PagerLeft_PaxRed,
.RadGridRTL_PaxRed .GridPager_PaxRed .radslider
{
	float:right;
}

.RadGridRTL_PaxRed .PagerRight_PaxRed
{
	float:left;
}

