﻿/*Telerik RadCalendar MyCustomSkin skin*/

table.RadCalendar_MyCustomSkin
{
    border-collapse:separate;
    border:0;
    background:#fff;
    font:12px "segoe ui",arial,sans-serif;
    width:220px;
}

/*titlebar*/

.RadCalendar_MyCustomSkin .rcTitlebar
{
    width:100%;
    border:1px solid;
    border-color:#868686 #868686 #c4c4c4;
    padding:0;
    background:#eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
    color:#000;
}

.RadCalendar_MyCustomSkin .rcTitlebar table
{
    width:100%;
    border-collapse:separate;
    border:0;
    font:12px/23px "segoe ui",arial,sans-serif;
}

.RadCalendar_MyCustomSkin .rcTitlebar td
{
    border:0;
    padding:0 0 1px;
    text-align:center;
    vertical-align:middle;
}

.RadCalendar_MyCustomSkin .rcTitlebar .rcTitle
{
    width:100%;
    cursor:pointer;
}

.RadCalendar_MyCustomSkin .rcTitlebar .rcPrev,
.RadCalendar_MyCustomSkin .rcTitlebar .rcNext,
.RadCalendar_MyCustomSkin .rcTitlebar .rcFastPrev,
.RadCalendar_MyCustomSkin .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_MyCustomSkin .rcTitlebar .rcFastPrev
{
    margin-left:6px;
    background-position:1px -197px;
}

.RadCalendar_MyCustomSkin .rcTitlebar .rcFastPrev:hover
{
    background-position:1px -247px;
}

.RadCalendar_MyCustomSkin .rcTitlebar .rcPrev
{
    background-position:4px -297px;
}

.RadCalendar_MyCustomSkin .rcTitlebar .rcPrev:hover
{
    background-position:4px -347px;
}

.RadCalendar_MyCustomSkin .rcTitlebar .rcNext
{
    background-position:3px -397px;
    
}

.RadCalendar_MyCustomSkin .rcTitlebar .rcNext:hover
{
    background-position:3px -447px;
   
}

.RadCalendar_MyCustomSkin .rcTitlebar .rcFastNext
{
    margin-right:6px;
    background-position:1px -497px;
}

.RadCalendar_MyCustomSkin .rcTitlebar .rcFastNext:hover
{
    background-position:1px -547px;
}

.RadCalendar_MyCustomSkin .rcMain
{
    width:100%;
    border:1px solid #868686;
    border-top:0;
    padding:0;
}

.RadCalendar_MyCustomSkin .rcMainTable
{
    border-collapse:separate;
    border:0;
    width:100%;
    font:12px/17px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_MyCustomSkin .rcHeader,
.RadCalendar_MyCustomSkin .rcFooter
{
    border:1px solid #868686;
    border-top:0;
    padding:0;
}

/*week numbers and days*/

.RadCalendar_MyCustomSkin .rcRow th,
.RadCalendar_MyCustomSkin .rcWeek th
{
    border:0;
    font-weight:normal;
    vertical-align:middle;
    cursor:default;
}

.RadCalendar_MyCustomSkin .rcWeek th
{
    border-bottom:1px solid #c5c5c5;
    padding:4px 6px 3px 0;
    text-align:right;
    color:#333;
}

.RadCalendar_MyCustomSkin .rcWeek .rcViewSel,
.RadCalendar_MyCustomSkin .rcRow th
{
    width:13px;
    padding-left:9px;
    padding-right:7px;
    background:#eee;
    text-align:center;
}

.RadCalendar_MyCustomSkin .rcRow th
{
    color:#777;
}

/*date cells*/

.RadCalendar_MyCustomSkin .rcRow td
{
    border:1px solid #fff;
    padding:0;
    text-align:right;
    vertical-align:middle;
}

.RadCalendar_MyCustomSkin .rcMain .rcRow a,
.RadCalendar_MyCustomSkin .rcMain .rcRow span
{
    display:block;
    padding:1px 5px 1px 0;
    text-decoration:none;
    color:#333;
}

.RadCalendar_MyCustomSkin .rcMain .rcWeekend a
{
    color:#666;
}

.RadCalendar_MyCustomSkin .rcRow .rcToday
{
    border-color:#898989;
}

.RadCalendar_MyCustomSkin .rcMain .rcOtherMonth a
{
    color:#898989;
}

.RadCalendar_MyCustomSkin .rcMain .rcOutOfRange span
{
    color:#898989;
    cursor:default;
}

.RadCalendar_MyCustomSkin .rcRow .rcHover
{
    border-color:#c4c4c4 #b2b2b2 #9e9e9e;
    background:#c5c5c5 0 -1600px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_MyCustomSkin .rcRow .rcSelected
{
    border-color:#8d8d8d #7d7d7d #6c6c6c;
    background:#828282 0 -1700px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_MyCustomSkin .rcMain .rcRow .rcSelected a
{
    color:#fff;
}

/*multimonth view*/

table.RadCalendarMultiView_MyCustomSkin
{
    width:auto;
}

.RadCalendarMultiView_MyCustomSkin .rcTitlebar
{
    border-color:#9a9a9a #9c9c9c #9c9c9c;
    background:#c5c5c5 0 -1199px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMultiView_MyCustomSkin .rcTitlebar table
{
    border:1px solid;
    border-color:#fdfdfd #f3f3f3 #e7e7e7;
    line-height:27px;
}

.RadCalendarMultiView_MyCustomSkin .rcTitlebar .rcFastPrev:hover
{
    background-position:1px -647px;
}

.RadCalendarMultiView_MyCustomSkin .rcTitlebar .rcPrev:hover
{
    background-position:4px -747px;
}

.RadCalendarMultiView_MyCustomSkin .rcTitlebar .rcNext:hover
{
    background-position:3px -847px;
}

.RadCalendarMultiView_MyCustomSkin .rcTitlebar .rcFastNext:hover
{
    background-position:1px -947px;
}

.RadCalendarMultiView_MyCustomSkin .rcMain
{
    border-color:#9b9b9b;
}

.RadCalendarMultiView_MyCustomSkin .rcCalendar
{
    width:220px;
    border:1px solid #868686;
    padding:0;
}

.RadCalendarMultiView_MyCustomSkin .rcMainTable .rcTitle
{
    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_MyCustomSkin
{
    border-collapse:separate;
    border:1px solid #979797;
    background:#fff;
    font:12px "segoe ui",arial,sans-serif;
    color:#333;
}

.RadCalendarMonthView_MyCustomSkin td
{
    border:0;
    padding:5px 2px 0;
}

.RadCalendarMonthView_MyCustomSkin #rcMView_Feb,
.RadCalendarMonthView_MyCustomSkin #rcMView_Apr,
.RadCalendarMonthView_MyCustomSkin #rcMView_Jun,
.RadCalendarMonthView_MyCustomSkin #rcMView_Aug,
.RadCalendarMonthView_MyCustomSkin #rcMView_Oct,
.RadCalendarMonthView_MyCustomSkin #rcMView_Dec
{
    border-right:1px solid #e0e0e0;
}

.RadCalendarMonthView_MyCustomSkin a
{
    display:block;
    padding:2px 4px;
    text-align:center;
    text-decoration:none;
    color:#333;
}

.RadCalendarMonthView_MyCustomSkin .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_MyCustomSkin #rcMView_PrevY a,
.RadCalendarMonthView_MyCustomSkin #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_MyCustomSkin #rcMView_PrevY a
{
    background-position:7px -196px;
}

.RadCalendarMonthView_MyCustomSkin #rcMView_NextY a
{
    background-position:7px -496px;
}

.RadCalendarMonthView_MyCustomSkin .rcButtons
{
    padding:6px 7px 5px;
    text-align:center;
}

.RadCalendarMonthView_MyCustomSkin 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_MyCustomSkin #rcMView_Today
{
    margin:0 0.4em 0 0;
}

.RadCalendarMonthView_MyCustomSkin #rcMView_OK
{
    padding:0 0.2em;
}

/*time view*/

table.RadCalendarTimeView_MyCustomSkin
{
    border-collapse:separate;
    border:1px solid #868686;
    background:#fff;
    font:12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_MyCustomSkin 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;
}

.RadCalendarTimeView_MyCustomSkin td
{
    border:0;
    border-left:1px solid #c5c5c5;
    padding:2px 2px 3px;
}

.RadCalendarTimeView_MyCustomSkin td:first-child
{
    border-left:0;
}

.RadCalendarTimeView_MyCustomSkin a
{
    display:block;
    padding:2px 6px;
    text-align:center;
    color:#333;
    text-decoration:none;
}

.RadCalendarTimeView_MyCustomSkin 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_MyCustomSkin .rcFooter
{
    border:0;
    border-top:1px solid #c5c5c5;
    padding:0;
}

/*pickers*/

.RadPicker_MyCustomSkin
{
    vertical-align:middle;
}

.RadPicker_MyCustomSkin table.rcTable,
.RadPicker_MyCustomSkin table.rcTable td
{
    border:0;
    margin:0;
    padding:0;
}

.RadPicker_MyCustomSkin td
{
    vertical-align:middle;
}

.RadPicker_MyCustomSkin table.rcTable .rcInputCell
{
    padding:0 4px 0 0;
}

.RadPicker_MyCustomSkin td a
{
    position:relative;/*FF*/
    outline:none;/*FF*/
    z-index:2;/*Opera*/
    margin:0 2px;
    text-decoration:none;
}
* html .RadPicker_MyCustomSkin td a{position:static}/*IE6*/
*+html .RadPicker_MyCustomSkin td a{position:static}/*IE7*/

.RadPicker_MyCustomSkin .rcCalPopup,
.RadPicker_MyCustomSkin .rcTimePopup
{
    display:block;
    overflow:hidden;
    width:22px;
    height:22px;
    background:url('Calendar/sprite.gif') no-repeat;
    text-indent:-2222px;
    text-align:center;
}

.RadPicker_MyCustomSkin .rcCalPopup,
.RadPicker_MyCustomSkin .rcDisabled.rcCalPopup:hover
{
    background-position:0 0;
    background-image:url('Images/icons/cal_24.gif');
    
}

.RadPicker_MyCustomSkin .rcCalPopup:hover
{
    /*background-position:0 -50px;*/
    background-image:url('Images/icons/cal_24.gif');
}

.RadPicker_MyCustomSkin .rcTimePopup,
.RadPicker_MyCustomSkin .rcDisabled.rcTimePopup:hover
{
    background-position:0 -100px;
}

.RadPicker_MyCustomSkin .rcTimePopup:hover
{
    background-position:0 -150px;
}

.RadPicker_MyCustomSkin .rcDisabled,
.RadCalendarMonthView_MyCustomSkin .rcDisabled
{
    opacity:0.5;
    filter:alpha(opacity=50);
}

/*rtl*/

.RadCalendarRTL_MyCustomSkin .rcTitlebar table
{
    direction:ltr;
}

.RadCalendarRTL_MyCustomSkin .rcTitle
{
    direction:rtl;
}