/*Telerik RadCalendar Sunset skin*/

table.RadCalendar_uebeq
{
    border-collapse: separate;
    border: 0;
    background: #fff;
    font: 12px,arial,sans-serif;
    width: 220px;
}

/*titlebar*/

.RadCalendar_uebeq .rcTitlebar
{
    width: 100%;
    border: 1px solid #048aa5;
    padding: 0;
    height: 22px;
    line-height: 19px;
    background: transparent 0 -1000px repeat-x url('Calendar/sprite.gif');
    color: #fff;
}

.RadCalendar_uebeq .rcTitlebar table
{
    width: 100%;
    border-collapse: separate;
    border: 1px solid;
    border-color: #eb8b7e #c55727 #c36a30;
    font: 12px,arial,sans-serif;
}

.RadCalendar_uebeq .rcTitlebar td
{
    border: 0;
    padding: 0 0 1px;
    text-align: center;
    vertical-align: middle;
}

.RadCalendar_uebeq .rcTitlebar .rcTitle
{
    width: 100%;
    cursor: pointer;
}
.RadCalendar_uebeq .rcNoNav .rcTitle
{
    cursor: default;
}

.RadCalendar_uebeq .rcTitlebar .rcPrev, .RadCalendar_uebeq .rcTitlebar .rcNext, .RadCalendar_uebeq .rcTitlebar .rcFastPrev, .RadCalendar_uebeq .rcTitlebar .rcFastNext
{
    display: block;
    width: 18px !important;
    height: 17px !important;
    line-height: 19px !important;
    overflow: hidden;
    margin: 2px 2px 0;
    background: transparent url('Calendar/sprite.gif') no-repeat;
    text-indent: -2222px;
    text-decoration: none;
    color: #ccc;
}

.RadCalendar_uebeq .rcTitlebar .rcFastPrev
{
    margin-left: 4px;
    background-position: 0 -200px;
}

.RadCalendar_uebeq .rcTitlebar .rcFastPrev:hover
{
    background-position: 0 -250px;
}

.RadCalendar_uebeq .rcTitlebar .rcPrev
{
    background-position: 0 -300px;
}

.RadCalendar_uebeq .rcTitlebar .rcPrev:hover
{
    background-position: 0 -350px;
}

.RadCalendar_uebeq .rcTitlebar .rcNext
{
    background-position: 0 -400px;
}

.RadCalendar_uebeq .rcTitlebar .rcNext:hover
{
    background-position: 0 -450px;
}

.RadCalendar_uebeq .rcTitlebar .rcFastNext
{
    margin-right: 4px;
    background-position: 0 -500px;
}

.RadCalendar_uebeq .rcTitlebar .rcFastNext:hover
{
    background-position: 0 -550px;
}

.RadCalendar_uebeq .rcMain
{
    width: 100%;
    border: 1px solid #958a85;
    border-top: 0;
    padding: 0;
}

.RadCalendar_uebeq .rcMainTable
{
    width: 100%;
    border-collapse: separate;
    border: 0;
    color: #272522;
    font: 12px,arial,sans-serif;
}

/*header, footer*/

.RadCalendar_uebeq .rcHeader, .RadCalendar_uebeq .rcFooter
{
    border: 1px solid #958a85;
    border-top: 0;
    padding: 0;
}

/*week numbers and days*/

.RadCalendar_uebeq .rcRow th, .RadCalendar_uebeq .rcWeek th
{
    border: 0;
    background: #f5f5f5;
    font-weight: normal;
    vertical-align: middle;
    cursor: default;
}

.RadCalendar_uebeq .rcWeek th
{
    border-bottom: 1px solid #d1d1d1;
    padding: 2px 6px 2px 0;
    text-align: center;
}

.RadCalendar_uebeq .rcWeek .rcViewSel, .RadCalendar_uebeq .rcRow th
{
    width: 12px;
    padding: 0 7px 0 9px;
    text-align: center;
}

.RadCalendar_uebeq .rcRow th
{
    border-right: 1px solid #d1d1d1;
}

/*date cells*/

.RadCalendar_uebeq .rcRow td
{
    border: 1px solid #fff;
    padding: 0;
    text-align: right;
    vertical-align: middle;
}

.RadCalendar_uebeq .rcMain .rcRow a, .RadCalendar_uebeq .rcMain .rcRow span
{
    display: block;
    padding: 1px 5px 1px 0;
    text-decoration: none;
    color: #272522;
}

.RadCalendar_uebeq .rcPreview .rcRow a
{
    outline: none;
}

.RadCalendar_uebeq .rcMain .rcWeekend a
{
    color: #474542;
}

.RadCalendar_uebeq .rcRow .rcToday
{
    border-color: #b94600;
}

.RadCalendar_uebeq .rcRow .rcToday a
{
    color: #5d1f00;
}

.RadCalendar_uebeq .rcMain .rcOtherMonth a
{
    color: #777;
}

.RadCalendar_uebeq .rcMain .rcOutOfRange span
{
    color: #777;
    cursor: default;
}

.RadCalendar_uebeq .rcRow .rcHover
{
    border-color: #30b9d5;
    background: transparent 0 -1600px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_uebeq .rcRow .rcHover a
{
    color: #048aa5;
}

.RadCalendar_uebeq .rcRow .rcSelected
{
    border-color: #048aa5;
    background: transparent 0 -1700px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_uebeq .rcRow .rcSelected a
{
    color: #ffffff;
}

/*multimonth view*/

table.RadCalendarMultiView_uebeq
{
    width: auto;
}

.RadCalendarMultiView_uebeq .rcTitlebar
{
    border-color: #504a41 #423e36 #36332c;
    background: #575043 0 -1199px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMultiView_uebeq .rcTitlebar table
{
    border: 1px solid;
    border-color: #9d947f #7c7569 #6c665a;
    line-height: 27px;
}

.RadCalendarMultiView_uebeq .rcTitlebar td
{
    padding-bottom: 1px;
}

.RadCalendarMultiView_uebeq .rcTitlebar .rcFastPrev:hover
{
    background-position: 0 -650px;
}

.RadCalendarMultiView_uebeq .rcTitlebar .rcPrev:hover
{
    background-position: 0 -750px;
}

.RadCalendarMultiView_uebeq .rcTitlebar .rcNext:hover
{
    background-position: 0 -850px;
}

.RadCalendarMultiView_uebeq .rcTitlebar .rcFastNext:hover
{
    background-position: 0 -950px;
}

.RadCalendarMultiView_uebeq .rcCalendar
{
    width: 220px;
    border: 1px solid #958a85;
    border-top: 0;
    padding: 0;
}

.RadCalendarMultiView_uebeq .rcMainTable .rcTitle
{
    border: 1px solid;
    border-color: #eb8b7e #d06d44 #b26c1f;
    padding: 0 0 2px;
    background: #b9500c 0 -1000px repeat-x url('Calendar/sprite.gif');
    color: #fff;
    text-align: center;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_uebeq
{
    border-collapse: separate;
    border: 1px solid #958a85;
    background: #fff;
    font: 12px,arial,sans-serif;
    color: #272522;
}

table.RadCalendarMonthView_uebeq td
{
    border: 1px solid transparent;
    padding: 1px 3px !important;
}

.RadCalendarMonthView_uebeq #rcMView_Feb, .RadCalendarMonthView_uebeq #rcMView_Apr, .RadCalendarMonthView_uebeq #rcMView_Jun, .RadCalendarMonthView_uebeq #rcMView_Aug, .RadCalendarMonthView_uebeq #rcMView_Oct, .RadCalendarMonthView_uebeq #rcMView_Dec
{
    border-right: 1px solid #958a85;
}

.RadCalendarMonthView_uebeq a
{
    display: block;
    padding: 1px 3px;
    text-align: center;
    text-decoration: none;
    color: #272522;
}

.RadCalendarMonthView_uebeq .rcSelected a
{
    border: 1px solid #048aa5;
    padding: 1px 3px !important;
    background: transparent 0 -1700px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMonthView_uebeq td a:hover, .RadCalendarMonthView_uebeq .rcSelected a:hover
{
    border: 1px solid #30b9d5;
    padding: 1px 3px !important;
    color: #048aa5;
    background: transparent 0 -1600px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMonthView_uebeq #rcMView_PrevY a, .RadCalendarMonthView_uebeq #rcMView_NextY a
{
    display: block;
    width: 15px;
    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: #ccc;
}

.RadCalendarMonthView_uebeq #rcMView_PrevY a
{
    background-position: 6px -2095px;
}

.RadCalendarMonthView_uebeq #rcMView_NextY a
{
    background-position: 7px -2195px;
}

.RadCalendarMonthView_uebeq .rcButtons
{
    padding: 5px 7px 5px 7px;
    text-align: center;
}

.RadCalendarMonthView_uebeq input
{
    border: 1px solid #048aa5;
    padding: 1px 3px;
    background: transparent 0 -2300px repeat-x url('Calendar/sprite.gif');
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    cursor: pointer;
}

.RadCalendarMonthView_uebeq input:hover
{
    border-color: #2b8ea0;
    background-color: transparent;
    background-position: 0 -2350px;
    color: #ffffff;
}

.RadCalendarMonthView_uebeq #rcMView_Today
{
    margin: 0 0.4em 0 0;
}

.RadCalendarMonthView_uebeq #rcMView_Today, .RadCalendarMonthView_uebeq #rcMView_OK, .RadCalendarMonthView_uebeq #rcMView_Cancel
{
    padding: 1px 3px;
}

/*time view*/

table.RadCalendarTimeView_uebeq
{
    border-collapse: separate;
    border: 1px solid #958a85;
    background: #fff;
    font: 12px,arial,sans-serif;
}

.RadCalendarTimeView_uebeq th
{
    border: 0;
    border: 1px solid;
    border-color: #eb8b7e #d06d44 #b26c1f;
    padding: 0 0 2px;
    background: #b9500c 0 -1000px repeat-x url('Calendar/sprite.gif');
    color: #fff;
    text-align: center;
    line-height: 21px;
    cursor: default;
    font-weight: normal;
}

table.RadCalendarTimeView_uebeq td
{
    border: 0;
    border-left: 1px solid #958a85;
    padding: 2px 2px 3px;
}

table.RadCalendarTimeView_uebeq td:first-child
{
    border-left: 0;
}

.RadCalendarTimeView_uebeq a
{
    display: block;
    padding: 2px 6px;
    text-align: center;
    color: #272522;
    text-decoration: none;
}

.RadCalendarTimeView_uebeq td.rcSelected a
{
    border: 1px solid #48aa5;
    padding: 1px 5px;
    background: transparent 0 -1700px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarTimeView_uebeq td.rcHover a
{
    border: 1px solid #30b9d5;
    padding: 1px 5px;
    background: transparent 0 -1600px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarTimeView_uebeq .rcFooter
{
    border: 0;
    border-top: 1px solid #958a85;
    padding: 0;
}

/*pickers*/

.RadPicker_uebeq, .RadPicker_uebeq td
{
    vertical-align: middle;
}

.RadPicker_uebeq .RadInput
{
    vertical-align: baseline;
}

.RadPicker_uebeq table.rcTable, .RadPicker_uebeq table.rcTable td
{
    border: 0;
    margin: 0;
    padding: 0;
}

.RadPicker_uebeq table.rcTable .rcInputCell
{
    padding: 0 4px 0 0;
    font-size: 10px;
    font-family: Verdana;
}

.RadPicker_uebeq td a
{
    position: relative; /*FF*/
    outline: none; /*FF*/
    z-index: 2; /*Opera*/
    margin: 0 2px;
    text-decoration: none;
}
* html .RadPicker_uebeq td a
{
    position: static;
}
/*IE6*/
* + html .RadPicker_uebeq td a
{
    position: static;
}
/*IE7*/

.RadPicker_uebeq .rcCalPopup, .RadPicker_uebeq .rcTimePopup
{
    display: block;
    overflow: hidden;
    width: 22px;
    height: 22px;
    background: url('Calendar/sprite.gif') no-repeat;
    text-indent: -2222px;
    text-align: center;
}

.RadPicker_uebeq .rcCalPopup, .RadPicker_uebeq .rcDisabled.rcCalPopup:hover
{
    background-position: 0 0;
}

.RadPicker_uebeq .rcCalPopup:hover, .RadPicker_uebeq .rcCalPopup:focus, .RadPicker_uebeq .rcCalPopup:active
{
    background-position: 0 -50px;
}

.RadPicker_uebeq .rcTimePopup, .RadPicker_uebeq .rcDisabled.rcTimePopup:hover
{
    background-position: 0 -100px;
}

.RadPicker_uebeq .rcTimePopup:hover, .RadPicker_uebeq .rcTimePopup:focus, .RadPicker_uebeq .rcTimePopup:active
{
    background-position: 0 -150px;
}

.RadPicker_uebeq .rcDisabled, .RadCalendarMonthView_uebeq .rcDisabled
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_uebeq .rcTitlebar .rcFastPrev
{
    background-position: 0 -500px;
}

.RadCalendarRTL_uebeq .rcTitlebar .rcFastPrev:hover
{
    background-position: 0 -550px;
}

.RadCalendarRTL_uebeq .rcTitlebar .rcPrev
{
    background-position: 0 -400px;
}

.RadCalendarRTL_uebeq .rcTitlebar .rcPrev:hover
{
    background-position: 0 -450px;
}

.RadCalendarRTL_uebeq .rcTitlebar .rcNext
{
    background-position: 0 -300px;
}

.RadCalendarRTL_uebeq .rcTitlebar .rcNext:hover
{
    background-position: 0 -350px;
}

.RadCalendarRTL_uebeq .rcTitlebar .rcFastNext
{
    background-position: 0 -200px;
}

.RadCalendarRTL_uebeq .rcTitlebar .rcFastNext:hover
{
    background-position: 0 -250px;
}

.RadCalendarMultiViewRTL_uebeq .rcTitlebar .rcFastPrev:hover
{
    background-position: 0 -950px;
}

.RadCalendarMultiViewRTL_uebeq .rcTitlebar .rcPrev:hover
{
    background-position: 0 -850px;
}

.RadCalendarMultiViewRTL_uebeq .rcTitlebar .rcNext:hover
{
    background-position: 0 -750px;
}

.RadCalendarMultiViewRTL_uebeq .rcTitlebar .rcFastNext:hover
{
    background-position: 0 -650px;
}
