/*Telerik RadGrid Misty Skin*/

/*global*/

.RadGrid_Misty
{
	background:#fff;
	color:#808080;
}

.RadGrid_Misty,
.RadGrid_Misty .rgMasterTable,
.RadGrid_Misty .rgDetailTable,
.RadGrid_Misty .rgGroupPanel table,
.RadGrid_Misty .rgCommandRow table,
.RadGrid_Misty .rgEditForm table,
.GridToolTip_Misty
{
	font:11px arial,sans-serif;
}

.RadGrid_Misty,
.RadGrid_Misty .rgDetailTable
{
	border:1px solid #adb2b5;
}

.RadGrid_Misty .rgMasterTable,
.RadGrid_Misty .rgDetailTable
{
	border-collapse:separate !important;
}

.RadGrid_Misty .rgRow td,
.RadGrid_Misty .rgAltRow td,
.RadGrid_Misty .rgEditRow td,
.RadGrid_Misty .rgFooter td,
.RadGrid_Misty .rgFooter td,
.RadGrid_Misty .rgFilterRow td,
.RadGrid_Misty .rgHeader,
.RadGrid_Misty th.rgResizeCol,
.RadGrid_Misty .rgGroupHeader td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_Misty .rgAdd,
.RadGrid_Misty .rgRefresh,
.RadGrid_Misty .rgEdit,
.RadGrid_Misty .rgDel,
.RadGrid_Misty .rgFilter,
.RadGrid_Misty .rgPagePrev,
.RadGrid_Misty .rgPageNext,
.RadGrid_Misty .rgPageFirst,
.RadGrid_Misty .rgPageLast,
.RadGrid_Misty .rgExpand,
.RadGrid_Misty .rgCollapse,
.RadGrid_Misty .rgSortAsc,
.RadGrid_Misty .rgSortDesc,
.RadGrid_Misty .rgUpdate,
.RadGrid_Misty .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;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_Misty .rgGroupItem input,
.RadGrid_Misty .rgCommandRow img,
.RadGrid_Misty .rgHeader input,
.RadGrid_Misty .rgFilterRow img,
.RadGrid_Misty .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Misty .rgHeaderDiv
{
	background:#fff url('Grid/sprite.gif') 0 -2914px repeat-x;
}

.RadGrid_Misty .rgHeader,
.RadGrid_Misty th.rgResizeCol
{
	border-bottom:1px solid #adb2b5;
	/*padding-top:9px;
	padding-bottom:8px;*/
	padding-top:3px;
	padding-bottom:3px;
	line-height:2.1em;
	/*background:#e4e4e4 url('Grid/sprite.gif') 0 0 repeat-x;*/
	background-color:#f0f0f0 !IMPORTANT;
	font-size:13px;
	text-align:left;
}

.RadGrid_Misty .rgHeader,
.RadGrid_Misty .rgHeader a
{
	color:#242424;
	text-decoration:none;
}

/*rows*/

.RadGrid_Misty .rgAltRow
{
	background:#f4f4f4;
}

.RadGrid_Misty .rgRow td,
.RadGrid_Misty .rgAltRow td,
.RadGrid_Misty .rgEditRow td,
.RadGrid_Misty .rgFooter td,
.RadGrid_Misty .rgFooter td
{
	padding-top:3px;
	padding-bottom:4px;
}

.RadGrid_Misty .rgRow a,
.RadGrid_Misty .rgAltRow a,
.RadGrid_Misty .rgEditRow a,
.RadGrid_Misty .rgFooter a,
.RadGrid_Misty .rgFooter a,
.RadGrid_Misty .rgEditForm a
{
	color:#808080;
}

.RadGrid_Misty .rgRow td
{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.RadGrid_Misty .rgAltRow td
{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

.RadGrid_Misty .rgSelectedRow, .RadGrid_Misty .rgSelectedRow td
{
	/*background:#959595 url('Grid/sprite.gif') 0 -1816px repeat-x;*/
	background-color:#ffffe1 !IMPORTANT;
}

.RadGrid_Misty .rgSelectedRow,
.RadGrid_Misty .rgSelectedRow a
{
	color:#000;
}

.RadGrid_Misty .rgActiveRow,
.RadGrid_Misty .rgHoveredRow,
.RadGrid_Misty .rgEditRow
.RadGrid_Misty .rgActiveRow a,
.RadGrid_Misty .rgHoveredRow a,
.RadGrid_Misty .rgEditRow a
{
	color:#444;
}

.RadGrid_Misty .rgActiveRow
{
	background:#dfdfdf !IMPORTANT;
}

.RadGrid_Misty .rgActiveRow td
{
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
}

.RadGrid_Misty .rgHoveredRow,
.RadGrid_Misty .rgEditRow
{
	/*background:#b6b6b6 url('Grid/sprite.gif') 0 -1316px repeat-x;*/
	background-color:#d8ebff;
}

.RadGrid_Misty .rgHoveredRow td
{
	background-color:#d8ebff !IMPORTANT;
}

.RadGrid_Misty .rgHoveredRow td,
.RadGrid_Misty .rgEditRow td
{
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}

.RadGrid_Misty .rgSelectedRow td
{
	border-top:1px solid #adb2b5;
	border-bottom:1px solid #adb2b5;
}

/*footer*/

.RadGrid_Misty .rgFooter td,
.RadGrid_Misty .rgFooter td
{
	border-top:1px solid #adb2b5;
}

/*status*/

.RadGrid_Misty .rgPager span
{
	color:#666;
}

/*paging*/

.RadGrid_Misty .rgPager
{
	background:#e1e1e1 url('Grid/sprite.gif') 0 -600px repeat-x;
	line-height:20px;
}

.RadGrid_Misty .rgPager td
{
	border-top:1px solid #adb2b5;
	border-bottom:1px solid #f2f2f2;
	padding:0 5px;
}

.RadGrid_Misty .rgPager div span,
.RadGrid_Misty .rgPager a,
.RadGrid_Misty .rgPager .sliderPagerLabel_Misty
{
	color:#242424;
}

.PagerLeft_Misty
{
	float:left;
}

.PagerRight_Misty
{
	float:right;
}

.PagerCenter_Misty
{
	text-align:center;
}

.PagerCenter_Misty span
{
	vertical-align:middle;
}

.RadGrid_Misty .rgPagePrev
{
	background-position:5px -993px;
}

.RadGrid_Misty .rgPageNext
{
	background-position:-21px -993px;
}

.RadGrid_Misty .rgPageFirst
{
	background-position:4px -961px;
}

.RadGrid_Misty .rgPageLast
{
	background-position:-20px -961px;
}

/*sorting, reordering*/

.RadGrid_Misty .rgHeader .rgSortAsc
{
	background-position:-18px -929px;
	height:12px;
}

.RadGrid_Misty .rgHeader .rgSortDesc
{
	background-position:3px -929px;
	height:12px;
}

.GridReorderTop_Misty,
.GridReorderBottom_Misty
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -900px no-repeat;
}

.GridReorderBottom_Misty
{
	background-position:-21px -900px;
}

/*filtering*/

.RadGrid_Misty .rgFilterRow
{
	background:#fff;
}

.RadGrid_Misty .rgFilterRow td
{
	border-bottom:1px solid #adb2b5;
	padding-top:3px;
	padding-bottom:5px;
}

.RadGrid_Misty .rgFilter
{
	background-position:2px -1025px;
}

.RadGrid_Misty .rgFilterRow input[type="text"]
{
	border:1px solid #828282;
	font:12px arial,sans-serif;
	color:#242424;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Misty .rgGroupPanel
{
	border-top:1px solid #cacaca;
	border-bottom:1px solid #7d7d7d;
	background:#a1a1a1 url('Grid/sprite.gif') 0 -2316px repeat-x;
	color:#fff;
}

.RadGrid_Misty .rgGroupPanel .rgSortAsc
{
	background-position:-21px -862px;
}

.RadGrid_Misty .rgGroupPanel .rgSortDesc
{
	background-position:4px -861px;
}

.RadGrid_Misty .rgGroupPanel td
{
	border-bottom:1px solid #aaa;
	padding:4px 5px 6px;
}

.RadGrid_Misty .rgGroupPanel td td
{
	border:0;
	padding:0;
}

.RadGrid_Misty .rgGroupHeader
{
	color:#666;
	font-size:12px;
}

.RadGrid_Misty .rgGroupHeader td
{
	border-bottom:1px solid #909090;
	padding-top:6px;
	padding-bottom:3px;
}

.RadGrid_Misty .rgExpand
{
	background-position:5px -1057px;
}

.RadGrid_Misty .rgCollapse
{
	background-position:3px -1088px;
}

.RadGrid_Misty .rgGroupHeader td div
{
	top:-0.6em;
}

.RadGrid_Misty .rgGroupHeader td div div
{
	top:0;
}

/*editing*/

.RadGrid_Misty .rgEditForm
{
	border-bottom:1px solid #828282;
}

.RadGrid_Misty .rgUpdate
{
	background-position:3px -1249px;
}

.RadGrid_Misty .rgCancel
{
	background-position:3px -1280px;
}

/*hierarchy*/

.RadGrid_Misty .rgDetailTable
{
	border-right:0;
}

/*command row*/

.RadGrid_Misty .rgCommandRow
{
	background:#7d7d7d url('Grid/sprite.gif') 0 -2614px repeat-x;
	color:#fff;
}

.RadGrid_Misty .rgCommandRow td
{
	border:0;
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #5a5a5a;
	padding:0;
}

.RadGrid_Misty .rgCommandRow td td
{
	border:0;
	padding:3px 5px;
}

.RadGrid_Misty .rgCommandRow td td td
{
	padding:1px;
}

.RadGrid_Misty .rgCommandRow table
{
	border:0;
	border-bottom:1px solid #939393;
}

.RadGrid_Misty .rgCommandRow table table
{
	border:0;
}

.RadGrid_Misty .rgCommandRow a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_Misty .rgAdd
{
	background-position:0 -1220px;
}

.RadGrid_Misty .rgRefresh
{
	background-position:0 -1124px;
}

.RadGrid_Misty .rgEdit
{
	background-position:0 -1155px;
}

.RadGrid_Misty .rgDel
{
	background-position:0 -1188px;
}

/*loading*/

.LoadingPanel_Misty
{
	background:#efefef url('Grid/loading.gif') center center no-repeat;
}

/*multirow select*/

.GridRowSelector_Misty
{
	background:#555;
}

/*row drag n drop*/

.GridItemDropIndicator_Misty
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_Misty
{
	border:1px solid #828282;
	padding:3px;
	background:#f9f9f9;
	color:#242424;
}

/*rtl*/

.RadGridRTL_Misty .rgHeader,
.RadGridRTL_Misty th.rgResizeCol
{
	text-align:right;
}

.RadGridRTL_Misty .PagerLeft_Misty,
.RadGridRTL_Misty .rgPager .radslider
{
	float:right;
}

.RadGridRTL_Misty .PagerRight_Misty
{
	float:left;
}

.RadGrid_Misty .rgStatus
{
	width:35px;
}

/*paging*/
.RadGrid_Misty .rgPager
{
	line-height:22px;
}

.RadGrid_Misty .rgPager td
{
	padding:0;
}

.RadGrid_Misty .rgPagerCell
{

}

.RadGrid_Misty .rgWrap
{
	float:left;
	padding:0 10px;
}

.RadGrid_Misty .rgInfoPart
{
	float:right;
}

.RadGrid_Misty .rgArrPart1
{
	padding-right:0;
}

.RadGrid_Misty .rgArrPart2
{
	padding-left:0;
}

.RadGrid_Misty .rgPager .RadComboBox
{
	vertical-align:middle;
}

.RadGrid_Misty .rgNumPart a
{
	margin:0 6px;
}

.RadGrid_Misty .rgPager .RadSlider
{
	float:left;
}
