/*Telerik RadCalendar Forest skin*/

table.RadCalendar_Theme
{
	border-collapse:separate;
	border:0;
	background:#c7d6a7;
	font:12px "segoe ui",arial,sans-serif;
	width:220px;
}

/*titlebar*/

.RadCalendar_Theme .rcTitlebar
{
	width:100%;
	border:1px solid;
	border-color:#588a4d #588a4d #3c6716;
	padding:0;
	background:#4d7a26 0 -1000px repeat-x url('Images/Calendar/sprite.gif');
	color:#fff;
}

.RadCalendar_Theme .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:12px/22px "segoe ui",arial,sans-serif;
}

.RadCalendar_Theme .rcTitlebar td
{
	border:0;
	padding:0 0 1px;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_Theme .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_Theme .rcTitlebar .rcPrev,
.RadCalendar_Theme .rcTitlebar .rcNext,
.RadCalendar_Theme .rcTitlebar .rcFastPrev,
.RadCalendar_Theme .rcTitlebar .rcFastNext
{
	display:block;
	width:17px;
	height:16px;
	overflow:hidden;
	margin:0 2px;
	background:transparent url('Images/Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-decoration:none;
	color:#999;
}

.RadCalendar_Theme .rcTitlebar .rcFastPrev
{
	margin-left:4px;
	background-position:0 -200px;
}

.RadCalendar_Theme .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -250px;
}

.RadCalendar_Theme .rcTitlebar .rcPrev
{
	background-position:0 -300px;
}

.RadCalendar_Theme .rcTitlebar .rcPrev:hover
{
	background-position:0 -350px;
}

.RadCalendar_Theme .rcTitlebar .rcNext
{
	background-position:0 -400px;
}

.RadCalendar_Theme .rcTitlebar .rcNext:hover
{
	background-position:0 -450px;
}

.RadCalendar_Theme .rcTitlebar .rcFastNext
{
	margin-right:4px;
	background-position:0 -500px;
}

.RadCalendar_Theme .rcTitlebar .rcFastNext:hover
{
	background-position:0 -550px;
}

.RadCalendar_Theme .rcMain
{
	width:100%;
	border:1px solid #588a4d;
	border-top:0;
	padding:0;
}

.RadCalendar_Theme .rcMainTable
{
	width:100%;
	border-collapse:separate;
	border:0;
	color:#2b2c20;
	font:12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Theme .rcHeader,
.RadCalendar_Theme .rcFooter
{
	border:1px solid #588a4d;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_Theme .rcRow th,
.RadCalendar_Theme .rcWeek th
{
	border:0;
	color:#455811;
	font-weight:normal;
	vertical-align:middle;
	cursor:default;
}

.RadCalendar_Theme .rcWeek th
{
	border-top:1px solid #b6c988;
	border-bottom:1px solid #9cb16a;
	padding:2px 6px 3px 0;
	background:#9cb16a 0 100% repeat-x url('Images/Calendar/sprite.gif');
	text-align:right;
}

.RadCalendar_Theme .rcWeek .rcViewSel,
.RadCalendar_Theme .rcRow th
{
	width:12px;
	padding:0 7px 0 9px;
	text-align:center;
}

.RadCalendar_Theme .rcRow th
{
	background:#b1c67f;
}

/*date cells*/

.RadCalendar_Theme .rcRow td
{
	border:1px solid #c7d6a7;
	padding:0;
	text-align:right;
	vertical-align:middle;
}

.RadCalendar_Theme .rcMain .rcRow a,
.RadCalendar_Theme .rcMain .rcRow span
{
	display:block;
	padding:1px 5px 1px 0;
	text-decoration:none;
	color:#2b2c20;
}

.RadCalendar_Theme .rcMain .rcWeekend a
{
	color:#595f35;
}

.RadCalendar_Theme .rcRow .rcToday
{
	border-color:#62703b;
	background:#b4c487;
}

.RadCalendar_Theme .rcRow .rcToday a,
.RadCalendar_Theme .rcRow .rcSelected a
{
	color:#fff;
}

.RadCalendar_Theme .rcMain .rcOtherMonth a
{
	color:#88914b;
}

.RadCalendar_Theme .rcMain .rcOutOfRange span
{
	color:#88914b;
	cursor:default;
}

.RadCalendar_Theme .rcRow .rcHover
{
	border-color:#ab7d25 #95660a #8f610a #a67618;
	background:#d69609 0 -1600px repeat-x url('Images/Calendar/sprite.gif');
}

.RadCalendar_Theme .rcRow .rcHover a
{
	color:#7a1b05;
}

.RadCalendar_Theme .rcRow .rcSelected
{
	border-color:#91351f #7a1b05 #751a04 #8b2913;
	background:#be4401 0 -1700px repeat-x url('Images/Calendar/sprite.gif');
}

.RadCalendar_Theme .rcRow .rcSelected a
{
	color:#fff;
}

/*multimonth view*/

table.RadCalendarMultiView_Theme
{
	width:auto;
}

.RadCalendarMultiView_Theme .rcTitlebar
{
	border-color:#3c4c30;
	background:#2d3d1d 0 -1200px repeat-x url('Images/Calendar/sprite.gif');
}

.RadCalendarMultiView_Theme .rcTitlebar table
{
	line-height:28px;
}

.RadCalendarMultiView_Theme .rcTitlebar td
{
	padding-bottom:2px;
}

.RadCalendarMultiView_Theme .rcTitlebar .rcPrev,
.RadCalendarMultiView_Theme .rcTitlebar .rcNext,
.RadCalendarMultiView_Theme .rcTitlebar .rcFastPrev,
.RadCalendarMultiView_Theme .rcTitlebar .rcFastNext
{
	margin-top:2px;
}

.RadCalendarMultiView_Theme .rcTitlebar .rcFastPrev
{
	background-position:0 -600px;
}

.RadCalendarMultiView_Theme .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -650px;
}

.RadCalendarMultiView_Theme .rcTitlebar .rcPrev
{
	background-position:0 -700px;
}

.RadCalendarMultiView_Theme .rcTitlebar .rcPrev:hover
{
	background-position:0 -750px;
}

.RadCalendarMultiView_Theme .rcTitlebar .rcNext
{
	background-position:0 -800px;
}

.RadCalendarMultiView_Theme .rcTitlebar .rcNext:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiView_Theme .rcTitlebar .rcFastNext
{
	background-position:0 -900px;
}

.RadCalendarMultiView_Theme .rcTitlebar .rcFastNext:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiView_Theme .rcMain
{
	border-color:#3c4c30;
}

.RadCalendarMultiView_Theme .rcCalendar
{
	width:220px;
	border:1px solid #588a4d;
	padding:0;
}

.RadCalendarMultiView_Theme .rcMainTable .rcTitle
{
	border:0;
	border-bottom:1px solid #3c6716;
	padding:0 0 1px;
	background:#4d7a26 0 -1000px repeat-x url('Images/Calendar/sprite.gif');
	color:#fff;
	text-align:center;
	line-height:22px;
}

/*month view*/

table.RadCalendarMonthView_Theme
{
	border-collapse:separate;
	border:1px solid #588a4d;
	background:#c7d6a7;
	font:12px "segoe ui",arial,sans-serif;
	color:#2b2c20;
}

table.RadCalendarMonthView_Theme td
{
	border:0;
	padding:5px 2px 0;
}

.RadCalendarMonthView_Theme #rcMView_Feb,
.RadCalendarMonthView_Theme #rcMView_Apr,
.RadCalendarMonthView_Theme #rcMView_Jun,
.RadCalendarMonthView_Theme #rcMView_Aug,
.RadCalendarMonthView_Theme #rcMView_Oct,
.RadCalendarMonthView_Theme #rcMView_Dec
{
	border-right:1px solid #9cb16a;
}

.RadCalendarMonthView_Theme td:first-child+td+td
{
	border-left:1px solid #d3e0c2;
}

.RadCalendarMonthView_Theme a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#2b2c20;
}

.RadCalendarMonthView_Theme .rcSelected a
{
	border:1px solid;
	border-color:#91351f #7a1b05 #751a04 #8b2913;
	padding:1px 3px;
	background:#be4401 0 -1700px repeat-x url('Images/Calendar/sprite.gif');
	color:#fff;
}

.RadCalendarMonthView_Theme #rcMView_PrevY a,
.RadCalendarMonthView_Theme #rcMView_NextY a
{
	display:block;
	width:17px;
	height:16px;
	overflow:hidden;
	margin:0 auto;
	background:transparent no-repeat url('Images/Calendar/sprite.gif');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
	color:#999;
}

.RadCalendarMonthView_Theme #rcMView_PrevY a
{
	background-position:0 -2100px;
}

.RadCalendarMonthView_Theme #rcMView_PrevY a:hover
{
	background-position:0 -2150px;
}

.RadCalendarMonthView_Theme #rcMView_NextY a
{
	background-position:0 -2200px;
}

.RadCalendarMonthView_Theme #rcMView_NextY a:hover
{
	background-position:0 -2250px;
}

.RadCalendarMonthView_Theme .rcButtons
{
	padding:5px 7px;
	text-align:center;
}

.RadCalendarMonthView_Theme input
{
	border:1px solid #3c4c30;
	padding:0;
	background:#202b15 0 -2300px repeat-x url('Images/Calendar/sprite.gif');
	color:#e7f1d7;
	font:12px "segoe ui",arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_Theme input:hover
{
	background-color:#293917;
	background-position:0 -2350px;
	color:#fff;
}

.RadCalendarMonthView_Theme #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_Theme #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_Theme
{
	border-collapse:separate;
	border:1px solid #588a4d;
	background:#c7d6a7;
	color:#2b2c20;
	font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Theme th
{
	border:0;
	border-bottom:1px solid #3c6716;
	padding:0 0 1px;
	background:#4d7a26 0 -1000px repeat-x url('Images/Calendar/sprite.gif');
	color:#fff;
	text-align:center;
	line-height:22px;
	cursor:default;
	font-weight:normal;
}

table.RadCalendarTimeView_Theme td
{
	border:0;
	border-left:1px solid #9cb16a;
	padding:2px 2px 3px;
}

table.RadCalendarTimeView_Theme td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_Theme a
{
	display:block;
	padding:2px 6px;
	text-align:center;
	color:#2b2c20;
	text-decoration:none;
}

.RadCalendarTimeView_Theme td.rcSelected a
{
	border:1px solid;
	border-color:#91351f #7a1b05 #751a04 #8b2913;
	padding:1px 5px;
	background:#be4401 0 -1700px repeat-x url('Images/Calendar/sprite.gif');
	color:#fff;
}

.RadCalendarTimeView_Theme td.rcHover a
{
	border:1px solid;
	border-color:#ab7d25 #95660a #8f610a #a67618;
	padding:1px 5px;
	background:#d69609 0 -1600px repeat-x url('Images/Calendar/sprite.gif');
	color:#7a1b05;
}

.RadCalendarTimeView_Theme .rcFooter
{
	border:0;
	border-top:1px solid #588a4d;
	padding:0;
}

/*pickers*/

.RadPicker_Theme,
.RadPicker_Theme td
{
	vertical-align:middle;
}

.RadPicker_Theme .RadInput
{
	vertical-align:baseline;
}

.RadPicker_Theme table.rcTable,
.RadPicker_Theme table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_Theme table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_Theme td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0 2px;
	text-decoration:none;
}
* html .RadPicker_Theme td a{position:static}/*IE6*/
*+html .RadPicker_Theme td a{position:static}/*IE7*/

.RadPicker_Theme .rcCalPopup,
.RadPicker_Theme .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:22px;
	height:22px;
	background:url('Images/Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-align:center;
}

.RadPicker_Theme .rcCalPopup,
.RadPicker_Theme .rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_Theme .rcCalPopup:hover,
.RadPicker_Theme .rcCalPopup:focus,
.RadPicker_Theme .rcCalPopup:active
{
	background-position:0 -50px;
}

.RadPicker_Theme .rcTimePopup,
.RadPicker_Theme .rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_Theme .rcTimePopup:hover,
.RadPicker_Theme .rcTimePopup:focus,
.RadPicker_Theme .rcTimePopup:active
{
	background-position:0 -150px;
}

.RadPicker_Theme .rcDisabled,
.RadCalendarMonthView_Theme .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_Theme .rcTitlebar .rcFastPrev
{
	background-position:0 -500px;
}

.RadCalendarRTL_Theme .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -550px;
}

.RadCalendarRTL_Theme .rcTitlebar .rcPrev
{
	background-position:0 -400px;
}

.RadCalendarRTL_Theme .rcTitlebar .rcPrev:hover
{
	background-position:0 -450px;
}

.RadCalendarRTL_Theme .rcTitlebar .rcNext
{
	background-position:0 -300px;
}

.RadCalendarRTL_Theme .rcTitlebar .rcNext:hover
{
	background-position:0 -350px;
}

.RadCalendarRTL_Theme .rcTitlebar .rcFastNext
{
	background-position:0 -200px;
}

.RadCalendarRTL_Theme .rcTitlebar .rcFastNext:hover
{
	background-position:0 -250px;
}

.RadCalendarMultiViewRTL_Theme .rcTitlebar .rcFastPrev
{
	background-position:0 -900px;
}

.RadCalendarMultiViewRTL_Theme .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiViewRTL_Theme .rcTitlebar .rcPrev
{
	background-position:0 -800px;
}

.RadCalendarMultiViewRTL_Theme .rcTitlebar .rcPrev:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiViewRTL_Theme .rcTitlebar .rcNext
{
	background-position:0 -700px;
}

.RadCalendarMultiViewRTL_Theme .rcTitlebar .rcNext:hover
{
	background-position:0 -750px;
}

.RadCalendarMultiViewRTL_Theme .rcTitlebar .rcFastNext
{
	background-position:0 -600px;
}

.RadCalendarMultiViewRTL_Theme .rcTitlebar .rcFastNext:hover
{
	background-position:0 -650px;
}
