/* START Telerik.Web.UI.Skins.Gray.Input.Gray.css */
/*Telerik RadInput Gray Skin*/

/*global*/

.RadInput_Gray,
.RadInputMgr_Gray
{
	vertical-align:middle;
}

.RadInput_Gray
{
	font:12px arial,sans-serif;
}

.RadInput_Gray table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Gray table td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Gray .riCell 
{
	padding-right:4px;
}

.RadInput_Gray textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_Gray .riTextBox,
html body .RadInputMgr_Gray
{
	border:1px solid #8e8e8e;
	padding:3px 0 3px 1px;
	background:#fff;
	color:#333;
	font:12px arial,sans-serif;
}

html body .RadInput_Gray .riEmpty,
html body .RadInput_Empty_Gray
{
	color:#999;
}

html body .RadInput_Gray .riHover,
html body .RadInput_Hover_Gray
{
	border-color:#575757;
}

html body .RadInput_Gray .riFocused,
html body .RadInput_Focused_Gray
{
	border-color:#000;
	color:#000;
}

html body .RadInput_Gray .riRead,
html body .RadInput_Read_Gray
{
	border-color:#ccc;
}

html body .RadInput_Gray .riDisabled,
html body .RadInput_Disabled_Gray
{
	border-color:#ccc;
	color:#999;
	cursor:default;
}

html body .RadInput_Gray .riError,
html body .RadInput_Error_Gray
{
	border-color:#797979;
	background:#fff url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1seYfmcWUfoUqv7Byn5W30JIyYJ1oO9BeMTYt71m_zbYg2&t=633698698455660000') 100% -147px no-repeat;
	color:#797979;
}

html body .RadInput_Gray .riNegative,
html body .RadInput_Negative_Gray
{
	color:#666;
}

/*buttons*/

.RadInput_Gray a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1seYfmcWUfoUqv7Byn5W30JIyYJ1oO9BeMTYt71m_zbYg2&t=633698698455660000') no-repeat;
	text-indent:-4444px;
	text-align:left;
	text-decoration:none;
	direction:ltr;
}
* html .RadInput_Gray a{position:static}/*IE6*/
*+html .RadInput_Gray a{position:static}/*IE7*/

/*go*/

.RadInput_Gray .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_Gray .riSpin a
{
	width:11px;
	height:8px; 
	line-height:8px;
	margin:0 1px;
}

.RadInput_Gray a.riUp
{
	background-position:3px -48px;
}

.RadInput_Gray a.riDown
{
	background-position:3px -98px;
	margin-top:2px;
}

/*label*/

.RadInput_Gray .riLabel
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}
/* END Telerik.Web.UI.Skins.Gray.Input.Gray.css */
/* START Telerik.Web.UI.Skins.Gray.Calendar.Gray.css */
/*Telerik RadCalendar Gray skin*/

table.RadCalendar_Gray
{
	border-collapse:separate;
	border:0;
	background:#fff;
	font:11px arial,tahoma,sans-serif;
	width:224px;
}

/*titlebar*/

.RadCalendar_Gray .rcTitlebar
{
	width:100%;
	border:1px solid #828282;
	padding:0;
	background:#e4e4e4 url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1siamr5iSNMJWkMoNtn7cmEE7nNKSr3-EUdPO5uiqp31w2&t=633698698455660000') 0 -500px repeat-x;
	color:#333;
}

.RadCalendar_Gray .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:14px/29px arial,tahoma,sans-serif;
}

.RadCalendar_Gray .rcTitlebar td
{
	border:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_Gray .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_Gray .rcTitlebar .rcPrev,
.RadCalendar_Gray .rcTitlebar .rcNext,
.RadCalendar_Gray .rcTitlebar .rcFastPrev,
.RadCalendar_Gray .rcTitlebar .rcFastNext
{
	display:block;
	width:13px;
	height:13px;
	overflow:hidden;
	margin:0 3px;
	background:transparent url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1siamr5iSNMJWkMoNtn7cmEE7nNKSr3-EUdPO5uiqp31w2&t=633698698455660000') no-repeat;
	text-indent:-1111px;
	text-decoration:none;
	color:#ccc;
}

.RadCalendar_Gray .rcTitlebar .rcPrev
{
	background-position:3px -48px;
}

.RadCalendar_Gray .rcTitlebar .rcNext
{
	background-position:4px -98px;
}

.RadCalendar_Gray .rcTitlebar .rcFastPrev
{
	margin-left:7px;
	background-position:2px 2px;
}

.RadCalendar_Gray .rcTitlebar .rcFastNext
{
	margin-right:7px;
	background-position:2px -148px;
}

.RadCalendar_Gray .rcMain
{
	width:100%;
	border:1px solid #868686;
	border-top:0;
	padding:0;
}

.RadCalendar_Gray .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:90%;
	margin:6px 12px 10px 10px;
	font:11px/15px arial,tahoma,sans-serif;
}

/*header, footer*/

.RadCalendar_Gray .rcHeader,
.RadCalendar_Gray .rcFooter
{
	border:1px solid #868686;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_Gray .rcRow th,
.RadCalendar_Gray .rcWeek th
{
	border:0;
	padding:0 6px;
	color:#333;
	font-weight:normal;
	cursor:default;
}

.RadCalendar_Gray .rcWeek th
{
	border-bottom:1px solid #828282;
	padding-top:4px;
	padding-bottom:3px;
	font-size:10px;
	text-align:right;
}

.RadCalendar_Gray .rcRow th,
.RadCalendar_Gray .rcRow td
{
	vertical-align:middle;
}

.RadCalendar_Gray .rcWeek .rcViewSel,
.RadCalendar_Gray .rcRow th
{
	width:14px;
	padding-left:4px;
	text-align:center;
}

/*date cells*/

.RadCalendar_Gray .rcRow td
{
	border:1px solid #fff;
	padding:0;
	text-align:right;
}

.RadCalendar_Gray .rcRow a,
.RadCalendar_Gray .rcRow span
{
	display:block;
	padding:1px 5px;
	text-decoration:none;
	color:#333;
}

.RadCalendar_Gray .rcWeekend a
{
	color:#777;
}

.RadCalendar_Gray .rcRow .rcToday
{
	background:#fff;
	border-color:#898989;
}

.RadCalendar_Gray .rcOtherMonth a
{
	color:#ccc;
}

.RadCalendar_Gray .rcOutOfRange span
{
	color:#ccc;
	cursor:default;
}

.RadCalendar_Gray .rcRow .rcHover
{
	border-color:#a5a5a5 #888 #6c6c6c;
	background:#aeaeae url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1siamr5iSNMJWkMoNtn7cmEE7nNKSr3-EUdPO5uiqp31w2&t=633698698455660000') 0 -600px repeat-x;
}

.RadCalendar_Gray .rcRow .rcHover a
{
	border:1px solid;
	border-color:#ececec #d6d6d6 #c2c2c2;
	padding:0 4px;
	color:#000;
}

.RadCalendar_Gray .rcRow .rcSelected
{
	border-color:#747474 #666 #505050;
	background:#999 url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1siamr5iSNMJWkMoNtn7cmEE7nNKSr3-EUdPO5uiqp31w2&t=633698698455660000') 0 -700px repeat-x;
}

.RadCalendar_Gray .rcRow .rcSelected a
{
	border:1px solid;
	border-color:#cacaca #b8b8b8 #a6a6a6;
	padding:0 4px;
	color:#fff;
}

.RadCalendar_Gray .rcHeader,
.RadCalendar_Gray .rcFooter,
.RadCalendar_Gray td.rcCellTemplate
{
	/*template styles*/
}

/*multimonth view*/

table.RadCalendarMultiView_Gray
{
	width:auto;
}

.RadCalendarMultiView_Gray .rcCalendar
{
	width:224px;
	border:0;
	padding:0;
}

.RadCalendarMultiView_Gray .rcCalendars .rcMainTable
{
	width:100%;
	margin:0;
}

.RadCalendarMultiView_Gray .rcCalendars .rcMainTable .rcMainTable
{
	width:88%;
	margin:3px 11px 2px;
}

.RadCalendarMultiView_Gray .rcCalendars .rcMainTable .rcLastRow .rcMainTable
{
	margin-bottom:11px;
}

.RadCalendarMultiView_Gray .rcMainTable .rcTitle
{
	border:0;
	border-bottom:1px solid #828282;
	padding:3px 0 0;
	font:12px/22px arial,tahoma,sans-serif;
	text-align:center;
}

/*month view*/

table.RadCalendarMonthView_Gray
{
	border-collapse:separate;
	border:1px solid #828282;
	background:#fff;
	font:10px verdana,tahoma,sans-serif;
	color:#333;
}

.RadCalendarMonthView_Gray td
{
	border:0;
	padding:2px;
}

.RadCalendarMonthView_Gray #rcMView_Feb,
.RadCalendarMonthView_Gray #rcMView_Apr,
.RadCalendarMonthView_Gray #rcMView_Jun,
.RadCalendarMonthView_Gray #rcMView_Aug,
.RadCalendarMonthView_Gray #rcMView_Oct,
.RadCalendarMonthView_Gray #rcMView_Dec
{
	border-right:1px solid #828282;
}

.RadCalendarMonthView_Gray a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#333;
}

.RadCalendarMonthView_Gray .rcHover a
{
	border:1px solid;
	border-color:#a5a5a5 #888 #6c6c6c;
	padding:1px 3px;
	background:#aeaeae url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1siamr5iSNMJWkMoNtn7cmEE7nNKSr3-EUdPO5uiqp31w2&t=633698698455660000') 0 -600px repeat-x;
	color:#000;
}

.RadCalendarMonthView_Gray .rcSelected a
{
	border:1px solid;
	border-color:#747474 #666 #505050;
	padding:1px 3px;
	background:#999 url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1siamr5iSNMJWkMoNtn7cmEE7nNKSr3-EUdPO5uiqp31w2&t=633698698455660000') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarMonthView_Gray .rcButtons
{
	border:0;
	border-top:1px solid #ececec;
	padding:4px 6px;
	background:#ececec;
	text-align:center;
}

.RadCalendarMonthView_Gray input
{
	border:1px solid;
	border-color:#a7a7a7 #a7a7a7 #7b7b7b;
	padding:0;
	background:#f3f3f3 url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1siamr5iSNMJWkMoNtn7cmEE7nNKSr3-EUdPO5uiqp31w2&t=633698698455660000') 0 -800px repeat-x;
	color:#333;
	font:10px verdana,arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_Gray #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_Gray #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_Gray
{
	border-collapse:separate;
	border:1px solid #828282;
	background:#fff;
	font:11px arial,tahoma,sans-serif;
	color:#333;
}

.RadCalendarTimeView_Gray th
{
	border:0;
	border-bottom:1px solid #ececec;
	padding:0;
	background:#ececec;
	color:#000;
	font:11px/26px arial,tahoma,sans-serif;
	text-align:center;
	cursor:default;
}

.RadCalendarTimeView_Gray td
{
	border:0;
	border-left:1px solid #828282;
	padding:0;
}

.RadCalendarTimeView_Gray td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_Gray a
{
	display:block;
	padding:6px 6px 5px;
	text-align:center;
	color:#333;
	text-decoration:none;
}

.RadCalendarTimeView_Gray td.rcHover a
{
	border:1px solid;
	border-color:#a5a5a5 #888 #6c6c6c;
	padding:5px 5px 4px;
	background:#aeaeae url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1siamr5iSNMJWkMoNtn7cmEE7nNKSr3-EUdPO5uiqp31w2&t=633698698455660000') 0 -600px repeat-x;
	color:#000;
}

.RadCalendarTimeView_Gray td.rcSelected a
{
	border:1px solid;
	border-color:#747474 #666 #505050;
	padding:5px 5px 4px;
	background:#999 url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1siamr5iSNMJWkMoNtn7cmEE7nNKSr3-EUdPO5uiqp31w2&t=633698698455660000') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarTimeView_Gray .rcFooter
{
	border:0;
	border-top:1px solid #828282;
	padding:0;
}

/*pickers*/

.RadPicker_Gray
{
	vertical-align:middle;
}

.RadPicker_Gray table,
.RadPicker_Gray table td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_Gray td
{
	vertical-align:middle;
}

.RadPicker_Gray .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_Gray td a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	width:16px;
	height:16px;
	margin:0 2px;
	background:url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1siamr5iSNMJWkMoNtn7cmEE7nNKSr3-EUdPO5uiqp31w2&t=633698698455660000') no-repeat;
	text-indent:-1111px;
	text-align:center;
	text-decoration:none;
}
* html .RadPicker_Gray td a{position:static}/*IE6*/
*+html .RadPicker_Gray td a{position:static}/*IE7*/

.RadPicker_Gray .rcCalPopup,
.RadPicker_Gray .rcDisabled.rcCalPopup:hover
{
	background-position:0 -200px;
}

.RadPicker_Gray .rcCalPopup:hover
{
	background-position:0 -250px;
}

.RadPicker_Gray .rcTimePopup,
.RadPicker_Gray .rcDisabled.rcTimePopup:hover
{
	background-position:0 -300px;
}

.RadPicker_Gray .rcTimePopup:hover
{
	background-position:0 -350px;
}

.RadPicker_Gray .rcDisabled,
.RadCalendarMonthView_Gray .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_Gray .rcTitlebar table
{
	direction:ltr;
}

.RadCalendarRTL_Gray .rcTitle
{
	direction:rtl;
}
/* END Telerik.Web.UI.Skins.Gray.Calendar.Gray.css */
/* START Telerik.Web.UI.Skins.Gray.Grid.Gray.css */
/*Telerik RadGrid Gray Skin*/

/*global*/

.RadGrid_Gray
{
	background:#fff;
	color:#242424;
}

.RadGrid_Gray,
.MasterTable_Gray,
.DetailTable_Gray,
.GroupPanel_Gray table,
.GridEditForm_Gray table,
.GridToolTip_Gray
{
	font:11px arial,sans-serif;
}

.RadGrid_Gray,
.DetailTable_Gray
{
	border:1px solid #828282;
}

.MasterTable_Gray,
.DetailTable_Gray
{
	border-collapse:separate !important;
}

.GridRow_Gray td,
.GridAltRow_Gray td,
.GridEditRow_Gray td,
.GridFooter_Gray td,
.GridGroupFooter_Gray td,
.GridFilterRow_Gray td,
.GridHeader_Gray,
.ResizeHeader_Gray,
.GroupHeader_Gray td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_Gray .rgAdd,
.RadGrid_Gray .rgRefresh,
.RadGrid_Gray .rgEdit,
.RadGrid_Gray .rgDel,
.RadGrid_Gray .rgFilter,
.RadGrid_Gray .rgPagePrev,
.RadGrid_Gray .rgPageNext,
.RadGrid_Gray .rgPageFirst,
.RadGrid_Gray .rgPageLast,
.RadGrid_Gray .rgExpand,
.RadGrid_Gray .rgCollapse,
.RadGrid_Gray .rgSortAsc,
.RadGrid_Gray .rgSortDesc,
.RadGrid_Gray .rgUpdate,
.RadGrid_Gray .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1swGc9FOhaVz1k1ZWkPhQL42LS-JGMbhBt0Qr1UDJICpQ2&t=633698698455660000');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_Gray input,
.GridCommandRow_Gray img,
.GridHeader_Gray input,
.GridFilterRow_Gray img,
.GridPager_Gray img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Gray
{
	background:#fff url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1swGc9FOhaVz1k1ZWkPhQL42LS-JGMbhBt0Qr1UDJICpQ2&t=633698698455660000') 0 -2914px repeat-x;
}

.GridHeader_Gray,
.ResizeHeader_Gray
{
	border-bottom:1px solid #828282;
	padding-top:9px;
	padding-bottom:8px;
	background:#e4e4e4 url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1swGc9FOhaVz1k1ZWkPhQL42LS-JGMbhBt0Qr1UDJICpQ2&t=633698698455660000') 0 0 repeat-x;
	font-size:13px;
	text-align:left;
}

.GridHeader_Gray,
.GridHeader_Gray a
{
	color:#242424;
	text-decoration:none;
}

/*rows*/

.GridAltRow_Gray
{
	background:#efefef;
}

.GridRow_Gray td,
.GridAltRow_Gray td,
.GridEditRow_Gray td,
.GridFooter_Gray td,
.GridGroupFooter_Gray td
{
	padding-top:3px;
	padding-bottom:4px;
}

.GridRow_Gray a,
.GridAltRow_Gray a,
.GridEditRow_Gray a,
.GridFooter_Gray a,
.GridGroupFooter_Gray a,
.GridEditForm_Gray a
{
	color:#242424;
}

.GridRow_Gray td
{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.GridAltRow_Gray td
{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

.SelectedRow_Gray
{
	background:#959595 url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1swGc9FOhaVz1k1ZWkPhQL42LS-JGMbhBt0Qr1UDJICpQ2&t=633698698455660000') 0 -1816px repeat-x;
}

.SelectedRow_Gray,
.SelectedRow_Gray a
{
	color:#fff;
}

.ActiveRow_Gray,
.GridRowOver_Gray,
.GridEditRow_Gray
.ActiveRow_Gray a,
.GridRowOver_Gray a,
.GridEditRow_Gray a
{
	color:#444;
}

.ActiveRow_Gray
{
	background:#dfdfdf;
}

.ActiveRow_Gray td
{
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
}

.GridRowOver_Gray,
.GridEditRow_Gray
{
	background:#b6b6b6 url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1swGc9FOhaVz1k1ZWkPhQL42LS-JGMbhBt0Qr1UDJICpQ2&t=633698698455660000') 0 -1316px repeat-x;
}

.GridRowOver_Gray td,
.GridEditRow_Gray td
{
	border-top:1px solid #a5a5a5;
	border-bottom:1px solid #6b6b6b;
}

.SelectedRow_Gray td
{
	border-top:1px solid #333;
	border-bottom:1px solid #262626;
}

/*footer*/

.GridFooter_Gray td,
.GridGroupFooter_Gray td
{
	border-top:1px solid #828282;
}

/*status*/

.GridPager_Gray span
{
	color:#666;
}

/*paging*/

.GridPager_Gray
{
	background:#e1e1e1 url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1swGc9FOhaVz1k1ZWkPhQL42LS-JGMbhBt0Qr1UDJICpQ2&t=633698698455660000') 0 -600px repeat-x;
	line-height:20px;
}

.GridPager_Gray td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #f2f2f2;
	padding:0 5px;
}

.GridPager_Gray div span,
.GridPager_Gray a,
.GridPager_Gray .sliderPagerLabel_Gray
{
	color:#242424;
}

.PagerLeft_Gray
{
	float:left;
}

.PagerRight_Gray
{
	float:right;
}

.PagerCenter_Gray
{
	text-align:center;
}

.PagerCenter_Gray span
{
	vertical-align:middle;
}

.RadGrid_Gray .rgPagePrev
{
	background-position:5px -993px;
}

.RadGrid_Gray .rgPageNext
{
	background-position:-21px -993px;
}

.RadGrid_Gray .rgPageFirst
{
	background-position:4px -961px;
}

.RadGrid_Gray .rgPageLast
{
	background-position:-20px -961px;
}

/*sorting, reordering*/

.GridHeader_Gray .rgSortAsc
{
	background-position:-18px -929px;
	height:12px;
}

.GridHeader_Gray .rgSortDesc
{
	background-position:3px -929px;
	height:12px;
}

.TopReorderIndicator_Gray,
.BottomReorderIndicator_Gray
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1swGc9FOhaVz1k1ZWkPhQL42LS-JGMbhBt0Qr1UDJICpQ2&t=633698698455660000') 0 -900px no-repeat;
}

.BottomReorderIndicator_Gray
{
	background-position:-21px -900px;
}

/*filtering*/

.GridFilterRow_Gray
{
	background:#fff;
}

.GridFilterRow_Gray td
{
	border-bottom:1px solid #828282;
	padding-top:3px;
	padding-bottom:5px;
}

.RadGrid_Gray .rgFilter
{
	background-position:2px -1025px;
}

.GridFilterRow_Gray input[type="text"]
{
	border:1px solid #828282;
	font:12px arial,sans-serif;
	color:#242424;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Gray
{
	border-top:1px solid #cacaca;
	border-bottom:1px solid #7d7d7d;
	background:#a1a1a1 url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1swGc9FOhaVz1k1ZWkPhQL42LS-JGMbhBt0Qr1UDJICpQ2&t=633698698455660000') 0 -2316px repeat-x;
	color:#fff;
}

.GroupPanel_Gray .rgSortAsc
{
	background-position:-21px -862px;
}

.GroupPanel_Gray .rgSortDesc
{
	background-position:4px -861px;
}

.GroupPanel_Gray td
{
	border-bottom:1px solid #aaa;
	padding:4px 5px 6px;
}

.GroupPanel_Gray td td
{
	border:0;
	padding:0;
}

.GroupHeader_Gray
{
	color:#666;
	font-size:12px;
}

.GroupHeader_Gray td
{
	border-bottom:1px solid #909090;
	padding-top:6px;
	padding-bottom:3px;
}

.RadGrid_Gray .rgExpand
{
	background-position:5px -1057px;
}

.RadGrid_Gray .rgCollapse
{
	background-position:3px -1088px;
}

.GroupHeader_Gray td div
{
	top:-0.6em;
}

.GroupHeader_Gray td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Gray
{
	border-bottom:1px solid #828282;
}

.GridEditForm_Gray input[type="text"],
.GridEditForm_Gray input[type="password"],
.GridEditForm_Gray textarea
{
	border:1px solid #828282;
	font:12px arial,sans-serif;
	color:#242424;
}

.RadGrid_Gray .rgUpdate
{
	background-position:3px -1249px;
}

.RadGrid_Gray .rgCancel
{
	background-position:3px -1280px;
}

/*hierarchy*/

.DetailTable_Gray
{
	border-right:0;
}

/*command row*/

.GridCommandRow_Gray
{
	background:#7d7d7d url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1swGc9FOhaVz1k1ZWkPhQL42LS-JGMbhBt0Qr1UDJICpQ2&t=633698698455660000') 0 -2614px repeat-x;
	color:#fff;
}

.GridCommandRow_Gray td
{
	border:0;
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #5a5a5a;
	padding:0;
}

.GridCommandRow_Gray td td
{
	border:0;
	padding:3px 5px;
}

.GridCommandRow_Gray td td td
{
	padding:1px;
}

.GridCommandRow_Gray table
{
	border:0;
	border-bottom:1px solid #939393;
}

.GridCommandRow_Gray table table
{
	border:0;
}

.GridCommandRow_Gray a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_Gray .rgAdd
{
	background-position:0 -1220px;
}

.RadGrid_Gray .rgRefresh
{
	background-position:0 -1124px;
}

.RadGrid_Gray .rgEdit
{
	background-position:0 -1155px;
}

.RadGrid_Gray .rgDel
{
	background-position:0 -1188px;
}

/*loading*/

.LoadingPanel_Gray
{
	background:#efefef url('/WebResource.axd?d=J3zie4n0l2IPNnlWxNTri9exS8FsdZ_oNXp7ECQvy1s7UCpq6hy6PqOjrCFNuXqyeAcp6vjMuoLA4nBxzAOFsg2&t=633698698455660000') center center no-repeat;
}

/*multirow select*/

.GridRowSelector_Gray
{
	background:#555;
}

/*row drag n drop*/

.GridItemDropIndicator_Gray
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_Gray
{
	border:1px solid #828282;
	padding:3px;
	background:#f9f9f9;
	color:#242424;
}

/*rtl*/

.RadGridRTL_Gray .GridHeader_Gray,
.RadGridRTL_Gray .ResizeHeader_Gray
{
	text-align:right;
}

.RadGridRTL_Gray .PagerLeft_Gray,
.RadGridRTL_Gray .GridPager_Gray .radslider
{
	float:right;
}

.RadGridRTL_Gray .PagerRight_Gray
{
	float:left;
}

/* END Telerik.Web.UI.Skins.Gray.Grid.Gray.css */
