/*Telerik RadCalendar hendrixutd skin*/

table.RadCalendar_hendrixutd
{
	border-collapse:separate;
	border:0;
	font:11px arial,tahoma,sans-serif;
	width:224px;
}

/*titlebar*/

.RadCalendar_hendrixutd .rcTitlebar
{
	width:100%;
	border:1px solid #828282;
	padding:0;
	
	/*
	oud:
	background:#f4f4f4 url('Images/Calendar/sprite.gif') 0 -500px repeat-x;

	nieuw:
	*/
	background-color:#fdf2c9;
	
	color:#333;
}

.RadCalendar_hendrixutd .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:14px/29px arial,tahoma,sans-serif;
}

.RadCalendar_hendrixutd .rcTitlebar td
{
	border:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_hendrixutd .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
}

.RadCalendar_hendrixutd .rcTitlebar .rcPrev,
.RadCalendar_hendrixutd .rcTitlebar .rcNext,
.RadCalendar_hendrixutd .rcTitlebar .rcFastPrev,
.RadCalendar_hendrixutd .rcTitlebar .rcFastNext
{
	display:block;
	width:13px;
	height:13px;
	overflow:hidden;
	margin:0 3px;
	background:transparent url('Images/Calendar/sprite.gif') no-repeat;
	text-indent:-3333px;
	text-decoration:none;
	font-size:1px;
	color:#ccc;
}

.RadCalendar_hendrixutd .rcTitlebar .rcPrev
{
	background-position:3px -48px;
}

.RadCalendar_hendrixutd .rcTitlebar .rcNext
{
	background-position:4px -98px;
}

.RadCalendar_hendrixutd .rcTitlebar .rcFastPrev
{
	margin-left:7px;
	background-position:2px 2px;
}

.RadCalendar_hendrixutd .rcTitlebar .rcFastNext
{
	margin-right:7px;
	background-position:2px -148px;
}

.RadCalendar_hendrixutd .rcMain
{
	width:100%;
	border:1px solid #868686;
	border-top:0;
	padding:0;
	background:#fff;
}

.RadCalendar_hendrixutd .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:90%;
	margin:6px 12px 10px 10px;
	font:11px/15px arial,tahoma,sans-serif;
}

/*header, footer*/

.RadCalendar_hendrixutd .rcHeader,
.RadCalendar_hendrixutd .rcFooter
{
	border:1px solid #868686;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_hendrixutd .rcRow th,
.RadCalendar_hendrixutd .rcWeek th
{
	border:0;
	padding:0 6px;
	color:#333;
	font-weight:normal;
	cursor:default;
}

.RadCalendar_hendrixutd .rcWeek th
{
	border-bottom:1px solid #828282;
	padding-top:4px;
	padding-bottom:3px;
	font-size:10px;
	text-align:right;
}

.RadCalendar_hendrixutd .rcRow th,
.RadCalendar_hendrixutd .rcRow td
{
	vertical-align:middle;
}

.RadCalendar_hendrixutd .rcWeek .rcViewSel,
.RadCalendar_hendrixutd .rcRow th
{
	width:14px;
	padding-left:4px;
	text-align:center;
}

/*date cells*/

.RadCalendar_hendrixutd .rcRow td
{
	border:1px solid #fff;
	padding:0;
	text-align:right;
}

.RadCalendar_hendrixutd .rcRow a,
.RadCalendar_hendrixutd .rcRow span
{
	display:block;
	padding:1px 5px;
	text-decoration:none;
	color:#333;
}

.RadCalendar_hendrixutd .rcWeekend a
{
	color:#777;
}

.RadCalendar_hendrixutd .rcRow .rcToday
{
	background:#fff;
	border-color:#6ac44e;
}

.RadCalendar_hendrixutd .rcOtherMonth a
{
	color:#ccc;
}

.RadCalendar_hendrixutd .rcOutOfRange span
{
	color:#ccc;
	cursor:default;
}

.RadCalendar_hendrixutd .rcRow .rcHover
{
	/*
	oud:
	border-color:#87df6c #68c34d #4ca92f;
	background:#9ad786 url('Images/Calendar/sprite.gif') 0 -600px repeat-x;

	nieuw:
	*/
	background-color:#fdf2c9;
}

.RadCalendar_hendrixutd .rcRow .rcHover a
{
	border:1px solid;
	
	/*
	oud:
	border-color:#e5fbde #caedbf #b2e1a3;

	nieuw:
	*/
	border-color:#f4c100;
	
	padding:0 4px;
	color:#000;
}

.RadCalendar_hendrixutd .rcRow .rcSelected
{
	/*
	oud:
	border-color:#239700 #1b7500 #145500;
	background:#53ab38 url('Images/Calendar/sprite.gif') 0 -700px repeat-x;

	nieuw:
	*/
	background-color:#f4c100;
}

.RadCalendar_hendrixutd .rcRow .rcSelected a
{
	border:1px solid;
	
	/*
	oud:
	border-color:#9dd68c #8dcc7a #66b54e;

	nieuw:
	*/
	border-color:#fdf2c9;
	
	padding:0 4px;
	color:#fff;
}

.RadCalendar_hendrixutd .rcHeader,
.RadCalendar_hendrixutd .rcFooter,
.RadCalendar_hendrixutd td.rcCellTemplate
{
	/*template styles*/
}

/*multimonth view*/

table.RadCalendarMultiView_hendrixutd
{
	width:auto;
}

.RadCalendarMultiView_hendrixutd .rcCalendar
{
	width:224px;
	border:0;
	padding:0;
}

.RadCalendarMultiView_hendrixutd .rcCalendars .rcMainTable
{
	width:100%;
	margin:0;
}

.RadCalendarMultiView_hendrixutd .rcCalendars .rcMainTable .rcMainTable
{
	width:88%;
	margin:3px 11px 2px;
}

.RadCalendarMultiView_hendrixutd .rcCalendars .rcMainTable .rcLastRow .rcMainTable
{
	margin-bottom:11px;
}

.RadCalendarMultiView_hendrixutd .rcMainTable .rcTitle
{
	border:0;
	border-bottom:1px solid #828282;
	padding:3px 0 0;
	font:12px/22px arial,tahoma,sans-serif;
	color:#48ae28;
	text-align:center;
}

/*month view*/

table.RadCalendarMonthView_hendrixutd
{
	border-collapse:separate;
	border:1px solid #828282;
	background:#fff;
	font:10px verdana,tahoma,sans-serif;
	color:#333;
}

.RadCalendarMonthView_hendrixutd td
{
	border:0;
	padding:2px;
}

.RadCalendarMonthView_hendrixutd #rcMView_Feb,
.RadCalendarMonthView_hendrixutd #rcMView_Apr,
.RadCalendarMonthView_hendrixutd #rcMView_Jun,
.RadCalendarMonthView_hendrixutd #rcMView_Aug,
.RadCalendarMonthView_hendrixutd #rcMView_Oct,
.RadCalendarMonthView_hendrixutd #rcMView_Dec
{
	border-right:1px solid #828282;
}

.RadCalendarMonthView_hendrixutd a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#333;
}

.RadCalendarMonthView_hendrixutd .rcHover a
{
	border:1px solid;
	border-color:#87df6c #68c34d #4ca92f;
	padding:1px 3px;
	background:#9ad786 url('Images/Calendar/sprite.gif') 0 -600px repeat-x;
	color:#000;
}

.RadCalendarMonthView_hendrixutd .rcSelected a
{
	border:1px solid;
	border-color:#239700 #1b7500 #145500;
	padding:1px 3px;
	background:#53ab38 url('Images/Calendar/sprite.gif') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarMonthView_hendrixutd .rcButtons
{
	border:0;
	border-top:1px solid #ececec;
	padding:4px 6px;
	background:#ececec;
	text-align:center;
}

.RadCalendarMonthView_hendrixutd input
{
	border:1px solid;
	border-color:#a7a7a7 #a7a7a7 #7b7b7b;
	padding:0;
	background:#f3f3f3 url('Images/Calendar/sprite.gif') 0 -800px repeat-x;
	color:#333;
	font:10px verdana,arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_hendrixutd #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_hendrixutd #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_hendrixutd
{
	border-collapse:separate;
	border:1px solid #828282;
	background:#fff;
	font:11px arial,tahoma,sans-serif;
	color:#333;
}

.RadCalendarTimeView_hendrixutd th
{
	border:0;
	border-bottom:1px solid #ececec;
	padding:0;
	background:#ececec;
	color:#000;
	font:11px/26px arial,tahoma,sans-serif;
	text-align:center;
	cursor:default;
}

.RadCalendarTimeView_hendrixutd td
{
	border:0;
	border-left:1px solid #828282;
	padding:0;
}

.RadCalendarTimeView_hendrixutd td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_hendrixutd a
{
	display:block;
	padding:6px 6px 5px;
	text-align:center;
	color:#333;
	text-decoration:none;
}

.RadCalendarTimeView_hendrixutd td.rcHover a
{
	border:1px solid;
	border-color:#87df6c #b2e0a2 #4ba82f;
	padding:5px 5px 4px;
	background:#9ad786 url('Images/Calendar/sprite.gif') 0 -600px repeat-x;
	color:#000;
}

.RadCalendarTimeView_hendrixutd td.rcSelected a
{
	border:1px solid;
	border-color:#239700 #1b7500 #145500;
	padding:5px 5px 4px;
	background:#53ab38 url('Images/Calendar/sprite.gif') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarTimeView_hendrixutd .rcFooter
{
	border:0;
	border-top:1px solid #828282;
	padding:0;
}

/*pickers*/

.RadPicker_hendrixutd
{
	vertical-align:middle;
}

.RadPicker_hendrixutd table,
.RadPicker_hendrixutd td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_hendrixutd td
{
	vertical-align:middle;
}

.RadPicker_hendrixutd .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_hendrixutd td a
{
	display:block;
	text-decoration:none;
	margin:0 2px;
	outline:none;/*FF*/
	position:relative;/*FF*/
	z-index:2;/*Opera*/
}
* html .RadPicker_hendrixutd td a /*IE6*/
{
	position:static;
}
*+html .RadPicker_hendrixutd td a /*IE7*/
{
	position:static;
}

.RadPicker_hendrixutd .rcCalPopup,
.RadPicker_hendrixutd .rcTimePopup
{
	width:16px;
	height:16px;
	overflow:hidden;
	background-image:url('Images/Calendar/sprite.gif');
	background-repeat:no-repeat;
	text-indent:-4444px;
}

.RadPicker_hendrixutd .rcCalPopup,
.RadPicker_hendrixutd .rcDisabled.rcCalPopup:hover
{
	background-position:0 -200px;
}

.RadPicker_hendrixutd .rcCalPopup:hover
{
	background-position:0 -250px;
}

.RadPicker_hendrixutd .rcTimePopup,
.RadPicker_hendrixutd .rcDisabled.rcTimePopup:hover
{
	background-position:0 -300px;
}

.RadPicker_hendrixutd .rcTimePopup:hover
{
	background-position:0 -350px;
}

.RadPicker_hendrixutd .rcDisabled,
.RadCalendarMonthView_hendrixutd .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}
