/*Telerik RadCalendar Default skin*/

table.RadCalendar_Santrio
{
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Santrio .rcTitlebar
{
	border-color:#7c7c7c;
	background:#e4e4e4;
	color:#000;
}

.RadCalendar_Santrio .rcTitlebar table
{
	font:12px/23px "segoe ui",arial,sans-serif;
}

.RadCalendar_Santrio .rcTitlebar td
{
	padding:0 0 1px;
}

.RadCalendar_Santrio .rcTitlebar .rcPrev,
.RadCalendar_Santrio .rcTitlebar .rcNext,
.RadCalendar_Santrio .rcTitlebar .rcFastPrev,
.RadCalendar_Santrio .rcTitlebar .rcFastNext
{
	width:18px;
	height:18px;
	margin:1px 2px 0;
	background-image:url('Calendar/sprite.gif');
	color:#ccc;
}

.RadCalendar_Santrio .rcTitlebar .rcFastPrev
{
	margin-left:4px;
	background-position:0 -200px;
}

.RadCalendar_Santrio .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -250px;
}

.RadCalendar_Santrio .rcTitlebar .rcPrev
{
	background-position:0 -300px;
}

.RadCalendar_Santrio .rcTitlebar a.rcPrev:hover
{
	background-position:0 -350px;
}

.RadCalendar_Santrio .rcTitlebar .rcNext
{
	background-position:0 -400px;
}

.RadCalendar_Santrio .rcTitlebar a.rcNext:hover
{
	background-position:0 -450px;
}

.RadCalendar_Santrio .rcTitlebar .rcFastNext
{
	margin-right:4px;
	background-position:0 -500px;
}

.RadCalendar_Santrio .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -550px;
}

.RadCalendar_Santrio .rcMain
{
	border-color:#999;
}

.RadCalendar_Santrio .rcMainTable
{
	font:12px/17px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Santrio .rcHeader,
.RadCalendar_Santrio .rcFooter
{
	border-color:#999;
}

/*week numbers and days*/

.RadCalendar_Santrio .rcWeek th
{
	border-bottom:1px solid #999;
	padding:4px 6px 4px 0;
	color:#333;
}

.RadCalendar_Santrio .rcWeek .rcViewSel,
.RadCalendar_Santrio .rcRow th
{
	width:13px;
	padding:0 7px 0 9px;
	background:#ececec;
}

/*date cells*/

.RadCalendar_Santrio .rcRow td
{
	border-color:#fff;
}

.RadCalendar_Santrio .rcMain .rcRow a,
.RadCalendar_Santrio .rcMain .rcRow span
{
	color:#000;
}

.RadCalendar_Santrio .rcMain .rcWeekend a
{
	color:#666;
}

.RadCalendar_Santrio .rcRow .rcToday
{
	border-color:#26a882;
}

.RadCalendar_Santrio .rcMain .rcOtherMonth a
{
	color:#777;
}

.RadCalendar_Santrio .rcMain .rcOutOfRange span
{
	color:#777;
}

.RadCalendar_Santrio .rcRow .rcSelected
{
	border-color:#26a882;
	background:#26a882;
}

.RadCalendar_Santrio .rcMain .rcRow .rcSelected a
{
	color:#fff;
}

.RadCalendar_Santrio .rcRow .rcHover
{
	border-color:#26a882;
	background:#26a882;
}

.RadCalendar_Santrio .rcMain .rcRow .rcHover a
{
	color:#fff;
}

/*multimonth view*/

.RadCalendarMultiView_Santrio .rcTitlebar
{
	border-color:#616161;
	background:#c6c6c6;
}

.RadCalendarMultiView_Santrio .rcTitlebar table
{
	line-height:29px;
}

.RadCalendarMultiView_Santrio .rcMain
{
	border-color:#616161;
}

.RadCalendarMultiView_Santrio .rcCalendar
{
	border-color:#999;
}

.RadCalendarMultiView_Santrio .rcCalendar .rcMainTable
{
	height:177px;
}

.RadCalendarMultiView_Santrio .rcMainTable .rcTitle
{
	border-color:#999;
	padding:0 0 2px;
	background:#e4e4e4;
	line-height:22px;
}

/*month view*/

table.RadCalendarMonthView_Santrio
{
	border-color:#616161;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
}

.RadCalendarMonthView_Santrio #rcMView_Feb,
.RadCalendarMonthView_Santrio #rcMView_Apr,
.RadCalendarMonthView_Santrio #rcMView_Jun,
.RadCalendarMonthView_Santrio #rcMView_Aug,
.RadCalendarMonthView_Santrio #rcMView_Oct,
.RadCalendarMonthView_Santrio #rcMView_Dec
{
	border-right:1px solid #999;
}

.RadCalendarMonthView_Santrio a
{
	color:#333;
}

.RadCalendarMonthView_Santrio .rcSelected a
{
	border-color:#26a882;
	background:#26a882;
	color:#fff;
}

.RadCalendarMonthView_Santrio #rcMView_PrevY a,
.RadCalendarMonthView_Santrio #rcMView_NextY a
{
	width:18px;
	height:13px;
	background:url('Calendar/sprite.gif');
	color:#ccc;
}

.RadCalendarMonthView_Santrio #rcMView_PrevY a
{
	background-position:0 -2100px;
}

.RadCalendarMonthView_Santrio #rcMView_NextY a
{
	background-position:0 -2200px;
}

.RadCalendarMonthView_Santrio .rcButtons
{
	padding:5px 7px 4px;
}

.RadCalendarMonthView_Santrio input
{
	border-color:#7a7a7a;
	background:#c6c6c6;
	color:#000;
	font:12px "segoe ui",arial,sans-serif;
}

/*time view*/

table.RadCalendarTimeView_Santrio
{
	border-color:#616161;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Santrio th
{
	border-bottom:1px solid #999;
	padding:0 0 1px;
	background:#e4e4e4;
	color:#000;
	line-height:23px;
}

table.RadCalendarTimeView_Santrio td
{
	border-color:#999;
}

.RadCalendarTimeView_Santrio a
{
	color:#333;
}

.RadCalendarTimeView_Santrio td.rcSelected a
{
	border-color:#26a882;
	background:#26a882;
	color:#fff;
}

.RadCalendarTimeView_Santrio td.rcHover a
{
	border-color:#26a882;
	background:#26a882;
	color:#fff;
}

.RadCalendarTimeView_Santrio .rcFooter
{
	border-color:#999;
}

/*pickers*/

.RadPicker_Santrio .rcCalPopup,
.RadPicker_Santrio .rcTimePopup
{
	background-image:url('Calendar/sprite.gif');
}

.RadPicker_Santrio .rcCalPopup,
.RadPicker_Santrio a.rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_Santrio a.rcCalPopup:hover,
.RadPicker_Santrio a.rcCalPopup:focus,
.RadPicker_Santrio a.rcCalPopup:active
{
	background-position:0 -50px;
}

.RadPicker_Santrio .rcTimePopup,
.RadPicker_Santrio a.rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_Santrio a.rcTimePopup:hover,
.RadPicker_Santrio a.rcTimePopup:focus,
.RadPicker_Santrio a.rcTimePopup:active
{
	background-position:0 -150px;
}

/*rtl*/

.RadCalendarRTL_Santrio .rcTitlebar .rcFastPrev
{
	background-position:0 -500px;
}

.RadCalendarRTL_Santrio .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -550px;
}

.RadCalendarRTL_Santrio .rcTitlebar .rcPrev
{
	background-position:0 -400px;
}

.RadCalendarRTL_Santrio .rcTitlebar a.rcPrev:hover
{
	background-position:0 -450px;
}

.RadCalendarRTL_Santrio .rcTitlebar .rcNext
{
	background-position:0 -300px;
}

.RadCalendarRTL_Santrio .rcTitlebar a.rcNext:hover
{
	background-position:0 -350px;
}

.RadCalendarRTL_Santrio .rcTitlebar .rcFastNext
{
	background-position:0 -200px;
}

.RadCalendarRTL_Santrio .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -250px;
}