/*Telerik RadCalendar RSCOM skin*/

table.RadCalendar_RSCOM
{
	border-collapse:separate;
	border:0 !important;
	border-right:1px solid #a0aab6 !important;
	border-bottom:1px solid #a0aab6 !important;
	background:#fff;
	font:11px arial,sans-serif;
	width:176px;
	cursor: default;
}

/*titlebar*/

.RadCalendar_RSCOM .rcTitlebar
{
	width:100%;
	border:1px solid #69798c;
	border-bottom-color:#8b9fb6;
	padding:0;
	background:#b9c4d2 url(Calendar/titlebarBg.gif) repeat-x;
	color:#fff;
}

.RadCalendar_RSCOM .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:bold 11px/24px arial,sans-serif;
}

.RadCalendar_RSCOM .rcTitlebar td
{
	border:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_RSCOM .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_RSCOM .rcTitlebar .rcPrev,
.RadCalendar_RSCOM .rcTitlebar .rcNext,
.RadCalendar_RSCOM .rcTitlebar .rcFastPrev,
.RadCalendar_RSCOM .rcTitlebar .rcFastNext
{
	display:block;
	width:13px;
	height:13px;
	overflow:hidden;
	margin:0 2px;
	background:transparent url('Calendar/sprite.gif') no-repeat;
	text-indent:-1111px;
	text-decoration:none;
	color:#ccc;
}

.RadCalendar_RSCOM .rcTitlebar .rcPrev
{
	background-position:3px -47px;
}

.RadCalendar_RSCOM .rcTitlebar .rcNext
{
	background-position:5px -97px;
}

.RadCalendar_RSCOM .rcTitlebar .rcFastPrev
{
	margin-left:4px;
	background-position:2px 3px;
}

.RadCalendar_RSCOM .rcTitlebar .rcFastNext
{
	margin-right:4px;
	background-position:2px -147px;
}

.RadCalendar_RSCOM .rcMain
{
	width:100%;
	border:1px solid #69798c;
	border-top:0;
	padding:0;
}

.RadCalendar_RSCOM .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:100%;
	margin:0;
	font:11px/14px arial,sans-serif;
	background-color: transparent; /*RSCOM Added*/
}

/*header, footer*/

.RadCalendar_RSCOM .rcHeader,
.RadCalendar_RSCOM .rcFooter
{
	border:1px solid #69798c;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_RSCOM .rcRow th,
.RadCalendar_RSCOM .rcWeek th
{
	border:0;
	/*border-top:1px solid #f6faff;
	border-bottom:1px solid #a7c0df;*/
	background:#dfeeff;
	color:#000;
	font-weight:normal;
	cursor:default;
	/*RSCOM Added*/
	height: 20px;
	width: 20px;
	border: 1px solid #a7c0df;
}

.RadCalendar_RSCOM .rcWeek th
{
	/*padding:1px 4px;*/
	text-align:right;
}

.RadCalendar_RSCOM .rcRow th,
.RadCalendar_RSCOM .rcRow td
{
	padding:0;
	vertical-align:middle;
}

.RadCalendar_RSCOM .rcWeek .rcViewSel,
.RadCalendar_RSCOM .rcRow th
{
	width:17px;
	text-align:center;
}

.RadCalendar_RSCOM .rcWeek .rcViewSel
{
	padding:1px 0;
}

/*date cells*/

.RadCalendar_RSCOM .rcRow td
{
	border:1px solid #a7c0df;
	/*border-bottom-color:#e9e9e9;*/
	text-align:right;
	/*RSCOM Added*/
	height: 20px;
	width: 20px;
}

.RadCalendar_RSCOM .rcRow a,
.RadCalendar_RSCOM .rcRow span
{
	display:block;
	padding:0 3px 0 0;
	text-decoration:none;
	color:#333;
}

.RadCalendar_RSCOM .rcWeekend a
{
	color:#000;/*#666*/
}

.RadCalendar_RSCOM .rcRow .rcToday
{
	border-color:#a0aab6;
}

.RadCalendar_RSCOM .rcOtherMonth a
{
	color:#ccc;
}

.RadCalendar_RSCOM .rcOutOfRange span
{
	color:#d1d1d1;
	cursor:default;
}

.RadCalendar_RSCOM .rcRow .rcHover
{
	border-color:#a0aab6;
	background:#ced8dd;
}

.RadCalendar_RSCOM .rcRow .rcSelected
{
	border-color:#ea9b1f;
	background:#c7dced;/*RSCOM Modified: #ffe79c*/
}

.RadCalendar_RSCOM .rcHeader,
.RadCalendar_RSCOM .rcFooter,
.RadCalendar_RSCOM td.rcCellTemplate
{
	/*template styles*/
}

/*multimonth view*/

table.RadCalendarMultiView_RSCOM
{
	width:auto;
}

.RadCalendarMultiView_RSCOM td.rcCalendar
{
	width:176px;
	border: solid 1px #000000;
	/*border-left:1px solid #a7c0df;*/
	/*padding: 1px 1px 1px 1px; RSCOM Added*/
	background-color: transparent;
}

.RadCalendarMultiView_RSCOM td.rcFirstCol
{
	border-width: 1px 1px 1px 0px !important;
}

.RadCalendarMultiView_RSCOM td.rcFirstRow
{
	/*border-top-width: 0px;*/
}

.RadCalendarMultiView_RSCOM td.rcLastCol
{
	border-width: 1px 0px 1px 1px !important;
}

.RadCalendarMultiView_RSCOM td.rcLastRow
{
}

.RadCalendarMultiView_RSCOM .rcMainTable .rcTitle
{
	border:0;
	padding:2px 0 0;
	background:#a7c0df;/*#dfeeff*/
	border-bottom: solid 1px #000000; /*RSCOM Added*/
	font:bold 11px/20px arial,sans-serif;
	text-align:center;
	height: 20px;/*RSCOM Added*/
}

.RadCalendarMultiView_RSCOM .rcWeek th
{
	border-top:0;
}

/*month view*/

table.RadCalendarMonthView_RSCOM
{
	border-collapse:separate;
	border:solid #69798c;
	border-width:1px 2px 2px 1px;
	background:#fff;
	font:10px verdana,sans-serif;
	color:#000;
}

.RadCalendarMonthView_RSCOM td
{
	border:0;
	padding:1px 2px;
}

.RadCalendarMonthView_RSCOM #rcMView_Feb,
.RadCalendarMonthView_RSCOM #rcMView_Apr,
.RadCalendarMonthView_RSCOM #rcMView_Jun,
.RadCalendarMonthView_RSCOM #rcMView_Aug,
.RadCalendarMonthView_RSCOM #rcMView_Oct,
.RadCalendarMonthView_RSCOM #rcMView_Dec
{
	border-right:1px solid #a7c0df;
}

.RadCalendarMonthView_RSCOM a
{
	display:block;
	padding:1px;
	text-align:center;
	text-decoration:none;
	color:#000;
}

.RadCalendarMonthView_RSCOM .rcHover a
{
	border:1px solid #a0aab6;
	padding:0;
	background:#ced8dd;
}

.RadCalendarMonthView_RSCOM .rcSelected a
{
	border:1px solid #ea9b1f;
	padding:0;
	background-color:#c7dced;/*RSCOM Modified: #ffe79c*/
}

.RadCalendarMonthView_RSCOM .rcButtons
{
	border:0;
	border-top:1px solid #a7c0df;
	padding:3px;
	background:#dfeeff;
	text-align:center;
}

.RadCalendarMonthView_RSCOM input
{
	border:1px solid;
	border-color:#5b6979 #516173 #637180;
	padding:0;
	background:#bbc6d3 url('Calendar/sprite.gif') 0 -800px repeat-x;
	color:#fff;
	font:10px verdana,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_RSCOM #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_RSCOM
{
	border-collapse:separate;
	border:solid #69798c;
	border-width:1px 2px 2px 1px;
	background:#fff;
	font:11px arial,sans-serif;
	color:#333;
}

.RadCalendarTimeView_RSCOM th
{
	border:0;
	border-bottom:1px solid #8b9fb6;
	padding:0;
	background:#bbc6d3 url('Calendar/sprite.gif') 0 -500px repeat-x;
	color:#fff;
	font:bold 11px/24px arial,sans-serif;
	text-align:center;
	cursor:default;
}

.RadCalendarTimeView_RSCOM td
{
	border:0;
	border-left:1px solid #a7c0df;
	padding:0;
}

.RadCalendarTimeView_RSCOM td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_RSCOM a
{
	display:block;
	padding:2px 3px;
	text-align:center;
	color:#333;
	text-decoration:none;
}

.RadCalendarTimeView_RSCOM td.rcHover a
{
	border:1px solid #a0aab6;
	padding:1px 2px;
	background:#ced8dd;
}

.RadCalendarTimeView_RSCOM td.rcSelected a
{
	border:1px solid #ea9b1f;
	padding:1px 2px;
	background:#ffe79c;
}

.RadCalendarTimeView_RSCOM .rcFooter
{
	border:0;
	border-top:1px solid #a7c0df;
	padding:0;
}

/*pickers*/

.RadPicker_RSCOM
{
	vertical-align:middle;
}

.RadPicker_RSCOM table,
.RadPicker_RSCOM table td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_RSCOM td
{
	vertical-align:middle;
}

.RadPicker_RSCOM .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_RSCOM 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('Calendar/sprite.gif') no-repeat;
	text-indent:-1111px;
	text-align:center;
	text-decoration:none;
}
* html .RadPicker_RSCOM td a{position:static}/*IE6*/
*+html .RadPicker_RSCOM td a{position:static}/*IE7*/

.RadPicker_RSCOM .rcCalPopup,
.RadPicker_RSCOM .rcDisabled .rcCalPopup:hover
{
	background-position:0 -200px;
}

.RadPicker_RSCOM .rcCalPopup:hover
{
	background-position:0 -250px;
}

.RadPicker_RSCOM .rcTimePopup,
.RadPicker_RSCOM .rcDisabled .rcTimePopup:hover
{
	background-position:0 -300px;
}

.RadPicker_RSCOM .rcTimePopup:hover
{
	background-position:0 -350px;
}

.RadPicker_RSCOM .rcDisabled,
.RadCalendarMonthView_RSCOM .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_RSCOM .rcTitlebar table
{
	direction:ltr;
}

.RadCalendarRTL_RSCOM .rcTitle
{
	direction:rtl;
}

/* Custom Booking Styles */
.highlightDate
{
	background-color: Orange !important; /*#c7dced*/
}