/*Telerik RadCalendar Outlook skin*/

table.RadCalendar_AzzuleSkin
{
	border-collapse:separate;
	border:0;
	background:#fff;
	font:12px verdana;
	width:220px;
}

/*titlebar*/

.RadCalendar_AzzuleSkin .rcTitlebar
{
	width:100%;
	border:1px solid;
	border-color:#002d96 #002d96 #89aee5;
	padding:0;
	background:#7da5e0 0 -1000px repeat-x url('Calendar/sprite.gif');
	color:#000;
}

.RadCalendar_AzzuleSkin .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:12px/22px verdana;
}

.RadCalendar_AzzuleSkin .rcTitlebar td
{
	border:0;
	padding:0 0 2px;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_AzzuleSkin .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_AzzuleSkin .rcTitlebar .rcPrev,
.RadCalendar_AzzuleSkin .rcTitlebar .rcNext,
.RadCalendar_AzzuleSkin .rcTitlebar .rcFastPrev,
.RadCalendar_AzzuleSkin .rcTitlebar .rcFastNext
{
	display:block;
	width:17px;
	height:17px;
	overflow:hidden;
	margin:1px 2px 0;
	background:transparent url('Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-decoration:none;
	color:#ccc;
}

.RadCalendar_AzzuleSkin .rcTitlebar .rcFastPrev
{
	margin-left:4px;
	background-position:0 -200px;
}

.RadCalendar_AzzuleSkin .rcTitlebar .rcPrev
{
	background-position:0 -300px;
}

.RadCalendar_AzzuleSkin .rcTitlebar .rcNext
{
	background-position:0 -400px;
}

.RadCalendar_AzzuleSkin .rcTitlebar .rcFastNext
{
	margin-right:4px;
	background-position:0 -500px;
}

.RadCalendar_AzzuleSkin .rcMain
{
	width:100%;
	border:1px solid #002d96;
	border-top:0;
	padding:0;
}

.RadCalendar_AzzuleSkin .rcMainTable
{
	width:100%;
	border-collapse:separate;
	border:0;
	color:#000;
	font:12px/20px verdana;
}

/*header, footer*/

.RadCalendar_AzzuleSkin .rcHeader,
.RadCalendar_AzzuleSkin .rcFooter
{
	border:1px solid #002d96;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_AzzuleSkin .rcRow th,
.RadCalendar_AzzuleSkin .rcWeek th
{
	border:0;
	font-weight:normal;
	vertical-align:middle;
	cursor:default;
}

.RadCalendar_AzzuleSkin .rcWeek th
{
	border-bottom:1px solid #89aee5;
	padding:2px 6px 2px 0;
	text-align:right;
}

.RadCalendar_AzzuleSkin .rcWeek .rcViewSel,
.RadCalendar_AzzuleSkin .rcRow th
{
	width:12px;
	padding:0 7px 0 9px;
	background:#e9eeee;
	text-align:center;
}

.RadCalendar_AzzuleSkin .rcRow th
{
	color:#555;
}

/*date cells*/

.RadCalendar_AzzuleSkin .rcRow td
{
	border:1px solid #fff;
	padding:0;
	text-align:right;
	vertical-align:middle;
}

.RadCalendar_AzzuleSkin .rcMain .rcRow a,
.RadCalendar_AzzuleSkin .rcMain .rcRow span
{
	display:block;
	padding:1px 5px 1px 0;
	text-decoration:none;
	color:#000;
}

.RadCalendar_AzzuleSkin .rcMain .rcWeekend a
{
	color:#444;
}

.RadCalendar_AzzuleSkin .rcRow .rcToday
{
	border-color:#bb5503;
}

.RadCalendar_AzzuleSkin .rcMain .rcOtherMonth a
{
	color:#777;
}

.RadCalendar_AzzuleSkin .rcMain .rcOutOfRange span
{
	color:#777;
	cursor:default;
}

.RadCalendar_AzzuleSkin .rcRow .rcHover
{
	border-color:#002d96;
	background:#ffd295 0 -1600px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_AzzuleSkin .rcRow .rcSelected
{
	border-color:#002d96;
	background:#98b8e8 0 -1700px repeat-x url('Calendar/sprite.gif');
}

/*multimonth view*/

table.RadCalendarMultiView_AzzuleSkin
{
	width:auto;
}

.RadCalendarMultiView_AzzuleSkin .rcTitlebar
{
	border-bottom-color:#002d96;
	background:#002d96 0 -1200px repeat-x url('Calendar/sprite.gif');
	color:#fff;
}

.RadCalendarMultiView_AzzuleSkin .rcTitlebar td
{
	padding-bottom:1px;
}

.RadCalendarMultiView_AzzuleSkin .rcTitlebar table
{
	line-height:29px;
}

.RadCalendarMultiView_AzzuleSkin .rcTitlebar .rcFastPrev
{
	background-position:0 -600px;
}

.RadCalendarMultiView_AzzuleSkin .rcTitlebar .rcPrev
{
	background-position:0 -700px;
}

.RadCalendarMultiView_AzzuleSkin .rcTitlebar .rcNext
{
	background-position:0 -800px;
}

.RadCalendarMultiView_AzzuleSkin .rcTitlebar .rcFastNext
{
	background-position:0 -900px;
}

.RadCalendarMultiView_AzzuleSkin .rcCalendar
{
	width:220px;
	border:1px solid #002d96;
	border-top:0;
	padding:0;
}

.RadCalendarMultiView_AzzuleSkin .rcMainTable .rcTitle
{
	border-style:solid;
	border-width:1px 0;
	border-color:#002d96 #89aee5 #89aee5;
	padding:0 0 2px;
	background:#9ebef5;
	text-align:center;
	line-height:22px;
}

/*month view*/

table.RadCalendarMonthView_AzzuleSkin
{
	border-collapse:separate;
	border:1px solid #002d96;
	background:#f6f6f6;
	font:12px verdana;
	color:#000;
}

table.RadCalendarMonthView_AzzuleSkin td
{
	border:0;
	padding:5px 2px 0;
}

.RadCalendarMonthView_AzzuleSkin #rcMView_Feb,
.RadCalendarMonthView_AzzuleSkin #rcMView_Apr,
.RadCalendarMonthView_AzzuleSkin #rcMView_Jun,
.RadCalendarMonthView_AzzuleSkin #rcMView_Aug,
.RadCalendarMonthView_AzzuleSkin #rcMView_Oct,
.RadCalendarMonthView_AzzuleSkin #rcMView_Dec
{
	border-right:1px solid #89aee5;
}

.RadCalendarMonthView_AzzuleSkin a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#000;
}

.RadCalendarMonthView_AzzuleSkin .rcSelected a
{
	border:1px solid #002d96;
	padding:1px 3px;
	background:#98b8e8 0 -1700px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMonthView_AzzuleSkin #rcMView_PrevY a,
.RadCalendarMonthView_AzzuleSkin #rcMView_NextY a
{
	display:block;
	width:15px;
	height:13px;
	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_AzzuleSkin #rcMView_PrevY a
{
	background-position:3px -200px;
}

.RadCalendarMonthView_AzzuleSkin #rcMView_NextY a
{
	background-position:4px -500px;
}

.RadCalendarMonthView_AzzuleSkin .rcButtons
{
	padding:5px 7px 3px;
	text-align:center;
}

.RadCalendarMonthView_AzzuleSkin input
{
	border:1px solid #003c74;
	padding:1px 0 0;
	background:#ebe8e3 0 -2300px repeat-x url('Calendar/sprite.gif');
	color:#000;
	font:12px verdana;
	cursor:pointer;
}

.RadCalendarMonthView_AzzuleSkin #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_AzzuleSkin #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_AzzuleSkin
{
	border-collapse:separate;
	border:1px solid #002d96;
	background:#f6f6f6;
	font:12px verdana;
}

.RadCalendarTimeView_AzzuleSkin th
{
	border:0;
	border-bottom:1px solid #89aee5;
	padding:0 0 1px;
	background:#7da5e0 0 -1000px repeat-x url('Calendar/sprite.gif');
	color:#000;
	text-align:center;
	line-height:23px;
	cursor:default;
	font-weight:normal;
}

table.RadCalendarTimeView_AzzuleSkin td
{
	border:0;
	border-left:1px solid #89aee5;
	padding:2px 2px 3px;
}

table.RadCalendarTimeView_AzzuleSkin td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_AzzuleSkin a
{
	display:block;
	padding:2px 6px;
	text-align:center;
	color:#000;
	text-decoration:none;
}

.RadCalendarTimeView_AzzuleSkin td.rcSelected a
{
	border:1px solid #002d96;
	padding:1px 5px;
	background:#98b8e8 0 -1700px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarTimeView_AzzuleSkin td.rcHover a
{
	border:1px solid #002d96;
	padding:1px 5px;
	background:#ffd295 0 -1600px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarTimeView_AzzuleSkin .rcFooter
{
	border:0;
	border-top:1px solid #002d96;
	padding:0;
}

/*pickers*/

.RadPicker_AzzuleSkin,
.RadPicker_AzzuleSkin td
{
	vertical-align:middle;
}

.RadPicker_AzzuleSkin .RadInput
{
	vertical-align:baseline;
}

.RadPicker_AzzuleSkin table.rcTable,
.RadPicker_AzzuleSkin table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_AzzuleSkin table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_AzzuleSkin td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0 2px;
	text-decoration:none;
}
* html .RadPicker_AzzuleSkin td a{position:static}/*IE6*/
*+html .RadPicker_AzzuleSkin td a{position:static}/*IE7*/

.RadPicker_AzzuleSkin .rcCalPopup,
.RadPicker_AzzuleSkin .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:22px;
	height:22px;
	background:url('Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-align:center;
}

.RadPicker_AzzuleSkin .rcCalPopup,
.RadPicker_AzzuleSkin .rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_AzzuleSkin .rcCalPopup:hover,
.RadPicker_AzzuleSkin .rcCalPopup:focus,
.RadPicker_AzzuleSkin .rcCalPopup:active
{
	background-position:0 -50px;
}

.RadPicker_AzzuleSkin .rcTimePopup,
.RadPicker_AzzuleSkin .rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_AzzuleSkin .rcTimePopup:hover,
.RadPicker_AzzuleSkin .rcTimePopup:focus,
.RadPicker_AzzuleSkin .rcTimePopup:active
{
	background-position:0 -150px;
}

.RadPicker_AzzuleSkin .rcDisabled,
.RadCalendarMonthView_AzzuleSkin .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_AzzuleSkin .rcTitlebar .rcFastPrev
{
	background-position:0 -500px;
}

.RadCalendarRTL_AzzuleSkin .rcTitlebar .rcPrev
{
	background-position:0 -400px;
}

.RadCalendarRTL_AzzuleSkin .rcTitlebar .rcNext
{
	background-position:0 -300px;
}

.RadCalendarRTL_AzzuleSkin .rcTitlebar .rcFastNext
{
	background-position:0 -200px;
}

.RadCalendarMultiViewRTL_AzzuleSkin .rcTitlebar .rcFastPrev
{
	background-position:0 -900px;
}

.RadCalendarMultiViewRTL_AzzuleSkin .rcTitlebar .rcPrev
{
	background-position:0 -800px;
}

.RadCalendarMultiViewRTL_AzzuleSkin .rcTitlebar .rcNext
{
	background-position:0 -700px;
}

.RadCalendarMultiViewRTL_AzzuleSkin .rcTitlebar .rcFastNext
{
	background-position:0 -600px;
}

