﻿/*Telerik RadCalendar Black skin*/

table.RadCalendar_Simple
{
	border-collapse:separate;
	border:0;
	background:#eee;
	font:11px "segoe ui",arial,sans-serif;
	width:200px;
}

/*titlebar including background*/

.RadCalendar_Simple .rcTitlebar
{
	width:100%;
	border:1px solid #b3c1cf;
	padding:0;
	/*background:#dbe1e7 url('WebResource.axd?d=_G8NFc6p9jtr_txC1I9VkJGWFEPZVQBtLg5eisA_CUehGyOqH57XcLDZP7ub4sROipFx7NGOyKQU1n8LhC8GGA2&t=633706532740000000') 0 -500px repeat-x;*/
	background-color:#E0E4E8;
	color:#006a96;
}

.RadCalendar_Simple .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:1px solid;
	border-color:#b3c1cf #b3c1cf #E0E4E8;
	font:14px/23px "segoe ui",arial,sans-serif;
}

.RadCalendar_Simple .rcTitlebar td
{
	border:0;
	padding:0 0 1px;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_Simple .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
	
}

.RadCalendar_Simple .rcTitlebar .rcTitle {color:#ED1C24 !important;font-weight:bold; font-size:12px; letter-spacing:1px !important; text-transform:uppercase !important;}

/* left and right arrows at top of calendar*/
.RadCalendar_Simple .rcTitlebar .rcPrev,
.RadCalendar_Simple .rcTitlebar .rcNext,
.RadCalendar_Simple .rcTitlebar .rcFastPrev,
.RadCalendar_Simple .rcTitlebar .rcFastNext
{
	display:block;
	width:11px;
	height:13px;
	overflow:hidden;
	margin:0 3px;
	background:transparent url('WebResource.axd?d=_G8NFc6p9jtr_txC1I9VkJGWFEPZVQBtLg5eisA_CUehGyOqH57XcLDZP7ub4sROipFx7NGOyKQU1n8LhC8GGA2&t=633706532740000000') no-repeat;
	text-indent:-1111px;
	text-decoration:none;
	color:#666;
}

.RadCalendar_Simple .rcTitlebar .rcPrev
{
	background-position:4px -47px;
}

.RadCalendar_Simple .rcTitlebar .rcNext
{
	background-position:4px -97px;
}

.RadCalendar_Simple .rcTitlebar .rcFastPrev
{
	margin-left:5px;
	background-position:2px 3px;
}

.RadCalendar_Simple .rcTitlebar .rcFastNext
{
	margin-right:5px;
	background-position:2px -147px;
}

.RadCalendar_Simple .rcMain
{
	width:100%;
	border:1px solid #b3c1cf;
	border-top:0;
	padding:0;
}

.RadCalendar_Simple .rcMainTable
{
	border-collapse:separate;
	border:1px solid #b3c1cf !important;
	border-top:0 !important;
	width:100%;
	font:11px/16px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Simple .rcHeader,
.RadCalendar_Simple .rcFooter
{
	border:1px solid #b3c1cf;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_Simple .rcRow th,
.RadCalendar_Simple .rcWeek th
{
	border:0;
	padding:0;
	background:#E0E4E8;
	color:#476274;
	font-weight:normal;
	cursor:default;
}

.RadCalendar_Simple .rcWeek th
{
	border-top:1px solid #b3c1cf;
	border-bottom:1px solid #b3c1cf;
	padding:0 5px 3px 4px;
	text-align:right;
}

.RadCalendar_Simple .rcRow th,
.RadCalendar_Simple .rcRow td
{
	vertical-align:middle;
}

.RadCalendar_Simple .rcRow th
{
	border-right:1px solid #b3c1cf;
}

.RadCalendar_Simple .rcWeek .rcViewSel,
.RadCalendar_Simple .rcRow th
{
	width:16px;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
}

/*date cells*/

.RadCalendar_Simple .rcRow td
{
    border-left:1px solid #fff;
    border-top:1px solid #fff;
	border-right:1px solid #b3c1cf;
	border-bottom:1px solid #b3c1cf;
	padding:0;
	text-align:right;
}

.RadCalendar_Simple .rcMain .rcRow a,
.RadCalendar_Simple .rcMain .rcRow span
{
	display:block;
	padding:1px 4px 1px 3px;
	text-decoration:none;
	color:#476274;
}

.RadCalendar_Simple .rcMain .rcWeekend a
{
	color:#476274;
}

.RadCalendar_Simple .rcRow .rcToday
{
	border-color:#fff;
}

.RadCalendar_Simple .rcMain .rcRow .rcToday a
{
	color:#fff;
}

.RadCalendar_Simple .rcMain .rcOtherMonth a
{
	color:#474747;
}

.RadCalendar_Simple .rcMain .rcOutOfRange span
{
	color:#474747;
	cursor:default;
}
/* hilight hover */
.RadCalendar_Simple .rcRow .rcHover
{
	border-color:#476274;
	background:#dbe1e7;
}

.RadCalendar_Simple .rcMain .rcRow .rcHover a
{
	color:#fff;
}

/*selected day*/
.RadCalendar_Simple .rcRow .rcSelected
{
	border-color:#fff;
	/*background:#dbe1e7 url('WebResource.axd?d=_G8NFc6p9jtr_txC1I9VkJGWFEPZVQBtLg5eisA_CUehGyOqH57XcLDZP7ub4sROipFx7NGOyKQU1n8LhC8GGA2&t=633706532740000000') 0 -700px repeat-x;*/
	background-color: Red;
}

.RadCalendar_Simple .rcMain .rcRow .rcSelected a
{
	color:#fff;
}

/*multimonth view*/

table.RadCalendarMultiView_Simple
{
	width:auto;
	border:1px solid #3a3a3a !important;
}

.RadCalendarMultiView_Simple .rcMainTable
{
	border:0 !important;
}
/*???*/
.RadCalendarMultiView_Simple .rcTitlebar
{
	border-bottom:0;
	/*background:#dbe1e7 url('WebResource.axd?d=_G8NFc6p9jtr_txC1I9VkJGWFEPZVQBtLg5eisA_CUehGyOqH57XcLDZP7ub4sROipFx7NGOyKQU1n8LhC8GGA2&t=633706532740000000') 0 -900px repeat-x;*/
	color:#9f9f9f;
	background-color: lime;
}

.RadCalendarMultiView_Simple .rcTitlebar table
{
	border:0;
	line-height:26px;
}

.RadCalendarMultiView_Simple .rcTitlebar table td
{
	padding-bottom:1px;
}

.RadCalendarMultiView_Simple .rcTitlebar .rcPrev
{
	background-position:4px -1047px;
}

.RadCalendarMultiView_Simple .rcTitlebar .rcNext
{
	background-position:4px -1097px;
}

.RadCalendarMultiView_Simple .rcTitlebar .rcFastPrev
{
	margin-left:6px;
	background-position:2px -997px;
}

.RadCalendarMultiView_Simple .rcTitlebar .rcFastNext
{
	margin-right:6px;
	background-position:2px -1147px;
}

.RadCalendarMultiView_Simple .rcCalendar
{
	width:200px;
	border:0;
	border-left:1px solid #1c1c1c;
	border-right:1px solid #1c1c1c;
	padding:0;
}

.RadCalendarMultiView_Simple .rcFirstCol
{
	border-left:0;
}

.RadCalendarMultiView_Simple .rcLastCol
{
	border-right:0;
}

.RadCalendarMultiView_Simple .rcMainTable .rcTitle
{
	border:1px solid #121212;
	border-left:0;
	border-right:0;
	padding:0 0 2px;
	/*background:#dbe1e7 url('WebResource.axd?d=_G8NFc6p9jtr_txC1I9VkJGWFEPZVQBtLg5eisA_CUehGyOqH57XcLDZP7ub4sROipFx7NGOyKQU1n8LhC8GGA2&t=633706532740000000') 0 -500px repeat-x;*/
	background-color: lime;
	font:14px/24px "segoe ui",arial,sans-serif;
	color:#006a96;
	text-align:center;
}

/*month view*/

table.RadCalendarMonthView_Simple
{
	border-collapse:separate;
	border:1px solid #1c1c1c;
	background:#dbe1e7;
	font:10px verdana,sans-serif;
	color:#9f9f9f;
}

.RadCalendarMonthView_Simple td
{
	border:0;
	padding:2px;
}

.RadCalendarMonthView_Simple #rcMView_Feb,
.RadCalendarMonthView_Simple #rcMView_Apr,
.RadCalendarMonthView_Simple #rcMView_Jun,
.RadCalendarMonthView_Simple #rcMView_Aug,
.RadCalendarMonthView_Simple #rcMView_Oct,
.RadCalendarMonthView_Simple #rcMView_Dec
{
	padding-right:4px;
	/*background:url('WebResource.axd?d=_G8NFc6p9jtr_txC1I9VkJGWFEPZVQBtLg5eisA_CUehGyOqH57XcLDZP7ub4sROipFx7NGOyKQU1n8LhC8GGA2&t=633706532740000000') 100% -1250px no-repeat;*/
}

.RadCalendarMonthView_Simple a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#9f9f9f;
}

.RadCalendarMonthView_Simple .rcHover a
{
	background:#dbe1e7;
}

.RadCalendarMonthView_Simple .rcSelected a
{
	border:1px solid #222;
	padding:1px 3px;
	/*background:#dbe1e7 url('WebResource.axd?d=_G8NFc6p9jtr_txC1I9VkJGWFEPZVQBtLg5eisA_CUehGyOqH57XcLDZP7ub4sROipFx7NGOyKQU1n8LhC8GGA2&t=633706532740000000') 0 -700px repeat-x;*/
	color:#fff;
}

.RadCalendarMonthView_Simple .rcButtons
{
	border:0;
	border-top:1px solid #181818;
	padding:4px 7px;
	background:#222;
	text-align:center;
}

.RadCalendarMonthView_Simple input
{
	border:1px solid #121212;
	padding:0;
	/*background:#47596a  url('WebResource.axd?d=_G8NFc6p9jtr_txC1I9VkJGWFEPZVQBtLg5eisA_CUehGyOqH57XcLDZP7ub4sROipFx7NGOyKQU1n8LhC8GGA2&t=633706532740000000') 0 -800px repeat-x;*/
	color:#d9d9d9;
	font:10px verdana,arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_Simple #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_Simple #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_Simple
{
	border-collapse:separate;
	border:1px solid #1c1c1c;
	background:#383838;
	font:11px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Simple th
{
	border:0;
	border-top:1px solid #262626;
	border-bottom:1px solid #1b1b1b;
	padding:0 0 2px;
	background:#222;
	color:#006a96;
	font:11px/23px "segoe ui",arial,sans-serif;
	text-align:center;
	cursor:default;
}

.RadCalendarTimeView_Simple td
{
	border:0;
	border-left:1px solid #222;
	border-right:1px solid #434343;
	padding:0;
}

.RadCalendarTimeView_Simple td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_Simple a
{
	display:block;
	padding:6px 7px;
	text-align:center;
	color:#9f9f9f;
	text-decoration:none;
}

.RadCalendarTimeView_Simple td.rcHover a
{
	background:#3d3d3d;
	color:#fff;
}

.RadCalendarTimeView_Simple td.rcSelected a
{
	border:1px solid #222;
	padding:4px 6px;
	/*background:#343434 url('WebResource.axd?d=_G8NFc6p9jtr_txC1I9VkJGWFEPZVQBtLg5eisA_CUehGyOqH57XcLDZP7ub4sROipFx7NGOyKQU1n8LhC8GGA2&t=633706532740000000') 0 -700px repeat-x;*/
	color:#fff;
}

.RadCalendarTimeView_Simple .rcFooter
{
	border:0;
	border-top:1px solid #222;
	padding:0;
}

/*pickers*/

.RadPicker_Simple
{
	vertical-align:middle;
}

.RadPicker_Simple table,
.RadPicker_Simple table td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_Simple td
{
	vertical-align:middle;
}

.RadPicker_Simple .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_Simple td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0 2px;
	text-decoration:none;
}
* html .RadPicker_Simple td a{position:static}/*IE6*/
*+html .RadPicker_Simple td a{position:static}/*IE7*/

.RadPicker_Simple .rcCalPopup,
.RadPicker_Simple .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:16px;
	height:16px;
	/*background:url('WebResource.axd?d=_G8NFc6p9jtr_txC1I9VkJGWFEPZVQBtLg5eisA_CUehGyOqH57XcLDZP7ub4sROipFx7NGOyKQU1n8LhC8GGA2&t=633706532740000000') no-repeat;*/
	text-indent:-1111px;
	text-align:center;
}

.RadPicker_Simple .rcCalPopup,
.RadPicker_Simple .rcDisabled.rcCalPopup:hover
{
	background-position:0 -200px;
}

.RadPicker_Simple .rcCalPopup:hover
{
	background-position:0 -250px;
}

.RadPicker_Simple .rcTimePopup,
.RadPicker_Simple .rcDisabled.rcTimePopup:hover
{
	background-position:0 -300px;
}

.RadPicker_Simple .rcTimePopup:hover
{
	background-position:0 -350px;
}

.RadPicker_Simple .rcDisabled,
.RadCalendarMonthView_Simple .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_Simple .rcTitlebar table
{
	direction:ltr;
}

.RadCalendarRTL_Simple .rcTitle
{
	direction:rtl;
}
