/*Telerik RadCalendar Default skin*/

table.RadCalendar_Custom {
	
	background: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	width: 100%;
}

/*titlebar*/

.RadCalendar_Custom .rcTitlebar {
	width: 100%;
	padding: 0;
/*
	border: 1px solid;
	border-color: #868686 #868686 #c4c4c4;
	background: #eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
	color: #000;
*/
}

.RadCalendar_Custom .rcTitlebar table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	/* line-height: 23px; */
	/*font: 12px/23px verdana,arial,sans-serif;*/
}

.RadCalendar_Custom .rcTitlebar td {
	border: 0;	
	text-align: center;
	vertical-align: middle;	
}

.RadCalendar_Custom .rcTitlebar .rcTitle {
	width: 100%;
	cursor: pointer;
}

.RadCalendar_Custom .rcTitlebar .rcPrev, .RadCalendar_Custom .rcTitlebar .rcNext, .RadCalendar_Custom .rcTitlebar .rcFastPrev, .RadCalendar_Custom .rcTitlebar .rcFastNext {
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin: 0 4px;
	background: transparent url('Calendar/sprite.gif') no-repeat;
	text-indent: -2222px;
	text-decoration: none;
	color: #ccc;
}

.RadCalendar_Custom .rcTitlebar .rcFastPrev {
	margin-left: 6px;
	background-position: 1px -197px;
}

.RadCalendar_Custom .rcTitlebar .rcFastPrev:hover {
	background-position: 1px -247px;
}

.RadCalendar_Custom .rcTitlebar .rcPrev {
	background-position: 4px -297px;
}

.RadCalendar_Custom .rcTitlebar .rcPrev:hover {
	background-position: 4px -347px;
}

.RadCalendar_Custom .rcTitlebar .rcNext {
	background-position: 3px -397px;
}

.RadCalendar_Custom .rcTitlebar .rcNext:hover {
	background-position: 3px -447px;
}

.RadCalendar_Custom .rcTitlebar .rcFastNext {
	margin-right: 6px;
	background-position: 1px -497px;
}

.RadCalendar_Custom .rcTitlebar .rcFastNext:hover {
	background-position: 1px -547px;
}

.RadCalendar_Custom .rcMain {
	width: 100%;
	padding: 0;
}

.RadCalendar_Custom .rcMainTable {
	border-collapse: collapse;
	border-spacing: 1;
	border: 0;
	width: 100%;
	line-height: 17px;		
}

/*header, footer*/

.RadCalendar_Custom .rcHeader, .RadCalendar_Custom .rcFooter {
	border: 1px solid #868686;
	border-top: 0;
	padding: 0;
}

/*week numbers and days*/

.RadCalendar_Custom .rcRow th, .RadCalendar_Custom .rcWeek th {
	border: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: default;
}

.RadCalendar_Custom .rcWeek th {
	/*border-bottom: 1px solid #c5c5c5;*/
	padding: 4px 6px 3px 0;
	text-align: center;
	color: #333;
}

.RadCalendar_Custom .rcWeek .rcViewSel, .RadCalendar_Custom .rcRow th {
	width: 13px;
	padding-left: 9px;
	padding-right: 7px;
	background: #eee;
	text-align: center;
}

.RadCalendar_Custom .rcRow th {
	color: #777;
}

/*date cells*/

.RadCalendar_Custom .rcRow td {
	/*border: 1px solid #fff;*/
	/*padding: 0; */
}

.RadCalendar_Custom .rcMain .rcRow a, .RadCalendar_Custom .rcMain .rcRow span {
	/*display: block;*/
	padding: 0px;
}

.RadCalendar_Custom .rcMain .rcWeekend a {
	/*color: #666;*/
}

.RadCalendar_Custom .rcRow .rcToday {
	border-color: #898989;
}

.RadCalendar_Custom .rcMain .rcOtherMonth {
	background-color: #D6D6D6;
}

.RadCalendar_Custom .rcMain .rcOtherMonth a {
	/*color: #898989;*/
}

.RadCalendar_Custom .rcMain .rcOutOfRange span {
	color: #898989;
	cursor: default;
}

.RadCalendar_Custom .rcRow .rcHover {
/*	border-color: #c4c4c4 #b2b2b2 #9e9e9e;
	background: #c5c5c5 0 -1600px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_Custom .rcRow .rcSelected {
	/*border-color: #8d8d8d #7d7d7d #6c6c6c;
	background: #828282 0 -1700px repeat-x url('Calendar/sprite.gif');*/
}

.RadCalendar_Custom .rcMain .rcRow .rcSelected a {
	/*color: #fff;*/
}

/*multimonth view*/

table.RadCalendarMultiView_Custom {
	width: auto;
}

.RadCalendarMultiView_Custom .rcTitlebar {
	/*border-color: #9a9a9a #9c9c9c #9c9c9c;
	background: #c5c5c5 0 -1199px repeat-x url('Calendar/sprite.gif');*/
}

.RadCalendarMultiView_Custom .rcTitlebar table {
	border: 1px solid;
	border-color: #fdfdfd #f3f3f3 #e7e7e7;
	line-height: 27px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcFastPrev:hover {
	background-position: 1px -647px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcPrev:hover {
	background-position: 4px -747px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcNext:hover {
	background-position: 3px -847px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcFastNext:hover {
	background-position: 1px -947px;
}

.RadCalendarMultiView_Custom .rcMain {
	border-color: #9b9b9b;
}

.RadCalendarMultiView_Custom .rcCalendar {
	padding: 2px;
}

.RadCalendarMultiView_Custom .rcMainTable .rcTitle {
	/*border-bottom: 1px solid #c4c4c4;
	padding: 0 0 2px;
	background: #eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');*/
	text-align: center;
	line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Custom {
	border-collapse: separate;
	border: 1px solid #979797;
	background: #fff;
	font: 12px verdana,arial,sans-serif;
	color: #333;
}

.RadCalendarMonthView_Custom td {
	border: 0;
	padding: 5px 2px 0;
}

.RadCalendarMonthView_Custom #rcMView_Feb, .RadCalendarMonthView_Custom #rcMView_Apr, .RadCalendarMonthView_Custom #rcMView_Jun, .RadCalendarMonthView_Custom #rcMView_Aug, .RadCalendarMonthView_Custom #rcMView_Oct, .RadCalendarMonthView_Custom #rcMView_Dec {
	border-right: 1px solid #e0e0e0;
}

.RadCalendarMonthView_Custom a {
	display: block;
	padding: 2px 4px;
	text-align: center;
	text-decoration: none;
	color: #333;
}

.RadCalendarMonthView_Custom .rcSelected a {
	border: 1px solid;
	border-color: #8d8d8d #7d7d7d #6c6c6c;
	/*padding: 1px 3px; */
	background: #828282 0 -1700px repeat-x url('Calendar/sprite.gif');
	color: #fff;
}

.RadCalendarMonthView_Custom #rcMView_PrevY a, .RadCalendarMonthView_Custom #rcMView_NextY a {
	display: block;
	width: 17px;
	height: 14px;
	overflow: hidden;
	margin: 0 auto;
	background: transparent no-repeat url('Calendar/sprite.gif');
	text-indent: -2222px;
	text-align: center;
	text-decoration: none;
	color: #ccc;
}

.RadCalendarMonthView_Custom #rcMView_PrevY a {
	background-position: 7px -196px;
}

.RadCalendarMonthView_Custom #rcMView_NextY a {
	background-position: 7px -496px;
}

.RadCalendarMonthView_Custom .rcButtons {
	padding: 6px 7px 5px;
	text-align: center;
}

.RadCalendarMonthView_Custom input {
	border: 1px solid;
	border-color: #a7a7a7 #7b7b7b #7b7b7b #a7a7a7;
	padding: 0;
	background: #e9e9e9 0 -2300px repeat-x url('Calendar/sprite.gif');
	color: #000;
	font: 12px verdana,arial,sans-serif;
	cursor: pointer;
}

.RadCalendarMonthView_Custom #rcMView_Today {
	margin: 0 0.4em 0 0;
}

.RadCalendarMonthView_Custom #rcMView_OK {
	padding: 0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_Custom {
	border-collapse: separate;
	border: 1px solid #868686;
	background: #fff;
	font: 12px verdana,arial,sans-serif;
}

.RadCalendarTimeView_Custom th {
	border: 0;
	border-bottom: 1px solid #c4c4c4;
	padding: 0 0 1px;
	background: #eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
	color: #000;
	text-align: center;
	cursor: default;
	line-height: 23px;
	font-weight: normal;
}

.RadCalendarTimeView_Custom td {
	border: 0;
	border-left: 1px solid #c5c5c5;
	padding: 2px 2px 3px;
}

.RadCalendarTimeView_Custom td:first-child {
	border-left: 0;
}

.RadCalendarTimeView_Custom a {
	display: block;
	padding: 2px 6px;
	text-align: center;
	color: #333;
	text-decoration: none;
}

.RadCalendarTimeView_Custom td.rcHover a {
	border: 1px solid;
	border-color: #c4c4c4 #b2b2b2 #9e9e9e;
	padding: 1px 5px;
	background: #c5c5c5 0 -1600px repeat-x url('Calendar/sprite.gif');
	color: #000;
}

.RadCalendarTimeView_Custom .rcFooter {
	border: 0;
	border-top: 1px solid #c5c5c5;
	padding: 0;
}

/*pickers*/

.RadPicker_Custom {
	vertical-align: middle;
}

.RadPicker_Custom table.rcTable, .RadPicker_Custom table.rcTable td {
	border: 0;
	margin: 0;
	padding: 0;
}

.RadPicker_Custom td {
	vertical-align: middle;
}

.RadPicker_Custom table.rcTable .rcInputCell {
	padding: 0px 4px 0px 0px;
}

.RadPicker_Custom td a {
	position: relative; /*FF*/
	outline: none; /*FF*/
	z-index: 2; /*Opera*/
	margin: 0 2px;
	text-decoration: none;
}
* html .RadPicker_Custom td a {
	position: static;
}
/*IE6*/
* + html .RadPicker_Custom td a {
	position: static;
}
/*IE7*/

.RadPicker_Custom .rcCalPopup, .RadPicker_Custom .rcTimePopup {
	display: block;
	overflow: hidden;
	width: 22px;
	height: 22px;
	background: url('Calendar/sprite.gif') no-repeat;
	text-indent: -2222px;
	text-align: center;
}

.RadPicker_Custom .rcCalPopup, .RadPicker_Custom .rcDisabled.rcCalPopup:hover {
	background-position: 0 0;
}

.RadPicker_Custom .rcCalPopup:hover {
	background-position: 0 -50px;
}

.RadPicker_Custom .rcTimePopup, .RadPicker_Custom .rcDisabled.rcTimePopup:hover {
	background-position: 0 -100px;
}

.RadPicker_Custom .rcTimePopup:hover {
	background-position: 0 -150px;
}

.RadPicker_Custom .rcDisabled, .RadCalendarMonthView_Custom .rcDisabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

