/*Telerik RadCalendar Default skin*/

table.RadCalendar_Couro
{
	border-collapse:separate;
	background: #fbfbfb !important;
	color: #686868;
	border:1px solid #ccc
}

/*titlebar*/

.RadCalendar_Couro .rcTitlebar
{
	width:100%;
	padding:0;
	background:#444 url('Img/titleBg.gif') repeat-x;
	color:#fff;
}

.RadCalendar_Couro .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:16px/32px arial,tahoma,sans-serif;
	margin:0;
}

.RadCalendar_Couro table caption{
	padding:0;
}

.RadCalendar_Couro .rcTitlebar td
{
	border:0;
	padding:2px 0 0;
	height:37px;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_Couro .rcTitlebar .rcTitle
{
	width:100%;
	cursor:pointer;
	color:#686868
}

.RadCalendar_Couro .rcTitlebar .rcPrev,
.RadCalendar_Couro .rcTitlebar .rcNext,
.RadCalendar_Couro .rcTitlebar .rcFastPrev,
.RadCalendar_Couro .rcTitlebar .rcFastNext
{
	display:block;
	width:15px;
	height:15px;
	overflow:hidden;
	margin:0 3px;
	background:transparent url('Img/sprite.gif') no-repeat;
	text-indent:-3333px;
	text-decoration:none;
	font-size:1px;
	color:#ccc;
}

.RadCalendar_Couro .rcTitlebar .rcPrev
{
	background-position:4px -48px;
}

.RadCalendar_Couro .rcTitlebar .rcNext
{
	background-position:4px -98px;
}

.RadCalendar_Couro .rcTitlebar .rcFastPrev
{
	margin-left:5px;
	background-position:2px 2px;
}

.RadCalendar_Couro .rcTitlebar .rcFastNext
{
	margin-right:5px;
	background-position:2px -148px;
}

.RadCalendar_Couro .rcTitlebar img{
	max-width:none
}

.RadCalendar_Couro .rcMain
{
	width:100%;
	padding:0;
	background:#Fbfbfb;
}

.RadCalendar_Couro .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:100%;
	font:11px/16px arial,tahoma,sans-serif;
}

/*header, footer*/

.RadCalendar_Couro .rcHeader,
.RadCalendar_Couro .rcFooter
{
	border:1px solid #222;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_Couro .rcRow th,
.RadCalendar_Couro .rcWeek th
{
	border:0;
	padding:0 6px 0 5px;
	color:#333;
	font-weight:normal;
	cursor:default;
}

.RadCalendar_Couro .rcWeek th
{
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	background-color:#980321;
	color:#fff;
	font-weight:bold
}

.RadCalendar_Couro .rcRow th,
.RadCalendar_Couro .rcRow td
{
	vertical-align:middle;
}

.RadCalendar_Couro .rcRow th
{
	border-right:1px solid #000;
}

.RadCalendar_Couro .rcWeek .rcViewSel,
.RadCalendar_Couro .rcRow th
{
	width:14px;
	padding-left:4px;
	text-align:center;
}

/*date cells*/

.RadCalendar_Couro .rcRow td
{
	padding:0;
	text-align:center;
	height:50px
}

.RadCalendar_Couro .rcRow a,
.RadCalendar_Couro .rcRow span
{
	display:block;
	padding:1px 5px 1px 4px;
	text-decoration:none;
	color:#666;
	font-weight:bold
}

.RadCalendar_Couro .rcWeekend a
{
	color:#666;
}

.RadCalendar_Couro .rcRow .rcToday
{
	border-color:#363636 #222 #040404;
}

.RadCalendar_Couro .rcOtherMonth{
	background:#EAEAEA !important	
}
.RadCalendar_Couro .rcOtherMonth a
{
	color:#999;
}

.RadCalendar_Couro .rcOutOfRange span
{
	color:#ccc;
	cursor:default;
}

.RadCalendar_Couro .rcRow .rcHover
{
	border-color:#ccc;
	background:#ccc;
}

.RadCalendar_Couro .rcRow .rcSelected
{
	border-color:#363636 #1f1f1f #040404;
	background:#FFF5CF;
	/*background:#454545 url('Img/sprite.gif') 0 -700px repeat-x;*/
}

.RadCalendar_Couro .rcRow .rcSelected a,
.RadCalendar_Couro .rcRow .rcSelected span
{
	color:#666;
}
a.OddCalendarRow:hover, a.CalendarShowEvents:hover{
	text-decoration:underline !important	
}

.RadCalendar_Couro .rcHeader,
.RadCalendar_Couro .rcFooter,
.RadCalendar_Couro td.rcCellTemplate
{
	/*template styles*/
}

/*multimonth view*/

table.RadCalendarMultiView_Couro
{
	width:auto;
}

.RadCalendarMultiView_Couro .rcCalendar
{
	width:220px;
	border:0;
	padding:0;
}

.RadCalendarMultiView_Couro .rcCalendars .rcMainTable
{
	width:100%;
	margin:0;
}

.RadCalendarMultiView_Couro .rcCalendars .rcMainTable .rcMainTable
{
	width:90%;
	margin:2px 6px 6px;
}

.RadCalendarMultiView_Couro .rcCalendars .rcMainTable .rcFirstCol .rcMainTable
{
	margin-left:12px;
}

.RadCalendarMultiView_Couro .rcCalendars .rcMainTable .rcLastCol .rcMainTable
{
	margin-right:12px;
}

.RadCalendarMultiView_Couro .rcCalendars .rcMainTable .rcLastRow .rcMainTable
{
	margin-bottom:13px;
}

.RadCalendarMultiView_Couro .rcMainTable .rcTitle
{
	border:0;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #000;
	padding:0;
	font:13px/26px arial,tahoma,sans-serif;
	color:#000;
	text-align:center;
}

.RadCalendarMultiView_Couro .rcFirstRow .rcMainTable .rcTitle
{
	border-top:0;
}

/*month view*/

table.RadCalendarMonthView_Couro
{
	border-collapse:separate;
	border:1px solid #000;
	background:#fff;
	font:10px verdana,tahoma,sans-serif;
	color:#707070;
}

.RadCalendarMonthView_Couro td
{
	border:0;
	padding:2px;
}

.RadCalendarMonthView_Couro #rcMView_Feb,
.RadCalendarMonthView_Couro #rcMView_Apr,
.RadCalendarMonthView_Couro #rcMView_Jun,
.RadCalendarMonthView_Couro #rcMView_Aug,
.RadCalendarMonthView_Couro #rcMView_Oct,
.RadCalendarMonthView_Couro #rcMView_Dec
{
	border-right:1px solid #b0b0b0;
}

.RadCalendarMonthView_Couro a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#707070;
}

.RadCalendarMonthView_Couro .rcHover a
{
	background:#ccc;
}

.RadCalendarMonthView_Couro .rcSelected a
{
	border:1px solid;
	border-color:#363636 #1f1f1f #040404;
	padding:1px 3px;
	background:#454545 url('Img/sprite.gif') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarMonthView_Couro .rcButtons
{
	border:0;
	border-top:1px solid #e3e3e3;
	padding:5px 7px;
	background:#e3e3e3;
	text-align:center;
}

.RadCalendarMonthView_Couro input
{
	border:1px solid;
	border-color:#2d2d2d #040404 #000;
	padding:0;
	background:#3e3e3e url('Img/sprite.gif') 0 -800px repeat-x;
	color:#fff;
	font:10px verdana,arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_Couro #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_Couro #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_Couro
{
	border-collapse:separate;
	border:1px solid #000;
	background:#fff;
	font:11px arial,tahoma,sans-serif;
}

.RadCalendarTimeView_Couro th
{
	border:0;
	border-bottom:1px solid #e3e3e3;
	padding:0;
	background:#e3e3e3;
	color:#000;
	font:11px/26px arial,tahoma,sans-serif;
	text-align:center;
	cursor:default;
}

.RadCalendarTimeView_Couro td
{
	border:0;
	border-left:1px solid #b0b0b0;
	padding:0;
}

.RadCalendarTimeView_Couro td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_Couro a
{
	display:block;
	padding:6px 7px;
	text-align:center;
	color:#666;
	text-decoration:none;
}

.RadCalendarTimeView_Couro td.rcHover a
{
	background:#ccc;
}

.RadCalendarTimeView_Couro td.rcSelected a
{
	border:1px solid;
	border-color:#363636 #1f1f1f #040404;
	padding:4px 6px;
	background:#454545 url('Img/sprite.gif') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarTimeView_Couro .rcFooter
{
	border:0;
	border-top:1px solid #b0b0b0;
	padding:0;
}

/*pickers*/

.RadPicker_Couro
{
	vertical-align:middle;
}

.RadPicker_Couro table,
.RadPicker_Couro td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_Couro td
{
	vertical-align:middle;
}

.RadPicker_Couro .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_Couro td a
{
	display:block;
	text-decoration:none;
	margin:0 2px;
	outline:none;/*FF*/
	position:relative;/*FF*/
	z-index:2;/*Opera*/
}
* html .RadPicker_Couro td a /*IE6*/
{
	position:static;
}
*+html .RadPicker_Couro td a /*IE7*/
{
	position:static;
}

.RadPicker_Couro .rcCalPopup,
.RadPicker_Couro .rcTimePopup
{
	width:16px;
	height:16px;
	overflow:hidden;
	background-image:url('Img/sprite.gif');
	background-repeat:no-repeat;
	text-indent:-4444px;
}

.RadPicker_Couro .rcCalPopup,
.RadPicker_Couro .rcDisabled.rcCalPopup:hover
{
	background-position:0 -200px;
}

.RadPicker_Couro .rcCalPopup:hover
{
	background-position:0 -250px;
}

.RadPicker_Couro .rcTimePopup,
.RadPicker_Couro .rcDisabled.rcTimePopup:hover
{
	background-position:0 -300px;
}

.RadPicker_Couro .rcTimePopup:hover
{
	background-position:0 -350px;
}

.RadPicker_Couro .rcDisabled,
.RadCalendarMonthView_Couro .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.radEventsHover_Couro,
.radEventsWeekendHover_Couro
{
	border-top-width:1px !important;
	border-bottom-width:1px !important;
	background:#FFDF63 !important;
	color:#7F7F7F !important;
	font:bold 11px/16px Arial !important
}

.radEventsHover_Couro a, .radEventsHover_Couro span,
.radEventsWeekendHover_Couro a
{
	background:transparent !important;
	/*color:#7F7F7F !important;
	font:bold 11px Arial !important;*/
}

/* Hover styles below are for the calendar date picker popup */
.radCalHover_Couro,
.radCalWeekendHover_Couro
{
	border-top:solid 1px #e0e0e0 !important;
	border-bottom:solid 1px #e0e0e0 !important;
	background: #FFDF63 !important;
	padding:0 !important;
	cursor: pointer;
}

.radCalHover_Couro a,
.radCalWeekendHover_Couro a
{
/*	color:#7F7F7F !important; */
	font:bold 11px Arial !important;
}
