/* Telerik RadCalendar Olive Skin */

.calendarWrapper_Olive
{
	width:226px; /*Olive*/
	border-collapse:separate !important;
	border:1px solid #212121 !important;
	background:#fff;
	color:#333;
	font:11px arial,sans-serif;
}

.titlebar_Olive,
.TableLayout_Olive
{
	width:100%;
}

/*titlebar*/

.titlebar_Olive
{
	border-bottom:1px solid #171717;
	background:#444 url(Calendar/headerBg.gif) repeat-x;
	color:#fff;
}

.titlebar_Olive td
{
	border-bottom:1px solid #3d3d3d;
	padding:0;
	font:16px/35px arial,sans-serif;
	text-align:center;
}

.titlebar_Olive a
{
	color:#ccc;/*outline*/
}

.titlebar_Olive td img
{
	margin:0 6px;
}

/* week numbers and week days */

.TableLayout_Olive
{
	border-collapse:separate !important;
	border:solid #fff;
	border-width:8px 13px 6px;
	font:11px arial,sans-serif;
}

.TableLayout_Olive .DaysOfWeek_Olive
{
	padding:0 5px;
	text-align:center;
	font-weight:normal;
	vertical-align:middle;
	cursor:Olive;
}

.TableLayout_Olive th.DaysOfWeek_Olive
{
	border-bottom:1px solid #000;
	padding:1px 4px 4px;
	text-align:right;
}

.TableLayout_Olive td.DaysOfWeek_Olive
{
	border-right:1px solid #000;
}

.TableLayout_Olive th.ViewSelector_Olive
{
	text-align:center;
}

/* date cells */

.radCalOlive_Olive,
.radCalWeekendOlive_Olive,
.otherMonth_Olive,
.outOfRange_Olive,
.radCalToday_Olive,
.radCalHover_Olive,
.radCalSelect_Olive
{
	border:1px solid;
	padding:0;
	vertical-align:middle;
}

.radCalOlive_Olive,
.radCalWeekendOlive_Olive,
.otherMonth_Olive,
.outOfRange_Olive
{
	border-color:#fff;
}

.radCalOlive_Olive a,
.radCalWeekendOlive_Olive a,
.otherMonth_Olive a,
.outOfRange_Olive span,
.radCalToday_Olive a,
.radCalHover_Olive a,
.radCalSelect_Olive a
{
	display:block;
	padding:1px 6px 2px 5px;
	color:#333;
	text-align:right;
	text-decoration:none;
}

.radCalWeekendOlive_Olive a
{
	color:#666;
}

.otherMonth_Olive a,
.outOfRange_Olive span
{
	color:#ccc;
}

.outOfRange_Olive span
{
	cursor:Olive;
}

.radCalToday_Olive
{
	border-color:#2a2a2a;
}

.radCalHover_Olive
{
	border-color:#ccc;
	background:#ccc;
}

.radCalSelect_Olive
{
	border-color:#363636 #1f1f1f #040404;
	background:#454545 url('Calendar/todayBg.gif') repeat-x;
}

.radCalSelect_Olive a
{
	color:#fff;
}

/*multimonth view*/

.TableLayout_Olive .TableLayout_Olive
{
	border-width:0 4px 4px;
}

.TableLayout_Olive .TableLayout_Olive .titlebar_Olive
{
	background:#fff none;
	padding-top:4px;
	padding-bottom:4px;
	font-size:12px;
	color:#333;
}

.TableLayout_Olive .TableLayout_Olive  th.DaysOfWeek_Olive
{
	padding-top:6px;
}

/*month view*/

.MonthYearFastNav_Olive
{
	border-collapse:separate;
	border:1px solid #000;
	background:#fff;
	font:10px verdana,sans-serif;
	color:#707070;
	cursor:Olive;
}

.MonthYearFastNav_Olive td
{
	border:0;
	padding:3px 2px;
	text-align:center;
}

.MonthYearFastNav_Olive #RadCalendar_FastNav_Feb,
.MonthYearFastNav_Olive #RadCalendar_FastNav_Apr,
.MonthYearFastNav_Olive #RadCalendar_FastNav_Jun,
.MonthYearFastNav_Olive #RadCalendar_FastNav_Aug,
.MonthYearFastNav_Olive #RadCalendar_FastNav_Oct,
.MonthYearFastNav_Olive #RadCalendar_FastNav_Dec
{
	border-right:1px solid #b0b0b0;
	padding-right:1px;
}

.MonthYearFastNav_Olive .selected_Olive
{
	background:#ccc;	
	color:#000;
}

.MonthYearFastNav_Olive .bottom_Olive
{
	border-top:1px solid #e3e3e3;
	background:#e3e3e3;
	padding:4px 7px;
	text-align:center;
}

.bottom_Olive input
{
	border:1px solid;
	border-color:#363636 #1f1f1f #040404;
	margin:0 0.2em;
	padding:0;
	background:#474747 url(Calendar/buttonBg.gif) repeat-x;
	color:#fff;
	font:10px verdana,sans-serif;
	cursor:pointer;
}

.bottom_Olive input#RadCalendar_FastNav_OkButton
{
	padding:0 2px;
}


/*time view*/

.radTimeTableCss_Olive 
{
	border:1px solid #000;
	background:#fff;
	color:#666;
	font:11px arial,sans-serif;
}

.radTimeTableCss_Olive th
{
	border:0;
	background:#e3e3e3;
	color:#000;
	line-height:24px;
	font-weight:normal;
	text-align:center;
	cursor:Olive;
}

.radTimeTableCss_Olive td
{
	border-left:1px solid #b0b0b0;
	padding:0;
}

.radTimeTableCss_Olive td:first-child
{
	border-left:0;
}

.radTimeTableCss_Olive a
{
	display:block;
	padding:6px 8px;
    text-align:center;
    color:#666;
    text-decoration:none;
	cursor:pointer;
}

.radTimeOverCss_Olive a
{	
	background-color:#ccc;
}

/*pickers*/


.pickerWrapper_Olive
{
	vertical-align: middle;
}

.pickerWrapper_Olive table,
.pickerWrapper_Olive td
{
	border:0;
	margin:0;
	padding:0;
}

.pickerWrapper_Olive td
{
	vertical-align:middle;
}

.pickerWrapper_Olive .inputCell
{
	padding:0 4px 0 0;
}

.pickerWrapper_Olive td a
{
	display:block;
	text-decoration:none;
	margin:0 2px;
	outline:none;/*FF*/
	position:relative;/*FF*/
	z-index:2;/*Opera*/
}
* html .pickerWrapper_Olive td a /*IE6*/
{
	position:static;
}
*+html .pickerWrapper_Olive td a /*IE7*/
{
	position:static;
}


