/*Telerik RadCalendar Default skin*/

table.RadCalendar_Endurance
{
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
}

/* FIX PER CHROME*/
.RadPicker_Endurance .rdfd_.radPreventDecorate{ position: static !important;}

/*titlebar*/

.RadCalendar_Endurance .rcTitlebar
{
	border-color:#7c7c7c;
	color:#767676;
}

.RadCalendar_Endurance .rcTitlebar table
{
	font:12px/23px "segoe ui",arial,sans-serif;
}

.RadCalendar_Endurance .rcTitlebar td
{
	padding:0 0 1px;
}

.RadCalendar_Endurance .rcTitlebar .rcPrev,
.RadCalendar_Endurance .rcTitlebar .rcNext,
.RadCalendar_Endurance .rcTitlebar .rcFastPrev,
.RadCalendar_Endurance .rcTitlebar .rcFastNext
{
	width:16px;
	height:16px;
	border:1px solid transparent;
	margin:1px 2px 0;
	background-image:url('Calendar/sprite.gif');
	color:#ccc;
}

.RadCalendar_Endurance .rcTitlebar .rcFastPrev
{
	background-position:0 -250px;
}

.RadCalendar_Endurance .rcTitlebar .rcPrev
{
	background-position:0 -350px;
}

.RadCalendar_Endurance .rcTitlebar .rcNext
{
	background-position:0 -450px;
}

.RadCalendar_Endurance .rcTitlebar .rcFastNext
{
	background-position:0 -550px;
}

.RadCalendar_Endurance .rcTitlebar .rcPrev:hover,
.RadCalendar_Endurance .rcTitlebar .rcNext:hover,
.RadCalendar_Endurance .rcTitlebar .rcFastPrev:hover,
.RadCalendar_Endurance .rcTitlebar .rcFastNext:hover
{
    border-color:#e5e5e5;
    background-color:#e5e5e5;
}

.RadCalendar_Endurance .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -650px;
}

.RadCalendar_Endurance .rcTitlebar .rcPrev:hover
{
	background-position:0 -750px;
}

.RadCalendar_Endurance .rcTitlebar .rcNext:hover
{
	background-position:0 -850px;
}

.RadCalendar_Endurance .rcTitlebar .rcFastNext:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiView_Endurance .rcTitlebar .rcPrev:hover,
.RadCalendarMultiView_Endurance .rcTitlebar .rcNext:hover,
.RadCalendarMultiView_Endurance .rcTitlebar .rcFastPrev:hover,
.RadCalendarMultiView_Endurance .rcTitlebar .rcFastNext:hover
{
    border-color:#fff;
    background-color:transparent;
}

.RadCalendarMultiView_Endurance .rcTitlebar .rcFastPrev,
.RadCalendarMultiView_Endurance .rcTitlebar .rcFastPrev:hover
{
	margin-left:4px;
	background-position:0 -200px;
}

.RadCalendarMultiView_Endurance .rcTitlebar .rcPrev,
.RadCalendarMultiView_Endurance .rcTitlebar .rcPrev:hover
{
	background-position:0 -300px;
}

.RadCalendarMultiView_Endurance .rcTitlebar .rcNext,
.RadCalendarMultiView_Endurance .rcTitlebar .rcNext:hover
{
	background-position:0 -400px;
}

.RadCalendarMultiView_Endurance .rcTitlebar .rcFastNext,
.RadCalendarMultiView_Endurance .rcTitlebar .rcFastNext:hover
{
	margin-right:4px;
	background-position:0 -500px;
}




.RadCalendar_Endurance .rcMain
{
	border-color:#999;
}

.RadCalendar_Endurance .rcMainTable
{
	font:12px/17px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Endurance .rcHeader,
.RadCalendar_Endurance .rcFooter
{
	border-color:#999;
}

/*week numbers and days*/

.RadCalendar_Endurance .rcWeek th
{
	border-bottom:1px solid #e5e5e5;
	padding:4px 6px 4px 0;
	color:#000;
    text-align:center !important
}

.RadCalendar_Endurance .rcWeek .rcViewSel,
.RadCalendar_Endurance .rcRow th
{
	width:13px;
	padding:0 7px 0 9px;
	color:#25a0de;
}

/*date cells*/

.RadCalendar_Endurance .rcRow td
{
	border-color:#fff;
}

.RadCalendar_Endurance .rcMain .rcRow a,
.RadCalendar_Endurance .rcMain .rcRow span
{
	color:#767676;
}

.RadCalendar_Endurance .rcMain .rcWeekend a
{
	color:#666;
}

.RadCalendar_Endurance .rcRow .rcToday
{
	border-color:#25a0da;
}

.RadCalendar_Endurance .rcMain .rcOtherMonth a
{
	color:#e5e5e5;
}

.RadCalendar_Endurance .rcMain .rcOutOfRange span
{
	color:#777;
}

.RadCalendar_Endurance .rcMain .rcOutOfRange 
{
	background-color: #dddddd;	
}

.RadCalendar_Endurance .rcRow .rcSelected
{
	border-color:#fff;
	background:#25a0da;
}

.RadCalendar_Endurance .rcMain .rcRow .rcSelected a
{
	color:#fff;
}

.RadCalendar_Endurance .rcRow .rcHover
{
	border-color:#e5e5e5;
	background:#e5e5e5;
}

.RadCalendar_Endurance .rcMain .rcRow .rcHover a
{
	color:#000;
}

/*multimonth view*/

.RadCalendarMultiView_Endurance .rcTitlebar
{
	border:0 none;
	background:#25a0da;
	color:#fff;
}

.RadCalendarMultiView_Endurance .rcTitlebar table
{
	line-height:29px;
}

.RadCalendarMultiView_Endurance .rcMain
{
	border-color:#dadad2;
}

.RadCalendarMultiView_Endurance .rcCalendar
{
	border-color:#e5e5e5;
}

.RadCalendarMultiView_Endurance .rcCalendar .rcMainTable
{
	height:177px;
}

.RadCalendarMultiView_Endurance .rcMainTable .rcTitle
{
	border-color:#e5e5e5;
	padding:0 0 2px;
	line-height:22px;
}

/*month view*/

table.RadCalendarMonthView_Endurance
{
	border-color:#dadad2;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
}

.RadCalendarMonthView_Endurance #rcMView_Feb,
.RadCalendarMonthView_Endurance #rcMView_Apr,
.RadCalendarMonthView_Endurance #rcMView_Jun,
.RadCalendarMonthView_Endurance #rcMView_Aug,
.RadCalendarMonthView_Endurance #rcMView_Oct,
.RadCalendarMonthView_Endurance #rcMView_Dec
{
	border-right:1px solid #999;
}

.RadCalendarMonthView_Endurance a
{
	color:#333;
}

.RadCalendarMonthView_Endurance .rcSelected a
{
	border-color:#25a0da;
	background:#25a0da;
	color:#fff;
}

.RadCalendarMonthView_Endurance #rcMView_PrevY a,
.RadCalendarMonthView_Endurance #rcMView_NextY a
{
	width:18px;
	height:13px;
	background:url('Calendar/sprite.gif');
	color:#ccc;
}

.RadCalendarMonthView_Endurance #rcMView_PrevY a
{
	background-position:0 -2100px;
}

.RadCalendarMonthView_Endurance #rcMView_NextY a
{
	background-position:0 -2200px;
}

.RadCalendarMonthView_Endurance .rcButtons
{
	padding:5px 7px 4px;
}

.RadCalendarMonthView_Endurance input
{
	border-color:#e5e5e5;
	background:transparent;
	color:#767676;
	font:12px "segoe ui",arial,sans-serif;
}

/*time view*/

table.RadCalendarTimeView_Endurance
{
	border-color:#dadad2;
	background:#fff;
	font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Endurance th
{
	border-bottom:1px solid #999;
	padding:0 0 1px;
	background:#e4e4e4;
	color:#000;
	line-height:23px;
}

table.RadCalendarTimeView_Endurance td
{
	border-color:#999;
}

.RadCalendarTimeView_Endurance a
{
	color:#333;
}

.RadCalendarTimeView_Endurance td.rcSelected a
{
	border-color:#25a0da;
	background:#25a0da;
	color:#fff;
}

.RadCalendarTimeView_Endurance td.rcHover a
{
	border-color:#e5e5e5;
	background:#e5e5e5;
	color:#000;
}

.RadCalendarTimeView_Endurance .rcFooter
{
	border-color:#999;
}

/*pickers*/

.RadPicker_Endurance .rcCalPopup,
.RadPicker_Endurance .rcTimePopup
{
	background-image:url('Calendar/sprite.gif');
}

.RadPicker_Endurance .rcCalPopup,
.RadPicker_Endurance a.rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_Endurance a.rcCalPopup:hover,
.RadPicker_Endurance a.rcCalPopup:focus,
.RadPicker_Endurance a.rcCalPopup:active
{
	background-position:0 -50px;
}

.RadPicker_Endurance .rcTimePopup,
.RadPicker_Endurance a.rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_Endurance a.rcTimePopup:hover,
.RadPicker_Endurance a.rcTimePopup:focus,
.RadPicker_Endurance a.rcTimePopup:active
{
	background-position:0 -150px;
}

/*rtl*/

.RadCalendarRTL_Endurance .rcTitlebar .rcFastPrev
{
	background-position:0 -500px;
}

.RadCalendarRTL_Endurance .rcTitlebar a.rcFastPrev:hover
{
	background-position:0 -550px;
}

.RadCalendarRTL_Endurance .rcTitlebar .rcPrev
{
	background-position:0 -400px;
}

.RadCalendarRTL_Endurance .rcTitlebar a.rcPrev:hover
{
	background-position:0 -450px;
}

.RadCalendarRTL_Endurance .rcTitlebar .rcNext
{
	background-position:0 -300px;
}

.RadCalendarRTL_Endurance .rcTitlebar a.rcNext:hover
{
	background-position:0 -350px;
}

.RadCalendarRTL_Endurance .rcTitlebar .rcFastNext
{
	background-position:0 -200px;
}

.RadCalendarRTL_Endurance .rcTitlebar a.rcFastNext:hover
{
	background-position:0 -250px;
}


