/*Telerik RadGrid SubList Skin*/

/*global*/

.RadGrid_SubList
{
	border:1px solid #FFFFFF;
	background:#fff;
	color:#27413e;
	
	scrollbar-face-color:#E9E9E9;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#E9E9E9;
	scrollbar-3dlight-color:#DBDBDB;
	scrollbar-arrow-color:#787878;
	scrollbar-track-color:#F5F5F5;
	scrollbar-darkshadow-color:#AEAEAE;
}

.RadGrid_SubList,
.MasterTable_SubList,
.DetailTable_SubList,
.GroupPanel_SubList table,
.GridEditForm_SubList table
{
	font:11px tahoma,verdana,arial,sans-serif;
}

.MasterTable_SubList,
.DetailTable_SubList
{
    border-collapse:separate !important;
}

.GridRow_SubList td,
.GridAltRow_SubList td,
.GridEditRow_SubList td,
.GridFooter_SubList td,
.GridGroupFooter_SubList td,
.GridFilterRow_SubList td,
.GridHeader_SubList,
.ResizeHeader_SubList
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_SubList .rgAdd,
.RadGrid_SubList .rgRefresh,
.RadGrid_SubList .rgEdit,
.RadGrid_SubList .rgDel,
.RadGrid_SubList .rgFilter,
.RadGrid_SubList .rgPagePrev,
.RadGrid_SubList .rgPageNext,
.RadGrid_SubList .rgExpand,
.RadGrid_SubList .rgCollapse,
.RadGrid_SubList .rgSortAsc,
.RadGrid_SubList .rgSortDesc,
.RadGrid_SubList .rgUpdate,
.RadGrid_SubList .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('Images/Grid/sprite_gray.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_SubList input,
.GridCommandRow_SubList img,
.GridHeader_SubList input,
.GridFilterRow_SubList img,
.GridPager_SubList img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_SubList
{
	background:url('Images/Grid/sprite_gray.gif') 0 -1616px repeat-x #fafafa;
}

.GridHeader_SubList,
.ResizeHeader_SubList
{
	border-left:1px solid #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding-top:3px;
	padding-bottom:2px;
	background:url('Images/Grid/sprite_gray.gif') 0 -200px repeat-x #DCDCDC;
	text-align:left;
	font-size:12px;
	font-weight:normal;
}

.GridHeader_SubList:first-child,
.ResizeHeader_SubList:first-child
{
	border-left:0;
	padding-left:5px;
}

.GridHeader_SubList a
{
	color:#27413e;
	text-decoration:none;
}

/*rows*/

.GridFilterRow_SubList td,
.GridRow_SubList td,
.GridAltRow_SubList td,
.GridEditRow_SubList td,
.GridFooter_SubList td,
.GridGroupFooter_SubList td
{
	border:1px #EBEBEB;
	border-style:none none solid solid;
	padding-top:3px;
	padding-bottom:3px;
}

.GridFilterRow_SubList>td:first-child,
.GridRow_SubList>td:first-child,
.GridAltRow_SubList>td:first-child,
.GridEditRow_SubList>td:first-child,
.GridFooter_SubList>td:first-child,
.GridGroupFooter_SubList>td:first-child
{
	border-left-color:#fff;
}

.GridRow_SubList a,
.GridAltRow_SubList a,
.GridEditRow_SubList a,
.GridFooter_SubList a,
.GridGroupFooter_SubList a,
.GridEditForm_SubList a
{
	color:#27413e;
}

.SelectedRow_SubList
{
	background:url('Images/Grid/sprite_gray.gif') 0 -800px repeat-x #B4D4EB;
}

.SelectedRow_SubList td,
.SelectedRow_SubList>td:first-child
{
	border-color:#BCBCBC;
}

.ActiveRow_SubList,
.GridRowOver_SubList
{
	background:none #f9d99f;
}

.ActiveRow_SubList td,
.ActiveRow_SubList>td:first-child,
.GridRowOver_SubList td,
.GridRowOver_SubList>td:first-child
{
	border-left-color:#f9d99f;
	border-right-color:#f9d99f;
}

.GridEditRow_SubList
{
	background:#ffffe1;
}

.GridEditRow_SubList td,
.GridEditRow_SubList>td:first-child
{
	border-left-color:#ffffe1;
	border-bottom-color:#EBEBEB;
}

/*footer*/

.GridFooter_SubList,
.GridGroupFooter_SubList,
.GridFooter_SubList a,
.GridGroupFooter_SubList a
{
	color:#666;
}

/*status*/

.GridPager_SubList span
{
	color:#193d65;
}

/*pager*/

.GridPager_SubList
{
    background:url('Images/Grid/sprite_gray.gif') 0 -600px repeat-x #d7e5f7;
    line-height:20px;
}

.GridPager_SubList td
{
	border-top:1px solid #567db0;
	border-bottom:1px solid #fff;
	padding:1px 4px 2px;
}

.GridPager_SubList div span,
.GridPager_SubList a,
.GridPager_SubList .sliderPagerLabel_SubList
{
	color:#01285c;
}

.PagerLeft_SubList
{
	float:left;
}

.PagerRight_SubList
{
	float:right;
}

.PagerCenter_SubList
{
	text-align:center;
}

.PagerCenter_SubList span
{
	vertical-align:middle;
}

.RadGrid_SubList .rgPagePrev
{
	background-position:5px -1388px;
}

.RadGrid_SubList .rgPageNext
{
	background-position:-22px -1388px;
}

/*sorting, reordering*/

.GridHeader_SubList .rgSortAsc
{
	background-position:-21px -1262px;
	height:10px;
}

.GridHeader_SubList .rgSortDesc
{
	background-position:4px -1262px;
	height:10px;
}

.TopReorderIndicator_SubList,
.BottomReorderIndicator_SubList
{
	width:9px !important;
	height:12px !important;
	margin-left:-4px;
	background:url('Images/Grid/sprite_gray.gif') 0 -1232px no-repeat;
}

.BottomReorderIndicator_SubList
{
	background-position:-23px -1232px;
}

/*filtering*/

.GridFilterRow_SubList
{
	background:#fafafa;
}

.RadGrid_SubList .rgFilter
{
	background-position:2px -1196px;
}

.GridFilterRow_SubList input[type="text"]
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_SubList
{
	border-bottom:1px solid #688caf;
	background:url('Images/Grid/sprite_gray.gif') repeat-x #9ebde5;
	color:#fff;
}

.GroupPanel_SubList td
{
	padding:2px 4px;
}

.GroupPanel_SubList td td
{
	padding:0;
}

.GroupPanelItems_SubList
{
	border:1px solid #325373;
	background:#fff;
	color:#000;
	padding:1px 2px;
}

.GroupPanel_SubList .rgSortAsc
{
	background-position:-21px -1259px;
}

.GroupPanel_SubList .rgSortDesc
{
	background-position:4px -1258px;
}

.GroupHeader_SubList
{
	background:#e4ecf7;
	color:#567db0;
	font:bold 11px verdana,sans-serif;
}

.GroupHeader_SubList td
{
	border-bottom:1px solid #EBEBEB;
	padding:1px 4px 2px 5px;
}

.GroupHeader_SubList p
{
	padding:0;
	margin:0;
}

.RadGrid_SubList .rgExpand
{
	background-position:2px -1294px;
}

.RadGrid_SubList .rgCollapse
{
	background-position:2px -1326px;
}

.GroupHeader_SubList td div
{
	top:-0.6em;
}

.GroupHeader_SubList td div div
{
	top:0;
}

/*editing*/

.GridEditForm_SubList
{
	border-bottom:1px solid #EBEBEB;
}

.GridEditForm_SubList input[type="text"],
.GridEditForm_SubList input[type="password"],
.GridEditForm_SubList textarea
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
}

.RadGrid_SubList .rgUpdate
{
	background-position:3px -1549px;
}

.RadGrid_SubList .rgCancel
{
	background-position:2px -1581px;
}

/*hierarchy*/

.DetailTable_SubList
{
	border:1px solid #CCCCCC;
	border-right:0;
}

/*command row*/

.GridCommandRow_SubList
{
	background:#fafafa;
}

.GridCommandRow_SubList td
{
	border-bottom:1px solid #688caf;
	padding:2px 4px;
}

.GridCommandRow_SubList td td
{
	border:0;
	padding:1px;
}

.GridCommandRow_SubList a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_SubList .rgAdd
{
	background-position:2px -1422px;
}

.RadGrid_SubList .rgRefresh
{
	background-position:5px -1453px;
}

.RadGrid_SubList .rgEdit
{
	background-position:2px -1486px;
}

.RadGrid_SubList .rgDel
{
	background-position:2px -1518px;
}

/*loading*/

.LoadingPanel_SubList
{
	background:url('Images/Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_SubList
{
	background:#336 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_SubList
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_SubList .GridHeader_SubList,
.RadGridRTL_SubList .ResizeHeader_SubList
{
	text-align:right;
}

.RadGridRTL_SubList .PagerLeft_SubList,
.RadGridRTL_SubList .GridPager_SubList .radslider
{
	float:right;
}

.RadGridRTL_SubList .PagerRight_SubList
{
	float:left;
}

.RadGridRTL_SubList .GridHeader_SubList:first-child,
.RadGridRTL_SubList .ResizeHeader_SubList:first-child
{
	border-left:1px solid #CCCCCC;
	padding-left:4px;
}

.RadGridRTL_SubList .GridFilterRow_SubList>td:first-child,
.RadGridRTL_SubList .GridRow_SubList>td:first-child,
.RadGridRTL_SubList .GridAltRow_SubList>td:first-child,
.RadGridRTL_SubList .GridEditRow_SubList>td:first-child,
.RadGridRTL_SubList .GridFooter_SubList>td:first-child,
.RadGridRTL_SubList .GridGroupFooter_SubList>td:first-child
{
	border-left-color:#EBEBEB;
}