/* RadScheduler Default skin */

/* common */
.RadScheduler_Gray,
.RadScheduler_Gray a,
.RadScheduler_Gray input,
.RadScheduler_Gray select,
.RadScheduler_Gray textarea
{
	font: normal 12px/14px Arial, sans-serif;
	color: #333;
}

.RadScheduler_Gray .rsTopWrap
{
	border: 1px solid #828282;
}

/* header */

.RadScheduler_Gray .rsHeader,
.RadScheduler_Gray .rsHeader ul a,
.RadScheduler_Gray .rsHeader .rsSelected,
.RadScheduler_Gray .rsHeader .rsSelected em,
.RadScheduler_Gray .rsHeader .rsDatePickerActivator,
.RadScheduler_Gray .rsHeader .rsPrevDay,
.RadScheduler_Gray .rsHeader .rsNextDay
{
	background: url('Scheduler/rsSprites.gif') no-repeat;
}

.RadScheduler_Gray .rsHeader
{
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 1px solid #5a5a5a;
	height: 36px;
	line-height: 36px;
}

.RadScheduler_Gray .rsHeader,
.RadScheduler_Gray .rsHeader a
{
	color: #fff;
}

.RadScheduler_Gray .rsHeader .rsPrevDay,
.RadScheduler_Gray .rsHeader .rsNextDay
{
	width: 24px;
	height: 24px;
	line-height: 15px;
}

.RadScheduler_Gray .rsHeader .rsPrevDay
{
	margin: 6px 0 0 10px;
	background-position: 0 -48px;
}

.RadScheduler_Gray .rsHeader .rsNextDay
{
	margin: 6px 8px 0 0;
	background-position: -24px -48px;
}

.RadScheduler_Gray .rsHeader .rsDatePickerActivator
{
	margin: 13px 0 0 2px;
	width: 13px;
	height: 13px;
	line-height: 13px;
	background-position: -252px -36px;
}

.RadScheduler_Gray .rsHeader h2
{
	font-size: 16px;
	font-weight: normal;
}

.RadScheduler_Gray .rsHeader li
{
	font-size: 13px;
}

.RadScheduler_Gray .rsHeader ul span,
.RadScheduler_Gray .rsHeader ul em
{
	line-height: 36px;
	padding: 0 9px;
	color: #fff;
}

.RadScheduler_Gray .rsHeader .rsSelected { background-position: 100% -108px; margin-left: -3px; }
.RadScheduler_Gray .rsHeader .rsSelected em { color: #6E6E6E; background-position: 0 -108px; padding-left: 12px; }

.RadScheduler_Gray .rsHeader ul a { background-position: 100% -72px; }
.RadScheduler_Gray .rsHeader ul .rsLast a { background-position: 100% 1000px; }

.RadScheduler_Gray .rsHeader ul a:hover,
.RadScheduler_Gray .rsLast a:hover { background-position: 100% -108px; }
.RadScheduler_Gray .rsHeader ul a:hover span { color: #6E6E6E; background-position: 0 -108px; }

/* content */

/* <headers> */

.RadScheduler_Gray .rsHorizontalHeaderTable
{
	background: #ededed;
	color: #272722;
}

.RadScheduler_Gray .rsAllDayHeader,
.RadScheduler_Gray .rsHorizontalHeaderWrapper,
.RadScheduler_Gray .rsVerticalHeaderTable
{
	background: #f1f1f1;
}

.RadScheduler_Gray .rsVerticalHeaderWrapper
{
	background: #DCDCDC;
}

.RadScheduler_Gray .rsVerticalHeaderTable div
{
	font-size: 16px;
}

.RadScheduler_Gray .rsAmPm
{
	top: -7px;
	font-size: 9px;
}

.RadScheduler_Gray .rsHorizontalHeaderTable th
{
	border-color: #AAA;
	background: transparent url('Scheduler/rsSprites.gif') repeat-x 0 -272px;
}

.RadScheduler_Gray .rsSpacerCell,
.RadScheduler_Gray .rsAllDayHeader,
.RadScheduler_Gray .rsTopWrap .rsVerticalHeaderTable th
{
	border-color: #f3f3e2 #acaba6;
	color: #6E6E6E;
	background: #f1f1f1 url('Scheduler/rsVerticalHeaderBg.gif') repeat-y;
}

.RadScheduler_Gray .rsTopWrap .rsVerticalHeaderTable th
{
	border-bottom: 0;
}

.RadScheduler_Gray .rsSpacerCell 
{
	border-color: #ACABA6;
}

.RadScheduler_Gray .rsVerticalHeaderTable .rsAlt th
{
	border-color: #f3f3e2 #acaba6;
}

.RadScheduler_Gray .rsVerticalHeaderTable .rsAlt div
{
	margin: 0 3px;
	height: 23px;
	border-bottom: 1px solid #acaba6;
}

/* IE quirks mode - the height of the headers is incorrect. This must be set explicitly to (RowHeight + 2px). */
.RadScheduler_Gray table.rsVerticalHeaderTable tbody div { _height: 27px; }

/* </headers> */

/* <all-day-row> */

.RadScheduler_Gray .rsAllDayRow
{
	background: #ededed;
}

.RadScheduler_Gray .rsAllDayHeader,
.RadScheduler_Gray .rsVerticalHeaderTable .rsAllDayHeader
{
	border-color: #b0aca0 #acaba6;
}

.RadScheduler_Gray .rsAllDayRow td,
.RadScheduler_Gray .rsContentTable .rsAllDayRow td
{
	border-color: #b3b3b3;
	border-style: solid;
}

/* </all-day-row> */

.RadScheduler_Gray .rsContentTable td
{
	border-color: #f3f3e2 #ddd;
}

.RadScheduler_Gray .rsContentTable .rsAlt td
{
	border-color: #d3d3c0;
}

/* <appointments> */
.RadScheduler_Gray .rsApt .rsArrowTop,
.RadScheduler_Gray .rsApt .rsArrowBottom,
.RadScheduler_Gray .rsApt .rsArrowLeft,
.RadScheduler_Gray .rsApt .rsArrowRight,
.RadScheduler_Gray .rsApt .rsAptDelete,
.RadScheduler_Gray .rsApt .rsAptResize,
.RadScheduler_Gray .rsApt .rsAptRecurrence,
.RadScheduler_Gray .rsApt .rsAptRecurrenceException
{
	background: url('Scheduler/rsSprites.gif') no-repeat;
}

.RadScheduler_Gray .rsApt .rsArrowTop { background-position: 50% -360px }
.RadScheduler_Gray .rsApt .rsArrowBottom { background-position: 50% -392px }
.RadScheduler_Gray .rsApt .rsArrowLeft { background-position: -132px -374px; top: 9px; left: 2px; }
.RadScheduler_Gray .rsApt .rsArrowRight { background-position: -165px -374px; top: 9px; right: 2px; }
.RadScheduler_Gray .rsApt .rsAptDelete { background-position: -36px -349px; width: 13px; }
.RadScheduler_Gray .rsApt .rsAptResize { background-position: 50% -396px; bottom: 2px; }
.RadScheduler_Gray .rsTimelineView .rsApt .rsAptResize { bottom: 0; height: 20px; background-position: -150px -400px; }
.RadScheduler_Gray .rsApt .rsAptRecurrence { background-position: 0 -349px; }
.RadScheduler_Gray .rsApt .rsAptRecurrenceException { background-position: -15px -349px; }

.RadScheduler_Gray .rsTopWrap .rsAptCreate,
.RadScheduler_Gray .rsTopWrap .rsContentTable .rsAptCreate
{
	background: #dfdfdf;
}

.RadScheduler_Gray .rsApt .rsAptOut,
.RadScheduler_Gray .rsApt .rsAptMid
{
	border-color: #aaa;
}

.RadScheduler_Gray .rsApt .rsAptOut
{
	background: #dcdcdc url('Scheduler/rsAppointmentBg.gif') repeat-x 0 0;
}

/* </appointments> */

/* <footer> */

.RadScheduler_Gray .rsFooter,
.RadScheduler_Gray .rsFooter a
{
	background: transparent url('Scheduler/rsSprites.gif') no-repeat;
}

.RadScheduler_Gray .rsFooter
{
	background-color: #d8d8d8;
	background-position: 0 -312px;
	background-repeat: repeat-x;
	border-color: #828282;
}

.RadScheduler_Gray .rsFooter a
{
	color: #6E6E6E	;
	background-position: 0 -252px;
}

/* </footer> */

/* inline edit form */

.RadScheduler_Gray .rsEditOptions a,
.RadScheduler_Gray .rsAptEditResizeHandle,
.RadScheduler_Gray .rsAptEditFormWrapper
{
	background: url('Scheduler/rsSprites.gif') no-repeat;
}

.RadScheduler_Gray .rsAptEditFormOuter, /* top */
.RadScheduler_Gray .rsAptEditFormInner  /* bottom */
{
	background: url('Scheduler/rsInlineEditHSprite.gif') no-repeat;
}

.RadScheduler_Gray .rsAptEditFormMiddle, /* left */
.RadScheduler_Gray .rsAptEditFormMiddle2 /* right */
{
	background: url('Scheduler/rsInlineEditVSprite.gif') no-repeat;
}

.RadScheduler_Gray .rsAptEditFormOuter { background-position: 100% 0; }
.RadScheduler_Gray .rsAptEditFormInner { background-position: 0 100%; }
.RadScheduler_Gray .rsAptEditFormMiddle { background-position: 0 100%; }
.RadScheduler_Gray .rsAptEditFormMiddle2 { background-position: 100% 100%; }
.RadScheduler_Gray .rsAptEditFormWrapper { background-position: -150px -452px; }

.RadScheduler_Gray .rsAptEditFormWrapper .rsAptEditTextareaWrapper
{
	border-color: #aaa;
}

.RadScheduler_Gray .rsEditOptions
{
	background: #dedede;
}

.RadScheduler_Gray .rsEditOptions a
{
	color: #000;
}

.RadScheduler_Gray .rsEditOptions .rsAptEditConfirm { background-position: 0 -187px; }
.RadScheduler_Gray .rsEditOptions .rsAptEditCancel { background-position: 0 -223px; }
.RadScheduler_Gray .rsEditOptions .rsAptEditMore { background-position: -265px -187px; }

.RadScheduler_Gray .rsAptEditResizeHandle { background-position: -265px -216px; }

/* advanced edit form sprites */
.RadScheduler_Gray .rsAdvancedEdit .rsAdvancedSubmitArea .rsAdvEditSave,
.RadScheduler_Gray .rsAdvancedEdit .rsAdvancedSubmitArea .rsAdvEditCancel
{
	background: url('Scheduler/rsSprites.gif') no-repeat;
}

.RadScheduler_Gray .rsAdvancedEdit
{
	background: #ececec;
	border: 1px solid #828282;
}

/* <xref input skins> */

.RadScheduler_Gray .rsAdvancedEdit .rsAdvInput,
.RadScheduler_Gray .rsAdvancedEdit select,
.RadScheduler_Gray .rsAdvancedEdit .textareaWrapper
{
	border-color: #959485;
}

.RadScheduler_Gray .rsAdvancedEdit .rsAdvInput
{
	padding: 3px 0 3px 1px;
}

.RadScheduler_Gray .rsAdvancedEdit .rsInvalid,
.RadScheduler_Gray .rsAdvancedEdit .rsInvalid textarea
{
	background: #fff url('Input/sprite.gif') no-repeat 99% -149px;
}

.RadScheduler_Gray .rsAdvancedEdit .rsInvalid textarea
{
	background-position: 100% -149px;
}

.RadScheduler_Gray .rsAdvancedEdit .textareaWrapper
{
	background: #fff;
}

.RadScheduler_Gray .rsAdvancedEdit .rsInvalid
{
	border-color: #f32800;
	color: #f32800;
}
/* </xref input skins> */

.RadScheduler_Gray .rsAdvancedEdit h2
{
	color: #48ae28;
	line-height: 24px;
	height: 24px;
	
	font-size: 12px;
	
	text-indent: 15px;

	border-top: 1px solid #c8e7be;
	border-bottom: 1px solid #87df6c;
	
	background: url('Scheduler/rsSprites.gif') repeat-x 0 -420px;
}

.RadScheduler_Gray .rsAdvancedEdit h3
{
	font-size: 12px;
}

.RadScheduler_Gray .rsAdvancedEdit label
{
	line-height: 23px;
}

.RadScheduler_Gray .rsAdvancedEdit .rsAdvResetExceptions a
{
	color: #279500;
}

.RadScheduler_Gray .rsAdvancedEdit .rsAdvRecurrenceFreq
{
	border-color: #c3c2a4;
}

.RadScheduler_Gray .rsAdvancedEdit .rsAdvHourly,
.RadScheduler_Gray .rsAdvancedEdit .rsAdvDaily,
.RadScheduler_Gray .rsAdvancedEdit .rsAdvWeekly,
.RadScheduler_Gray .rsAdvancedEdit .rsAdvMonthly,
.RadScheduler_Gray .rsAdvancedEdit .rsAdvYearly
{
	border-left: 0;
}

.RadScheduler_Gray .rsAdvancedEdit .rsAdvancedSubmitArea
{
	background: #fff;
	
	border-color: #dadada;
	
	height: 30px;
	padding-left: 21px;
}

.RadScheduler_Gray .rsAdvancedEdit .rsAdvancedSubmitArea .rsAdvEditSave,
.RadScheduler_Gray .rsAdvancedEdit .rsAdvancedSubmitArea .rsAdvEditCancel
{
	margin-right: 26px;
	font-weight: bold;
}

.RadScheduler_Gray .rsAdvancedEdit .rsAdvancedSubmitArea .rsAdvEditSave
{
	color: #588f02;
	font-size: 18px;
	background-position: 0 -179px;
	padding-left: 16px;
	line-height: 27px;
}

.RadScheduler_Gray .rsAdvancedEdit .rsAdvancedSubmitArea .rsAdvEditCancel
{
	color: #e46100;
	font-size: 12px;
	background-position: 0 -214px;
	padding-left: 13px;
	line-height: 30px;
}

/* date/time picker styles */

.RadScheduler_Gray table.RadCalendarTimeView_Gray a
{
	padding: 3px;
	text-align: right;
}

* html .RadScheduler_Gray .rsTimePick .RadInput_Gray { vertical-align: top; }
*+html .RadScheduler_Gray .rsTimePick .RadInput_Gray { vertical-align: top; }

.RadScheduler_Gray .rsTimePick .RadInput_Gray input.riEnabled,
.RadScheduler_Gray .rsTimePick .RadInput_Gray input.riHover,
.RadScheduler_Gray .rsTimePick .RadInput_Gray input.riFocused
{
	background: #fff url('Scheduler/rsSprites.gif') no-repeat 100% -252px;
}

.RadScheduler_Gray div.pickerWrapper_Gray
{
	vertical-align: baseline;
}

/* modal dialogs */

.RadScheduler_Gray .rsModalWrapper .rsModalDialog
{
	border-color: #929292;
}

.RadScheduler_Gray .rsModalWrapper .rsModalOuter
{
	border-color: #6b6b6b;
}

.RadScheduler_Gray .rsModalWrapper .rsModalInner
{
	border-color: #e9e9e9;
}

.RadScheduler_Gray .rsModalWrapper .rsModalTitle
{
	color: #6E6E6E;
}

.RadScheduler_Gray .rsModalWrapper .rsModalIcon,
.RadScheduler_Gray .rsModalWrapper .rsModalButtons a
{
	background: url('Scheduler/rsSprites.gif') no-repeat;
}

.RadScheduler_Gray .rsModalWrapper .rsModalIcon
{
	background-position: 0 -526px;
}

.RadScheduler_Gray .rsModalWrapper .rsModalButtons .rsModalConfirm,
.RadScheduler_Gray .rsModalWrapper .rsModalButtons .rsModalClose
{
	background-position: 0 -452px;
	border: 0;
	color: #333;
	background-color: #fff;
	width: 86px;
}
