/*Telerik RadCalendar WUSTL skin*/

table.RadCalendar_WUSTL
{
	border-collapse:separate;
	background: #fff;
	font: bold 12px "Trebuchet MS", arial, sans-serif;
	width: 100%;
	padding: 0;
}

/*titlebar*/

.RadCalendar_WUSTL .rcTitlebar
{
	width:100%;
	border: 0;
	padding:0;
	/*background:#fff 0 -1000px repeat-x url('Calendar/sprite.gif');*/
    background: #132543;
	font: 14px/33px "Trebuchet MS", arial, sans-serif;
	color:#fff;
	border-right: 1px solid #fff;
}

.RadCalendar_WUSTL .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font: 14px/33px "Trebuchet MS", arial, sans-serif;
	
}

.RadCalendar_WUSTL .rcTitlebar td
{
	border:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_WUSTL .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_WUSTL .rcTitlebar .rcPrev,
.RadCalendar_WUSTL .rcTitlebar .rcNext,
.RadCalendar_WUSTL .rcTitlebar .rcFastPrev,
.RadCalendar_WUSTL .rcTitlebar .rcFastNext
{
	display:block;
	width:22px;
	height:27px;
	overflow:hidden;
	margin:0;
	background:transparent url('Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-decoration:none;
	color:#999;
}

.RadCalendar_WUSTL .rcTitlebar .rcFastPrev
{
	margin-left: 5px;
	background-position: -1px -191px;
}

.RadCalendar_WUSTL .rcTitlebar .rcFastPrev:hover
{
	background-position:-1px -191px;
}

.RadCalendar_WUSTL .rcTitlebar .rcPrev
{
	background-position:0 -290px;
}

.RadCalendar_WUSTL .rcTitlebar .rcPrev:hover
{
	background-position:0 -290px;
}

.RadCalendar_WUSTL .rcTitlebar .rcNext
{
	background-position:0 -389px;
}

.RadCalendar_WUSTL .rcTitlebar .rcNext:hover
{
	background-position:0 -389px;
}

.RadCalendar_WUSTL .rcTitlebar .rcFastNext
{
	padding-right:0px;
	padding-left: 0px;
	background-position: 0 -489px;
	margin-right: 5px;
}

.RadCalendar_WUSTL .rcTitlebar .rcFastNext:hover
{
	background-position: 0 -489px;
}

.RadCalendar_WUSTL .rcMain
{
	width:100%;
	border: 0;
	border-top:0;
	padding:0;
	padding-top: 1px !important ;	
}

.RadCalendar_WUSTL .rcMainTable
{
	width:100%;
	border-collapse:separate;
	border:0;
	color:#660000;
	font:12px/26px "Trebuchet MS", arial, sans-serif;
	text-align: center;
}

/*header, footer*/

.RadCalendar_WUSTL .rcHeader,
.RadCalendar_WUSTL .rcFooter
{
	border:1px solid #588a4d;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_WUSTL .rcRow th,
.RadCalendar_WUSTL .rcWeek th
{
	border:0;
	color:#fff;
	font-weight:normal;
	vertical-align:middle;
	text-align: center !important ;
	cursor:default;
	background: #aea98e;
}

.RadCalendar_WUSTL .rcWeek th
{
	border-top:0;
	border-bottom:0;
	background: #d2d0d0 !important;
	text-align:center !important ;
	font:12px/20px;
	color: #191c21;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0 !important;
	margin: 0 !important;
}

.RadCalendar_WUSTL .rcWeek .rcViewSel,
.RadCalendar_WUSTL .rcRow th
{
	/*
	width:12px;
	padding:0 7px 0 9px;
*/
	text-align:center;
}

.RadCalendar_WUSTL .rcRow th
{
	background:#b1c67f;
}

/*date cells*/

.RadCalendar_WUSTL .rcRow td
{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:12px 12px 39px 12px;
	background: #ececec !important;
	text-align:left !important;
	vertical-align: top !important;
	font-size: 20px !important;
	/*line-height: 53px !important;*/
	
	
}


.RadCalendar_WUSTL .rcRow td.rcOtherMonth
{
	background: #f4f4f4 !important;
	text-align: left !important;
	vertical-align:top !important;
	
}

.RadCalendar_WUSTL .rcMain .rcRow a,
.RadCalendar_WUSTL .rcMain .rcRow span
{
	display:block;
	padding:0;
	text-decoration:none;
	color:#132543;
}

.RadCalendar_WUSTL .rcMain .rcWeekend a
{
	color:#132543;
}

.RadCalendar_WUSTL .rcRow .rcToday
{
	border-color:#62703b;
	background:#b4c487;
}

.RadCalendar_WUSTL .rcRow .rcToday a,
.RadCalendar_WUSTL .rcRow .rcSelected a
{
	/*color:#fff;*/
}

.RadCalendar_WUSTL .rcMain .rcOtherMonth a
{
	color:#ccc;
}

.RadCalendar_WUSTL .rcMain .rcOutOfRange span
{
	color:#88914b;
	cursor:default;
}

.RadCalendar_WUSTL .rcRow .rcHover
{
	/*border-color:#ab7d25 #95660a #8f610a #a67618;*/
	color: #fff;
	background: #132543 !important ;/* 0 -1600px repeat-x url('Calendar/sprite.gif');*/
}

.RadCalendar_WUSTL .rcRow .rcHover a
{
	color:#fff;
}

.RadCalendar_WUSTL .rcRow .rcSelected
{
	/*border-color:#ab7d25 #95660a #8f610a #a67618;*/
	background:#132543 !important ;
	/*
	border-color:#fff;
	background:#999933 0 -1700px repeat-x url('Calendar/sprite.gif');
*/
}

.RadCalendar_WUSTL .rcRow .rcSelected a
{
	color:#fff;
}

/*multimonth view*/

table.RadCalendarMultiView_WUSTL
{
	width:auto;
}

.RadCalendarMultiView_WUSTL .rcTitlebar
{
	border-color:#3c4c30;
	background:#2d3d1d 0 -1200px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMultiView_WUSTL .rcTitlebar table
{
	line-height:27px;
}

.RadCalendarMultiView_WUSTL .rcTitlebar td
{
	padding-bottom:2px;
}

.RadCalendarMultiView_WUSTL .rcTitlebar .rcPrev,
.RadCalendarMultiView_WUSTL .rcTitlebar .rcNext,
.RadCalendarMultiView_WUSTL .rcTitlebar .rcFastPrev,
.RadCalendarMultiView_WUSTL .rcTitlebar .rcFastNext
{
	margin-top:2px;
}

.RadCalendarMultiView_WUSTL .rcTitlebar .rcFastPrev
{
	background-position:0 -600px;
}

.RadCalendarMultiView_WUSTL .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -650px;
}

.RadCalendarMultiView_WUSTL .rcTitlebar .rcPrev
{
	background-position:0 -700px;
}

.RadCalendarMultiView_WUSTL .rcTitlebar .rcPrev:hover
{
	background-position:0 -750px;
}

.RadCalendarMultiView_WUSTL .rcTitlebar .rcNext
{
	background-position:0 -800px;
}

.RadCalendarMultiView_WUSTL .rcTitlebar .rcNext:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiView_WUSTL .rcTitlebar .rcFastNext
{
	background-position:0 -900px;
}

.RadCalendarMultiView_WUSTL .rcTitlebar .rcFastNext:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiView_WUSTL .rcMain
{
	border-color:#3c4c30;
}

.RadCalendarMultiView_WUSTL .rcCalendar
{
	width:220px;
	border:1px solid #588a4d;
	padding:0;
}

.RadCalendarMultiView_WUSTL .rcMainTable .rcTitle
{
	border:0;
	border-bottom:1px solid #3c6716;
	padding:0 0 1px;
	background:#4d7a26 0 -1000px repeat-x url('Calendar/sprite.gif');
	color:#fff;
	text-align:center;
	line-height:22px;
}

/*month view*/

table.RadCalendarMonthView_WUSTL
{
	border-collapse:separate;
	border:1px solid #7e7e7e;
	background:#f0eee4;
	font:12px "Trebuchet MS", arial, sans-serif;
	color:#132543;
}

table.RadCalendarMonthView_WUSTL td
{
	border:0;
	padding:5px 2px 0;
}

.RadCalendarMonthView_WUSTL #rcMView_Feb,
.RadCalendarMonthView_WUSTL #rcMView_Apr,
.RadCalendarMonthView_WUSTL #rcMView_Jun,
.RadCalendarMonthView_WUSTL #rcMView_Aug,
.RadCalendarMonthView_WUSTL #rcMView_Oct,
.RadCalendarMonthView_WUSTL #rcMView_Dec
{
	border-right:1px solid #7e7e7e;
}

.RadCalendarMonthView_WUSTL td:first-child+td+td
{
	border-left:1px solid #d3e0c2;
}

.RadCalendarMonthView_WUSTL a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#2b2c20;
}

.RadCalendarMonthView_WUSTL .rcSelected a
{
	/*
	border:1px solid;
	border-color:#91351f #7a1b05 #751a04 #8b2913;*/
	
	padding:1px 3px;
	background:#132543;/* 0 -1700px repeat-x url('Calendar/sprite.gif');*/
	color:#fff;
}

.RadCalendarMonthView_WUSTL #rcMView_PrevY a,
.RadCalendarMonthView_WUSTL #rcMView_NextY a
{
	display:block;
	width:17px;
	height:16px;
	overflow:hidden;
	margin:0 auto;
	background:transparent no-repeat url('Calendar/sprite.gif');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
	color:#999;
}

.RadCalendarMonthView_WUSTL #rcMView_PrevY a
{
	background-position:0 -2100px;
}

.RadCalendarMonthView_WUSTL #rcMView_PrevY a:hover
{
	background-position:0 -2150px;
}

.RadCalendarMonthView_WUSTL #rcMView_NextY a
{
	background-position:0 -2200px;
}

.RadCalendarMonthView_WUSTL #rcMView_NextY a:hover
{
	background-position:0 -2250px;
}

.RadCalendarMonthView_WUSTL .rcButtons
{
	padding:5px 7px;
	text-align:center;
}

.RadCalendarMonthView_WUSTL input
{
	padding:0;
	background:#132543;/* 0 -2300px repeat-x url('Calendar/sprite.gif');*/
	color:#fff;
	font:12px "Trebuchet MS", arial, sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_WUSTL input:hover
{
	background-color:#132543;
	background-position:0 -2350px;
	color:#fff;
}

.RadCalendarMonthView_WUSTL #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_WUSTL #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_WUSTL
{
	border-collapse:separate;
	border:1px solid #588a4d;
	background:#c7d6a7;
	color:#2b2c20;
	font:12px "Trebuchet MS", arial, sans-serif;
}

.RadCalendarTimeView_WUSTL th
{
	border:0;
	border-bottom:1px solid #3c6716;
	padding:0 0 1px;
	background:#4d7a26 0 -1000px repeat-x url('Calendar/sprite.gif');
	color:#fff;
	text-align:center;
	line-height:22px;
	cursor:default;
	font-weight:normal;
}

table.RadCalendarTimeView_WUSTL td
{
	border:0;
	border-left:1px solid #9cb16a;
	padding:2px 2px 3px;
}

table.RadCalendarTimeView_WUSTL td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_WUSTL a
{
	display:block;
	padding:2px 6px;
	text-align:center;
	color:#2b2c20;
	text-decoration:none;
}

.RadCalendarTimeView_WUSTL td.rcHover a
{
	border:1px solid;
	border-color:#ab7d25 #95660a #8f610a #a67618;
	padding:1px 5px;
	background:#d69609 0 -1600px repeat-x url('Calendar/sprite.gif');
	color:#132543;
}

.RadCalendarTimeView_WUSTL .rcFooter
{
	border:0;
	border-top:1px solid #588a4d;
	padding:0;
}

/*pickers*/

.RadPicker_WUSTL
{
	vertical-align:middle;
}

.RadPicker_WUSTL table.rcTable,
.RadPicker_WUSTL table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_WUSTL td
{
	vertical-align:middle;
}

.RadPicker_WUSTL table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_WUSTL td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin: 0 6px;
	text-decoration:none;
}
* html .RadPicker_WUSTL td a{position:static}/*IE6*/
*+html .RadPicker_WUSTL td a{position:static}/*IE7*/

.RadPicker_WUSTL .rcCalPopup,
.RadPicker_WUSTL .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:22px;
	height:22px;
	background:url('Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-align:center;
}

.RadPicker_WUSTL .rcCalPopup,
.RadPicker_WUSTL .rcDisabled.rcCalPopup:hover
{
	background-position: 0 3px;
}

.RadPicker_WUSTL .rcCalPopup:hover
{
	background-position:0 3px;
}

.RadPicker_WUSTL .rcTimePopup,
.RadPicker_WUSTL .rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_WUSTL .rcTimePopup:hover
{
	background-position:0 -150px;
}

.RadPicker_WUSTL .rcDisabled,
.RadCalendarMonthView_WUSTL .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_WUSTL .rcTitlebar .rcFastPrev
{
	background-position:0 -500px;
}

.RadCalendarRTL_WUSTL .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -550px;
}

.RadCalendarRTL_WUSTL .rcTitlebar .rcPrev
{
	background-position:0 -400px;
}

.RadCalendarRTL_WUSTL .rcTitlebar .rcPrev:hover
{
	background-position:0 -450px;
}

.RadCalendarRTL_WUSTL .rcTitlebar .rcNext
{
	background-position:0 -300px;
}

.RadCalendarRTL_WUSTL .rcTitlebar .rcNext:hover
{
	background-position:0 -350px;
}

.RadCalendarRTL_WUSTL .rcTitlebar .rcFastNext
{
	background-position:0 -200px;
}

.RadCalendarRTL_WUSTL .rcTitlebar .rcFastNext:hover
{
	background-position:0 -250px;
}

.RadCalendarMultiViewRTL_WUSTL .rcTitlebar .rcFastPrev
{
	background-position:0 -900px;
}

.RadCalendarMultiViewRTL_WUSTL .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiViewRTL_WUSTL .rcTitlebar .rcPrev
{
	background-position:0 -800px;
}

.RadCalendarMultiViewRTL_WUSTL .rcTitlebar .rcPrev:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiViewRTL_WUSTL .rcTitlebar .rcNext
{
	background-position:0 -700px;
}

.RadCalendarMultiViewRTL_WUSTL .rcTitlebar .rcNext:hover
{
	background-position:0 -750px;
}

.RadCalendarMultiViewRTL_WUSTL .rcTitlebar .rcFastNext
{
	background-position:0 -600px;
}

.RadCalendarMultiViewRTL_WUSTL .rcTitlebar .rcFastNext:hover
{
	background-position:0 -650px;
}
