/*Telerik RadCalendar CMAA2 skin*/

table.RadCalendar_CMAA2
{
	border-collapse:separate;
	border:0;
	font:11px arial,sans-serif;
}

/*titlebar*/

.RadCalendar_CMAA2 .rcTitlebar
{
	width:100%;
	border:1px solid #6788be;
	padding:0;
	background:#91b3e0 url('Calendar/sprite.gif') 0 -500px repeat-x;
	color:#fff;
}

.RadCalendar_CMAA2 .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:18px/27px arial,sans-serif;
}

.RadCalendar_CMAA2 .rcTitlebar td
{
	border:0;
	padding:0 0 2px;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_CMAA2 .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_CMAA2 .rcTitlebar .rcPrev,
.RadCalendar_CMAA2 .rcTitlebar .rcNext,
.RadCalendar_CMAA2 .rcTitlebar .rcFastPrev,
.RadCalendar_CMAA2 .rcTitlebar .rcFastNext
{
	display:block;
	width:13px;
	height:15px;
	overflow:hidden;
	margin:0 3px;
	background:transparent url('Calendar/sprite.gif') no-repeat;
	text-indent:-3333px;
	text-decoration:none;
	font-size:1px;
	color:#ccc;
}

.RadCalendar_CMAA2 .rcTitlebar .rcPrev
{
	background-position:4px -46px;
}

.RadCalendar_CMAA2 .rcTitlebar .rcNext
{
	background-position:5px -96px;
}

.RadCalendar_CMAA2 .rcTitlebar .rcFastPrev
{
	margin-left:6px;
	background-position:2px 4px;
}

.RadCalendar_CMAA2 .rcTitlebar .rcFastNext
{
	margin-right:6px;
	background-position:2px -146px;
}

.RadCalendar_CMAA2 .rcMain
{
	width:100%;
	border:1px solid #6788be;
	border-top:0;
	padding:0;
	background:#fff;
}

.RadCalendar_CMAA2 .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:100%;
	font:12px arial,sans-serif;
}

/*header, footer*/

.RadCalendar_CMAA2 .rcHeader,
.RadCalendar_CMAA2 .rcFooter
{
	border:1px solid #6788be;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_CMAA2 .rcRow th,
.RadCalendar_CMAA2 .rcWeek th
{
	border:0;
	border-bottom:1px solid #a5bedf;
	padding:0;
	background:#e7f1ff;
	color:#333;
	text-align:center;
	cursor:default;
	text-align: center !important;
}

.RadCalendar_CMAA2 .rcWeek th
{
	border-right:1px solid #e7f1ff;
}

.RadCalendar_CMAA2 .rcRow th
{
	border-right:1px solid #dde1e4;
}

.RadCalendar_CMAA2 .rcRow th,
.RadCalendar_CMAA2 .rcRow td
{
}

.RadCalendar_CMAA2 .rcWeek .rcViewSel,
.RadCalendar_CMAA2 .rcRow th
{
	width:30px;
}

/*date cells*/

.RadCalendar_CMAA2 .rcRow td
{
	border:solid #dde1e4;
	border-width:0 1px 1px 0;
	padding:3px 0 0 0;
    text-align: left !important;
}

.RadCalendar_CMAA2 .rcRow a,
.RadCalendar_CMAA2 .rcRow span
{
	display:block;
	width:80px;
	height: 54px;
	margin:0 auto;
	text-decoration:none;
	color:#333;
}

.RadCalendar_CMAA2 .rcWeekend a
{
	color:#666;
}

.RadCalendar_CMAA2 .rcRow .rcToday a
{
	background:url('Calendar/sprite.gif') 0 -900px no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#000;
}

.RadCalendar_CMAA2 .rcOtherMonth a
{
	color:#ccc;
}

.RadCalendar_CMAA2 .rcOutOfRange span
{
	color:#ccc;
	cursor:default;
}

.RadCalendar_CMAA2 .rcRow .rcHover a
{
	font-weight:bold;
	color:#000;
}

.RadCalendar_CMAA2 .rcRow .rcSelected a
{
	font-weight:bold;
	color:#000;
}

.RadCalendar_CMAA2 .rcHeader,
.RadCalendar_CMAA2 .rcFooter,
.RadCalendar_CMAA2 td.rcCellTemplate
{
	/*template styles*/
}

/*multimonth view*/

table.RadCalendarMultiView_CMAA2
{
	border-collapse:separate;
	border:0;
}

.RadCalendarMultiView_CMAA2 .rcCalendars .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:100%;
	margin:0;
}

.RadCalendarMultiView_CMAA2 .rcCalendar
{
	border:solid #6788be;
	border-width:0 1px 1px 0;
	padding:0;
}

.RadCalendarMultiView_CMAA2 .rcLastCol
{
	border-right:0;
}

.RadCalendarMultiView_CMAA2 .rcLastRow
{
	border-bottom:0;
}

.RadCalendarMultiView_CMAA2 .rcMainTable .rcTitle
{
	border:0;
	padding:7px 0 4px;
	background:#e7f1ff;
	font:15px/18px arial,tahoma,sans-serif;
	text-align:center;
}

/*month view*/

table.RadCalendarMonthView_CMAA2
{
	border-collapse:collapse;
	border:0;
	background:#fff;
	font:11px arial,sans-serif;
	color:#000;
}

.RadCalendarMonthView_CMAA2 td
{
	border:1px solid #d8dde0;
	padding:0;
}

.RadCalendarMonthView_CMAA2 a
{
	display:block;
	padding:4px;
	text-align:center;
	text-decoration:none;
	color:#000;
}

.RadCalendarMonthView_CMAA2 .rcHover a
{
	background:#e7f1ff;
}

.RadCalendarMonthView_CMAA2 .rcSelected a
{
	background:#dcfc5c;
}

.RadCalendarMonthView_CMAA2 .rcButtons
{
	padding:4px 6px;
	text-align:center;
}

.RadCalendarMonthView_CMAA2 input
{
	border:1px solid #6788be;
	padding:0;
	background:#8eb0dd url('Calendar/sprite.gif') 0 -800px repeat-x;
	color:#fff;
	font:bold 11px arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_CMAA2 #rcMView_Today
{
	margin:0 0.3em 0 0;
}

.RadCalendarMonthView_CMAA2 #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_CMAA2
{
	border-collapse:collapse;
	border:1px solid #6788be;
	background:#fff;
	font:11px arial,tahoma,sans-serif;
	color:#333;
}

.RadCalendarTimeView_CMAA2 th
{
	border:0;
	border-bottom:1px solid #6788be;
	padding:0 0 2px;
	background:#91b3e0 url('Calendar/sprite.gif') 0 -500px repeat-x;
	color:#fff;
	font:18px/27px arial,sans-serif;
	text-align:center;
	cursor:default;
}

.RadCalendarTimeView_CMAA2 td
{
	border:1px solid #d8dde0;
	width:80px;
	padding:0;
}

.RadCalendarTimeView_CMAA2 a
{
	display:block;
	text-align:center;
	color:#333;
	text-decoration:none;
}

.RadCalendarTimeView_CMAA2 td.rcHover a
{
	background:url('Calendar/sprite.gif') 0 -1000px repeat-x;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.RadCalendarTimeView_CMAA2 td.rcSelected a
{
	background:#dcfc5c;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.RadCalendarTimeView_CMAA2 .rcFooter
{
	width:auto;
	padding:0;
}

/*pickers*/

.RadPicker_CMAA2
{
	vertical-align:middle;
}

.RadPicker_CMAA2 table,
.RadPicker_CMAA2 td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_CMAA2 td
{
	vertical-align:middle;
}

.RadPicker_CMAA2 .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_CMAA2 td a
{
	display:block;
	text-decoration:none;
	margin:0 2px;
	outline:none;/*FF*/
	position:relative;/*FF*/
	z-index:2;/*Opera*/
}
* html .RadPicker_CMAA2 td a /*IE6*/
{
	position:static;
}
*+html .RadPicker_CMAA2 td a /*IE7*/
{
	position:static;
}

.RadPicker_CMAA2 .rcCalPopup,
.RadPicker_CMAA2 .rcTimePopup
{
	width:17px;
	height:17px;
	overflow:hidden;
	background-image:url('Calendar/sprite.gif');
	background-repeat:no-repeat;
	text-indent:-4444px;
}

.RadPicker_CMAA2 .rcCalPopup,
.RadPicker_CMAA2 .rcDisabled.rcCalPopup:hover
{
	background-position:0 -200px;
}

.RadPicker_CMAA2 .rcCalPopup:hover
{
	background-position:0 -250px;
}

.RadPicker_CMAA2 .rcTimePopup,
.RadPicker_CMAA2 .rcDisabled.rcTimePopup:hover
{
	background-position:0 -299px;
}

.RadPicker_CMAA2 .rcTimePopup:hover
{
	background-position:0 -349px;
}

.RadPicker_CMAA2 .rcDisabled,
.RadCalendarMonthView_CMAA2 .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}
