/* Telerik RadCalendar Hay Skin */

.calendarWrapper_Christine
{
	width:230px; /*default*/
	border-collapse:separate !important;
	border:1px solid #cac8ab !important;
	background:#f3f3e2;
	font:11px arial,tahoma,sans-serif;
}

/* titlebar */

.titlebar_Christine
{
	width:100%;
	border:1px solid;
	border-color:#b3d10d #b3d10d #b3d10d;
	border-collapse:separate !important;
	background:url('Calendar/sprite.gif') 0 100% repeat-x #b3d10d;
	color:#fff;
}

.titlebar_Christine td
{
	border-top:1px solid #b3d10d;
	border-bottom:1px solid #b3d10d;
	padding:0;
	font:13px/29px arial,tahoma,sans-serif;
	text-align:center;
}

.titlebar_Christine td img
{
	margin:0 5px;
}

.TableLayout_Christine
{
	border:0;
	border-collapse:separate !important;
	width:91%;
	margin:0 12px 5px 8px;
	font:11px/16px arial,tahoma,sans-serif;
}

/* week numbers and week days */

.TableLayout_Christine th,
.TableLayout_Christine td
{
	vertical-align:middle;
	padding:0;
}

.TableLayout_Christine .DaysOfWeek_Christine
{
	padding:0 6px;
	color:#47b100;
	font-weight:normal;
	cursor:default;
	text-align:center;
	padding-left:4px;
}

.TableLayout_Christine th.DaysOfWeek_Christine
{
	border-bottom:1px solid #c3c2a4;
	padding-top:10px;
	padding-bottom:3px;
	text-align:right;
	padding-left:0;
}

/* date cells */

.radCalDefault_Christine,
.radCalWeekendDefault_Christine,
.otherMonth_Christine,
.outOfRange_Christine
{
	border:1px solid #f3f3e2;
}

.TableLayout_Christine a,
.TableLayout_Christine span
{
	display:block;
	text-decoration:none;
	color:#272722;
	padding:1px 5px 1px 0;
	text-align:right;
}

.radCalWeekendDefault_Christine a,
.radCalWeekendDefault_Christine span
{
	color:#757566;
}

.radCalToday_Christine
{
	background:#fff;
	border-color:#bbb894;
}

.otherMonth_Christine a
{
	color:#9d9a87;
}

.outOfRange_Christine span
{
	color:#9d9a87;
	cursor:default;
}

.radCalHover_Christine
{
	border:1px solid #99cb58;
	background:url('Calendar/sprite.gif') -1981px 100% no-repeat #efffdc;
}

.radCalSelect_Christine
{
	border:1px solid;
	border-color:#787762 #5e5d4a #474533;
	background:url('Calendar/sprite.gif') -2432px 100% repeat-x #a2a18c;
}

.radCalSelect_Christine a
{
	color:#fff;
}

/*month view*/

.MonthYearFastNav_Christine
{
	border:1px solid #000;
	background:#fff;
	border-collapse:separate;
	border-spacing:0;
	font:10px verdana,tahoma,sans-serif;
	color:#272722;
}

.MonthYearFastNav_Christine td
{
	border:0;
	padding:2px;
	text-align:center;
	cursor:default;
}

.MonthYearFastNav_Christine #RadCalendar_FastNav_Feb,
.MonthYearFastNav_Christine #RadCalendar_FastNav_Apr,
.MonthYearFastNav_Christine #RadCalendar_FastNav_Jun,
.MonthYearFastNav_Christine #RadCalendar_FastNav_Aug,
.MonthYearFastNav_Christine #RadCalendar_FastNav_Oct,
.MonthYearFastNav_Christine #RadCalendar_FastNav_Dec
{
	border-right:1px solid #cac8ab;
	padding-right:1px;
}

.MonthYearFastNav_Christine .selected_Christine
{
	border:1px solid;
	border-color:#787762 #5e5d4a #474533;
	padding:1px 1px;
	background:url('Calendar/sprite.gif') -2432px 100% repeat-x #a2a18c;
	color:#fff;
}

.MonthYearFastNav_Christine .bottom_Christine
{
	border:0;
	border-top:1px solid #cac8ab;
	padding:0.5em 0.6em;
	background:#f3f3e2;
	text-align:center;
}

.bottom_Christine input
{
	border:1px solid;
	border-color:#52b50c #47a509 #3b9205;
	margin:0 0.2em;
	padding:0;
	background:url('Calendar/sprite.gif') -1330px 100% repeat-x #8cd539;
	color:#fff;
	font:10px verdana,arial,sans-serif;
	cursor:pointer;
}

/*time view*/

.radTimeTableCss_Christine
{
	font:11px arial,tahoma,sans-serif;
	border:1px solid #979797;
	background:#fff;
	border-collapse:separate;
	color:#272722;
}

.radTimeTableCss_Christine th
{
	border:0;
	border-top:1px solid #9ad944;
	border-bottom:1px solid #41a901;
	padding:0;
	background:url('Calendar/sprite.gif') 0 100% repeat-x #69ca20;
	color:#fff;
	font:13px/31px arial,tahoma,sans-serif;
	text-align:center;
	cursor:default;
}

.radTimeTableCss_Christine td
{
	border-left:1px solid #cac8ab;
	padding:0 2px;
}

.radTimeTableCss_Christine td:first-child
{
	border-left:0;
}

.radTimeTableCss_Christine a
{
	display:block;
	padding:5px 7px;
	text-align:center;
	color:#272722;
	text-decoration:none;
}

td.radTimeOverCss_Christine a
{
	border:1px solid #99cb58;
	padding:4px 6px;
	background:url('Calendar/sprite.gif') -1981px 100% repeat-x #efffdc;
}

/*pickers*/

.pickerWrapper_Christine
{
	vertical-align: middle;
}

.pickerWrapper_Christine table,
.pickerWrapper_Christine td
{
	border:0;
	margin:0;
	padding:0;
}

.pickerWrapper_Christine td
{
	vertical-align:middle;
}

.pickerWrapper_Christine .inputCell
{
	padding:0 4px 0 0;
}

.pickerWrapper_Christine td a
{
	display:block;
	text-decoration:none;
	margin:0 2px;
	outline:none;/*FF*/
	position:relative;/*FF*/
	z-index:2;/*Opera*/
}
* html .pickerWrapper_Christine td a /*IE6*/
{
	position:static;
}
*+html .pickerWrapper_Christine td a /*IE7*/
{
	position:static;
}

