/*Telerik RadCalendar AMEVIVE skin*/

table.RadCalendar_AMEVIVE
{
	border-collapse:separate;
	border:0;
	background:white;
	font:11px arial,tahoma,sans-serif;
	width:140px;
}

/*titlebar*/

.RadCalendar_AMEVIVE .rcTitlebar
{
	width:100%;
	border:1px solid #b2b2b2;
	border-bottom:0;
	padding:0;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

.RadCalendar_AMEVIVE .rcTitlebar table
{
	width:350px;
	border:0;
	height:30px;
	margin:0 auto;

	background:url('Calendar/calendar_header.jpg') repeat-x;
	background-position:center center;
}

.RadCalendar_AMEVIVE .rcTitlebar td
{
	border:0;
	padding:0 0 1px;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_AMEVIVE .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_AMEVIVE .rcTitlebar .rcPrev,
.RadCalendar_AMEVIVE .rcTitlebar .rcNext
{
	display:block;
	width:13px;
	height:13px;
}
.RadCalendar_AMEVIVE .rcTitlebar .rcFastPrev,
.RadCalendar_AMEVIVE .rcTitlebar .rcFastNext
{
	display:none;
}

.RadCalendar_AMEVIVE .rcTitlebar .rcPrev
{
}

.RadCalendar_AMEVIVE .rcTitlebar .rcNext
{
}

.RadCalendar_AMEVIVE .rcTitlebar .rcFastPrev
{

}

.RadCalendar_AMEVIVE .rcTitlebar .rcFastNext
{

}

.RadCalendar_AMEVIVE .rcMain
{
	width:100%;
	border:1px solid #b2b2b2;
	border-top:0;
	border-bottom:0;
	border-left-color:#cccaae;
	padding:0;
}

.RadCalendar_AMEVIVE .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:90%;
	margin:0px 12px 5px 10px;
	font-size:11px;
}

/*header, footer*/

.RadCalendar_AMEVIVE .rcHeader
{
}
.RadCalendar_AMEVIVE .rcFooter
{
	border:1px solid #b2b2b2;
	border-top:0;
	padding:0px 0px 3px 10px;
}

/*week numbers and days*/

.RadCalendar_AMEVIVE .rcRow th,
.RadCalendar_AMEVIVE .rcWeek th
{
	border:0;
	padding:0 6px;
	color:#797979;
	font-weight:bold;
	cursor:default;
}

.RadCalendar_AMEVIVE .rcWeek th
{
	padding-top:4px;
	padding-bottom:3px;
	text-align:right;
}

.RadCalendar_AMEVIVE .rcRow th,
.RadCalendar_AMEVIVE .rcRow td
{
	vertical-align:middle;
}

.RadCalendar_AMEVIVE .rcWeek .rcViewSel,
.RadCalendar_AMEVIVE .rcRow th
{
	width:14px;
	padding-left:0px;
	text-align:center;
}

/*date cells*/

.RadCalendar_AMEVIVE .rcRow td
{
	border:1px solid #f3f3e2;
	padding:0;
	text-align:right;
}

.RadCalendar_AMEVIVE .rcRow a,
.RadCalendar_AMEVIVE .rcRow span
{
	display:block;
	padding:1px 5px;
	text-decoration:none;
	color:#0072AA;
}

.RadCalendar_AMEVIVE .rcWeekend a
{
}

.RadCalendar_AMEVIVE .rcRow .rcToday
{
	background:#fff;
	border-color:#bbb894;
}

.RadCalendar_AMEVIVE .rcOtherMonth a
{
	color:#9d9a87;
	background-color:#f2f2f2;
}

.RadCalendar_AMEVIVE .rcOutOfRange span
{
	color:#9d9a87;
	cursor:default;
}

.RadCalendar_AMEVIVE .rcRow .rcHover
{

}

.RadCalendar_AMEVIVE .rcRow .rcSelected
{
}

.RadCalendar_AMEVIVE .rcRow .rcSelected a
{
	border:1px solid #ff2500;
	padding:0 4px;
}

.RadCalendar_AMEVIVE .rcHeader,
.RadCalendar_AMEVIVE .rcFooter,
.RadCalendar_AMEVIVE td.rcCellTemplate
{
	/*template styles*/
}

/*multimonth view*/

table.RadCalendarMultiView_AMEVIVE
{
	width:auto;
}

.RadCalendarMultiView_AMEVIVE .rcCalendar
{
	width:224px;
	border:0;
	border-right:1px solid #c3c2a4;
	padding:0;
}

.RadCalendarMultiView_AMEVIVE .rcLastCol
{
	border-right:0;
}

.RadCalendarMultiView_AMEVIVE .rcCalendars .rcMainTable
{
	width:100%;
	margin:0;
}

.RadCalendarMultiView_AMEVIVE .rcCalendars .rcMainTable .rcMainTable
{
	width:90%;
	margin:3px 6px 3px;
}

.RadCalendarMultiView_AMEVIVE .rcCalendars .rcFirstRow .rcMainTable
{
	margin-top:0px;
}

.RadCalendarMultiView_AMEVIVE .rcCalendars .rcLastRow .rcMainTable
{
	margin-bottom:5px;
}

.RadCalendarMultiView_AMEVIVE .rcMainTable .rcTitle
{
	border:0;
	border-bottom:1px solid #c3c2a4;
	padding:1px 0 0;
	font:13px/27px arial,tahoma,sans-serif;
	color:#8cae6a;
	font-weight: bold;
	text-align:center;
}

/*month view*/

table.RadCalendarMonthView_AMEVIVE
{
	border-collapse:separate;
	border:1px solid #979797;
	background:#fff;
	font:10px verdana,tahoma,sans-serif;
	color:#272722;
}

.RadCalendarMonthView_AMEVIVE td
{
	border:0;
	padding:2px;
}

.RadCalendarMonthView_AMEVIVE #rcMView_Feb,
.RadCalendarMonthView_AMEVIVE #rcMView_Apr,
.RadCalendarMonthView_AMEVIVE #rcMView_Jun,
.RadCalendarMonthView_AMEVIVE #rcMView_Aug,
.RadCalendarMonthView_AMEVIVE #rcMView_Oct,
.RadCalendarMonthView_AMEVIVE #rcMView_Dec
{
	border-right:1px solid #cac8ab;
}

.RadCalendarMonthView_AMEVIVE a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#707070;
}

.RadCalendarMonthView_AMEVIVE .rcHover a
{
	border:1px solid #99cb58;
	padding:1px 3px;
	background:#d6fabb url('Calendar/sprite.gif') 0 -600px repeat-x;
}

.RadCalendarMonthView_AMEVIVE .rcSelected a
{
	border:1px solid;
	border-color:#787762 #5e5d4a #474533;
	padding:1px 3px;
	background:#6b6a5f url('Calendar/sprite.gif') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarMonthView_AMEVIVE .rcButtons
{
	border:0;
	border-top:1px solid #cac8ab;
	padding:0.5em 0.6em;
	background:#f3f3e2;
	text-align:center;
}

.RadCalendarMonthView_AMEVIVE input
{
	border:1px solid #bbbbbb;
	padding:0;
	background:url('Calendar/button_bg.gif') repeat-x;
	color:#fff;
	font:8px;
	cursor:pointer;
}

.RadCalendarMonthView_AMEVIVE #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_AMEVIVE #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_AMEVIVE
{
	border-collapse:separate;
	border:1px solid #979797;
	background:#fff;
	font:11px arial,tahoma,sans-serif;
	color:#272722;
}

.RadCalendarTimeView_AMEVIVE th
{
	border:0;
	border-top:1px solid #9ad944;
	border-bottom:1px solid #41a901;
	padding:0 0 2px;
	background:#47b703 url('Calendar/sprite.gif') 0 -500px repeat-x;
	color:#fff;
	font:13px/29px arial,tahoma,sans-serif;
	text-align:center;
	cursor:default;
}

.RadCalendarTimeView_AMEVIVE td
{
	border:0;
	border-left:1px solid #cac8ab;
	padding:1px 2px;
}

.RadCalendarTimeView_AMEVIVE td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_AMEVIVE a
{
	display:block;
	padding:5px 7px;
	text-align:center;
	color:#272722;
	text-decoration:none;
}

.RadCalendarTimeView_AMEVIVE td.rcHover a
{
	border:1px solid #99cb58;
	padding:4px 6px;
	background:#d6fabb url('Calendar/sprite.gif') 0 -600px repeat-x;
}

.RadCalendarTimeView_AMEVIVE td.rcSelected a
{
	border:1px solid;
	border-color:#787762 #5e5d4a #474533;
	padding:4px 6px;
	background:#6b6a5f url('Calendar/sprite.gif') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarTimeView_AMEVIVE .rcFooter
{
	padding:0;
	border-bottom:1px solid #b2b2b2;
}

/*pickers*/

.RadPicker_AMEVIVE
{
	vertical-align:middle;
}

.RadPicker_AMEVIVE table,
.RadPicker_AMEVIVE table td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_AMEVIVE td
{
	vertical-align:middle;
}

.RadPicker_AMEVIVE .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_AMEVIVE td a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	width:16px;
	height:16px;
	margin:0 2px;
	background:url('Calendar/sprite.gif') no-repeat;
	text-indent:-1111px;
	text-align:center;
	text-decoration:none;
}
* html .RadPicker_AMEVIVE td a{position:static}/*IE6*/
*+html .RadPicker_AMEVIVE td a{position:static}/*IE7*/

.RadPicker_AMEVIVE .rcCalPopup,
.RadPicker_AMEVIVE .rcDisabled.rcCalPopup:hover
{
	background-position:0 -200px;
	background: url('Calendar/calendarIcon.jpg') no-repeat;
	width: 26px;
	height: 22px;
}

.RadPicker_AMEVIVE .rcCalPopup:hover
{
	background-position:0 -250px;
	background: url('Calendar/calendarIcon.jpg') no-repeat;
	width: 26px;
	height: 22px;
}

.RadPicker_AMEVIVE .rcTimePopup,
.RadPicker_AMEVIVE .rcDisabled.rcTimePopup:hover
{
	background-position:0 -300px;
}

.RadPicker_AMEVIVE .rcTimePopup:hover
{
	background-position:0 -350px;
}

.RadPicker_AMEVIVE .rcDisabled,
.RadCalendarMonthView_AMEVIVE .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_AMEVIVE .rcTitlebar table
{
	direction:ltr;
}

.RadCalendarRTL_AMEVIVE .rcTitle
{
	direction:rtl;
}