/*Telerik RadCalendar Web20 skin*/

table.RadCalendar_fullerton
{
	border-collapse:separate;
	border:0;
	background:#ffffff;
	font:12px "segoe ui",arial,sans-serif;
	width:220px;
}

/*titlebar*/

.RadCalendar_fullerton .rcTitlebar
{
	width:100%;
	border:1px solid #bfa967;
	padding:0;
	background:#decb92 0 -1000px repeat-x url('Calendar/sprite.gif');
	color:#ffffff;
}

.RadCalendar_fullerton .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:12px/22px "segoe ui",arial,sans-serif;
}

.RadCalendar_fullerton .rcTitlebar td
{
	border:0;
	padding:0 0 2px;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_fullerton .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_fullerton .rcTitlebar .rcPrev,
.RadCalendar_fullerton .rcTitlebar .rcNext,
.RadCalendar_fullerton .rcTitlebar .rcFastPrev,
.RadCalendar_fullerton .rcTitlebar .rcFastNext
{
	display:block;
	width:22px;
	height:20px;
	overflow:hidden;
	margin:2px 0 0;
	background:transparent url('Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-decoration:none;
	color:#cccccc;
}

.RadCalendar_fullerton .rcTitlebar .rcFastPrev
{
	margin-left:2px;
	background-position:0 -200px;
}

.RadCalendar_fullerton .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -250px;
}

.RadCalendar_fullerton .rcTitlebar .rcPrev
{
	background-position:0 -300px;
}

.RadCalendar_fullerton .rcTitlebar .rcPrev:hover
{
	background-position:0 -350px;
}

.RadCalendar_fullerton .rcTitlebar .rcNext
{
	background-position:0 -400px;
}

.RadCalendar_fullerton .rcTitlebar .rcNext:hover
{
	background-position:0 -450px;
}

.RadCalendar_fullerton .rcTitlebar .rcFastNext
{
	margin-right:2px;
	background-position:0 -500px;
}

.RadCalendar_fullerton .rcTitlebar .rcFastNext:hover
{
	background-position:0 -550px;
}

.RadCalendar_fullerton .rcMain
{
	width:100%;
	border:1px solid #bfa967;
	border-top:0;
	padding:0;
}

.RadCalendar_fullerton .rcMainTable
{
	width:100%;
	border-collapse:separate;
	border:0;
	color:#000000;
	font:12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_fullerton .rcHeader,
.RadCalendar_fullerton .rcFooter
{
	border:1px solid #bfa967;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_fullerton .rcRow th,
.RadCalendar_fullerton .rcWeek th
{
	border:0;
	background:#fffbed;
	font-weight:normal;
	vertical-align:middle;
	cursor:default;
}

.RadCalendar_fullerton .rcWeek th
{
	border-bottom:1px solid #f2e5bd;
	padding:2px 6px 3px 0;
	text-align:right;
}

.RadCalendar_fullerton .rcWeek .rcViewSel,
.RadCalendar_fullerton .rcRow th
{
	width:13px;
	border-right:1px solid #f2e5bd;
	padding:0 7px 0 9px;
	text-align:center;
}

.RadCalendar_fullerton .rcWeek .rcViewSel
{
	border-right-color:#fffbed;
}

/*date cells*/

.RadCalendar_fullerton .rcRow td
{
	border:1px solid #ffffff;
	padding:0;
	text-align:right;
	vertical-align:middle;
}

.RadCalendar_fullerton .rcMain .rcRow a,
.RadCalendar_fullerton .rcMain .rcRow span
{
	display:block;
	padding:1px 5px 1px 0;
	text-decoration:none;
	color:#000000;
}

.RadCalendar_fullerton .rcMain .rcWeekend a
{
	color:#454545;
}

.RadCalendar_fullerton .rcRow .rcToday
{
	border-color:#c7a644;
}

.RadCalendar_fullerton .rcMain .rcOtherMonth a
{
	color:#787878;
}

.RadCalendar_fullerton .rcMain .rcOutOfRange span
{
	color:#787878;
	cursor:default;
}

.RadCalendar_fullerton .rcRow .rcHover
{
	border-color:#f2e5bd;
	background:#fff9e8;
}

.RadCalendar_fullerton .rcRow .rcHover a
{
	color:#4f3f0e;
}

.RadCalendar_fullerton .rcRow .rcSelected
{
	border-color:#c7a644;
	background:#ffeebd;
}

.RadCalendar_fullerton .rcRow .rcSelected a
{
	color:#2b240d;
}

/*multimonth view*/

table.RadCalendarMultiView_fullerton
{
	width:auto;
}

.RadCalendarMultiView_fullerton .rcTitlebar
{
	border-color:#665524;
	background:#8c783b 0 -1200px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMultiView_fullerton .rcTitlebar table
{
	line-height:28px;
}

.RadCalendarMultiView_fullerton .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -650px;
}

.RadCalendarMultiView_fullerton .rcTitlebar .rcPrev:hover
{
	background-position:0 -750px;
}

.RadCalendarMultiView_fullerton .rcTitlebar .rcNext:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiView_fullerton .rcTitlebar .rcFastNext:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiView_fullerton .rcMain
{
	border-color:#bfa967;
}

.RadCalendarMultiView_fullerton .rcCalendar
{
	width:220px;
	border:1px solid #bfa967;
	padding:0;
}

.RadCalendarMultiView_fullerton .rcMainTable .rcTitle
{
	border:0;
	border-bottom:1px solid #bfa967;
	padding:0 0 2px;
	background:#decb92 0 -1000px repeat-x url('Calendar/sprite.gif');
	color:#ffffff;
	text-align:center;
	line-height:22px;
}

/*month view*/

table.RadCalendarMonthView_fullerton
{
	border-collapse:separate;
	border:1px solid #bfa967;
	background:#ffffff;
	font:12px "segoe ui",arial,sans-serif;
	color:#333333;
}

table.RadCalendarMonthView_fullerton td
{
	border:0;
	padding:5px 2px 0;
}

.RadCalendarMonthView_fullerton #rcMView_Feb,
.RadCalendarMonthView_fullerton #rcMView_Apr,
.RadCalendarMonthView_fullerton #rcMView_Jun,
.RadCalendarMonthView_fullerton #rcMView_Aug,
.RadCalendarMonthView_fullerton #rcMView_Oct,
.RadCalendarMonthView_fullerton #rcMView_Dec
{
	border-right:1px solid #bfa967;
}

.RadCalendarMonthView_fullerton a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#333333;
}

.RadCalendarMonthView_fullerton .rcSelected a
{
	border:1px solid #c7a644;
	padding:1px 3px;
	background:#ffeebd;
	color:#2b240d;
}

.RadCalendarMonthView_fullerton #rcMView_PrevY a,
.RadCalendarMonthView_fullerton #rcMView_NextY a
{
	display:block;
	width:16px;
	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:#cccccc;
}

.RadCalendarMonthView_fullerton #rcMView_PrevY a
{
	background-position:3px -2100px;
}

.RadCalendarMonthView_fullerton #rcMView_NextY a
{
	background-position:5px -2200px;
}

.RadCalendarMonthView_fullerton .rcButtons
{
	padding:5px 7px 3px;
	text-align:center;
}

.RadCalendarMonthView_fullerton input
{
	border:1px solid;
	border-color:#47390f #2e2408 #141001;
	padding:0;
	background:#c4ab60 0 -2300px repeat-x url('Calendar/sprite.gif');
	color:#ffffff;
	font:12px "segoe ui",arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_fullerton input:hover
{
	border-color:#947f40;
	background-color:#f0e4c2;
	background-position:0 -2350px;
	color:#8a6b0f;
}

.RadCalendarMonthView_fullerton #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_fullerton #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_fullerton
{
	border-collapse:separate;
	border:1px solid #bfa967;
	background:#ffffff;
	font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_fullerton th
{
	border:0;
	border-bottom:1px solid #bfa967;
	padding:0 0 2px;
	background:#decb92 0 -1000px repeat-x url('Calendar/sprite.gif');
	color:#ffffff;
	text-align:center;
	line-height:22px;
	cursor:default;
	font-weight:normal;
}

table.RadCalendarTimeView_fullerton td
{
	border:0;
	border-left:1px solid #bfa967;
	padding:2px 2px 3px;
}

table.RadCalendarTimeView_fullerton td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_fullerton a
{
	display:block;
	padding:2px 6px;
	text-align:center;
	color:#333333;
	text-decoration:none;
}

.RadCalendarTimeView_fullerton td.rcSelected a
{
	border:1px solid #c7a644;
	padding:1px 5px;
	background:#ffeebd;
	color:#2b240d;
}

.RadCalendarTimeView_fullerton td.rcHover a
{
	border:1px solid #f2e5bd;
	padding:1px 5px;
	background:#fff9e8;
	color:#4f3f0e;
}

.RadCalendarTimeView_fullerton .rcFooter
{
	border:0;
	border-top:1px solid #bfa967;
	padding:0;
}

/*pickers*/

.RadPicker_fullerton,
.RadPicker_fullerton td
{
	vertical-align:middle;
}

.RadPicker_fullerton .RadInput
{
	vertical-align:baseline;
}

.RadPicker_fullerton table.rcTable,
.RadPicker_fullerton table.rcTable td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_fullerton table.rcTable .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_fullerton td a
{
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	margin:0 2px;
	text-decoration:none;
}
* html .RadPicker_fullerton td a{position:static}/*IE6*/
*+html .RadPicker_fullerton td a{position:static}/*IE7*/

.RadPicker_fullerton .rcCalPopup,
.RadPicker_fullerton .rcTimePopup
{
	display:block;
	overflow:hidden;
	width:22px;
	height:22px;
	background:url('Calendar/sprite.gif') no-repeat;
	text-indent:-2222px;
	text-align:center;
}

.RadPicker_fullerton .rcCalPopup,
.RadPicker_fullerton .rcDisabled.rcCalPopup:hover
{
	background-position:0 0;
}

.RadPicker_fullerton .rcCalPopup:hover,
.RadPicker_fullerton .rcCalPopup:focus,
.RadPicker_fullerton .rcCalPopup:active
{
	background-position:0 -50px;
}

.RadPicker_fullerton .rcTimePopup,
.RadPicker_fullerton .rcDisabled.rcTimePopup:hover
{
	background-position:0 -100px;
}

.RadPicker_fullerton .rcTimePopup:hover,
.RadPicker_fullerton .rcTimePopup:focus,
.RadPicker_fullerton .rcTimePopup:active
{
	background-position:0 -150px;
}

.RadPicker_fullerton .rcDisabled,
.RadCalendarMonthView_fullerton .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_fullerton .rcTitlebar .rcFastPrev
{
	background-position:0 -500px;
}

.RadCalendarRTL_fullerton .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -550px;
}

.RadCalendarRTL_fullerton .rcTitlebar .rcPrev
{
	background-position:0 -400px;
}

.RadCalendarRTL_fullerton .rcTitlebar .rcPrev:hover
{
	background-position:0 -450px;
}

.RadCalendarRTL_fullerton .rcTitlebar .rcNext
{
	background-position:0 -300px;
}

.RadCalendarRTL_fullerton .rcTitlebar .rcNext:hover
{
	background-position:0 -350px;
}

.RadCalendarRTL_fullerton .rcTitlebar .rcFastNext
{
	background-position:0 -200px;
}

.RadCalendarRTL_fullerton .rcTitlebar .rcFastNext:hover
{
	background-position:0 -250px;
}

.RadCalendarMultiViewRTL_fullerton .rcTitlebar .rcFastPrev:hover
{
	background-position:0 -950px;
}

.RadCalendarMultiViewRTL_fullerton .rcTitlebar .rcPrev:hover
{
	background-position:0 -850px;
}

.RadCalendarMultiViewRTL_fullerton .rcTitlebar .rcNext:hover
{
	background-position:0 -750px;
}

.RadCalendarMultiViewRTL_fullerton .rcTitlebar .rcFastNext:hover
{
	background-position:0 -650px;
}
