﻿/*Telerik RadCalendar Common CSS*/

table.RadCalendar
{
    table-layout: auto;
    border-collapse: separate;
    border: 0;
    width: 220px;
}

/*titlebar*/

.RadCalendar .rcTitlebar
{
    width: 100%;
    border-style: solid;
    border-width: 1px;
    padding: 0;
}

.RadCalendar .rcTitlebar table
{
    table-layout: auto;
    width: 100%;
    border-collapse: separate;
    border: 0;
}

.RadCalendar .rcTitlebar td
{
    border: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.RadCalendar .rcTitlebar .rcTitle
{
    width: 100%;
    cursor: pointer;
}
.RadCalendar .rcNoNav .rcTitle
{
    cursor: default;
}

.RadCalendar .rcTitlebar .rcPrev, .RadCalendar .rcTitlebar .rcNext, .RadCalendar .rcTitlebar .rcFastPrev, .RadCalendar .rcTitlebar .rcFastNext
{
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin: 0 4px;
    background-color: transparent;
    background-repeat: no-repeat;
    text-indent: -2222px;
    text-decoration: none;
}

.RadCalendar .rcMain
{
    width: 100%;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 0;
}

.RadCalendar .rcMainTable
{
    table-layout: auto;
    border-collapse: separate;
    border: 0;
    width: 100%;
}

.RadCalendar .rcHeader, .RadCalendar .rcFooter
{
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 0;
}

/*week numbers and days*/

.RadCalendar .rcRow th, .RadCalendar .rcWeek th
{
    border: 0;
    padding: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: default;
}

.RadCalendar .rcWeek th
{
    text-align: right;
}

.RadCalendar .rcWeek .rcViewSel, .RadCalendar .rcRow th
{
    text-align: center;
}

/*date cells*/

.RadCalendar .rcRow td
{
    border-style: solid;
    border-width: 1px;
    padding: 0;
    text-align: right;
    vertical-align: middle;
}

.RadCalendar .rcMain .rcRow a, .RadCalendar .rcMain .rcRow span
{
    display: block;
    padding: 1px 5px 1px 0;
    text-decoration: none;
}

.RadCalendar .rcPreview .rcRow a
{
    outline: none;
}

.RadCalendar .rcMain .rcOutOfRange span
{
    cursor: default;
}

/*multimonth view*/

table.RadCalendarMultiView
{
    width: auto;
}

.RadCalendarMultiView .rcCalendar
{
    width: 220px;
    border-style: solid;
    border-width: 1px;
    padding: 0;
}

.RadCalendarMultiView .rcMainTable .rcTitle
{
    border-style: solid;
    border-width: 0 0 1px;
    padding: 0;
    text-align: center;
}

/*month view*/

table.RadCalendarMonthView
{
    table-layout: auto;
    border-collapse: separate;
    border-style: solid;
    border-width: 1px;
}

table.RadCalendarMonthView td
{
    border: 0;
    padding: 5px 2px 0;
}

.RadCalendarMonthView a
{
    display: block;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
}

.RadCalendarMonthView .rcHover a, .RadCalendarMonthView .rcSelected a
{
    border-style: solid;
    border-width: 1px;
    padding: 1px 3px;
}

.RadCalendarMonthView #rcMView_PrevY a, .RadCalendarMonthView #rcMView_NextY a
{
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background-color: transparent;
    background-repeat: no-repeat;
    text-indent: -2222px;
    text-align: center;
    text-decoration: none;
}

.RadCalendarMonthView .rcButtons
{
    border: 0;
    text-align: center;
}

.RadCalendarMonthView input
{
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

* + html .RadCalendarMonthView input
{
    padding: 0;
}
/*IE7*/
* html .RadCalendarMonthView input
{
    padding: 0;
}
/*IE6*/

.RadCalendarMonthView #rcMView_Today
{
    margin: 0 0.4em 0 0;
}

* + html .RadCalendarMonthView #rcMView_OK
{
    padding: 0 0.2em;
}
/*IE7*/
* html .RadCalendarMonthView #rcMView_OK
{
    padding: 0 0.2em;
}
/*IE6*/

/*time view*/

table.RadCalendarTimeView
{
    border-collapse: separate;
    border-style: solid;
    border-width: 1px;
}

.RadCalendarTimeView th
{
    border: 0;
    text-align: center;
    cursor: default;
    font-weight: normal;
}

table.RadCalendarTimeView td
{
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: 2px 2px 3px;
}

table.RadCalendarTimeView td:first-child
{
    border-left: 0;
}

.RadCalendarTimeView a
{
    display: block;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
}

.RadCalendarTimeView td.rcSelected a, .RadCalendarTimeView td.rcHover a
{
    border-style: solid;
    border-width: 1px;
    padding: 1px 5px;
}

.RadCalendarTimeView .rcFooter
{
    border-style: solid;
    border-width: 1px 0 0;
    padding: 0;
}

/*pickers*/

.RadPicker, .RadPicker td
{
    vertical-align: middle;
}

.RadPicker .RadInput
{
    vertical-align: baseline;
}

.RadPicker .rcTable
{
    table-layout: auto;
}

.RadPicker table.rcTable, .RadPicker table.rcTable td
{
    border: 0;
    margin: 0;
    padding: 0;
}

.RadPicker table.rcTable .rcInputCell
{
    padding: 0 4px 0 0;
}

.RadPicker td a
{
    position: relative; /*FF*/
    outline: none; /*FF*/
    z-index: 2; /*Opera*/
    margin: 0 2px;
    text-decoration: none;
}
* html .RadPicker td a
{
    position: static;
}
/*IE6*/
* + html .RadPicker td a
{
    position: static;
}
/*IE7*/

.RadPicker .rcCalPopup, .RadPicker .rcTimePopup
{
    display: block;
    overflow: hidden;
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-repeat: no-repeat;
    text-indent: -2222px;
    text-align: center;
}

.RadPicker .rcDisabled, .RadCalendarMonthView .rcDisabled
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*shadows*/

body > .RadCalendarPopupShadows
{
    padding: 0 5px 5px 0;
}

.RadCalendarPopupShadows > .rcShadTR, .RadCalendarPopupShadows > .rcShadBL, .RadCalendarPopupShadows > .rcShadBR
{
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
}

.RadCalendarPopupShadows > .rcShadBL, .RadCalendarPopupShadows > .rcShadBR
{
    height: 5px;
    bottom: 0;
    background-image: url('Common/Menu/ShadowBottom.png');
}

.RadCalendarPopupShadows > .rcShadBL
{
    left: 0;
    width: 100%;
    background-position: 0 -3px;
}

.RadCalendarPopupShadows > .rcShadBR
{
    width: 5px;
    right: 0;
    background-position: 100% 100%;
}

.RadCalendarPopupShadows > .rcShadTR
{
    width: 5px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url('Common/Menu/ShadowRight.png');
    background-position: 100% 0;
}

.rcIE > .rcShadBL, .rcIE > .rcShadBR, .rcIE > .rcShadTR
{
    background-image: none;
}

/*rtl*/

.RadPickerRTL table.rcTable .rcInputCell
{
    padding: 0 0 0 4px;
}
/*Telerik RadCalendar Default skin*/

table.RadCalendar_Default
{
    background: #fff;
    font: 12px "segoe ui" ,arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Default .rcTitlebar
{
    border-color: #868686 #868686 #c4c4c4;
    background: #eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
    color: #000;
}

.RadCalendar_Default .rcTitlebar table
{
    font: 12px/23px "segoe ui" ,arial,sans-serif;
}

.RadCalendar_Default .rcTitlebar td
{
    padding: 0 0 1px;
}

.RadCalendar_Default .rcTitlebar .rcPrev, .RadCalendar_Default .rcTitlebar .rcNext, .RadCalendar_Default .rcTitlebar .rcFastPrev, .RadCalendar_Default .rcTitlebar .rcFastNext
{
    background-image: url('Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendar_Default .rcTitlebar .rcFastPrev
{
    margin-left: 6px;
    background-position: 1px -197px;
}

.RadCalendar_Default .rcTitlebar a.rcFastPrev:hover
{
    background-position: 1px -247px;
}

.RadCalendar_Default .rcTitlebar .rcPrev
{
    background-position: 4px -297px;
}

.RadCalendar_Default .rcTitlebar a.rcPrev:hover
{
    background-position: 4px -347px;
}

.RadCalendar_Default .rcTitlebar .rcNext
{
    background-position: 3px -397px;
}

.RadCalendar_Default .rcTitlebar a.rcNext:hover
{
    background-position: 3px -447px;
}

.RadCalendar_Default .rcTitlebar .rcFastNext
{
    margin-right: 6px;
    background-position: 1px -497px;
}

.RadCalendar_Default .rcTitlebar a.rcFastNext:hover
{
    background-position: 1px -547px;
}

.RadCalendar_Default .rcMain
{
    border-color: #868686;
}

.RadCalendar_Default .rcMainTable
{
    font: 12px/17px "segoe ui" ,arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Default .rcHeader, .RadCalendar_Default .rcFooter
{
    border-color: #868686;
}

/*week numbers and days*/

.RadCalendar_Default .rcWeek th
{
    border-bottom: 1px solid #c5c5c5;
    padding: 4px 6px 3px 0;
    color: #333;
}

.RadCalendar_Default .rcWeek .rcViewSel, .RadCalendar_Default .rcRow th
{
    width: 13px;
    padding: 0 7px 0 9px;
    background: #eee;
}

.RadCalendar_Default .rcRow th
{
    color: #777;
}

/*date cells*/

.RadCalendar_Default .rcRow td
{
    border-color: #fff;
}

.RadCalendar_Default .rcMain .rcRow a, .RadCalendar_Default .rcMain .rcRow span
{
    color: #333;
}

.RadCalendar_Default .rcMain .rcWeekend a
{
    color: #666;
}

.RadCalendar_Default .rcRow .rcToday
{
    border-color: #898989;
}

.RadCalendar_Default .rcMain .rcOtherMonth a
{
    color: #898989;
}

.RadCalendar_Default .rcMain .rcOutOfRange span
{
    color: #898989;
}

.RadCalendar_Default .rcRow .rcSelected
{
    border-color: #8d8d8d #7d7d7d #6c6c6c;
    background: #828282 0 -1700px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_Default .rcMain .rcRow .rcSelected a
{
    color: #fff;
}

.RadCalendar_Default .rcRow .rcHover
{
    border-color: #c4c4c4 #b2b2b2 #9e9e9e;
    background: #c5c5c5 0 -1600px repeat-x url('Calendar/sprite.gif');
}

.RadCalendar_Default .rcMain .rcRow .rcHover a
{
    color: #333;
}

/*multimonth view*/

.RadCalendarMultiView_Default .rcTitlebar
{
    border-color: #9a9a9a #9c9c9c #9c9c9c;
    background: #c5c5c5 0 -1199px repeat-x url('Calendar/sprite.gif');
}

.RadCalendarMultiView_Default .rcTitlebar table
{
    border: 1px solid;
    border-color: #fdfdfd #f3f3f3 #e7e7e7;
    line-height: 27px;
}

.RadCalendarMultiView_Default .rcTitlebar a.rcFastPrev:hover
{
    background-position: 1px -647px;
}

.RadCalendarMultiView_Default .rcTitlebar a.rcPrev:hover
{
    background-position: 4px -747px;
}

.RadCalendarMultiView_Default .rcTitlebar a.rcNext:hover
{
    background-position: 3px -847px;
}

.RadCalendarMultiView_Default .rcTitlebar a.rcFastNext:hover
{
    background-position: 1px -947px;
}

.RadCalendarMultiView_Default .rcMain
{
    border-color: #9b9b9b;
}

.RadCalendarMultiView_Default .rcCalendar
{
    border-color: #868686;
}

.RadCalendarMultiView_Default .rcCalendar .rcMainTable
{
    height: 176px;
}

.RadCalendarMultiView_Default .rcMainTable .rcTitle
{
    border-color: #c4c4c4;
    padding: 0 0 2px;
    background: #eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Default
{
    border-color: #979797;
    background: #fff;
    font: 12px "segoe ui" ,arial,sans-serif;
    color: #333;
}

.RadCalendarMonthView_Default #rcMView_Feb, .RadCalendarMonthView_Default #rcMView_Apr, .RadCalendarMonthView_Default #rcMView_Jun, .RadCalendarMonthView_Default #rcMView_Aug, .RadCalendarMonthView_Default #rcMView_Oct, .RadCalendarMonthView_Default #rcMView_Dec
{
    border-right: 1px solid #e0e0e0;
}

.RadCalendarMonthView_Default a
{
    color: #333;
}

.RadCalendarMonthView_Default .rcSelected a
{
    border-color: #8d8d8d #7d7d7d #6c6c6c;
    background: #828282 0 -1700px repeat-x url('Calendar/sprite.gif');
    color: #fff;
}

.RadCalendarMonthView_Default #rcMView_PrevY a, .RadCalendarMonthView_Default #rcMView_NextY a
{
    width: 17px;
    height: 14px;
    background-image: url('Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Default #rcMView_PrevY a
{
    background-position: 7px -196px;
}

.RadCalendarMonthView_Default #rcMView_NextY a
{
    background-position: 7px -496px;
}

.RadCalendarMonthView_Default .rcButtons
{
    padding: 6px 7px 5px;
}

.RadCalendarMonthView_Default input
{
    border-color: #a7a7a7 #7b7b7b #7b7b7b #a7a7a7;
    background: #e9e9e9 0 -2300px repeat-x url('Calendar/sprite.gif');
    color: #000;
    font: 12px "segoe ui" ,arial,sans-serif;
}

/*time view*/

table.RadCalendarTimeView_Default
{
    border-color: #868686;
    background: #fff;
    font: 12px "segoe ui" ,arial,sans-serif;
}

.RadCalendarTimeView_Default th
{
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 1px;
    background: #eaeaea 0 -1000px repeat-x url('Calendar/sprite.gif');
    color: #000;
    line-height: 23px;
}

table.RadCalendarTimeView_Default td
{
    border-color: #c5c5c5;
}

.RadCalendarTimeView_Default a
{
    color: #333;
}

.RadCalendarTimeView_Default td.rcSelected a
{
    border-color: #8d8d8d #7d7d7d #6c6c6c;
    background: #828282 0 -1700px repeat-x url('Calendar/sprite.gif');
    color: #fff;
}

.RadCalendarTimeView_Default td.rcHover a
{
    border-color: #c4c4c4 #b2b2b2 #9e9e9e;
    background: #c5c5c5 0 -1600px repeat-x url('Calendar/sprite.gif');
    color: #000;
}

.RadCalendarTimeView_Default .rcFooter
{
    border-color: #c5c5c5;
}

/*pickers*/

.RadPicker_Default .rcCalPopup, .RadPicker_Default .rcTimePopup
{
    background-image: url('Calendar/sprite.gif');
}

.RadPicker_Default .rcCalPopup, .RadPicker_Default a.rcDisabled.rcCalPopup:hover
{
    background-position: 0 0;
}

.RadPicker_Default a.rcCalPopup:hover, .RadPicker_Default a.rcCalPopup:focus, .RadPicker_Default a.rcCalPopup:active
{
    background-position: 0 -50px;
}

.RadPicker_Default .rcTimePopup, .RadPicker_Default a.rcDisabled.rcTimePopup:hover
{
    background-position: 0 -100px;
}

.RadPicker_Default a.rcTimePopup:hover, .RadPicker_Default a.rcTimePopup:focus, .RadPicker_Default a.rcTimePopup:active
{
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Default .rcTitlebar .rcFastPrev
{
    background-position: 1px -497px;
}

.RadCalendarRTL_Default .rcTitlebar a.rcFastPrev:hover
{
    background-position: 1px -547px;
}

.RadCalendarRTL_Default .rcTitlebar .rcPrev
{
    background-position: 3px -397px;
}

.RadCalendarRTL_Default .rcTitlebar a.rcPrev:hover
{
    background-position: 3px -447px;
}

.RadCalendarRTL_Default .rcTitlebar .rcNext
{
    background-position: 4px -297px;
}

.RadCalendarRTL_Default .rcTitlebar a.rcNext:hover
{
    background-position: 4px -347px;
}

.RadCalendarRTL_Default .rcTitlebar .rcFastNext
{
    background-position: 1px -197px;
}

.RadCalendarRTL_Default .rcTitlebar a.rcFastNext:hover
{
    background-position: 1px -247px;
}

.RadCalendarMultiViewRTL_Default .rcTitlebar a.rcFastPrev:hover
{
    background-position: 1px -947px;
}

.RadCalendarMultiViewRTL_Default .rcTitlebar a.rcPrev:hover
{
    background-position: 3px -847px;
}

.RadCalendarMultiViewRTL_Default .rcTitlebar a.rcNext:hover
{
    background-position: 4px -747px;
}

.RadCalendarMultiViewRTL_Default .rcTitlebar a.rcFastNext:hover
{
    background-position: 1px -647px;
}
/*Telerik RadCalendar Windows7 skin*/

table.RadCalendar_Windows7
{
    width: auto;
    background: #fff;
    color: #333;
    font: 12px "segoe ui" ,arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Windows7 .rcTitlebar
{
    border-color: #cddaea;
    border-bottom-color: #d4dbe5;
    background: #f1f5fb;
    color: #1e395b;
}

.RadCalendar_Windows7 .rcTitlebar table
{
    font: 12px/18px "segoe ui" ,arial,sans-serif;
}

.RadCalendar_Windows7 .rcTitlebar td
{
    padding: 3px 0 2px;
}

.RadCalendar_Windows7 .rcTitlebar .rcPrev, .RadCalendar_Windows7 .rcTitlebar .rcNext, .RadCalendar_Windows7 .rcTitlebar .rcFastPrev, .RadCalendar_Windows7 .rcTitlebar .rcFastNext
{
    width: 17px;
    height: 16px;
    background-image: url('Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendar_Windows7 .rcTitlebar .rcFastPrev
{
    margin-left: 5px;
    background-position: 0 -200px;
}

.RadCalendar_Windows7 .rcTitlebar a.rcFastPrev:hover
{
    background-position: 0 -250px;
}

.RadCalendar_Windows7 .rcTitlebar .rcPrev
{
    background-position: 0 -300px;
}

.RadCalendar_Windows7 .rcTitlebar a.rcPrev:hover
{
    background-position: 0 -350px;
}

.RadCalendar_Windows7 .rcTitlebar .rcNext
{
    background-position: 0 -400px;
}

.RadCalendar_Windows7 .rcTitlebar a.rcNext:hover
{
    background-position: 0 -450px;
}

.RadCalendar_Windows7 .rcTitlebar .rcFastNext
{
    margin-right: 5px;
    background-position: 0 -500px;
}

.RadCalendar_Windows7 .rcTitlebar a.rcFastNext:hover
{
    background-position: 0 -550px;
}

.RadCalendar_Windows7 .rcMain
{
    border-color: #cddaea;
}

.RadCalendar_Windows7 .rcMainTable
{
    font: 12px/20px "segoe ui" ,arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Windows7 .rcHeader, .RadCalendar_Windows7 .rcFooter
{
    border-color: #cddaea;
}

/*week numbers and days*/

.RadCalendar_Windows7 .rcWeek th
{
    border-bottom: 1px solid #d4dbe5;
    padding: 2px 0 1px 0;
    text-align: center;
}

.RadCalendar_Windows7 .rcWeek .rcViewSel
{
    border-bottom-color: #fff;
}

.RadCalendar_Windows7 .rcRow th
{
    width: 28px;
    color: #4c607a;
}

.RadCalendar_Windows7 .rcViewSel, .RadCalendar_Windows7 .rcRow th
{
    background: #e7ebf6;
}

/*date cells*/

.RadCalendar_Windows7 .rcRow td
{
    width: 26px;
    border: 0;
    padding: 0 0 1px 1px;
}

.RadCalendar_Windows7 .rcMain .rcRow a, .RadCalendar_Windows7 .rcMain .rcRow span
{
    width: 20px;
    padding: 0 6px 0 0;
    color: #000;
}

.RadCalendar_Windows7 .rcMain .rcWeekend a
{
    color: #444;
}

.RadCalendar_Windows7 .rcMain .rcRow .rcToday a
{
    background: 100% -1800px no-repeat url('Calendar/sprite.gif');
    color: #4c607a;
}

.RadCalendar_Windows7 .rcMain .rcOtherMonth a
{
    color: #a7a7a7;
}

.RadCalendar_Windows7 .rcMain .rcOutOfRange span
{
    color: #ccc;
}

.RadCalendar_Windows7 .rcMain .rcRow .rcSelected a
{
    background: 100% -1700px no-repeat url('Calendar/sprite.gif');
    color: #4c607a;
}

.RadCalendar_Windows7 .rcMain .rcRow .rcHover a
{
    background: 100% -1600px no-repeat url('Calendar/sprite.gif');
    color: #4c607a;
}

/*multimonth view*/

.RadCalendarMultiView_Windows7 .rcTitlebar
{
    border-color: #cddaea;
    background: #e4edf8 0 -1199px repeat-x url('Calendar/sprite.gif');
    color: #1e395b;
}

.RadCalendarMultiView_Windows7 .rcTitlebar table
{
    border: 1px solid;
    border-color: #fbfdfe #f1f7fc #ebf3fb;
    line-height: 22px;
}

.RadCalendarMultiView_Windows7 .rcTitlebar td
{
    padding: 4px 0 1px;
}

.RadCalendarMultiView_Windows7 .rcTitlebar .rcFastPrev
{
    width: 20px;
    height: 19px;
    background-position: 0 -600px;
}

.RadCalendarMultiView_Windows7 .rcTitlebar a.rcFastPrev:hover
{
    background-position: 0 -650px;
}

.RadCalendarMultiView_Windows7 .rcTitlebar .rcPrev
{
    width: 20px;
    height: 19px;
    background-position: 0 -700px;
}

.RadCalendarMultiView_Windows7 .rcTitlebar a.rcPrev:hover
{
    background-position: 0 -750px;
}

.RadCalendarMultiView_Windows7 .rcTitlebar .rcNext
{
    width: 20px;
    height: 19px;
    background-position: 0 -800px;
}

.RadCalendarMultiView_Windows7 .rcTitlebar a.rcNext:hover
{
    background-position: 0 -850px;
}

.RadCalendarMultiView_Windows7 .rcTitlebar .rcFastNext
{
    width: 20px;
    height: 19px;
    background-position: 0 -900px;
}

.RadCalendarMultiView_Windows7 .rcTitlebar a.rcFastNext:hover
{
    background-position: 0 -950px;
}

.RadCalendarMultiView_Windows7 .rcMain
{
    border-color: #cddaea;
}

.RadCalendarMultiView_Windows7 .rcCalendar
{
    width: auto;
    border-color: #cddaea;
}

.RadCalendarMultiView_Windows7 .rcMain .rcTitle
{
    border-color: #d4dbe5;
    padding: 3px 0 4px;
    background: #f1f5fb;
    color: #1e395b;
}

/*month view*/

table.RadCalendarMonthView_Windows7
{
    border-color: #a5b3c5;
    background: #fcfcfc;
    font: 12px "segoe ui" ,arial,sans-serif;
    color: #000;
}

.RadCalendarMonthView_Windows7 #rcMView_Feb, .RadCalendarMonthView_Windows7 #rcMView_Apr, .RadCalendarMonthView_Windows7 #rcMView_Jun, .RadCalendarMonthView_Windows7 #rcMView_Aug, .RadCalendarMonthView_Windows7 #rcMView_Oct, .RadCalendarMonthView_Windows7 #rcMView_Dec
{
    border-right: 1px solid #e0e0e0;
}

.RadCalendarMonthView_Windows7 a
{
    color: #000;
}

.RadCalendarMonthView_Windows7 .rcHover a
{
    border-color: #a8d8eb;
    background: #f1f4f6;
    color: #4c607a;
}

.RadCalendarMonthView_Windows7 .rcSelected a
{
    border-color: #8fb0d6;
    background: #cfe3fc;
    color: #4c607a;
}

.RadCalendarMonthView_Windows7 #rcMView_PrevY a, .RadCalendarMonthView_Windows7 #rcMView_NextY a
{
    width: 12px;
    height: 15px;
    background-image: url('Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Windows7 #rcMView_PrevY a
{
    background-position: 0 -200px;
}

.RadCalendarMonthView_Windows7 #rcMView_PrevY a:hover
{
    background-position: 0 -250px;
}

.RadCalendarMonthView_Windows7 #rcMView_NextY a
{
    background-position: 0 -500px;
}

.RadCalendarMonthView_Windows7 #rcMView_NextY a:hover
{
    background-position: 0 -550px;
}

.RadCalendarMonthView_Windows7 .rcButtons
{
    padding: 4px 7px 6px;
}

.RadCalendarMonthView_Windows7 input
{
    border: 0;
    margin: 0 3px;
    padding: 1px 0 0;
    background: 0 100% repeat-x url('Calendar/sprite.gif');
    color: #005bc6;
    font: 12px "segoe ui" ,arial,sans-serif;
}

.RadCalendarMonthView_Windows7 #rcMView_Today
{
    margin-right: 20px;
}

/*time view*/

table.RadCalendarTimeView_Windows7
{
    border-color: #a5b3c5;
    background: #fcfcfc;
    font: 12px "segoe ui" ,arial,sans-serif;
    color: #000;
}

.RadCalendarTimeView_Windows7 th
{
    border-bottom: 1px solid #d4dbe5;
    padding: 3px 0;
    background: #f1f5fb;
    color: #1e395b;
    line-height: 18px;
}

table.RadCalendarTimeView_Windows7 td
{
    border-color: #e0e0e0;
    padding: 2px 2px 3px;
}

.RadCalendarTimeView_Windows7 a
{
    width: 59px;
    padding: 1px 6px 1px 1px;
    line-height: 15px;
    text-align: right;
    color: #000;
}

.RadCalendarTimeView_Windows7 td.rcSelected a
{
    border: 0;
    padding: 1px 6px 1px 1px;
    background: 100% -2550px no-repeat url('Calendar/sprite.gif');
    color: #4c607a;
}

.RadCalendarTimeView_Windows7 td.rcHover a
{
    border: 0;
    padding: 1px 6px 1px 1px;
    background: 100% -2500px no-repeat url('Calendar/sprite.gif');
    color: #4c607a;
}

.RadCalendarTimeView_Windows7 .rcFooter
{
    border-color: #e0e0e0;
}

/*pickers*/

.RadPicker_Windows7 .rcCalPopup, .RadPicker_Windows7 .rcTimePopup
{
    background-image: url('Calendar/sprite.gif');
}

.RadPicker_Windows7 .rcCalPopup, .RadPicker_Windows7 a.rcDisabled.rcCalPopup:hover
{
    background-position: 0 0;
}

.RadPicker_Windows7 a.rcCalPopup:hover, .RadPicker_Windows7 a.rcCalPopup:focus, .RadPicker_Windows7 a.rcCalPopup:active
{
    background-position: 0 -50px;
}

.RadPicker_Windows7 .rcTimePopup, .RadPicker_Windows7 a.rcDisabled.rcTimePopup:hover
{
    background-position: 0 -100px;
}

.RadPicker_Windows7 a.rcTimePopup:hover, .RadPicker_Windows7 a.rcTimePopup:focus, .RadPicker_Windows7 a.rcTimePopup:active
{
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Windows7 .rcTitlebar .rcFastPrev
{
    background-position: 0 -500px;
}

.RadCalendarRTL_Windows7 .rcTitlebar a.rcFastPrev:hover
{
    background-position: 0 -550px;
}

.RadCalendarRTL_Windows7 .rcTitlebar .rcPrev
{
    background-position: 0 -400px;
}

.RadCalendarRTL_Windows7 .rcTitlebar a.rcPrev:hover
{
    background-position: 0 -450px;
}

.RadCalendarRTL_Windows7 .rcTitlebar .rcNext
{
    background-position: 0 -300px;
}

.RadCalendarRTL_Windows7 .rcTitlebar a.rcNext:hover
{
    background-position: 0 -350px;
}

.RadCalendarRTL_Windows7 .rcTitlebar .rcFastNext
{
    background-position: 0 -200px;
}

.RadCalendarRTL_Windows7 .rcTitlebar a.rcFastNext:hover
{
    background-position: 0 -250px;
}

.RadCalendarMultiViewRTL_Windows7 .rcTitlebar .rcFastPrev
{
    background-position: 0 -900px;
}

.RadCalendarMultiViewRTL_Windows7 .rcTitlebar a.rcFastPrev:hover
{
    background-position: 0 -950px;
}

.RadCalendarMultiViewRTL_Windows7 .rcTitlebar .rcPrev
{
    background-position: 0 -800px;
}

.RadCalendarMultiViewRTL_Windows7 .rcTitlebar a.rcPrev:hover
{
    background-position: 0 -850px;
}

.RadCalendarMultiViewRTL_Windows7 .rcTitlebar .rcNext
{
    background-position: 0 -700px;
}

.RadCalendarMultiViewRTL_Windows7 .rcTitlebar a.rcNext:hover
{
    background-position: 0 -750px;
}

.RadCalendarMultiViewRTL_Windows7 .rcTitlebar .rcFastNext
{
    background-position: 0 -600px;
}

.RadCalendarMultiViewRTL_Windows7 .rcTitlebar a.rcFastNext:hover
{
    background-position: 0 -650px;
}
.reMode_preview
{
    display: none !important;
}