/* Telerik RadCalendar Black Skin */

.calendarWrapper_Black
{
	width:202px; /*default*/
	border-collapse:separate !important;
	border:1px solid !important;
	border-color:#121212 #1c1c1c #1c1c1c !important;
	background:#313131;
	color:#9f9f9f;
	font:11px "segoe ui",arial,sans-serif;
}

/* titlebar */

.titlebar_Black
{
	width:100%;
	border-collapse:separate !important;
	border:1px solid;
	border-color:#383838 #2e2e2e #121212;
	border-top:0;
	background:url('Calendar/titlebarBg.gif') repeat-x;
	color:#006a96;
	font:14px/25px "segoe ui",arial,sans-serif;
}

.titlebar_Black td
{
	border-bottom:1px solid #252525;
	padding:0;
	text-align:center;
}

.titlebar_Black img
{
	margin:0 7px;
}

.TableLayout_Black
{
	width:100%;
	border-collapse:separate !important;
	border:1px solid #373737;
	border-top:0;
}

.TableLayout_Black th,
.TableLayout_Black td
{
	vertical-align:middle;
}

.TableLayout_Black .DaysOfWeek_Black
{
	padding:1px 5px;
	background:#222;
	color:#9f9f9f;
	text-align:center;
	cursor:default;
}

.TableLayout_Black th.DaysOfWeek_Black
{
	border-bottom:1px solid #181818;
	padding-top:3px;
	padding-bottom:4px;
	background:#222 url('Calendar/daysofweekBg.gif') 0 100% repeat-x;
	text-align:right;
}

.TableLayout_Black th.ViewSelector_Black
{
	text-align:center;
}

/* date cells */

.radCalDefault_Black,
.radCalWeekendDefault_Black,
.otherMonth_Black,
.outOfRange_Black
{
	border:1px solid #313131;
	padding:0;
}

.TableLayout_Black a,
.TableLayout_Black span
{
	display:block;
	text-decoration:none;
	color:#9f9f9f;
	padding:1px 5px;
	line-height:15px;
	text-align:right;
	outline:none;
}

.radCalWeekendDefault_Black a
{
	color:#666;
}

.radCalToday_Black
{
	border:1px solid #525252;
}

.radCalToday_Black a
{
	color:#fff;
}

.otherMonth_Black a
{
	color:#474747;
}

.outOfRange_Black span
{
	cursor:default;
	color:#353535;
}

.radCalHover_Black
{
	border:1px solid #3d3d3d;
	background:#3d3d3d;
}

.radCalHover_Black a
{
	color:#fff;
}

.radCalSelect_Black
{
	border:1px solid #222;
}

.radCalSelect_Black a
{
	background:url('Calendar/selectedBg.gif') repeat-x #343434;
	color:#fff;
}

/*multimonth view*/

.TableLayout_Black .TableLayout_Black .titlebar_Black
{
	border-left:0;
	border-right:0;
}

.TableLayout_Black .TableLayout_Black
{
	border-color:#1c1c1c;
}

/*month view*/

.MonthYearFastNav_Black
{
	border-collapse:separate;
	border:1px solid #1c1c1c;
	background:#383838;
	color:#9f9f9f;
	font:10px verdana,tahoma,sans-serif;
	cursor:default;
}

.MonthYearFastNav_Black td
{
	border:1px solid #383838;
	padding:3px 6px;
	text-align:right;
}

.MonthYearFastNav_Black #RadCalendar_FastNav_Feb,
.MonthYearFastNav_Black #RadCalendar_FastNav_Apr,
.MonthYearFastNav_Black #RadCalendar_FastNav_Jun,
.MonthYearFastNav_Black #RadCalendar_FastNav_Aug,
.MonthYearFastNav_Black #RadCalendar_FastNav_Oct,
.MonthYearFastNav_Black #RadCalendar_FastNav_Dec
{
	border-right-color:#222;
}

.MonthYearFastNav_Black .selected_Black
{
	border-color:#525252 !important;
	color:#fff;
}

.MonthYearFastNav_Black .bottom_Black
{
	background:#222;
	border:1px solid #262626;
	border-top-color:#181818;
	padding:4px 0 3px 0;
	text-align:center;
}

.bottom_Black input
{
	border:1px solid #121212;
	padding:0 2px;
	background:url('Calendar/buttonBg.gif') repeat-x #1f1f1f;
	font:10px verdana,sans-serif;
	color:#d9d9d9;
	cursor:pointer;
}

/*time view*/

.radTimeTableCss_Black 
{
	border-collapse:separate !important;
	border:solid 1px #1c1c1c;
	background:#383838;
	font:11px/18px "segoe ui",arial,sans-serif;	
}

.radTimeTableCss_Black th
{
	border-bottom:1px solid #1c1c1c;
	background:#222;
	color:#006a96;
	font:13px/24px "segoe ui",arial,sans-serif;
	text-align:center;
}

.radTimeTableCss_Black td
{
	border-left:1px solid #424242;
	border-right:1px solid #222;
	padding:0;
}

.radTimeTableCss_Black a
{
	display:block;
	border: solid 1px #383838;
	padding:3px 5px;
	color:#9f9f9f;
    text-align:center;
    text-decoration:none;
	cursor:pointer;
}

.radTimeOverCss_Black a
{	
	border:solid 1px #525252;
	color:#fff;
}

/*pickers*/

.pickerWrapper_Black
{
	vertical-align: middle;
}

.pickerWrapper_Black table,
.pickerWrapper_Black td
{
	border:0;
	margin:0;
	padding:0;
}

.pickerWrapper_Black td
{
	vertical-align:middle;
}

.pickerWrapper_Black .inputCell
{
	padding:0 4px 0 0;
}

.pickerWrapper_Black td a
{
	display:block;
	text-decoration:none;
	margin:0 2px;
	outline:none;/*FF*/
	position:relative;/*FF*/
	z-index:2;/*Opera*/
}
* html .pickerWrapper_Black td a /*IE6*/
{
	position:static;
}
*+html .pickerWrapper_Black td a /*IE7*/
{
	position:static;
}
