/*Telerik RadCalendar RSN skin*/

table.RadCalendar_RSN
{
	border-collapse:separate;
	border:0;
	font:11px arial,tahoma,sans-serif;
	width:240px !important;
}

/*titlebar*/

.RadCalendar_RSN .rcTitlebar
{
	width:100%;
	border:0px none !important;
	padding:0;
	background:#f4f4f4 url('Calendar/sprite.gif') 0 -500px repeat-x;
	color:#333;
}

.RadCalendar_RSN .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	border:0;
	font:14px/29px arial,tahoma,sans-serif;
	line-height:27px;
}

.RadCalendar_RSN .rcTitlebar td
{
	border:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_RSN .rcTitlebar .rcTitle
{
	width:100%;

}

.RadCalendar_RSN .rcTitlebar .rcPrev,
.RadCalendar_RSN .rcTitlebar .rcNext,
.RadCalendar_RSN .rcTitlebar .rcFastPrev,
.RadCalendar_RSN .rcTitlebar .rcFastNext,
.RadCalendar_RSN .rcTitlebar .rcFastPrev1, 
.RadCalendar_RSN .rcTitlebar .rcPrev1, 
.RadCalendar_RSN .rcTitlebar .rcNext1, 
.RadCalendar_RSN .rcTitlebar .rcFastNext1
{
	display:block;
	width:13px;
	height:13px;
	overflow:hidden;
	margin:0 3px;
	background:transparent url('Calendar/sprite.gif') no-repeat;
	text-indent:-3333px;
	text-decoration:none;
	font-size:1px;
	color:#ccc;
}

.RadCalendar_RSN .rcTitlebar .rcPrev
{
	background-position:3px -48px;
}

.RadCalendar_RSN .rcTitlebar .rcNext
{
	background-position:4px -98px;
}

.RadCalendar_RSN .rcTitlebar .rcFastPrev
{
	margin-left:7px;
	background-position:2px 2px;
}

.RadCalendar_RSN .rcTitlebar .rcFastNext
{
	margin-right:7px;
	background-position:2px -148px;
}
.RadCalendar_RSN .rcTitlebar .rcFastPrev1 {
	background: url(Calendar/arrows.gif) no-repeat scroll 2px -12px;
	margin-left:7px;
}
.RadCalendar_RSN .rcTitlebar .rcPrev1 {
    background: url(Calendar/arrows.gif) no-repeat scroll 3px -26px;
}
.RadCalendar_RSN .rcTitlebar .rcNext1 {
    background: url(Calendar/arrows.gif) no-repeat scroll 4px -40px;
}
.RadCalendar_RSN .rcTitlebar .rcFastNext1 {
    background: url(Calendar/arrows.gif) no-repeat scroll 2px 2px;
    margin-right:7px;
}
.RadCalendar_RSN .rcMain
{
	width:100%;
	border-left:1px solid #E5E3E3 !important;
	border-right: 1px solid #E5E3E3!important;
	border-top:0 !important;
	border-bottom: 0  !important;
	padding:0;
	background:#fff;
}

.RadCalendar_RSN .rcMainTable
{
	border-collapse:separate;
	border:0;
	width:91%;
	margin:6px 0px 10px 10px;
	font:11px/15px arial,tahoma,sans-serif;
}
.RadCalendar_RSN .rcMainTable {
	margin:6px 10px 10px;
	width:218px !important;
}

/*header, footer*/

.RadCalendar_RSN .rcHeader,
.RadCalendar_RSN .rcFooter
{
	border:1px solid #868686;
	border-top:0;
	padding:0;
}

/*week numbers and days*/

.RadCalendar_RSN .rcRow th,
.RadCalendar_RSN .rcWeek th
{
	border:0;
	padding:0 6px;
	color:#333;
	font-weight:normal;
	cursor:default;
}

.RadCalendar_RSN .rcWeek th
{
	background-color: #E5E3E3;
	border-bottom:1px solid #828282;
	padding-top:4px;
	padding-bottom:3px;
	font-size:10px;
	text-align:right;
}

.RadCalendar_RSN .rcRow th,
.RadCalendar_RSN .rcRow td
{
	vertical-align:middle;
}

.RadCalendar_RSN .rcWeek .rcViewSel,
.RadCalendar_RSN .rcRow th
{
	width:14px;
	padding-left:4px;
	text-align:center;
}

/*date cells*/

.RadCalendar_RSN .rcRow td
{
	border:1px solid #fff;
	padding:0;
	text-align:center;
}

.RadCalendar_RSN .rcRow a,
.RadCalendar_RSN .rcRow span
{
	display:block;
	padding:1px 5px;
	text-decoration:none;
	color:#333;
	cursor:default;
}

.RadCalendar_RSN .rcWeekend a
{
	
}

.RadCalendar_RSN .rcRow .rcToday
{
	background:#fff;
	border-color:#6ac44e;
}

.RadCalendar_RSN .rcOtherMonth a
{
	
}

.RadCalendar_RSN .rcRow .rcOtherMonthStyle 
{
	background-color:#F9F9F9;
}

.RadCalendar_RSN .rcRow .rcWeekendStyle 
{
	background-color:#FDF1F1;
}

.RadCalendar_RSN .rcRow .rcWeekendStyle a
{
	color:Red;
}

.RadCalendar_RSN .rcRow .rcWeekdayStyle 
{
	background-color:#F2F2F2;
}

.RadCalendar_RSN .rcOutOfRange span
{
	color:#ccc;
	cursor:default;
}

.RadCalendar_RSN .rcRow .rcHover
{
	background-color:#F2F2F2;
}

.RadCalendar_RSN .rcRow .rcSelected
{
	border-color:#6091BD;
	background-color:#6091BD;
}

.RadCalendar_RSN .rcRow .rcSelected a
{
	border:1px solid;
	border-color:#6091BD;
	padding:0 4px;
	color:#fff;
}

.RadCalendar_RSN .rcHeader,
.RadCalendar_RSN .rcFooter,
.RadCalendar_RSN td.rcCellTemplate
{
	/*template styles*/
}

/*multimonth view*/

table.RadCalendarMultiView_RSN
{
	width:auto;
}

.RadCalendarMultiView_RSN .rcCalendar
{
	width:224px;
	border:0;
	padding:0;
}

.RadCalendarMultiView_RSN .rcCalendars .rcMainTable
{
	width:100%;
	margin:0;
}

.RadCalendarMultiView_RSN .rcCalendars .rcMainTable .rcMainTable
{
	width:88%;
	margin:3px 11px 2px;
}

.RadCalendarMultiView_RSN .rcCalendars .rcMainTable .rcLastRow .rcMainTable
{
	margin-bottom:11px;
}

.RadCalendarMultiView_RSN .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_RSN
{
	border-collapse:separate;
	border:1px solid #828282;
	background:#fff;
	font:10px verdana,tahoma,sans-serif;
	color:#333;
}

.RadCalendarMonthView_RSN td
{
	border:0;
	padding:2px;
}

.RadCalendarMonthView_RSN #rcMView_Feb,
.RadCalendarMonthView_RSN #rcMView_Apr,
.RadCalendarMonthView_RSN #rcMView_Jun,
.RadCalendarMonthView_RSN #rcMView_Aug,
.RadCalendarMonthView_RSN #rcMView_Oct,
.RadCalendarMonthView_RSN #rcMView_Dec
{
	border-right:1px solid #828282;
}

.RadCalendarMonthView_RSN a
{
	display:block;
	padding:2px 4px;
	text-align:center;
	text-decoration:none;
	color:#333;
}

.RadCalendarMonthView_RSN .rcHover a
{
	border:1px solid;
	border-color:#87df6c #68c34d #4ca92f;
	padding:1px 3px;
	background:#9ad786 url('Calendar/sprite.gif') 0 -600px repeat-x;
	color:#000;
}

.RadCalendarMonthView_RSN .rcSelected a
{
	border:1px solid;
	border-color:#239700 #1b7500 #145500;
	padding:1px 3px;
	background:#6091BD url('Calendar/sprite.gif') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarMonthView_RSN .rcButtons
{
	border:0;
	border-top:1px solid #ececec;
	padding:4px 6px;
	background:#ececec;
	text-align:center;
}

.RadCalendarMonthView_RSN input
{
	border:1px solid;
	border-color:#a7a7a7 #a7a7a7 #7b7b7b;
	padding:0;
	background:#f3f3f3 url('Calendar/sprite.gif') 0 -800px repeat-x;
	color:#333;
	font:10px verdana,arial,sans-serif;
	cursor:pointer;
}

.RadCalendarMonthView_RSN #rcMView_Today
{
	margin:0 0.4em 0 0;
}

.RadCalendarMonthView_RSN #rcMView_OK
{
	padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_RSN
{
	border-collapse:separate;
	border:1px solid #828282;
	background:#fff;
	font:11px arial,tahoma,sans-serif;
	color:#333;
}

.RadCalendarTimeView_RSN 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_RSN td
{
	border:0;
	border-left:1px solid #828282;
	padding:0;
}

.RadCalendarTimeView_RSN td:first-child
{
	border-left:0;
}

.RadCalendarTimeView_RSN a
{
	display:block;
	padding:6px 6px 5px;
	text-align:center;
	color:#333;
	text-decoration:none;
}

.RadCalendarTimeView_RSN td.rcHover a
{
	border:1px solid;
	border-color:#87df6c #b2e0a2 #4ba82f;
	padding:5px 5px 4px;
	background:#9ad786 url('Calendar/sprite.gif') 0 -600px repeat-x;
	color:#000;
}

.RadCalendarTimeView_RSN td.rcSelected a
{
	border:1px solid;
	border-color:#239700 #1b7500 #145500;
	padding:5px 5px 4px;
	background:#53ab38 url('Calendar/sprite.gif') 0 -700px repeat-x;
	color:#fff;
}

.RadCalendarTimeView_RSN .rcFooter
{
	border:0;
	border-top:1px solid #828282;
	padding:0;
}

/*pickers*/

.RadPicker_RSN
{
	vertical-align:middle;
}

.RadPicker_RSN table,
.RadPicker_RSN td
{
	border:0;
	margin:0;
	padding:0;
}

.RadPicker_RSN td
{
	vertical-align:middle;
}

.RadPicker_RSN .rcInputCell
{
	padding:0 4px 0 0;
}

.RadPicker_RSN td a
{
	display:block;
	text-decoration:none;
	margin:0 2px;
	outline:none;/*FF*/
	position:relative;/*FF*/
	z-index:2;/*Opera*/
}
* html .RadPicker_RSN td a /*IE6*/
{
	position:static;
}
*+html .RadPicker_RSN td a /*IE7*/
{
	position:static;
}

.RadPicker_RSN .rcCalPopup,
.RadPicker_RSN .rcTimePopup
{
	width:16px;
	height:16px;
	overflow:hidden;
	background-image:url('Calendar/sprite.gif');
	background-repeat:no-repeat;
	text-indent:-4444px;
}

.RadPicker_RSN .rcCalPopup,
.RadPicker_RSN .rcDisabled.rcCalPopup:hover
{
	background-position:0 -200px;
}

.RadPicker_RSN .rcCalPopup:hover
{
	background-position:0 -250px;
}

.RadPicker_RSN .rcTimePopup,
.RadPicker_RSN .rcDisabled.rcTimePopup:hover
{
	background-position:0 -300px;
}

.RadPicker_RSN .rcTimePopup:hover
{
	background-position:0 -350px;
}

.RadPicker_RSN .rcDisabled,
.RadCalendarMonthView_RSN .rcDisabled
{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.ramka {
	background: url('Calendar/Ramka.gif') no-repeat 0 100%;
	padding: 0 0 12px 12px;
	margin-bottom:20px
}
.rcTitlebar table {
	background: url('Calendar/Calendar_head.gif') no-repeat 0 0;
}
.rcTitlebar table td {
	font-size: 12px;
	font-weight: bold;
}
.rcTitlebar .week {
	background: #E5E3E3 none;
}
.rcTitlebar table.week td {
	font-weight: normal;
	text-transform: uppercase;
	line-height: normal;
	font-size: 11px;
	padding: 5px 0 3px 0;
}
.red {
	color: #E51937;
}
.rcbSlide .rcbScroll {
	overflow: hidden !important;
}
.rcbInputCellLeft,
.rcbArrowCellRight {
	border:1px solid #c2c3c5 !important;
	border-width:1px 0 1px 1px !important;	
}
.rcbArrowCellRight {
	border-width:1px 1px 1px 0 !important;
	padding:0 1px 0 0 !important;
}
.rcbInputCellLeft input {margin-top:0 !important;}
.rcbArrowCellRight a {height:20px !important;}
div.RadComboBoxDropDown_RSN {
	border-top:0 !important;
	left:0 !important;
} 
