/*Telerik RadCalendar Default skin*/

table.RadCalendar_Custom
{
    border-collapse: separate;
    border: 1px solid #AEB0AD;
    background: #c9bdae;
    font: 12px "segoe ui" ,arial,sans-serif;
    width: 250px;
}

/*titlebar*/

.RadCalendar_Custom .rcTitlebar
{
    width: 100%;
    padding: 0;
    background: #c9bdae;
    color: #2C211C;
    text-transform: uppercase;
}

.RadCalendar_Custom .rcTitlebar table
{
    width: 100%;
    border-collapse: separate;
    border: 0;
    font: 12px/20px arial;
}

.RadCalendar_Custom .rcTitlebar td
{
    border: 0;
    padding: 0 0 1px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.RadCalendar_Custom .rcTitlebar .rcTitle
{
    width: 100%;
    cursor: pointer;
}
.RadCalendar_Custom .rcNoNav .rcTitle
{
    cursor: default;
}

.RadCalendar_Custom .rcTitlebar .rcPrev, .RadCalendar_Custom .rcTitlebar .rcNext, .RadCalendar_Custom .rcTitlebar .rcFastPrev, .RadCalendar_Custom .rcTitlebar .rcFastNext
{
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin: 0 4px;
    background: transparent url('Calendar/sprite.gif') no-repeat;
    text-indent: -2222px;
    text-decoration: none;
    color: #ccc;
}

.RadCalendar_Custom .rcTitlebar .rcFastPrev
{
    margin-left: 6px;
    background-position: 1px -197px;
}

.RadCalendar_Custom .rcTitlebar .rcFastPrev:hover
{
    background-position: 1px -247px;
}

.RadCalendar_Custom .rcTitlebar .rcPrev
{
    background-position: 4px -297px;
}

.RadCalendar_Custom .rcTitlebar .rcPrev:hover
{
    background-position: 4px -347px;
}

.RadCalendar_Custom .rcTitlebar .rcNext
{
    background-position: 3px -397px;
}

.RadCalendar_Custom .rcTitlebar .rcNext:hover
{
    background-position: 3px -447px;
}

.RadCalendar_Custom .rcTitlebar .rcFastNext
{
    margin-right: 6px;
    background-position: 1px -497px;
}

.RadCalendar_Custom .rcTitlebar .rcFastNext:hover
{
    background-position: 1px -547px;
}

.RadCalendar_Custom .rcMain
{
    width: 100%;
    border: 0px solid #9b9b9a;
    border-top: 0;
    padding: 0;
    text-align: center;
    background-color: #c9bdae !important;
}

.RadCalendar_Custom .rcMainTable
{
    margin: auto !important;
    border-collapse: separate;
    border: 0;
    font: 12px/17px arial;
}

/*header, footer*/

.RadCalendar_Custom .rcHeader, .RadCalendar_Custom .rcFooter
{
    border: 1px solid #868686;
    border-top: 0;
    padding: 0;
}

/*week numbers and days*/

.RadCalendar_Custom .rcRow th, .RadCalendar_Custom .rcWeek th
{
    border: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: default;
    background: #c9bdae;
}

.RadCalendar_Custom .rcWeek th
{
    border-bottom: 1px solid #c5c5c5;
    padding: 0;
    text-align: center;
    color: #676a5a;
    width: 30px;
    height: 28px;
    font-weight: bold;
}

.RadCalendar_Custom .rcWeek .rcViewSel, .RadCalendar_Custom .rcRow th
{
    width: 13px;
    padding: 0 7px 0 9px;
    background: #eee;
    text-align: center;
}

.RadCalendar_Custom .rcRow th
{
    color: #777;
}

/*date cells*/

.RadCalendar_Custom .rcRow td
{
    border: 1px solid #d2d4d1;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 28px;
    background-color: White;
}

.RadCalendar_Custom .rcMain .rcRow a, .RadCalendar_Custom .rcMain .rcRow span
{
    display: block;
    padding: 0;
    text-decoration: none;
    color: #BCBDBC;
    font-weight: bold;
}

.RadCalendar_Custom .rcMain .rcRow a:hover
{
    color: White;
}
.RadCalendar_Custom .rcPreview .rcRow a
{
    outline: none;
}

.RadCalendar_Custom .rcMain .rcWeekend a
{
    color: #BCBDBC;
}

.RadCalendar_Custom .rcRow .rcToday
{
    border-color: #898989;
}

.RadCalendar_Custom .rcMain .rcOtherMonth a
{
    color: #898989;
}

.RadCalendar_Custom .rcMain .rcOutOfRange span
{
    color: #898989;
    cursor: default;
}

.RadCalendar_Custom .rcRow .rcHover
{
    color: White;
    font-weight: bold;
    font-size: 16px;
    background-color: #5281A5;
}

.RadCalendar_Custom .rcRow .rcSelected
{
    background: #5281A5;
    color: White;
    font-weight: bold;
    font-size: 19px;
}

.RadCalendar_Custom .rcMain .rcRow .rcSelected a
{
    color: #fff;
}

/*multimonth view*/

table.RadCalendarMultiView_Custom
{
    width: auto;
}

.RadCalendarMultiView_Custom .rcTitlebar
{
    border-color: #9a9a9a #9c9c9c #9c9c9c;
    background: #c5c5c5 0 -1199px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMultiView_Custom .rcTitlebar table
{
    border: 1px solid;
    border-color: #fdfdfd #f3f3f3 #e7e7e7;
    line-height: 27px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcFastPrev:hover
{
    background-position: 1px -647px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcPrev:hover
{
    background-position: 4px -747px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcNext:hover
{
    background-position: 3px -847px;
}

.RadCalendarMultiView_Custom .rcTitlebar .rcFastNext:hover
{
    background-position: 1px -947px;
}

.RadCalendarMultiView_Custom .rcMain
{
    border-color: #9b9b9b;
}

.RadCalendarMultiView_Custom .rcCalendar
{
    width: 220px;
    border: 1px solid #868686;
    padding: 0;
}

.RadCalendarMultiView_Custom .rcMainTable .rcTitle
{
    border: 0;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 2px;
    background: #eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
    text-align: center;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Custom
{
    border-collapse: separate;
    border: 1px solid #979797;
    background: #fff;
    font: 12px "segoe ui" ,arial,sans-serif;
    color: #333;
}

table.RadCalendarMonthView_Custom td
{
    border: 0;
    padding: 5px 2px 0;
}

.RadCalendarMonthView_Custom #rcMView_Feb, .RadCalendarMonthView_Custom #rcMView_Apr, .RadCalendarMonthView_Custom #rcMView_Jun, .RadCalendarMonthView_Custom #rcMView_Aug, .RadCalendarMonthView_Custom #rcMView_Oct, .RadCalendarMonthView_Custom #rcMView_Dec
{
    border-right: 1px solid #e0e0e0;
}

.RadCalendarMonthView_Custom a
{
    display: block;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    color: #333;
}

.RadCalendarMonthView_Custom .rcSelected a
{
    border: 1px solid;
    border-color: #8d8d8d #7d7d7d #6c6c6c;
    padding: 1px 3px;
    background: #828282 0 -1700px repeat-x url('Calendar/sprite.gif');
    color: #fff;
}

.RadCalendarMonthView_Custom #rcMView_PrevY a, .RadCalendarMonthView_Custom #rcMView_NextY a
{
    display: block;
    width: 17px;
    height: 14px;
    overflow: hidden;
    margin: 0 auto;
    background: transparent no-repeat url('Calendar/sprite.gif');
    text-indent: -2222px;
    text-align: center;
    text-decoration: none;
    color: #ccc;
}

.RadCalendarMonthView_Custom #rcMView_PrevY a
{
    background-position: 7px -196px;
}

.RadCalendarMonthView_Custom #rcMView_NextY a
{
    background-position: 7px -496px;
}

.RadCalendarMonthView_Custom .rcButtons
{
    padding: 6px 7px 5px;
    text-align: center;
}

.RadCalendarMonthView_Custom input
{
    border: 1px solid;
    border-color: #a7a7a7 #7b7b7b #7b7b7b #a7a7a7;
    padding: 0;
    background: #e9e9e9 0 -2300px repeat-x url('Calendar/sprite.gif');
    color: #000;
    font: 12px "segoe ui" ,arial,sans-serif;
    cursor: pointer;
}

.RadCalendarMonthView_Custom #rcMView_Today
{
    margin: 0 0.4em 0 0;
}

.RadCalendarMonthView_Custom #rcMView_OK
{
    padding: 0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_Custom
{
    border-collapse: separate;
    border: 1px solid #868686;
    background: #fff;
    font: 12px "segoe ui" ,arial,sans-serif;
}

.RadCalendarTimeView_Custom th
{
    border: 0;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 1px;
    background: #eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
    color: #000;
    text-align: center;
    cursor: default;
    line-height: 23px;
    font-weight: normal;
}

table.RadCalendarTimeView_Custom td
{
    border: 0;
    border-left: 1px solid #c5c5c5;
    padding: 2px 2px 3px;
}

table.RadCalendarTimeView_Custom td:first-child
{
    border-left: 0;
}

.RadCalendarTimeView_Custom a
{
    display: block;
    padding: 2px 6px;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.RadCalendarTimeView_Custom td.rcSelected a
{
    border: 1px solid;
    border-color: #8d8d8d #7d7d7d #6c6c6c;
    padding: 1px 5px;
    background: #828282 0 -1700px repeat-x url('Calendar/sprite.gif');
    color: #fff;
}

.RadCalendarTimeView_Custom td.rcHover a
{
    border: 1px solid;
    border-color: #c4c4c4 #b2b2b2 #9e9e9e;
    padding: 1px 5px;
    background: #c5c5c5 0 -1600px repeat-x url('Calendar/sprite.gif');
    color: #000;
}

.RadCalendarTimeView_Custom .rcFooter
{
    border: 0;
    border-top: 1px solid #c5c5c5;
    padding: 0;
}

/*pickers*/

.RadPicker_Custom, .RadPicker_Custom td
{
    vertical-align: middle;
}

.RadPicker_Custom .RadInput
{
    vertical-align: baseline;
}

.RadPicker_Custom table.rcTable, .RadPicker_Custom table.rcTable td
{
    border: 0;
    margin: 0;
    padding: 0;
}

.RadPicker_Custom table.rcTable .rcInputCell
{
    padding: 0 4px 0 0;
}

.RadPicker_Custom td a
{
    position: relative; /*FF*/
    outline: none; /*FF*/
    z-index: 2; /*Opera*/
    margin: 0 2px;
    text-decoration: none;
}
* html .RadPicker_Custom td a
{
    position: static;
}
/*IE6*/
* + html .RadPicker_Custom td a
{
    position: static;
}
/*IE7*/

.RadPicker_Custom .rcCalPopup, .RadPicker_Custom .rcTimePopup
{
    display: block;
    overflow: hidden;
    width: 22px;
    height: 22px;
    background: url('Calendar/sprite.gif') no-repeat;
    text-indent: -2222px;
    text-align: center;
}

.RadPicker_Custom .rcCalPopup, .RadPicker_Custom .rcDisabled.rcCalPopup:hover
{
    background-position: 0 0;
}

.RadPicker_Custom .rcCalPopup:hover, 
.RadPicker_Custom .rcCalPopup:focus, 
.RadPicker_Custom .rcCalPopup:active
{
    background-position: 0 0;
    background-color: #5281A5;
}

.RadPicker_Custom .rcTimePopup, 
.RadPicker_Custom .rcDisabled.rcTimePopup:hover
{
    background-position: 0 -100px;
}

.RadPicker_Custom .rcTimePopup:hover, 
.RadPicker_Custom .rcTimePopup:focus, 
.RadPicker_Custom .rcTimePopup:active
{
    background-position: 0 0;
    background-color: #5281A5;
}

.RadPicker_Custom .rcDisabled, .RadCalendarMonthView_Custom .rcDisabled
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_Custom .rcTitlebar .rcFastPrev
{
    background-position: 1px -497px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcFastPrev:hover
{
    background-position: 1px -547px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcPrev
{
    background-position: 3px -397px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcPrev:hover
{
    background-position: 3px -447px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcNext
{
    background-position: 4px -297px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcNext:hover
{
    background-position: 4px -347px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcFastNext
{
    background-position: 1px -197px;
}

.RadCalendarRTL_Custom .rcTitlebar .rcFastNext:hover
{
    background-position: 1px -247px;
}

.RadCalendarMultiViewRTL_Custom .rcTitlebar .rcFastPrev:hover
{
    background-position: 1px -947px;
}

.RadCalendarMultiViewRTL_Custom .rcTitlebar .rcPrev:hover
{
    background-position: 3px -847px;
}

.RadCalendarMultiViewRTL_Custom .rcTitlebar .rcNext:hover
{
    background-position: 4px -747px;
}

.RadCalendarMultiViewRTL_Custom .rcTitlebar .rcFastNext:hover
{
    background-position: 1px -647px;
}
