﻿
/* Window/WindowHorizontalSprites.gif */

.RadWindow {
    border: solid 1px #e5e5e5;
}

    .RadWindow .rwStatusbarRow .rwCorner,
    .RadWindow .rwStatusbarRow .rwStatusbar {
        border-top: solid 1px #e5e5e5;
    }

    .RadWindow .rwTopLeft,
    .RadWindow .rwTopRight,
    .RadWindow .rwTitlebar,
    .RadWindow .rwTopResize {
        background: #25a0da;
    }

    .RadWindow .rwBodyLeft,
    .RadWindow .rwBodyRight,
    .RadWindow tr td.rwStatusbar input,
    .RadWindow .rwStatusbar td,
    .RadWindow .rwFooterRow .rwCorner,
    .RadWindow .rwFooterCenter,
    .RadWindow .rwStatusbar td {
        background-color: #fff !important;
    }

.rwWindowContent {
    border: solid 1px #fff;
}

.RadWindow iframe {
    display: block;
}

.RadWindow a.rwIcon,
.RadWindow .rwShadow a.rwIcon {
    background: url('Window/Icon.gif') no-repeat center;
    margin: 3px 5px 0 0;
}

.RadWindow ul.rwControlButtons {
    margin: 0;
}

.RadWindow .rwControlButtons a {
    background-color: #25a0da;
    background-image: url('Window/CommandButtonSprites.gif');
    width: 29px;
    height: 19px;
    border: solid 1px #25a0da;
}

div.RadWindow .rwTitlebarControls em {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 1px 0 0 1px;
}

div.RadWindow .rwStatusbar div {
    background-image: url('Window/rwResize.gif');
    background-position: 10px 8px;
    margin: 0 -4px -7px 0;
}

*html div.RadWindow .rwStatusbar div {
    margin: 0 -1px -4px 0;
}

* + html div.RadWindow .rwStatusbar div {
    margin: 0 -1px -4px 0;
}

div.RadWindow .rwDialogInput {
    border: solid 1px #e5e5e5;
}

    div.RadWindow .rwDialogInput:hover {
        border: solid 1px #767676;
    }

div.RadWindow tr td.rwLoading {
    background-color: #fff;
}

.RadWindow td.rwWindowContent.rwLoading {
    background-image: url('Common/loading.gif');
}

/* When ShowContentDuringLoad="false" */
.RadWindow input.rwLoading {
    background-image: url('Common/loading_small.gif');
}

div.RadWindow a.rwPopupButton {
    background: #fff;
    border: solid 1px #e5e5e5;
}

    div.RadWindow a.rwPopupButton:hover {
        background: #e5e5e5;
        border-color: #e5e5e5;
    }

div.RadWindow a.rwCancel,
div.RadWindow a.rwCancel span {
    background: none !important;
    cursor: pointer;
    border: 0 !important;
}

    div.RadWindow a.rwCancel span span,
    div.RadWindow a.rwCancel:hover span span {
        color: #767676;
        text-decoration: underline;
    }

/*Telerik RadCalendar Default skin*/

table.RadCalendar {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar .rcTitlebar {
    border-color: #7c7c7c;
    color: #767676;
}

    .RadCalendar .rcTitlebar table {
        font: 12px/23px "segoe ui",arial,sans-serif;
    }

    .RadCalendar .rcTitlebar td {
        padding: 0 0 1px;
    }

    .RadCalendar .rcTitlebar .rcPrev,
    .RadCalendar .rcTitlebar .rcNext,
    .RadCalendar .rcTitlebar .rcFastPrev,
    .RadCalendar .rcTitlebar .rcFastNext {
        width: 16px;
        height: 16px;
        border: 1px solid transparent;
        margin: 1px 2px 0;
        background-image: url('Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar .rcTitlebar .rcFastPrev {
        background-position: 0 -250px;
    }

    .RadCalendar .rcTitlebar .rcPrev {
        background-position: 0 -350px;
    }

    .RadCalendar .rcTitlebar .rcNext {
        background-position: 0 -450px;
    }

    .RadCalendar .rcTitlebar .rcFastNext {
        background-position: 0 -550px;
    }

        .RadCalendar .rcTitlebar .rcPrev:hover,
        .RadCalendar .rcTitlebar .rcNext:hover,
        .RadCalendar .rcTitlebar .rcFastPrev:hover,
        .RadCalendar .rcTitlebar .rcFastNext:hover {
            border-color: #e5e5e5;
            background-color: #e5e5e5;
        }

    .RadCalendar .rcTitlebar .rcFastPrev:hover {
        background-position: 0 -650px;
    }

    .RadCalendar .rcTitlebar .rcPrev:hover {
        background-position: 0 -750px;
    }

    .RadCalendar .rcTitlebar .rcNext:hover {
        background-position: 0 -850px;
    }

    .RadCalendar .rcTitlebar .rcFastNext:hover {
        background-position: 0 -950px;
    }

.RadCalendarMultiView .rcTitlebar .rcPrev:hover,
.RadCalendarMultiView .rcTitlebar .rcNext:hover,
.RadCalendarMultiView .rcTitlebar .rcFastPrev:hover,
.RadCalendarMultiView .rcTitlebar .rcFastNext:hover {
    border-color: #fff;
    background-color: transparent;
}

.RadCalendarMultiView .rcTitlebar .rcFastPrev,
.RadCalendarMultiView .rcTitlebar .rcFastPrev:hover {
    margin-left: 4px;
    background-position: 0 -200px;
}

.RadCalendarMultiView .rcTitlebar .rcPrev,
.RadCalendarMultiView .rcTitlebar .rcPrev:hover {
    background-position: 0 -300px;
}

.RadCalendarMultiView .rcTitlebar .rcNext,
.RadCalendarMultiView .rcTitlebar .rcNext:hover {
    background-position: 0 -400px;
}

.RadCalendarMultiView .rcTitlebar .rcFastNext,
.RadCalendarMultiView .rcTitlebar .rcFastNext:hover {
    margin-right: 4px;
    background-position: 0 -500px;
}




.RadCalendar .rcMain {
    border-color: #999;
}

.RadCalendar .rcMainTable {
    font: 12px/17px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar .rcHeader,
.RadCalendar .rcFooter {
    border-color: #999;
}

/*week numbers and days*/

.RadCalendar .rcWeek th {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 6px 4px 0;
    color: #000;
}

.RadCalendar .rcWeek .rcViewSel,
.RadCalendar .rcRow th {
    width: 13px;
    padding: 0 7px 0 9px;
    color: #25a0de;
}

/*date cells*/

.RadCalendar .rcRow td {
    border-color: #fff;
}

.RadCalendar .rcMain .rcRow a,
.RadCalendar .rcMain .rcRow span {
    color: #767676;
}

.RadCalendar .rcMain .rcWeekend a {
    color: #666;
}

.RadCalendar .rcRow .rcToday {
    border-color: #25a0da;
}

.RadCalendar .rcMain .rcOtherMonth a {
    color: #e5e5e5;
}

.RadCalendar .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar .rcRow .rcSelected {
    border-color: #fff;
    background: #25a0da;
}

.RadCalendar .rcMain .rcRow .rcSelected a {
    color: #fff;
}

.RadCalendar .rcRow .rcHover {
    border-color: #e5e5e5;
    background: #e5e5e5;
}

.RadCalendar .rcMain .rcRow .rcHover a {
    color: #000;
}

/*multimonth view*/

.RadCalendarMultiView .rcTitlebar {
    border: 0 none;
    background: #25a0da;
    color: #fff;
}

    .RadCalendarMultiView .rcTitlebar table {
        line-height: 29px;
    }

.RadCalendarMultiView .rcMain {
    border-color: #dadad2;
}

.RadCalendarMultiView .rcCalendar {
    border-color: #e5e5e5;
}

    .RadCalendarMultiView .rcCalendar .rcMainTable {
        height: 177px;
    }

.RadCalendarMultiView .rcMainTable .rcTitle {
    border-color: #e5e5e5;
    padding: 0 0 2px;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView {
    border-color: #dadad2;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

.RadCalendarMonthView #rcMView_Feb,
.RadCalendarMonthView #rcMView_Apr,
.RadCalendarMonthView #rcMView_Jun,
.RadCalendarMonthView #rcMView_Aug,
.RadCalendarMonthView #rcMView_Oct,
.RadCalendarMonthView #rcMView_Dec {
    border-right: 1px solid #999;
}

.RadCalendarMonthView a {
    color: #333;
}

.RadCalendarMonthView .rcSelected a {
    border-color: #25a0da;
    background: #25a0da;
    color: #fff;
}

.RadCalendarMonthView #rcMView_PrevY a,
.RadCalendarMonthView #rcMView_NextY a {
    width: 18px;
    height: 13px;
    background: url('Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView #rcMView_PrevY a {
    background-position: 0 -2100px;
}

.RadCalendarMonthView #rcMView_NextY a {
    background-position: 0 -2200px;
}

.RadCalendarMonthView .rcButtons {
    padding: 5px 7px 4px;
}

.RadCalendarMonthView input {
    border-color: #e5e5e5;
    background: transparent;
    color: #767676;
    font: 12px "segoe ui",arial,sans-serif;
}

/*time view*/

table.RadCalendarTimeView {
    border-color: #dadad2;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView th {
    border-bottom: 1px solid #999;
    padding: 0 0 1px;
    background: #e4e4e4;
    color: #000;
    line-height: 23px;
}

table.RadCalendarTimeView td {
    border-color: #999;
}

.RadCalendarTimeView a {
    color: #333;
}

.RadCalendarTimeView td.rcSelected a {
    border-color: #25a0da;
    background: #25a0da;
    color: #fff;
}

.RadCalendarTimeView td.rcHover a {
    border-color: #e5e5e5;
    background: #e5e5e5;
    color: #000;
}

.RadCalendarTimeView .rcFooter {
    border-color: #999;
}

/*pickers*/

.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup {
    background-image: url('Calendar/sprite.gif');
}

.RadPicker .rcCalPopup,
.RadPicker a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker a.rcCalPopup:hover,
.RadPicker a.rcCalPopup:focus,
.RadPicker a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker .rcTimePopup,
.RadPicker a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker a.rcTimePopup:hover,
.RadPicker a.rcTimePopup:focus,
.RadPicker a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}

/* RadColorPicker Metro skin */
.RadColorPicker .rcpViews,
.RadColorPicker .rcpHeader,
.RadColorPicker .rcpPageView {
    background-color: #fff;
}

.RadColorPicker .rcpColorPreview,
.RadColorPicker .rcpInput,
.RadColorPicker .rcpHexInput,
.RadColorPicker .rcpMillionColorsPalette,
.RadColorPicker .rcpMillionColorsSlider div.rslTrack {
    border: 1px solid #e5e5e5;
}

.RadColorPicker .rcpPalette,
.RadColorPicker input,
.RadColorPicker a,
.RadColorPicker .rcpTabs a span {
    color: #767676;
}

.RadColorPicker .rcpApplyButton:hover,
.RadColorPicker .rcpButton:hover {
    border-color: #e5e5e5;
    background-color: #e5e5e5;
    color: #000;
}

    .RadColorPicker .rcpApplyButton:hover span,
    .RadColorPicker .rcpButton:hover span,
    .RadColorPicker .rcpTabs .rcpSelectedTab a span {
        color: #000;
    }

.RadColorPicker .RadSlider a.rslDraghandle,
.RadColorPicker .RadSlider a.rslDraghandle:hover,
.RadColorPicker .RadSlider a.rslDraghandle:active,
.RadColorPicker .RadSlider a.rslDraghandle:focus {
    background: #fff;
    border: 0;
}

.RadColorPicker .rcpHeader,
.RadColorPicker .rcpHeader .rcpImageButton,
.RadColorPicker .rcpRecentColors,
.RadColorPicker .rcpIcon a,
.RadColorPicker .rcpTabs a,
.RadColorPicker .rcpTabs a span,
.RadColorPicker .rcpButton,
.RadColorPicker .rcpButton span,
.RadColorPicker .rcpMillionColorsHandle,
.RadColorPicker .rcpSlider div.rslTrack,
/* overwrite sliders */
.RadColorPicker .rcpSlider .rslTrack a.rslDraghandle,
.RadColorPicker div.rcpMillionColorsSlider div.rslVertical a.rslDraghandle {
    background-image: url('ColorPicker/ColorPickerSprites.png');
    background-repeat: no-repeat;
}

/* Rounded corners and shadows */
.RadColorPicker .rcpPalette,
.RadColorPicker .rcpRoundedRight,
.RadColorPicker .rcpRoundedBottomRight,
.RadColorPicker .rcpRightShadow,
.RadColorPicker .rcpCornerShadow {
    background-image: url('ColorPicker/rcpVerticalSprites.png');
}

.RadColorPicker .rcpRoundedBottomLeft,
.RadColorPicker .rcpBottomShadow {
    background-image: url('ColorPicker/ColorPickerSprites.png');
}

* html .RadColorPicker .rcpPalette,
* html .RadColorPicker .rcpRoundedRight,
* html .RadColorPicker .rcpRoundedBottomRight,
* html .RadColorPicker .rcpRoundedBottomLeft {
    background-image: url('ColorPicker/rcpVerticalSpritesIE6.png');
}

/* RadButton Metro Skin */

.RadButton.rbSkinnedButton,
.RadButton .rbDecorated,
.RadButton .rbSecondaryIcon,
.RadButton.rbVerticalButton,
.RadButton.rbVerticalButton .rbDecorated {
    background-image: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    a.RadButton.RadButton input.rbDecorated,
    a.RadButton.RadButton input.rbDecorated,
    a.RadButton.RadButton input.rbDecorated:active,
    a.RadButton.RadButton input.rbDecorated:focus {
        background-color: transparent;
        border: 0 none;
    }
}

/*Simple Split Button Overrides*/
.RadButton .rbSplitRight,
.RadButton .rbSplitLeft {
    background-image: url('Button/ButtonSprites.gif');
}

.RadButton .rbSplitRight,
.RadButton.rbLinkButton .rbSplitRight {
    background-position: 0 0;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
}

.RadButton.rbLinkButton.rbDisabled .rbSplitRight {
    background-position: 0 0;
}

*html .RadButton .rbSplitRight {
    right: -1px;
}

*html .RadButton.rbDisabled .rbSplitRight {
    right: 0;
}

.RadButton.rbLinkButton .rbSplitRight {
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
}

    .RadButton .rbSplitRight:hover,
    .RadButton.rbLinkButton .rbSplitRight:hover {
        background-color: #e5e5e5;
        border-left: 1px solid #e5e5e5;
        background-position: -19px 0;
    }

    .RadButton .rbSplitRight:focus,
    .RadButton .rbSplitRight:active,
    .RadButton.rbLinkButton .rbSplitRight:focus,
    .RadButton.rbLinkButton .rbSplitRight:active {
        background-color: #25a0da;
        border-left: 1px solid #e5e5e5;
    }

.RadButton .rbSplitLeft,
.RadButton.rbLinkButton .rbSplitLeft {
    background-position: 0 0;
    border-right: 1px solid #e5e5e5;
}

.RadButton.rbLinkButton .rbSplitLeft {
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
}

    .RadButton .rbSplitLeft:hover,
    .RadButton.rbLinkButton .rbSplitLeft:hover {
        background-color: #e5e5e5;
        border-right: 1px solid #e5e5e5;
        background-position: -19px 0;
    }

.RadButton.rbDisabled .rbSplitLeft,
.RadButton.rbDisabled .rbSplitLeft:hover,
.RadButton.rbDisabled .rbSplitLeft:focus,
.RadButton.rbDisabled .rbSplitLeft:active,
.RadButton.rbLinkButton.rbDisabled .rbSplitLeft,
.RadButton.rbLinkButton.rbDisabled .rbSplitLeft:hover,
.RadButton.rbLinkButton.rbDisabled .rbSplitLeft:active,
.RadButton.rbLinkButton.rbDisabled .rbSplitLeft:focus,
.RadButton.rbDisabled .rbSplitRight,
.RadButton.rbDisabled .rbSplitRight:hover,
.RadButton.rbDisabled .rbSplitRight:focus,
.RadButton.rbDisabled .rbSplitRight:active,
.RadButton.rbLinkButton.rbDisabled .rbSplitRight,
.RadButton.rbLinkButton.rbDisabled .rbSplitRight:hover,
.RadButton.rbLinkButton.rbDisabled .rbSplitRight:active,
.RadButton.rbLinkButton.rbDisabled .rbSplitRight:focus {
    background-color: transparent;
    background-position: 0 0 !important;
}

/* Needed fo IE6 */
*html .rbDisabled .rbSplitRight,
*html .rbDisabled .rbSplitRight:hover,
*html .rbDisabled .rbSplitRight:focus,
*html .rbDisabled .rbSplitRight:active,
*html .rbDisabled .rbSplitLeft,
*html .rbDisabled .rbSplitLeft:hover,
*html .rbDisabled .rbSplitLeft:focus,
*html .rbDisabled .rbSplitLeft:active {
    background-position: 0 0 !important;
}

.RadButton.rbDisabled .rbSplitLeft,
.RadButton.rbDisabled .rbSplitLeft:hover,
.RadButton.rbDisabled .rbSplitLeft:focus,
.RadButton.rbDisabled .rbSplitLeft:active,
.RadButton.rbLinkButton.rbDisabled .rbSplitLeft,
.RadButton.rbLinkButton.rbDisabled .rbSplitLeft:hover,
.RadButton.rbLinkButton.rbDisabled .rbSplitLeft:active,
.RadButton.rbLinkButton.rbDisabled .rbSplitLeft:focus {
    border-right: 1px solid #e5e5e5;
}

.RadButton.rbDisabled .rbSplitRight,
.RadButton.rbLinkButton.rbDisabled .rbSplitRight {
    border-left: 1px solid #e5e5e5;
}

.RadButton .rbSplitLeft:focus,
.RadButton .rbSplitLeft:active,
.RadButton.rbLinkButton .rbSplitLeft:focus,
.RadButton.rbLinkButton .rbSplitLeft:active {
    background-color: #25a0da;
    border-right: 1px solid #e5e5e5;
}

.RadButton.rbSkinnedButton,
.RadButton.rbVerticalButton,
.RadButton .rbDecorated {
    background-color: #fff;
    color: #767676;
}

.RadButton.rbSkinnedButton,
.RadButton.rbVerticalButton {
    border: 1px solid #e5e5e5;
}

*html .RadButton.rbSkinnedButton,
*html .RadButton.rbVerticalButton {
    border: 1px solid #e5e5e5 !important;
}

    .RadButton.rbSkinnedButton:hover,
    .RadButton.rbVerticalButton:hover,
    .RadButton:hover .rbDecorated {
        color: #000;
        background-color: #e5e5e5;
    }

    .RadButton.rbSkinnedButton:hover,
    .RadButton.rbVerticalButton:hover {
        border: 1px solid #e5e5e5;
    }

    .RadButton.rbSkinnedButton:active,
    .RadButton.rbVerticalButton:active,
    .RadButton.rbSkinnedButton:active .rbDecorated,
    .RadButton.rbVerticalButton:active .rbDecorated,
    .RadButton.rbPressedButton.rbSkinnedButton,
    .RadButton.rbPressedButton .rbDecorated {
        background-color: #25a0da;
        color: #fff;
    }

    .RadButton.rbSkinnedButton:active,
    .RadButton.rbVerticalButton:active {
        border: 1px solid #25a0da;
    }

.RadButton.rbSkinnedButtonChecked,
.RadButton.rbSkinnedButtonChecked:hover,
.RadButton.rbSkinnedButtonChecked .rbDecorated,
.RadButton.rbSkinnedButtonChecked:hover .rbDecorated {
    background-color: #25a0da;
    border: 1px solid #25a0da;
}

.RadButton .rbToggleCheckbox,
.RadButton .rbToggleCheckboxChecked,
.RadButton .rbToggleCheckboxFilled,
.RadButton .rbToggleRadio,
.RadButton .rbToggleRadioChecked {
    background-image: url('Button/ToggleSprite.gif');
}

.RadButton.rbToggleButton,
.RadButton.rbToggleButton.rbDisabled,
.RadButton.rbToggleButton.rbDisabled:hover {
    color: #000;
}

    .RadButton.rbDisabled .rbDecorated,
    .RadButton.rbDisabled:hover .rbDecorated,
    .RadButton.rbToggleButton:hover {
        color: #6a6a6a;
    }

a.RadButton.rbLinkButton {
    border: 1px solid #e5e5e5;
    text-decoration: none;
    color: #767676;
}

.RadButton.rbLinkButton:hover {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #000;
}

.RadButton.rbLinkButton:active,
a.RadButton.rbLinkButtonChecked,
.RadButton.rbLinkButtonChecked:hover {
    background-color: #25a0da;
    border: 1px solid #25a0da;
    color: #fff;
}

.RadButton.rbSkinnedButton,
.RadButton .rbDecorated {
    height: 20px;
}

    .RadButton.rbSkinnedButton.rbDisabled,
    .RadButton.rbVerticalButton.rbDisabled,
    .RadButton.rbLinkButton.rbDisabled,
    .RadButton.rbLinkButton.rbDisabled:hover {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        color: #e5e5e5;
        cursor: default;
    }

        .RadButton.rbSkinnedButton.rbDisabled .rbDecorated,
        .RadButton.rbVerticalButton.rbDisabled:hover .rbDecorated,
        .RadButton.rbLinkButton.rbDisabled,
        .RadButton.rbLinkButton.rbDisabled:hover {
            background-color: #fff;
            color: #767676;
        }

/* IE6 Fix, should be important to override the joint selectors */
*html .RadButton.rbLinkButton,
*html .RadButton.rbLinkButton:hover {
    border: 1px solid #eee !important;
}

/* Disabled */
.RadButton.rbDisabled,
.RadButton.rbDisabled .rbToggleCheckbox,
.RadButton.rbDisabled .rbToggleCheckboxChecked,
.RadButton.rbDisabled .rbToggleRadio,
.RadButton.rbDisabled .rbToggleRadioChecked,
.RadButton.rbDisabled .rbToggleCheckboxFilled {
    opacity: .8;
}

/* RadComboBox Default skin */
/*global*/

.RadComboBox, .RadComboBox .rcbInput, .RadComboBoxDropDown {
    font-size: 12px; /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    color: #999; /*padding: 8px;    border: 1px solid #c9c9c9;*/
}

.RadComboBox {
    display: inline-block !important;
}

.dnnFormItem > .RadComboBox {
    width: 47%;
    margin-bottom: 18px;
    max-width: 445px;
}

.RadComboBoxDropDown .rcbImage {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 8px;
}

/* user profile dropdown list  */
.dnnProfileItem > .rcbImage {
    height: 35px;
    width: 35px;
    display: inline-block;
    margin: -8px 8px -8px -8px;
}



/* combobox */

.RadComboBox .rcbInputCellLeft, .RadComboBox .rcbInputCellRight, .RadComboBox .rcbArrowCellLeft, .RadComboBox .rcbArrowCellRight {
    /*background-image: url('ComboBox/rcbSprite.png');*/
}

.RadComboBox table {
    border-collapse: separate !important;
    border-spacing: 0;
}

div.RadComboBox .rcbArrowCell a {
    /*  line-height: 16px;  height: 22px;     */
}

.RadComboBox td.rcbInputCellLeft, .RadComboBox td.rcbInputCellRight {
    /*background-position: 0 0; */
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    padding: 0 !important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 1%,#f0f2f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#f0f2f1 100%) !important; /* IE10+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%) !important; /* W3C */
    color: #999;
    text-decoration: none;
    margin: 0 !important;
}

.RadComboBox td.rcbInputCellLeft {
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.RadComboBox td.rcbInputCellRight {
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

    .RadComboBox td.rcbInputCellLeft input[readonly], .RadComboBox td.rcbInputCellRight input[readonly] {
        cursor: auto;
    }

.dnnError td.rcbInputCellLeft, .dnnError td.rcbInputCellRight {
    border: 1px solid red !important;
    border-right: none !important;
}

.dnnError td.rcbInputCellLeft {
    border-right: none !important;
}

.dnnError td.rcbInputCellRight {
    border-left: none !important;
}

.RadComboBox td.rcbArrowCellRight, .RadComboBox td.rcbArrowCellLeft {
    /*background-position: 100% 0; */
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    width: 12px !important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 1%,#f0f2f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#f0f2f1 100%) !important; /* IE10+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%) !important; /* W3C */
    color: #666666;
    text-decoration: none;
    vertical-align: middle !important;
}

.RadComboBox td.rcbArrowCellRight {
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}

.RadComboBox td.rcbArrowCellLeft {
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.dnnError td.rcbArrowCellRight, .dnnError td.rcbArrowCellLeft {
    border: 1px solid red !important;
}

.dnnError td.rcbArrowCellRight {
    border-left: none !important;
}

.dnnError td.rcbArrowCellLeft {
    border-right: none !important;
}

.RadComboBox td.rcbArrowCellRight a, .RadComboBox td.rcbArrowCellLeft a {
    background: transparent url(../../../../../../images/dnnSpinnerDownArrow.png) no-repeat !important;
    background-position: bottom center !important;
    padding-top: 8px !important;
    height: 0 !important;
    cursor: pointer;
}

.RadComboBox .rcbInputCell .rcbEmptyMessage {
    color: #666;
}

.RadComboBox .rcbInput {
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 9px !important;
    /*width: auto !important;*/
}

div.RadComboBoxDropDown, .RadComboBoxDropDown {
    background: transparent; /*border-color: #c9c9c9;*/
    border: none !important;
    font-size: 12px;
    position: absolute;
}

    .RadComboBoxDropDown .rcbFooter {
        background-color: #dee2e7;
        background-position: 0 -110px;
        border-top-color: #d5d5d5;
    }

    div.RadComboBoxDropDown .rcbHeader {
        font-size: 13px;
        font-weight: bold;
        border-bottom: 0;
        padding: 8px 7px 0;
    }

    .RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered {
        line-height: 1.5;
    }

        .RadComboBoxDropDown .rcbItem em {
            background: #e5e5e5;
        }

    .RadComboBoxDropDown .rcbHovered {
        background: #e8f1fa;
        color: #000;
    }

    .RadComboBoxDropDown .rcbSeparator {
        color: #444;
        background: #d9dadc;
    }

    .RadComboBox .rcbDisabled .rcbInputCell .rcbInput, .RadComboBoxDropDown .rcbDisabled {
        color: #999;
    }

    .RadComboBoxDropDown .rcbLoading {
        background: #f0f0f0;
    }

    .RadComboBoxDropDown .rcbMoreResults {
        border-top-color: #c6c7d2;
        background-position: 0 -132px;
        background-color: #e6e6e6;
        color: #606060;
    }

        .RadComboBoxDropDown .rcbMoreResults a {
            background-position: -157px -94px;
            color: #606060;
        }

    .RadComboBoxDropDown .rcbScroll {
        border: 1px solid #c9c9c9 !important;
        -webkit-box-shadow: 0px 2px 0px 0px #f2f2f2;
        box-shadow: 0px 2px 0px 0px #f2f2f2;
        background: #fff;
        margin-left: 2px !important;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        overflow: auto;
        position: relative;
    }

    .RadComboBoxDropDown .rcbList {
        position: relative;
        list-style-type: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered {
        padding: 8px;
        border-top: 1px solid #c9c9c9;
        font-size: 12px;
        color: #444;
        cursor: pointer;
        -webkit-text-shadow: none;
        text-shadow: none;
        margin: 0;
    }

.RadComboBoxDropDown_rtl .jspScrollable .jspContainer .rcbList {
    margin: 0 9px 0 -9px !important;
}

/* hierarchy combox */
.dnnOptGroupItem,
.SkinListHeader {
    background: none !important;
    color: #000 !important;
    font-weight: bold !important;
    border-bottom: 2px solid #000 !important;
}

.dnnOptItem {
    padding-left: 20px !important;
}



/* START Telerik.Web.UI.Skins.TreeView.css */
.RadTreeView {
    white-space: nowrap;
    cursor: default;
}

    .RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot, .RadTreeView .rtUL {
        -ms-zoom: 1 zoom:1;
    }

    .RadTreeView .rtSp, .RadTreeView .rtImg, .RadTreeView .rtIn, .RadTreeView .rtChk {
        vertical-align: middle;
    }

    .RadTreeView .rtUL {
        margin: 0;
        padding: 0;
        -moz-user-select: -moz-none;
    }

    .RadTreeView .rtLI {
        list-style-image: none;
        list-style-position: outside;
        list-style: none;
    }

    .RadTreeView .rtUL .rtLI .rtUL {
        padding-left: 20px;
    }

    .RadTreeView .rtTop, .RadTreeView .rtMid, .RadTreeView .rtBot {
        padding: 1px 0 1px 20px;
    }

    .RadTreeView .rtPlus, .RadTreeView .rtMinus {
        font-size: 0;
        padding: 0;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        width: 11px;
        height: 11px;
        background-repeat: no-repeat;
    }

    * html .RadTreeView .rtPlus, * html .RadTreeView .rtMinus {
        margin-right: 1px;
    }

    * + html .RadTreeView .rtPlus, * + html .RadTreeView .rtMinus {
        margin-right: 1px;
    }

    .RadTreeView .rtPlus {
        background-position: 0 0;
    }

    .RadTreeView .rtPlusHover {
        background-position: 0 -22px;
    }

    .RadTreeView .rtMinus {
        background-position: 0 -11px;
    }

    .RadTreeView .rtMinusHover {
        background-position: 0 -33px;
    }

    .RadTreeView .rtChecked, .RadTreeView .rtUnchecked, .RadTreeView .rtIndeterminate {
        display: -moz-inline-box;
        display: inline-block;
        width: 13px;
        height: 13px;
        vertical-align: middle;
        margin: 0 3px 0 0;
        line-height: 0;
        font-size: 0;
    }

    .RadTreeView .rtChecked {
        background-position: 0 0;
    }

    .RadTreeView .rtUnchecked {
        background-position: 0 -13px;
    }

    .RadTreeView .rtIndeterminate {
        background-position: 0 -26px;
    }

    .RadTreeView .rtSp {
        display: -moz-inline-box;
        display: inline-block;
        width: 1px;
        margin-left: -1px;
        height: 22px;
    }

    .RadTreeView .rtChk {
        margin: 0 2px;
        padding: 0;
        width: 12px;
        height: 12px;
    }

    .RadTreeView .rtIn {
        margin-left: 1px;
        padding: 4px 3px 3px;
        text-decoration: none;
    }

    .RadTreeView a.rtIn {
        cursor: pointer;
    }

    .RadTreeView div.rtIn {
        display: -moz-inline-block;
        display: inline-block;
        vertical-align: top;
    }

* + html .RadTreeView_rtl .rtIn {
    padding: 2px 3px;
}

* html .RadTreeView_rtl .rtIn {
    padding: 2px 3px;
}

* html .RadTreeView div.rtIn {
    display: inline-block;
}

* html .RadTreeView div.rtIn {
    display: inline;
}

* + html .RadTreeView div.rtIn {
    display: inline-block;
}

* + html .RadTreeView div.rtIn {
    display: inline;
}

.RadTreeView .rtTemplate, .RadTreeView input {
    -moz-user-select: text;
}

.RadTreeView .rtLoadingIcon {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: text-top;
    width: 21px;
    height: 16px;
    margin-top: -1px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 2px 0;
}

* + html .RadTreeView .rtLoadingIcon {
    margin: 0;
}

* html .RadTreeView .rtLoadingIcon {
    margin: 0;
}

.RadTreeView .rtLoadingBelow {
    display: block;
}

* + html .RadTreeView_rtl .rtLoadingIcon {
    text-indent: 0;
}

* html .RadTreeView_rtl .rtLoadingIcon {
    text-indent: 0;
}

.RadTreeView .rtHover .rtIn, .RadTreeView .rtSelected .rtIn {
    padding: 3px 2px 2px;
    border-width: 1px;
    border-style: solid;
    background-repeat: repeat-x;
    background-position: 0 0;
}

* + html .RadTreeView_rtl .rtHover .rtIn, * + html .RadTreeView_rtl .rtSelected .rtIn {
    padding: 1px 2px;
}

* html .RadTreeView_rtl .rtHover .rtIn, * html .RadTreeView_rtl .rtSelected .rtIn {
    padding: 1px 2px;
}

.RadTreeView .rtEdit * {
    white-space: nowrap!important;
}

.RadTreeView .rtEdit .rtIn, .RadTreeView .rtEdit .rtIn input {
    outline: 0;
    cursor: text;
}

.RadTreeView .rtLI .rtEdit .rtIn {
    border-width: 1px;
    border-style: solid;
    padding: 2px 1px 1px;
    height: 1.4em;
    text-decoration: none;
    vertical-align: middle;
}

* html .RadTreeView .rtLI .rtEdit .rtIn {
    padding: 0 1px;
}

.RadTreeView .rtEdit .rtIn input {
    height: 1.4em;
    line-height: 1.4em;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}

.RadTreeView .rtLines .rtLI, .RadTreeView .rtLines .rtFirst .rtUL {
    background-repeat: repeat-y;
    background-position: 0 0;
}

.RadTreeView_rtl .rtLines .rtLI, .RadTreeView_rtl .rtLines .rtFirst .rtUL {
    background-repeat: repeat-y;
    background-position: 100% 0;
}

.RadTreeView .rtLines .rtFirst {
    background-repeat: no-repeat;
    background-position: 0 1.273em;
}

.RadTreeView_rtl .rtLines .rtFirst {
    background-repeat: no-repeat;
    background-position: 100% 1.273em;
}

.RadTreeView .rtLines .rtFirst .rtUL {
    background-repeat: repeat-y;
    background-position: 0 1.273em;
}

.RadTreeView_rtl .rtLines .rtFirst .rtUL {
    background-repeat: repeat-y;
    background-position: 100% 1.273em;
}

.RadTreeView .rtLines .rtLast, .RadTreeView .rtLines .rtLast .rtUL {
    background: none;
}

.RadTreeView .rtLines .rtTop, .RadTreeView .rtLines .rtMid, .RadTreeView .rtLines .rtBot {
    background-repeat: no-repeat;
    background-position: 0 0;
}

.RadTreeView_rtl .rtLines .rtTop, .RadTreeView_rtl .rtLines .rtMid, .RadTreeView_rtl .rtLines .rtBot {
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.rtDropAbove, .rtDropBelow {
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
    margin-top: -1px;
}

.rtDropAbove {
    border-bottom: 0;
}

.rtDropBelow {
    border-top: 0;
}

.RadTreeView_rtl .rtPlus, .RadTreeView_rtl .rtMinus {
    position: relative;
}

* html .RadTreeView_rtl .rtPlus, * html .RadTreeView_rtl .rtMinus {
    position: static;
}

* + html .RadTreeView_rtl .rtPlus, * + html .RadTreeView_rtl .rtMinus {
    position: static;
}

* + html .RadTreeView_rtl .rtLI, * + html .RadTreeView_rtl .rtIn {
    -ms-zoom: 1 zoom:1;
}

* html .RadTreeView_rtl .rtLI, * html .RadTreeView_rtl .rtIn {
    -ms-zoom: 1 zoom:1;
}

* html .RadTreeView_rtl .rtIn {
    margin-top: -1px;
}

.RadTreeView_rtl .rtUL .rtLI .rtUL {
    padding-right: 15px;
    padding-left: 0;
}

.RadTreeView_rtl .rtTop, .RadTreeView_rtl .rtMid, .RadTreeView_rtl .rtBot {
    padding: 1px 20px 1px 0;
    margin: 0;
}

.RadTreeView_rtl .rtPlus {
    background-position: -11px 0;
}

.RadTreeView_rtl .rtPlusHover {
    background-position: -11px -22px;
}

.RadTreeView_rtl .rtMinus {
    background-position: -11px -11px;
}

.RadTreeView_rtl .rtMinusHover {
    background-position: -11px -33px;
}

.RadTreeView_rtl .rtPlus, .RadTreeView_rtl .rtMinus {
    margin-right: 7px;
    right: -20px;
}

.RadTreeView_rtl .rtPlus, .RadTreeView_rtl .rtMinus, x:-moz-any-link {
    margin-right: -11px;
    right: -8px;
}

.RadTreeView_rtl .rtPlus, .RadTreeView_rtl .rtMinus, x:-moz-any-link, x:default {
    margin-right: 7px;
    right: -20px;
}

* html .RadTreeView_rtl .rtPlus, * html .RadTreeView_rtl .rtMinus {
    margin-right: -13px;
    right: 0;
}

* + html .RadTreeView_rtl .rtPlus, * + html .RadTreeView_rtl .rtMinus {
    margin-right: -13px;
    right: 0;
    width: 0;
    padding-left: 11px;
}

@media screen and (min-width:50px) {
    :root .RadTreeView_rtl .rtPlus, :root .RadTreeView_rtl .rtMinus {
        right: 0;
    }
}

@media all and(-webkit-max-device-pixel-ratio:10000),not all and(-webkit-min-device-pixel-ratio:0) {
    :root .RadTreeView_rtl .rtPlus, :root .RadTreeView_rtl .rtMinus {
        position: relative;
        margin-left: 2px;
        margin-right: -13px;
        right: -15px;
    }
}

div.RadTreeView_designtime .rtTop, div.RadTreeView_designtime .rtMid, div.RadTreeView_designtime .rtBot {
    position: relative;
}

div.RadTreeView_designtime .rtPlus, div.RadTreeView_designtime .rtMinus {
    margin: 0;
    position: absolute;
    left: 3px;
    top: 4px;
}

.RadTreeView {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.rtTouchDragClue {
    margin-top: -50px;
}
/* END Telerik.Web.UI.Skins.TreeView.css */
/* START Telerik.Web.UI.Skins.Default.TreeView.Default.css */
.RadTreeView, .RadTreeView a.rtIn, .RadTreeView .rtEdit .rtIn input {
    color: #000;
    font: 12px/18px "Segoe UI",Arial,sans-serif;
}

    .RadTreeView .rtPlus, .RadTreeView .rtMinus {
        background-image: url('/WebResource.axd?d=YaixHSIm5n8GR2C5l8hS2qOWVgOUPy8yaOINB9TCXX6f1_JWc5AVDdxjTGOC6WihRybvUz8SUJiFHy8RP-sTbuo9xksvkFg1TGX_LNV8xZtcCgSxXdn9fkTi3ibIGheGnH6-Ka5TEH1SW9s2loSw7r1VWps1&t=634813394221084788');
    }

    .RadTreeView .rtChecked, .RadTreeView .rtUnchecked, .RadTreeView .rtIndeterminate {
        background-image: url('/WebResource.axd?d=zIpwJ_RHCU4V9Ov2OTZbKFWWvVlyezWE4FJOENMnL7tHkKUHW-aLfCGjYe6rmETuRDGNTSDcBERPYrX10VSKhvziwaVpd5ZiQTjZ9J7zZoKaLFp-YStvHP4DkrZtUs1JpcCIGRjAc_eiTJ8dIu1FM9R6m781&t=634813394221084788');
    }

    .RadTreeView .rtHover .rtIn {
        color: #000;
        border-color: #b5b5b5 #b5b5b5 #9e9e9e;
        background-color: #C5C5C5;
        background-image: url('/WebResource.axd?d=MZcaTIxvqY1ql0G3V8mzKPqW8fRPldJiBirRwdXs6n4xqBrem9vFOnltUqS5ZNvoy-2rG6uomGjhBipiRPBVLXCJVOmDUkaN6j2513XyDOFzbEaitwBVFgTraAPHrg6ScvRkd0Tf1EJmO65bVkD1IdNJoNk1&t=634813394221084788');
    }

    .RadTreeView .rtSelected .rtIn {
        color: #fff;
        border-color: #8d8d8d #7e7e7e #6c6c6c;
        background-color: #828282;
        background-image: url('/WebResource.axd?d=EQifGcJpSa-wRgid3LolZErfxdY2jgHlG0TFhSEY3f6qZdvOjthaDLgOCXdb7F3dF3XehYQVLk9QStbYPrOvyY24lKSlUiDTSE1A7EFvU-SUIOA5V0DGR9YQxYAmfzPRh-wNPAa_NObSnuEkvsPlrn-rBd3ghzxJR_O6RA2&t=634813394221084788');
    }

    .RadTreeView .rtSelected .rtLoadingBefore, .RadTreeView .rtSelected .rtLoadingAfter, .RadTreeView .rtSelected .rtLoadingBelow {
        color: #333;
    }

    .RadTreeView .rtLoadingIcon {
        background-image: url('/WebResource.axd?d=Y_gH_fhyplGF4lMlofuOvKOz5-D7fUzbx19Dg4YJe9cgydh2PctF8y-TvzhPXErPYEM1CjLudZDxsqpy6S3WRBvdojB6fkdOu1Nzwpuw-WOItUvWXnWuIfp0yoyqKEM7RpV3l-ZTJPp5878TQp9R_abolUc1&t=634813394221084788');
    }

    .RadTreeView .rtLI .rtEdit .rtIn {
        border-color: #6c6c6c;
        background: #fff;
    }

    .RadTreeView_disabled .rtIn, .RadTreeView .rtDisabled .rtIn {
        color: #ccc;
    }

    .RadTreeView .rtLines .rtLI, .RadTreeView .rtLines .rtFirst .rtUL {
        background-image: url('/WebResource.axd?d=AE6YAYzCxVWXsZkWMoSRECERiMtsb662NdIUtAQ-V8GbUVEDk3fIk_kYgp1Cq74N7eyrJCc_DfX9Md8PZPlxjcWRbj5tBuqQMPuZHnNTHf7tHnlIY4qVKqpJUBM8Nz6bA_uLlQVX2axJakrleE_g8Wmxk8A1&t=634813394221084788');
    }

.RadTreeView_rtl .rtLines .rtLI, .RadTreeView_rtl .rtLines .rtFirst .rtUL {
    background-image: url('/WebResource.axd?d=RPP1JYKCGNEzkRLb-whtLUeEAmUv8jL3MI4Nm-I0kEbTiPyulngeQRPNgG7Mus3-mrhxbt_pMk5RAaLUt9m3KgsNY6cnMyg2KgIfY6QFCque944X3XbpuRcEvK3O3dKAtvfUDSK8YMFzY6M-lInBq7E89-41&t=634813394221084788');
}

.RadTreeView .rtLines .rtFirst, .RadTreeView .rtLines .rtFirst .rtUL {
    background-image: url('/WebResource.axd?d=NQHo6xrCVcyzEJ3vn0mcCixUAo1kqJSQCPxlZ6wJzVWwCEDzlv3VebcwDGtrmnaeIR30QTWNLuxBTIauhkdRHVK3TNoacKr2mKJVGyWOrPZuNAYRAkTArwi37wuRMg98hCsDqRMtGpPrmFEkNIunb8I9Cik1&t=634813394221084788');
}

.RadTreeView_rtl .rtLines .rtFirst, .RadTreeView_rtl .rtLines .rtFirst .rtUL {
    background-image: url('/WebResource.axd?d=O9rA2Ph8AfLBloapO4jbJioS7Orovtwcz8Jq3VPVM-EYYmLvU0RXztET6-_ES3SHtApOWdMJB3l9778gC8si-N2QO03YYhEm691YQggZiWUp0ocq-EQBP_rSb73XUYrpzKkT2jDUFiKmW1ABG8fmleCDBV-Ajjo40NTdeQ2&t=634813394221084788');
}

.RadTreeView .rtLines .rtLast, .RadTreeView .rtLines .rtLast .rtUL {
    background-image: none;
}

.RadTreeView .rtLines .rtTop {
    background-image: url('/WebResource.axd?d=AnMKi2NrSPxVJUCZwgbFhn_u4PZZWasYMK2OGuf-uLXqBwPXTyJGUCiSJeL79zC_veWt_sKqZNRnZxagdwlm5oELA0lOOVDq8uOmepKaKLa4pwkBzNRVK71jBbHEWT49PW-TLlbPh3cgIOvDe1QOTc4FfVM1&t=634813394221084788');
}

.RadTreeView_rtl .rtLines .rtTop {
    background-image: url('/WebResource.axd?d=whM1iY0mfhG3r9qd4RuzB7q2YKZQ7pVGyBwGQ643iC2TwYe8BoAmJ2U3ttZo-RpYaGlFuwhMjx5mn4lMqqUNX7x-4Q0VI3j69ou3ecySDQhecKZYDpfh37fD0SXUN7_xXGD2o_QcaZEY95TGzAPPyXFRZH01&t=634813394221084788');
}

.RadTreeView .rtLines .rtMid {
    background-image: url('/WebResource.axd?d=hOtqEFk2UNynP5dd8rSOPaLRe0fRLdC5wc8GqoXO5ouac17PvLCk3pG0mt2cg68odw3k98Dkj27oFVKkUaa4_IaVyCNrevIkLw6fqEfVcaaFa5USYn-vaA520flIlwuiJdt-CfRKd8N-jhVyPCdcVqdKkfk1&t=634813394221084788');
}

.RadTreeView_rtl .rtLines .rtMid {
    background-image: url('/WebResource.axd?d=bkt2IcsGSiyYYKOEb9WH2tNIk0jHEcLgY-pfA9jACb9Z4Nw7igxIKaNXqajGsYIW6656jHvjDFpeRqxHzjS_4KDGzp_NkJx7ZsN3vn1ZWTM5D2xM3FUc2A-yDZj1it17W664S3bZjuABmr803lctBQmklyg1&t=634813394221084788');
}

.RadTreeView .rtLines .rtBot {
    background-image: url('/WebResource.axd?d=ITRbByESImqc_gXJU8ZDGztTbqRk9M7e5yGtPiOTltnqLUUckyt2KQC5NmnD8NVoTHe3cfosNoMlh5mOSi9LZ_KLtEZr_pTYwHy5XiBHvirqfc_qMaFGiDmvV_Cw5g-4LgiAYaqJae-VU0VBtjdS1D8eFTM1&t=634813394221084788');
}

.RadTreeView_rtl .rtLines .rtBot {
    background-image: url('/WebResource.axd?d=wMP27Fy9pZUCtGvWBaDohrxMzV9KuQavz67bk2SO7ojqy-IHraUhr1SLUasks0yS7EnhmSGtlw_TQfSQNNOtnn0kH1rIXFIL-OU9e1GqW0ICazIGNUu8Us1Y85MFkxmJt9RSU3yxnd5kJRKKf8mJIb2nKo01&t=634813394221084788');
}

.RadTreeView .rtLines .rtLast .rtTop {
    background-image: url('/WebResource.axd?d=Hb2AMzQohCNbxh_oWLaLosOtmWzjKqdRuLyMX0sPLTbjY0jhg2QUxzkHAgOc3aAAC-Yn13skkfWJGEijrFCCz0TKvrkK8b1Au0WbvmF8tNdoXq06LZEj1jzmMkmeZfmbhLBRWCglCf9buGcE5w_5njZB84o1&t=634813394221084788');
}

.RadTreeView_rtl .rtLines .rtLast .rtTop {
    background-image: url('/WebResource.axd?d=XnvaLkTu1vmFTPelFMuXkyNGNehJKtT_a_a0FM5uOsOlV1z3hmEBMGKarVgCf1I888gq3TRKzPE1v9sLwP-w4hes-DHlzwxY4ayhODM4_dY3qbc1rH3V6cuEv88DJlBDH-J4fdaU3NRIsrbbf6X5GasgUuM1&t=634813394221084788');
}
/* END Telerik.Web.UI.Skins.Default.TreeView.Default.css */

/* START Telerik.Web.UI.Skins.Input.css */
.RadInput, .RadInputMgr {
    vertical-align: middle;
}

    .RadInput table {
        border: 0;
        vertical-align: bottom;
    }

        .RadInput table.riTable td {
            border: 0;
            padding: 0;
            vertical-align: middle;
            overflow: visible;
        }

        .RadInput table td.riCell {
            padding-right: 4px;
        }

    .RadInput textarea {
        vertical-align: bottom;
        overflow: auto;
        resize: none;
    }

html body .RadInput .riTextBox, html body .RadInputMgr {
    border-width: 1px;
    border-style: solid;
    padding: 2px 1px 3px;
    vertical-align: middle;
}

textarea.RadInputMgr {
    overflow: auto;
}

.RadInput a {
    display: block;
    overflow: hidden;
    position: relative;
    outline: none;
    z-index: 2;
    text-indent: -2222px;
    text-align: center;
    text-decoration: none;
}

* html .RadInput a {
    position: static;
}

* + html .RadInput a {
    position: static;
}

.RadInput .riSpin a {
    margin: 0 1px;
}

.RadInput a.riDown {
    margin-top: 3px;
}
/*\*/ * html .RadInput a.riDown {
    margin-top: /**/ 0;
}

.RadInput .riLabel {
    margin: 0 4px 0 0;
    white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .rdfd_ {
        position: absolute;
    }
}

* html .RadInput {
    display: inline-block;
    height: 25px;
}

.RadInputRTL table td.riCell {
    padding: 0 0 0 4px;
}

.RadInputRTL .riLabel {
    margin: 0 0 0 4px;
}

.riStrengthBar {
    background: url('/WebResource.axd?d=3agz31ZSfCuzf95STsGpdtY2yn9CUqNaUT9VP8bGlBEGCDDrpVYtdSTulRJIqFzLyt4Rx9N0yDi0Gn8ZonzOCBRoAcu_NxTkuXypJk-_Wx4UAS1QfIz2q5jd2tOptij3taXLE1lUxgnJ2Nz7hmxeDinxoCw1&t=634783790348009208') repeat-y;
    display: inline-block;
    width: 100px;
    height: 20px;
    margin-left: 5px;
    font: 12px/18px "segoe ui",arial,sans-serif;
    color: #000;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.riStrengthBarL0 {
    background: none;
}

.riStrengthBarL1 {
    background-color: #ff3933;
    background-position: 0 0;
    color: #620000;
}

.riStrengthBarL2 {
    background-color: #ff7833;
    background-position: -300px 0;
    color: #922b00;
}

.riStrengthBarL3 {
    background-color: #ffbe33;
    background-position: -600px 0;
    color: #9e5900;
}

.riStrengthBarL4 {
    background-color: #dc3;
    background-position: -900px 0;
    color: #696400;
}

.riStrengthBarL5 {
    background-color: #6bcc33;
    background-position: 100% 0;
    color: #236800;
}

.riSingle {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
}

    .riSingle, .riSingle .riTextBox, .riSingle .riContentWrapper, .riSingle .riDisplay {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
    }

.riDisplay {
    position: absolute;
    padding: 2px 0 3px 5px;
    border: 0 solid transparent;
    border-width: 1px 2px 0 1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    cursor: default;
    margin-left: 1px;
}

.riSingle a.riButton {
    display: inline-block;
    vertical-align: middle;
}

.riSingle a.riButton {
    background-position: 3px 5px;
    height: 18px;
    line-height: 18px;
    width: 20px;
}

    .riSingle a.riButton:hover {
        background-position: 3px -45px;
    }

.riSingle .riLabel {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0;
}

.riSingle a {
    position: absolute;
}

* + html .riSingle a {
    position: absolute;
}

    .riSingle a.riUp {
        height: 8px;
        width: 15px;
        vertical-align: top;
        top: 1px;
        right: 0;
    }

    .riSingle a.riDown {
        height: 8px;
        width: 15px;
        vertical-align: bottom;
        top: 11px;
        right: 0;
    }

.riContButton a.riUp, .riContButton a.riDown {
    right: 19px;
}

.riSingle .riContentWrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

* + html .riSingle .riContentWrapper {
    overflow: visible;
}

.riContButton {
    padding-right: 22px;
}

    .riContButton .riDisplay {
        border-right-width: 23px;
    }

.riContSpinButtons {
    padding-right: 17px;
}

    .riContSpinButtons .riDisplay, .riContSpinButtons.RadInputRTL.riButtonSwap .riDisplay {
        border-right-width: 19px;
    }

.riContButton.riContSpinButtons {
    padding-right: 35px;
}

    .riContButton.riContSpinButtons .riDisplay {
        border-right-width: 37px;
    }

.riContButton .riContentWrapper {
    padding-right: 21px;
    margin-right: -21px;
}

.riContSpinButtons .riContentWrapper {
    padding-right: 17px;
    margin-right: -17px;
}

.riContButton.riContSpinButtons .riContentWrapper {
    padding-right: 35px;
    margin-right: -35px;
}

html body .riSingle .riTextBox, html body .riSingle .riTextBox[type="text"] {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    width: 100%;
}

.riSingle .riButton {
    right: 0;
    top: 50%;
    margin-top: -9px;
}

.riSingle .riStrengthBar {
    margin-left: 0;
}

.rcSingle .riSingle {
    white-space: normal;
}

div.RadPicker table.rcSingle .rcInputCell {
    padding-right: 0;
}

.RadInputRTL, .RadInputRTL .riDisplay {
    text-align: right;
}

    .RadInputRTL a.riUp, .RadInputRTL a.riDown, .RadInputRTL .riButton, .riButtonSwap a.riUp, .riButtonSwap a.riDown, .riButtonSwap .riButton {
        right: auto;
        left: 0;
    }

.riContButton.RadInputRTL a.riUp, .riContButton.RadInputRTL a.riDown, .riContButton.riButtonSwap a.riUp, .riContButton.riButtonSwap a.riDown {
    right: auto;
    left: 19px;
}

.riContButton.RadInputRTL, .riContButton.riButtonSwap {
    padding-right: 0;
    padding-left: 21px;
}

.riContSpinButtons.RadInputRTL, .riContSpinButtons.riButtonSwap {
    padding-right: 0;
    padding-left: 17px;
}

.riContButton.riContSpinButtons.RadInputRTL, .riContButton.riContSpinButtons.riButtonSwap {
    padding-right: 0;
    padding-left: 35px;
}

.riContButton.RadInputRTL .riContentWrapper, .riContButton.riButtonSwap .riContentWrapper {
    padding-right: 0;
    margin-right: 0;
    padding-left: 21px;
    margin-left: -21px;
}

.riContButton.riButtonSwap .riLabel {
    margin-left: -21px;
    margin-right: 21px;
}

.riContSpinButtons.RadInputRTL .riContentWrapper, .riContSpinButtons.riButtonSwap .riContentWrapper {
    padding-right: 0;
    margin-right: 0;
    padding-left: 17px;
    margin-left: -17px;
}

.riContSpinButtons.riButtonSwap .riLabel {
    margin-left: -17px;
    margin-right: 17px;
}

.riContButton.riContSpinButtons.RadInputRTL .riContentWrapper, .riContButton.riContSpinButtons.riButtonSwap .riContentWrapper {
    padding-right: 0;
    margin-right: 0;
    padding-left: 35px;
    margin-left: -35px;
}

.riContButton.riContSpinButtons.riButtonSwap .riLabel {
    margin-left: -35px;
    margin-right: 35px;
}

.riSingle.RadInputRTL .riDisplay {
    padding-right: 6px;
    padding-left: 0;
    border-width: 1px 1px 0 2px;
}

.riContButton.RadInputRTL .riDisplay {
    border-right-width: 1px;
    border-left-width: 23px;
}

.riContSpinButtons.RadInputRTL .riDisplay {
    border-right-width: 1px;
    border-left-width: 19px;
}

.riContButton.riContSpinButtons.RadInputRTL .riDisplay {
    border-right-width: 1px;
    border-left-width: 37px;
}

* html body .riSingle .riTextBox {
    margin-top: -2px;
}
/*\*/ * html body .riSingle .riTextBox {
    margin-top: /**/ 0;
}

    * + html body .riSingle .riTextBox, * + html body .riSingle .riTextBox[type="text"] {
        margin-top: -1px;
    }

* + html .rcSingle .rcCalPopup {
    position: relative;
}

* + html .riDisplay, ._Telerik_IE9 .riDisplay, ._Telerik_IE8 .riDisplay {
    margin-left: 0;
}

._Telerik_IE9 .riSingle {
    overflow: hidden;
}
/* END Telerik.Web.UI.Skins.Input.css */
/* START Telerik.Web.UI.Skins.Calendar.css */
table.RadCalendar {
    table-layout: auto;
    border-collapse: separate;
    border: 0;
    width: 220px;
}

.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;
}

.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;
}

.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;
}

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;
}

table.RadCalendarMonthView {
    table-layout: auto;
    border-collapse: separate;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
}

    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;
    text-indent: -2222px;
    text-align: center;
    text-decoration: none;
    background: transparent url(../../../../../../images/calendaricons.png) no-repeat;
}

.RadCalendarMonthView #rcMView_PrevY a {
    background-position: 16px 8px;
}

.RadCalendarMonthView #rcMView_NextY a {
    background-position: -33px 8px;
}

.RadCalendarMonthView .rcButtons {
    border: 0;
    text-align: center;
}

.RadCalendarMonthView input {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

* + html .RadCalendarMonthView input {
    padding: 0;
}

* html .RadCalendarMonthView input {
    padding: 0;
}

.RadCalendarMonthView #rcMView_Today {
    margin: 0 .4em 0 0;
}

* + html .RadCalendarMonthView #rcMView_OK {
    padding: 0 .2em;
}

* html .RadCalendarMonthView #rcMView_OK {
    padding: 0 .2em;
}

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;
}

.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;
        outline: none;
        z-index: 2;
        margin: 0 2px;
        text-decoration: none;
    }

    * html .RadPicker td a {
        position: static;
    }

    * + html .RadPicker td a {
        position: static;
    }

    .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: .5;
        filter: alpha(opacity=50);
    }

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('/WebResource.axd?d=7usbfBZPQTMdNJIy8EZhbvRC94arJWHzPw9s3UNWV2d5g1iUz1yZU2UgZ3j-jFC2__lzqjB7X0jhNmrMX2Kp3iX51yaMTSOhm_B7Q3TWjAsVjuzd1yQUZiIzf3f5sX1mrHRMQmxTRJjTCRwZIff7evjgDEQ1&t=634783790348009208');
}

.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('/WebResource.axd?d=J2Yaow2TwEqp3fzMcekRV1StZ42o6edkip1pUUyD_tT53FghGODFYnrCVMioldYBCCr2jPgJTHowyzrx4LibkO8OkfTlw_kD943EvKpmu12LYQD9NqSGte41Wr3AqvsTrlAm5QgnqPru7JfqFM4AOK2zhGg1&t=634783790348009208');
    background-position: 100% 0;
}

.rcIE > .rcShadBL, .rcIE > .rcShadBR, .rcIE > .rcShadTR {
    background-image: none;
}

.RadPickerRTL table.rcTable .rcInputCell {
    padding: 0 0 0 4px;
}
/* END Telerik.Web.UI.Skins.Calendar.css */

/* dnn Default DatePicker Control */
.dnnFormItem > .RadPicker_Default {
    width: 47% !important;
    margin-bottom: 18px !important;
}

.RadPicker_Default .rcTable {
    position: relative !important;
    width: 100% !important;
}

.RadPicker_Default .riTextBox {
    margin-bottom: 18px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #999;
    font-size: 12px;
    padding: 8px !important;
}

    .RadPicker_Default .riTextBox:active {
        background: #fff;
        border: 1px solid rgba(2,139,255,0.5); /* blue */
        -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
        box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
        color: #333;
    }

.RadPicker_Default .riDisplay {
    padding: 7px 0 0 10px !important;
}



.RadPicker_Default .rcCalPopup {
    background-image: url(../../../../../../images/datepicker.png);
    background-position: center 5px;
    position: absolute;
    right: 3px;
    top: 3px;
    border: none !important;
}

/* Remove radConrol Wrapper shadow */
.RadCalendarPopupShadows > .rcShadTR, .RadCalendarPopupShadows > .rcShadBL, .RadCalendarPopupShadows > .rcShadBR {
    display: none !important;
}


/* dnn Default Calendar */
.RadCalendar_Default {
    padding: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    background: rgba(0,0,0,0.75);
    font-size: 11px;
    color: #ddd;
}

.RadCalendar_Default_PopupArrow_Down {
    position: absolute;
    content: "";
    left: 15px;
    bottom: -1px;
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}

.RadCalendar_Default_PopupArrow_Up {
    position: absolute;
    content: "";
    left: 15px;
    top: -7px;
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #000;
}

/*.RadCalendar_Default:after{
        position:absolute;
        content: "";
        left:15px; top:-7px;
        width: 0;  height: 0;
        opacity:0.75; 
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #000;
        border-bottom: 7px solid #000;
}*/

.RadCalendar_Default .rcRow td {
    text-align: center !important;
    border: none !important;
}

.RadCalendar_Default td.rcTitlebar {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #8a8a8a;
}

.RadCalendar_Default td.rcMain {
    border-width: 0 !important;
}

.RadCalendar_Default td.rcTitlebar table {
    background: #f0f2f1;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    color: rgba(0,0,0,0.75);
}

.RadCalendar_Default td.rcTitle {
    color: #000;
    color: rgba(0,0,0,0.75);
    font-size: 12px !important;
    font-weight: bold;
    padding: 6px 0 6px 0 !important;
}

/* hide fast prev and fast next button */
.RadCalendar_Default a.rcFastPrev, .RadCalendar_Default a.rcFastNext {
    display: none !important;
}

.RadCalendar_Default a.rcPrev, .RadCalendar_Default a.rcNext {
    background-image: url(../../../../../../images/datepickerArrows.png);
    margin: 0 !important;
}

.RadCalendar_Default a.rcPrev {
    background-position: -15px;
}

.RadCalendar_Default a.rcNext {
    background-position: -70px;
}



.RadCalendar_Default .rcMainTable td {
    padding: 4px 0 0 0 !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

/* calendar week row */
.RadCalendar_Default .rcMainTable .rcWeek th {
    background: #d9d9d9; /* Old browsers */
    background: -moz-linear-gradient(top, #d9d9d9 0%, #c7c7c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#c7c7c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d9d9d9 0%,#c7c7c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d9d9d9 0%,#c7c7c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d9d9d9 0%,#c7c7c7 100%); /* IE10+ */
    background: linear-gradient(top, #d9d9d9 0%,#c7c7c7 100%); /* W3C */
}

.RadCalendar_Default .rcMainTable .rcWeek th {
    text-align: center !important;
    padding: 4px 0 0 0 !important;
    color: #000;
    color: rgba(0,0,0,0.75);
}

/* hide calendar scope */
.RadCalendar_Default .rcMainTable th.rcViewSel, .RadCalendar_Default .rcMainTable th[scope="row"] {
    display: none;
}

/* calendar day rows */
.RadCalendar_Default .rcMainTable td {
    padding: 4px 0 0 0 !important;
    text-align: center !important;
}

    /* reset all a inside day rows */
    .RadCalendar_Default .rcMainTable td a {
        color: #8a8a8a;
        padding: 0 !important;
    }

    /* the day in other month*/
    .RadCalendar_Default .rcMainTable td.rcOtherMonth {
        background: #d9d9d9; /* Old browsers */
        background: -moz-linear-gradient(top, #d9d9d9 0%, #c7c7c7 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#c7c7c7)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d9d9d9 0%,#c7c7c7 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d9d9d9 0%,#c7c7c7 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d9d9d9 0%,#c7c7c7 100%); /* IE10+ */
        background: linear-gradient(top, #d9d9d9 0%,#c7c7c7 100%); /* W3C */
    }

    /* hover on day */
    .RadCalendar_Default .rcMainTable td.rcHover {
        background-color: #e8f1fa;
    }

        .RadCalendar_Default .rcMainTable td.rcHover a {
            color: #000;
        }

    /* selected on day */
    .RadCalendar_Default .rcMainTable td.rcSelected {
        background-color: #606263;
    }

        .RadCalendar_Default .rcMainTable td.rcSelected a {
            color: #fff;
        }

/* today */
.RadCalendar_Default .dnnCalendarToday {
    background-color: #ccc;
}



/* RadEditor for ASP.NET AJAX ONYAKTECH Skin */

.ONYAKTECH.RadEditor {
    background-color: #fff;
}

    .ONYAKTECH.RadEditor .reToolbar a,
    .ONYAKTECH.RadEditor .reDropdown,
    /*.ONYAKTECH.RadEditor .reSpinBox input,
.ONYAKTECH.RadEditor input,*/
    .ONYAKTECH.RadEditor .reModule,
    .ONYAKTECH.RadEditor .reModule td,
    .ONYAKTECH.RadEditor .reDropDownBody,
    .ONYAKTECH.RadEditor .reDropDownBody td,
    .ONYAKTECH.RadEditor .reAjaxspell_wrapper,
    .ONYAKTECH.RadEditor .reAjaxspell_button,
    .ONYAKTECH.RadEditor .reAjaxspell_addicon,
    .ONYAKTECH.RadEditor .reAjaxspell_ignoreicon,
    .ONYAKTECH.RadEditor .reAjaxspell_okicon,
    .ONYAKTECH.RadEditor .reInsertTable .reTlbVertical ul a.reTool_text span.reButton_text,
    .ONYAKTECH.RadEditor .reColorPicker .reCustomColor,
    /* DOM inspector */
    .ONYAKTECH .reModule_domlink_selected,
    .ONYAKTECH .reModule_domlink
    /* end of DOM inspector */ {
        color: #767676;
    }

    .ONYAKTECH.RadEditor .reEditorModes a {
        border: 1px solid #fff;
        background-color: #fff;
        color: #767676;
    }

    .ONYAKTECH.RadEditor .reEditorModes .reMode_selected {
        background-image: none;
        border: 1px solid #e5e5e5;
        background-color: #25a0da !important;
        color: #fff;
    }

    .ONYAKTECH.RadEditor .reEditorModes a:hover {
        border: 1px solid #e5e5e5;
    }

    /* reWrapper */
    .ONYAKTECH.reWrapper,
    .ONYAKTECH.RadEditor .reContentCell,
    /* common settings for .reModule, .reEditorModes and .reWrapper */
    .ONYAKTECH.reColorPicker,
    .ONYAKTECH.reInsertTable,
    .ONYAKTECH.reDropDownBody,
    .ONYAKTECH.reCustomLinks a:hover {
        border: solid 1px #e5e5e5;
    }

        .ONYAKTECH.reDropDownBody table {
            background: transparent;
        }

    .ONYAKTECH.RadEditor .reModule,
    .ONYAKTECH.RadEditor .reEditorModes,
    .ONYAKTECH.RadEditor .reWrapper {
        background-color: #fff;
    }

    /*NEW: Only in the Bottom zone - where the Statistics module is commonly set, remove uppper border, because it looks ugly*/
    .ONYAKTECH.RadEditor .reBottomZone .reModule {
        border-top: 0;
    }

    .ONYAKTECH.RadEditor .reModule {
        border-top: solid 1px #fff;
    }

.ONYAKTECH.reCustomLinks a,
.ONYAKTECH.reCustomLinks a:link,
.ONYAKTECH.reCustomLinks a:visited {
    border: solid 1px #fff; /* should be the same as the background of the dropdown */
    color: #000 !important;
}

    .ONYAKTECH.reCustomLinks a:hover {
        background-color: #e5e5e5;
        border: 1px solid #e5e5e5;
    }
/* end of module */

.reToolbar li {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -26px;
    color: #000;
}

.ONYAKTECH .reSpinBox a {
    background-image: url('Editor/ToolBarSprites.gif');
    -moz-user-select: none;
    outline: none;
}

/* separator */
.reToolbar.ONYAKTECH .reSeparator {
    background-position: center -148px;
    background-image: url('Editor/ToolBarSprites.gif');
    background-image: url('Editor/ToolBarSprites.gif');
}

/* common settings for left and right grip */
.reToolbar.ONYAKTECH .reGrip {
    background-image: url('Editor/ToolBarSprites.gif');
}

/* reTool */
.reTool span {
    background-image: url('Common/CommandSpritesLight.png');
}

/* IE6 does not support PNG alpha channel, so we use gifs for the command sprites instead */
* html .reTool span,
* html .reTool_text span,
* html .reTlbVertical .reTool_text span,
* html .reToolbar .reSplitButton.reTool_text span {
    background-image: url('Common/CommandSpritesLightIE6.gif');
}

.reDialog .reTool,
.reModule .reTool {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -242px;
}

    .reDialog .reTool:hover,
    .reToolbar .reTool:hover,
    .reModule .reTool:hover {
        background-image: url('Editor/ToolBarSprites.gif');
        background-position: 0 -52px;
    }

.reToolbar .reTool.reTool_selected,
.reToolbar .reTool.reTool_selected:hover {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -124px;
    background-repeat: no-repeat;
}

/* .reTool_text */
.reToolbar .reTool_text span {
    background-image: url('Common/CommandSpritesLight.png');
}

.reToolbar .reTool_text:hover {
    background-image: url('Editor/ToolBarSprites.gif');
    background-repeat: repeat-x;
    background-position: 0 -100px;
    margin-left: 0;
    margin-right: 0;
    border-left: solid 1px #878787;
    border-right: solid 1px #878787;
}

.reToolbar .reTool_text.reTool_selected,
.reToolbar .reTool_text.reTool_selected:hover {
    background-image: url('Editor/ToolBarSprites.gif');
    background-repeat: repeat-x;
    background-position: 0 -174px;
    margin-left: 0;
    margin-right: 0;
    border-left: solid 1px #878787;
    border-right: solid 1px #878787;
}

/* these settings will not be included in the common CSS file of RadEditor */
.reToolbar .reTool_text.reTool_disabled,
.reToolbar .reTool_text.reTool_disabled:hover {
    margin-left: 0;
    margin-right: 0;
    border: 0;
}
/* end of reTool_text */

.reTool.reSplitButton:hover,
.reToolZone .reTool.reSplitButton,
.reToolZone .reDialog .reTool,
.reToolZone .reModule .reTool {
    background: url('Editor/ToolBarSprites.gif') no-repeat 0 -76px;
}

/* add weight to the selector for IE6 so it is applied */
* html .reToolbar .reTool.reSplitButton:hover {
    background: url('Editor/ToolBarSprites.gif') no-repeat 0 -76px;
}

.ONYAKTECH .reTool .split_arrow {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: -28px -362px;
}

.ONYAKTECH .reSplitButton.reTool_text .split_arrow {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: -28px -362px;
}

/* add weight to the selector for IE6 so it is applied */
* html .ONYAKTECH .reToolbar .reTool_text .split_arrow {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: -28px -362px;
}

/* add weight to the selector for IE6 so it is applied */
* html .reToolbar .reTool_text:hover {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -100px;
}


.reDialog .reTool.reSplitButton,
.reModule .reTool.reSplitButton .reDialog .reTool.reSplitButton:hover,
.reModule .reTool.reSplitButton:hover {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -76px;
}

/* add weight to the selector for IE6 so it is applied */
* html .reToolbar .reTool.reSplitButton.reTool_disabled:hover {
    background: none;
}
/* end of reSplitButton */

/* reDropdown */
.reDropdown:link,
.reDropdown:visited {
    color: #767676 !important;
}

.reDropdown,
.reTool_disabled.reDropdown:hover {
    border: solid 1px #e5e5e5;
    color: #767676;
    background-image: url('Editor/ToolBarSprites.gif') !important;
    background-position: right -360px !important;
    background-color: #fff;
}

    .reDropdown:hover {
        border: solid 1px #e5e5e5;
        color: #000 !important;
        background-image: url('Editor/ToolbarVerticalSprites.gif') !important;
        background-position: right 0 !important;
        background-color: #e5e5e5;
    }

/* add weight to the selector for IE6 so it is applied */
* html .reTool_disabled.reDropdown {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: right -380px;
    background-repeat: no-repeat;
}
/* end of reDropdown */

/* vertical toolbar */
.RadEditor.ONYAKTECH .reTlbVertical li {
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-repeat: repeat-y;
    background-position: -26px 0;
}

.RadEditor.ONYAKTECH .reTlbVertical .reToolbar.ONYAKTECH .reGrip {
    background-image: url('Editor/ToolbarVerticalSprites.gif');
}

.RadEditor.ONYAKTECH .reTlbVertical .reToolbar.ONYAKTECH .grip_first {
    background-position: 0 0;
}

.RadEditor.ONYAKTECH .reTlbVertical .reToolbar.ONYAKTECH .grip_last {
    background-position: 0 -4px;
}

.RadEditor.ONYAKTECH .reTlbVertical .reToolbar.ONYAKTECH .reSeparator {
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -100px -12px;
}

.reTlbVertical .reTool,
.reTlbVertical .reTool_text.reSplitButton,
.reTlbVertical .reTool_text .reTlbVertical .reTool:hover,
.reTlbVertical .reTool_text.reSplitButton:hover,
.reTlbVertical .reTool_text:hover {
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -76px 0 !important;
}

/* add weight to the selector for IE6 so it is applied */
* html .reTlbVertical .reTool_text:hover {
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-repeat: no-repeat;
    background-position: -76px 0;
}

.reTlbVertical .reTool.reTool_selected,
.reTlbVertical .reTool_text.reTool_selected,
.reTlbVertical .reTool_text.reTool_selected:hover {
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -52px 0;
}

/* add weight to the selector for IE6 so it is applied */
* html .reTlbVertical .reSplitButton:hover {
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -76px 0;
    background-repeat: no-repeat;
}
/* end of vertical toolbar */

.reDropDownBody .reTlbVertical ul li a:hover {
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -602px 0 !important;
}

.reDropDownBody .reTlbVertical ul li .reButton_text {
    color: #767676;
}

    .reDropDownBody .reTlbVertical ul li .reButton_text:hover {
        color: #000;
    }

/* InsertTable itself is a kind of tool strip, so it must be styled as a toolstrip */
.ONYAKTECH.reInsertTable {
    background-color: #ffffff;
}

.reDropDownBody .reTlbVertical .reToolbar {
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-color: #ffffff;
    background-position: -126px 0;
}
/* end of context menu and toolstrip */

/* spinbox */
.ONYAKTECH table.reSpinBox {
    border: 1px solid #e5e5e5;
    background: #fff;
}

    .ONYAKTECH table.reSpinBox:hover {
        border: solid 1px #767676;
        color: #000;
    }

.ONYAKTECH .reSpinBoxIncrease {
    background-position: 0 -198px;
}

    .ONYAKTECH .reSpinBoxIncrease:hover {
        background-position: 0 -208px;
    }

.ONYAKTECH .reSpinBoxDecrease {
    background-position: -11px -198px;
}

    .ONYAKTECH .reSpinBoxDecrease:hover {
        background-position: -11px -208px;
    }
/* end of spinbox */

/* editor input elements */
.ONYAKTECH.RadEditor input {
    border: solid 1px #e5e5e5;
    background-color: #fff;
    color: #767676;
}

    .ONYAKTECH.RadEditor input:hover {
        border: solid 1px #767676;
        color: #000;
    }
/* editor input elements */

/* editing modes */
.ONYAKTECH .reMode_selected {
    background-image: url('Editor/ToolbarVerticalSprites.gif');
    background-position: -948px 0;
}
/* end of editing modes */

.ONYAKTECH.reDropDownBody td {
    color: #767676;
}

.ONYAKTECH.reDropDownBody .reItemOver {
    background: #e5e5e5;
    color: #000;
}

/* end of expanded dropdowns */

* html .reTool_selected.reTool {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

/* color picker */
.ONYAKTECH.reColorPicker table div {
    border: solid 1px #c5c5c5;
}

.ONYAKTECH.reColorPicker table td.reItemOver div {
    border-color: #000;
}

.ONYAKTECH.reColorPicker span {
    border: solid 1px #c5c5c5;
}
/* end of color picker */

/* ajax spellchecker */
.reAjaxspell_button {
    border: solid 1px #e5e5e5;
    background: #25a0da;
    color: #e5e5e5;
}

.ONYAKTECH .reAjaxSpellCheckSuggestions table {
    border-width: 0;
    width: 100%;
}

.ONYAKTECH .reAjaxSpellCheckSeparator {
    background-color: #979797;
}
/* ajax spellchecker */

/* custom links */
.ONYAKTECH.reCustomLinks,
.ONYAKTECH.reCustomLinks ul {
    color: #000;
}

    .ONYAKTECH.reCustomLinks a {
        background: none transparent;
        color: black;
        cursor: default !important;
    }

        .ONYAKTECH.reCustomLinks a:hover {
            color: white;
        }
/* end of custom links */

/* insert table dropdown */
.reInsertTable table {
    background: #ffffff;
}

    .reInsertTable table td {
        border: solid 1px #e5e5e5;
        background: white;
    }

.reInsertTable .reTlbVertical ul {
    background-color: #ffffff;
}

.ONYAKTECH.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text,
.ONYAKTECH.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text:link,
.ONYAKTECH.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text:visited {
    color: black !important;
    background: transparent none;
    _background: none !important;
}

    .ONYAKTECH.reDropDownBody.reInsertTable div.reTlbVertical a.reTool_text:hover {
        background-image: url('Editor/ToolbarVerticalSprites.gif');
        background-position: -1403px 0;
    }

.reInsertTable .reTlbVertical ul .reTool_text span {
    background-image: url('Common/CommandSpritesLight.png');
    background-position: -3575 center;
}

.reInsertTable .reToolbar li .reTool:hover {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: 0 -52px;
}
/* end of insert table dropdown */

/* modules selector */
.reModule_visible_icon,
.reModule_hidden_icon {
    display: block;
    float: left;
    height: 18px;
    width: 18px;
    background-image: url('Common/CommonIcons.gif');
    background-repeat: no-repeat;
}

.reModule_visible_icon {
    background-position: -8px -199px;
}

.reModule_hidden_icon {
    background-position: -8px -103px;
}
/* end of modules selector */

/* resize cell */
.reResizeCell div {
    background-image: url('Editor/ToolBarSprites.gif');
    background-position: center -301px;
}

/* reTool_disabled */
.reDialog .reTool_disabled,
.reDialog .reTool_disabled:hover,
.reToolbar .reTool_disabled,
.reToolbar .reTool_disabled:hover,
.reModule .reTool_disabled,
.reModule .reTool_disabled:hover {
    filter: alpha(opacity=40);
    opacity: .4;
    -moz-opacity: .4;
    background-image: none;
}
/* reTool_disabled */

/* the rule below styles RadWindow's content cell, which is used in the floating and show on focus toolbar modes */
.RadWindow.reToolbarWindow td.rwWindowContent {
    background-color: #fff;
}
/* Combo box css */
@import url(ComboBox.Default.css);

/* START Telerik.Web.UI.Skins.Grid.css */
.RadGrid .rgMasterTable, .RadGrid .rgDetailTable {
    border-collapse: separate;
    border-spacing: 0;
}

.RadGrid .rgRow, .RadGrid .rgAltRow, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgPager, .RadGrid .rgGroupPanel, .RadGrid .rgGroupHeader {
    cursor: default;
}

.RadGrid input[type="image"] {
    cursor: pointer;
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td, .RadGrid .rgFilterRow td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding-left: 7px;
    padding-right: 7px;
}

.RadGrid .rgClipCells .rgHeader, .RadGrid .rgClipCells .rgFilterRow > td, .RadGrid .rgClipCells .rgRow > td, .RadGrid .rgClipCells .rgAltRow > td, .RadGrid .rgClipCells .rgEditRow > td, .RadGrid .rgClipCells .rgFooter > td {
    overflow: hidden;
}

.RadGrid .rgAdd, .RadGrid .rgRefresh, .RadGrid .rgEdit, .RadGrid .rgDel, .RadGrid .rgDrag, .RadGrid .rgFilter, .RadGrid .rgPagePrev, .RadGrid .rgPageNext, .RadGrid .rgPageFirst, .RadGrid .rgPageLast, .RadGrid .rgExpand, .RadGrid .rgCollapse, .RadGrid .rgSortAsc, .RadGrid .rgSortDesc, .RadGrid .rgUpdate, .RadGrid .rgCancel, .RadGrid .rgUngroup, .RadGrid .rgExpXLS, .RadGrid .rgExpDOC, .RadGrid .rgExpPDF, .RadGrid .rgExpCSV {
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 1px;
    cursor: pointer;
}

.RadGrid .rgGroupItem input, .RadGrid .rgCommandRow img, .RadGrid .rgHeader input, .RadGrid .rgFilterRow img, .RadGrid .rgFilterRow input, .RadGrid .rgPager img {
    vertical-align: middle;
}

.rgCellSelectorArea {
    position: absolute;
    z-index: 1000100;
    opacity: .1;
    -moz-opacity: .1;
    filter: alpha(opacity=10);
}

.rgNoScrollImage div.rgHeaderDiv {
    background-image: none;
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
    padding: 6px 12px 6px 12px;
    text-align: left;
    font-weight: normal;
}

    .RadGrid .rgHeader a {
        text-decoration: none;
    }

.RadGrid .rgCheck input {
    height: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    cursor: default;
}

.rfdCheckbox .RadGrid .rgCheck input {
    height: 20px;
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td {
    /* padding: 6px 12px 6px 12px;
    vertical-align: middle; */
}

.RadGrid table.rgMasterTable tr .rgDragCol {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.RadGrid .rgDrag {
    width: 15px;
    height: 15px;
    /*cursor: url('/WebResource.axd?d=IrFa7nMgz1BTsC9-zAskQsQQ2NbyQoVltWfjelAy42ZChW4XOR0Al8-3wFPo5NgnsfBzQgghLIUimIUaDrh-6HmJoZnlydvlQE0iyIhuH0m8kHBHl6aOiqify_w8YSTGDhu_qA2&t=634801049010866281'),move;*/
}

.RadGrid .rgPager .rgStatus {
    width: 35px;
    padding: 3px 0 2px;
}

.RadGrid .rgStatus div {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -2222px;
}

.RadGrid .rgPager td {
    padding: 0;
}

.RadGrid td.rgPagerCell {
    border: 0;
    padding: 5px 0 4px;
}

.RadGrid .rgWrap {
    float: left;
    padding: 10px;
    line-height: 22px;
    white-space: nowrap;
}

.RadGrid .rgArrPart1 {
    padding-right: 0;
}

.RadGrid .rgArrPart2 {
    padding-left: 0;
}

.RadGrid .rgInfoPart {
    float: right;
}

    .RadGrid .rgInfoPart strong {
        font-weight: normal;
    }

.RadGrid .rgArrPart1 img, .RadGrid .rgArrPart2 img {
    border: 0;
    margin: -3px 8px 0;
}

.RadGrid .rgPageFirst, .RadGrid .rgPagePrev, .RadGrid .rgPageNext, .RadGrid .rgPageLast {
    width: 10px;
    height: 22px;
    vertical-align: middle;
    color: #666;
    visibility: hidden;
}

.RadGrid .rgArrPart1 a, .RadGrid .rgArrPart2 a {
    /*width: 80px;
    height: 22px;
    vertical-align: middle;
    color: #666;*/
    color: #666;
}

.RadGrid .NextPrev .rgPageFirst, .RadGrid .NextPrev .rgPagePrev, .RadGrid .NextPrev .rgPageNext, .RadGrid .NextPrev .rgPageLast {
    vertical-align: middle;
}

.RadGrid .rgPageFirst, .RadGrid .rgPagePrev {
    margin-right: 3px;
}

.RadGrid .rgPageNext, .RadGrid .rgPageLast {
    margin-left: 3px;
}

.RadGrid .rgPager .rgPagerButton {
    height: 22px;
    border-style: solid;
    border-width: 1px;
    margin: 0 14px 0 0;
    padding: 0 4px 2px;
    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
    cursor: pointer;
}

.RadGrid .rgNumPart {
    padding: 10px 10px 0 10px;
}

.RadGrid .NumericPages .rgNumPart {
    padding: 10px 10px 0 10px;
}

.RadGrid .rgNumPart a {
    float: left;
    line-height: 22px;
    margin: 0;
    padding: 0 5px 0 0;
    text-decoration: none;
}

.RadGrid .rgNumPart span {
    float: left;
    padding: 0 0 0 5px;
}

.RadGrid .rgNumPart a:hover span {
    cursor: pointer;
}

.RadGrid .rgNumPart a.rgCurrentPage, .RadGrid .rgNumPart a.rgCurrentPage:hover, .RadGrid .rgNumPart a.rgCurrentPage span, .RadGrid .rgNumPart a.rgCurrentPage:hover span {
    cursor: default;
}

.RadGrid .NextPrevNumericAndAdvanced .rgAdvPart {
    float: none;
    text-align: center;
}

.RadGrid .rgPager .RadSlider {
    float: left;
    margin: 0 10px 0 0;
}

.RadGrid .rgPagerLabel, .RadGrid .rgPager .RadComboBox, .RadGrid .rgPager .RadInput {
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.RadGrid .rgPager .RadInput {
    display: inline-block;
}

.RadGrid .rgPager .riTextBox {
    height: 15px;
}

.rgPager .riSingle .riTextBox {
    height: 22px;
}

* + html .RadGrid .rgPager .RadComboBox {
    margin-top: -1px;
}

* html .RadGrid .rgPager .RadComboBox {
    margin-top: -1px;
    padding: 1px 0;
}

.RadGrid .rgPagerTextBox {
    text-align: center;
}

.GridReorderTop, .GridReorderBottom {
    width: 9px;
    height: 9px;
    margin: 0 0 0 -5px;
    padding: 0;
}

.RadGrid .rgFilterRow td {
    padding-top: 4px;
    padding-bottom: 7px;
}

.RadGrid .rgFilter {
    width: 22px;
    height: 22px;
    margin: 0 0 0 2px;
}

.RadGrid .rgFilterBox {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    height: 15px;
    padding: 2px 1px 3px;
    font-size: 12px;
    vertical-align: middle;
}

.rgFilterRow .riSingle .riTextBox {
    height: 22px;
}

.RadGrid .rgFilterRow .RadInput, .RadGrid .rgFilterRow .RadRating {
    display: inline-block;
    vertical-align: middle;
}

* + html .RadGrid .rgFilterRow .RadRating {
    display: inline;
    -ms-zoom: 1;
    zoom: 1;
}

* html .RadGrid .rgFilterRow .RadRating {
    display: inline;
    -ms-zoom: 1;
    zoom: 1;
}

.GridContextMenu .rmLeftImage {
    background-repeat: no-repeat;
    background-color: transparent;
}

.RadMenu .rmGroup .rgHCMItem .rmText {
    width: 161px;
    padding: 6px 5px 5px 30px;
}

.rgHCMItem .rgHCMClear, .rgHCMItem .rgHCMShow, .rgHCMItem .rgHCMAnd, .rgHCMItem .rgHCMFilter {
    display: block;
}

.rgHCMItem .rgHCMShow, .rgHCMItem .rgHCMAnd {
    padding-top: 5px;
    line-height: 12px;
}

.rgHCMItem .rgHCMClear, .rgHCMItem .rgHCMShow, .rgHCMItem .RadComboBox, .rgHCMItem .rgHCMAnd {
    margin: 0 0 5px;
}

.rgHCMItem .rgHCMAnd {
    margin-top: 5px;
}

.rgHCMItem .rgHCMFilter {
    margin-top: 11px;
}

.rgHCMItem .rgHCMClear, .rgHCMItem .rgHCMFilter {
    width: 160px;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 0;
    font-size: 12px;
    cursor: pointer;
}

.RadGrid .rgGroupPanel {
    height: 24px;
}

.RadGrid .rgGroupItem {
    padding: 0 2px 1px 3px;
    line-height: 20px;
    font-weight: normal;
    vertical-align: middle;
}

.RadGrid .rgGroupHeader td {
    padding-top: 0;
    padding-bottom: 0;
}

    .RadGrid .rgGroupHeader td p {
        display: inline;
        margin: 0;
        padding: 0 10px;
    }

    .RadGrid .rgGroupHeader td div div {
        top: -0.8em;
        padding: 0 10px;
    }
    /*\*/ * html .RadGrid .rgGroupHeader td div div {
        top: 0;
    }
        /**/ .RadGrid .rgGroupHeader td div div div {
            top: 0;
            padding: 0;
            border: 0;
        }

.RadGrid .rgUpdate, .RadGrid .rgCancel {
    width: 18px;
    height: 18px;
}

.RadGrid .rgDetailTable {
    border-style: solid;
    border-width: 1px;
    border-right-width: 0;
}

.RadGrid .rgAdd, .RadGrid .rgRefresh {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

* + html .RadGrid .rgPager .rgPagerButton, * + html .RadGrid .rgPagerLabel, * + html .RadGrid .rgPager .RadComboBox, * + html .RadGrid .rgAdd, * + html .RadGrid .rgRefresh {
    vertical-align: middle;
}

* html .RadGrid .rgPager .rgPagerButton, * html .RadGrid .rgPagerLabel, * html .RadGrid .rgPager .RadComboBox, * html .RadGrid .rgPager .RadInput, * html .RadGrid .rgAdd, * html .RadGrid .rgRefresh {
    vertical-align: middle;
}

.RadGrid .rgEdit, .RadGrid .rgDel {
    width: 15px;
    height: 15px;
}

.RadGridRTL .rgHeader, .RadGridRTL .rgResizeCol {
    text-align: right;
}

.RadGridRTL .rgPager .rgStatus {
    border-right: 0;
    border-left-width: 1px;
}

.RadGridRTL .rgWrap {
    float: right;
}

.RadGridRTL .rgArrPart1 {
    padding-left: 0;
    padding-right: 10px;
}

.RadGridRTL .rgPageFirst, .RadGridRTL .rgPagePrev {
    margin-right: 0;
    margin-left: 1px;
}

.RadGridRTL .rgPageNext, .RadGridRTL .rgPageLast {
    margin-left: 0;
    margin-right: 1px;
}

.RadGridRTL .rgInfoPart {
    float: left;
}

.RadGridRTL .rgNumPart {
    width: 220px;
}

    .RadGridRTL .rgNumPart a {
        float: right;
    }

.RadGridRTL .rgDetailTable {
    border-right-width: 1px;
    border-left-width: 0;
}

.RadGridRTL input.rgRefresh, .RadGridRTL input.rgAdd {
    margin: 0 0 0 4px;
}

.RadGridRTL .rgInfoPart {
    text-align: left;
}

.RadGridRTL .rgSliderLabel {
    float: right;
}

.RadGridRTL .rgPager div.RadSlider {
    float: right;
    margin: 0 0 0 10px;
}
/* END Telerik.Web.UI.Skins.Grid.css */
/* START Telerik.Web.UI.Skins.Default.Grid.Default.css */
.RadGrid_Default {
    border: 1px solid #c9c9c9;
    background: #fff;
    color: #666;
}

    .RadGrid_Default, .RadGrid_Default .rgMasterTable, .RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel table, .RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, .RadGrid_Default .rgPager table, .GridToolTip_Default {
        font-size: 12px;
    }

        .RadGrid_Default .rgAdd, .RadGrid_Default .rgRefresh, .RadGrid_Default .rgEdit, .RadGrid_Default .rgDel, .RadGrid_Default .rgFilter, .RadGrid_Default .rgPagePrev, .RadGrid_Default .rgPageNext, .RadGrid_Default .rgPageFirst, .RadGrid_Default .rgPageLast, .RadGrid_Default .rgExpand, .RadGrid_Default .rgCollapse, .RadGrid_Default .rgSortAsc, .RadGrid_Default .rgSortDesc, .RadGrid_Default .rgUpdate, .RadGrid_Default .rgCancel, .RadGrid_Default .rgUngroup, .RadGrid_Default .rgExpXLS, .RadGrid_Default .rgExpDOC, .RadGrid_Default .rgExpPDF, .RadGrid_Default .rgExpCSV {
            /*background-image: url('/WebResource.axd?d=13J1GiRwm5pAEXMYHmb2hREyNRgbZotF32PgjWETl2FMCPouxBg-yjwncBpiV-6Q_5Lo7X97jzxTbqDdgEUdAMmW0_UX8L6-h1VCrpjRPCiFbZYuDqKCRl-6IWvxfh_etX2zrKWaWZdT4wi10&t=634801049010866281');*/
        }

        .RadGrid_Default .rgHeaderDiv {
            /*background: #eee 0 -7550px repeat-x url('/WebResource.axd?d=13J1GiRwm5pAEXMYHmb2hREyNRgbZotF32PgjWETl2FMCPouxBg-yjwncBpiV-6Q_5Lo7X97jzxTbqDdgEUdAMmW0_UX8L6-h1VCrpjRPCiFbZYuDqKCRl-6IWvxfh_etX2zrKWaWZdT4wi10&t=634801049010866281');*/
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7050px;
}

.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background: #f0f2f1;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
}

    .RadGrid_Default .rgHeader:last-child, .RadGrid_Default th.rgResizeCol:last-child {
        border-right: none;
    }

.RadGrid_Default .rgMultiHeaderRow .rgHeader, .RadGrid_Default .rgMultiHeaderRow .rgResizeCol {
    border-left: 1px solid #828282;
}

.RadGrid_Default th.rgSorted {
    /*  background-color: #c4c4c4;
    background-position: 0 -2600px;*/
}

.RadGrid_Default .rgHeader, .RadGrid_Default .rgHeader a {
    color: #666;
}

.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgEditRow td, .RadGrid_Default .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ccc;
}

.RadGrid_Default .rgRow td {
    border-color: #fff;
    cursor: pointer;
}

.RadGrid_Default .rgAltRow {
    background: #f2f2f2;
}

    .RadGrid_Default .rgAltRow td {
        border-color: #f2f2f2;
        cursor: pointer;
    }

.RadGrid_Default .rgRow .rgSorted {
    border-bottom-color: #f2f2f2;
    background-color: #f2f2f2;
}

.RadGrid_Default .rgAltRow .rgSorted {
    border-bottom-color: #e6e6e6;
    background-color: #e6e6e6;
}

.RadGrid_Default .rgSelectedRow .rgSorted, .RadGrid_Default .rgActiveRow .rgSorted, .RadGrid_Default .rgHoveredRow .rgSorted, .RadGrid_Default .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Default .rgRow a, .RadGrid_Default .rgAltRow a, .RadGrid_Default .rgEditRow a, .RadGrid_Default tr.rgEditRow a, .RadGrid_Default tr.rgHoveredRow a, .RadGrid_Default tr.rgActiveRow a, .RadGrid_Default .rgFooter a, .RadGrid_Default .rgEditForm a {
    color: #000;
}

.RadGrid_Default .rgMasterTable .rgSelectedCell, .RadGrid_Default .rgSelectedRow {
    background: #aaa;
    color: #fff;
}

    .RadGrid_Default .rgMasterTable .rgSelectedCell:hover, .RadGrid_Default .rgSelectedRow:hover {
        background: #aaa;
        color: #fff;
    }

    * + html .RadGrid_Default .rgSelectedRow .rgSorted {
        background-color: #aaa;
    }

    * html .RadGrid_Default .rgSelectedRow .rgSorted {
        background-color: #aaa;
    }

    .RadGrid_Default .rgSelectedCell a, .RadGrid_Default .rgSelectedRow a {
        color: #fff;
    }

.RadGrid_Default .rgMasterTable .rgActiveCell, .RadGrid_Default .rgActiveRow, .RadGrid_Default .rgHoveredRow {
    background: #c5c5c5;
    color: #333;
}

    * + html .RadGrid_Default .rgActiveRow .rgSorted, * + html .RadGrid_Default .rgHoveredRow .rgSorted {
        background-color: #c5c5c5;
    }

    * html .RadGrid_Default .rgActiveRow .rgSorted, * html .RadGrid_Default .rgHoveredRow .rgSorted {
        background-color: #c5c5c5;
    }

.RadGrid_Default .rgEditRow {
    background: #fff;
    color: #333;
}

    * + html .RadGrid_Default .rgEditRow .rgSorted {
        background-color: #fff;
    }

    * html .RadGrid_Default .rgEditRow .rgSorted {
        background-color: #fff;
    }

.RadGrid_Default .rgActiveRow td, .RadGrid_Default .rgActiveRow td.rgSorted, .RadGrid_Default .rgHoveredRow td, .RadGrid_Default .rgHoveredRow td.rgSorted {
    border-bottom-color: #9e9e9e;
}

.RadGrid_Default .rgDrag {
    /*background-image: url('/WebResource.axd?d=mzHk4lCpY-yUS8WHgrUcNRG4PfzZZmEtuVIeF9sMrB_-Un_1bgCzyifcsLpF8gw6vCALgSKlZd0ez6FPUPQKUfN4s8NXnA2dQ65vGvbxcqR2rfX1-LIt3ETPy5BJlCEvRnpxbxwXBIsWfMO00&t=634801049010866281');*/
}

.RadGrid_Default .rgFooterDiv, .RadGrid_Default .rgFooter {
    background: #eee;
}

    .RadGrid_Default .rgFooter td {
        border-top: 1px solid #828282;
        border-bottom: 1px solid #fff;
    }

.RadGrid_Default .rgPager .rgStatus {
    border: 1px solid;
    border-color: #828282 #c9c9c9 #eee #c9c9c9;
    border-left-width: 0;
}

.RadGrid_Default .rgStatus div {
    /*background-image: url('/WebResource.axd?d=89NdE5Ot8K8WYy-VrArxtHelqs2ZnBPbgyckO1UsfXN8a4DCxtuNOlkiV1y65Q1oK_totNflBXpDEp0WpdQERbOXEh2_Ngs3r0VyWAg6byxtUrnDaA9lrjS5L7MdsTVhKcJF9J4wUcnBTUpg-Hfgu2A6-RM1&t=634801049010866281');*/
}

.RadGrid_Default .rgPager {
    /*background: #f2faf8;*/
}

.RadGrid_Default td.rgPagerCell {
    border-top: 1px solid #ccc;
}

.RadGrid_Default .rgInfoPart {
    color: #8a8a8a;
    margin-right: 8px;
}

    .RadGrid_Default .rgInfoPart strong {
        color: #4c4e54;
    }

.RadGrid_Default .rgPageFirst {
}

    .RadGrid_Default .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Default .rgPagePrev {
    background-position: 0 -700px;
}

    .RadGrid_Default .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Default .rgPageNext {
    background-position: 0 -850px;
}

    .RadGrid_Default .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Default .rgPageLast {
    background-position: 0 -1000px;
}

    .RadGrid_Default .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Default .rgPager .rgPagerButton {
    border-color: #d0d0d0 #aeaeae #8b8b8b;
    background: #e8e8e8 repeat-x;
    color: #000;
    font-family: "segoe ui",arial,sans-serif;
}

.RadGrid_Default .rgNumPart a:hover, .RadGrid_Default .rgNumPart a:hover span, .RadGrid_Default .rgNumPart a.rgCurrentPage, .RadGrid_Default .rgNumPart a.rgCurrentPage span {
    /*background: no-repeat url('/WebResource.axd?d=13J1GiRwm5pAEXMYHmb2hREyNRgbZotF32PgjWETl2FMCPouxBg-yjwncBpiV-6Q_5Lo7X97jzxTbqDdgEUdAMmW0_UX8L6-h1VCrpjRPCiFbZYuDqKCRl-6IWvxfh_etX2zrKWaWZdT4wi10&t=634801049010866281');*/
}

.RadGrid_Default .rgNumPart a {
    color: #999;
}

    .RadGrid_Default .rgNumPart a:hover {
        background-position: 100% -1250px;
    }

        .RadGrid_Default .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Default .rgNumPart a.rgCurrentPage, .RadGrid_Default .rgNumPart a.rgCurrentPage:hover {
        color: #000;
    }

        .RadGrid_Default .rgNumPart a.rgCurrentPage span, .RadGrid_Default .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

.RadGrid_Default .rgHeader .rgSortAsc {
    display: inline-block;
    width: 15px;
    height: 16px;
    float: right;
    background: transparent url(../../../../../../images/dnnSpinnerUpArrow.png) no-repeat center;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.RadGrid_Default .rgHeader .rgSortDesc {
    display: inline-block;
    width: 15px;
    height: 16px;
    float: right;
    background: transparent url(../../../../../../images/dnnSpinnerDownArrow.png) no-repeat center;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.GridReorderTop_Default, .GridReorderBottom_Default {
    /*background: 0 0 no-repeat url('/WebResource.axd?d=13J1GiRwm5pAEXMYHmb2hREyNRgbZotF32PgjWETl2FMCPouxBg-yjwncBpiV-6Q_5Lo7X97jzxTbqDdgEUdAMmW0_UX8L6-h1VCrpjRPCiFbZYuDqKCRl-6IWvxfh_etX2zrKWaWZdT4wi10&t=634801049010866281');*/
}

.GridReorderBottom_Default {
    background-position: 0 -50px;
}

.RadGrid_Default .rgFilterRow {
    background: #eee;
}

    .RadGrid_Default .rgFilterRow td {
        border-bottom: 1px solid #828282;
    }

.RadGrid_Default .rgFilter {
    /*background-position: 0 -300px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    margin-left: 8px;
}

    .RadGrid_Default .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Default .rgFilterActive, .RadGrid_Default .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Default .rgFilterBox {
    border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
    font-family: "segoe ui",arial,sans-serif;
    color: #333;
}

.RadMenu_Default .rgHCMClear, .RadMenu_Default .rgHCMFilter {
    border-color: #d0d0d0 #a8a8a8 #8b8b8b;
    background: #e8e8e8;
    color: #000;
}

    .RadMenu_Default .rgHCMClear:hover, .RadMenu_Default .rgHCMFilter:hover {
        border-color: #d1d1d1 #b9b9b9 #a3a3a3;
        background-position: center -67px;
        background-color: #e5e5e5;
    }

.GridContextMenu_Default .rmLeftImage {
    /*background-image: url('/WebResource.axd?d=6WuhHLmtnq49WiC-OIuBSzqAEFMOySjjd3mZGx4W0qeClLQwgrZevn_3EiOYAB0Sx189WjFXzN1c5EgRJ4Tqda0SNw2PRi0mdxbNTunShs9rVk9IXLCem0CRzMv5Rt4Tmmq1FfJ6olxAg_0eWGC8e1s0zh81&t=634801049010866281'); */
}

.GridContextMenu_Default .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Default .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Default .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Default .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Default .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Default .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Default .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Default .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

.RadGrid_Default .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #828282;
    background: #eee;
}

    .RadGrid_Default .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
    }

        .RadGrid_Default .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Default .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Default .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Default .rgUngroup {
    background-position: 0 -6998px;
}

.RadGrid_Default .rgGroupItem {
    border: 1px solid;
    border-color: #c4c4c4 #c4c4c4 #9e9e9e;
    background: #c6c6c6;
}

.RadGrid_Default .rgMasterTable td.rgGroupCol, .RadGrid_Default .rgMasterTable td.rgExpandCol {
    border-color: #d9d9d9;
    background: #d9d9d9 none;
}

.RadGrid_Default .rgGroupHeader {
    background: #d9d9d9;
    font-size: 1.1em;
    line-height: 21px;
    color: #000;
}

    .RadGrid_Default .rgGroupHeader td {
        border-top: 1px solid #828282;
        border-bottom: 1px solid #d9d9d9;
    }

        .RadGrid_Default .rgGroupHeader td.rgGroupCol {
            border-top-color: #828282;
        }

.RadGrid_Default .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Default .rgCollapse {
    background-position: 3px -444px;
}

.RadGrid_Default .rgEditForm {
    border-bottom: 1px solid #828282;
}

.RadGrid_Default .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Default .rgCancel {
    background-position: 0 -1850px;
}

.RadGrid_Default .rgDetailTable {
    border-color: #828282;
}

.RadGrid_Default .rgCommandRow {
    background: #c5c5c5;
    color: #000;
}

.RadGrid_Default .rgCommandCell {
    border: 1px solid;
    border-color: #999 #f2f2f2;
    border-top-width: 0;
    padding: 0;
}

.RadGrid_Default tfoot .rgCommandCell, .RadGrid_Default .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top-width: 1px;
    border-bottom-width: 0;
}

.RadGrid_Default .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Default .rgCommandTable {
    border: 0;
    border-top: 1px solid #fdfdfd;
    border-bottom: 1px solid #e7e7e7;
}

.RadGrid_Default .rgCommandRow a {
    color: #000;
    text-decoration: none;
}

.RadGrid_Default .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Default .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Default .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Default .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Default .rgSelected .rgDel {
    background-position: 0 -1775px;
}

.RadGrid_Default .rgExpXLS, .RadGrid_Default .rgExpDOC, .RadGrid_Default .rgExpPDF, .RadGrid_Default .rgExpCSV {
    /*background-image: url('/WebResource.axd?d=17KCm4h6zUeOco8DRmSX4mTBA438NgfRJqzdagX7mCXKYeigtDL3L1ZY9Oq300-dVSIg-FdKFb-tPvUjrEkZxgbiBUP2pINilCb1jQ7lA001Ci4BqjY6TzCBgO662eLWslYbNLnfi8qiZXwv0&t=634801049010866281');*/
}

.RadGrid_Default .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Default .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Default .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Default .rgExpCSV {
    background-position: 0 -150px;
}

.rgCellSelectorArea_Default, .GridRowSelector_Default {
    background: #4c4e54;
}

.GridItemDropIndicator_Default {
    border-top: 1px dashed #666;
}

.GridToolTip_Default {
    border: 1px solid #828282;
    padding: 3px;
    background: #fff;
    color: #333;
}

.RadGridRTL_Default .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Default .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Default .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Default .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Default .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Default .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Default .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Default .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Default .rgExpand {
    background-position: -20px -496px;
}

.RadGrid_Default input[type="submit"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}


.RadGrid_Default .rgRow:hover,
.RadGrid_Default .rgAltRow:hover {
    background-color: #e8f1fa;
    color: #666666;
}

.RadGrid_Default .rgPagerCell .rgArrPart1,
.RadGrid_Default .rgPagerCell .rgNumPart,
.RadGrid_Default .rgPagerCell .rgArrPart2,
.RadGrid_Default .rgPagerCell .rgInfoPart {
    margin-top: 6px;
}

.RadGrid_Default .rgEditRow td input {
    margin-bottom: 0;
}

/* END Telerik.Web.UI.Skins.Default.Grid.Default.css */


/* RadMenu */

/* Common CSS */

.RadMenu {
    white-space: nowrap;
    float: left;
    position: relative;
}

    .RadMenu .rmRootGroup {
        margin: 0;
        padding: 0;
        position: relative;
        left: 0;
        display: inline-block;
    }

    * html .RadMenu .rmRootGroup {
        float: left;
    }

        .RadMenu:after,
        .RadMenu .rmRootGroup:after {
            content: "";
            display: block;
            height: 0;
            overflow: hidden;
            line-height: 0;
            font-size: 0;
            clear: both;
            visibility: hidden;
        }

    .RadMenu ul.rmVertical,
    .rmRootGroup ul.rmHorizontal,
    .RadMenu_Context ul.rmHorizontal {
        margin: 0;
        padding: 0;
        display: none;
        position: relative;
        left: 0;
        float: left;
    }

.rmSized ul.rmVertical {
    width: 100%;
}

.rmSized .rmRootGroup .rmVertical {
    width: auto;
}

.RadMenu .rmItem {
    float: left;
    position: relative;
    list-style-image: none;
    list-style-position: outside;
    list-style: none;
}

* html .RadMenu .rmItem {
    display: inline;
}

.RadMenu .rmHorizontal .rmItem {
    clear: none;
}

.RadMenu .rmVertical .rmItem {
    clear: both;
}

.rmSized .rmVertical .rmItem {
    width: 100%;
}

.rmSized .rmRootGroup .rmVertical .rmItem {
    width: auto;
}

.RadMenu ul.rmActive,
.RadMenu ul.rmRootGroup {
    display: block;
    background: white;
    border: 1px solid #ccc;
    padding: 15px;
}

.RadMenu .rmSlide,
.RadMenu_Context {
    position: absolute;
    overflow: hidden;
    display: none;
    float: left;
}

* html .RadMenu .rmSlide,
* html .RadMenu_Context {
    height: 1px;
}

.RadMenu_Context {
    z-index: 1000;
    overflow: visible;
}

.RadMenu .rmText {
    display: block;
}

.RadMenu div.rmText /*templates*/ {
    white-space: normal;
}

.RadMenu a.rmLink {
    cursor: pointer;
    display: block;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

    .RadMenu a.rmLink:hover {
        color: #000;
    }

.rmScrollWrap {
    position: absolute;
    float: left;
    overflow: hidden;
    left: 0;
}

.RadMenu .rmLeftArrow,
.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow,
.RadMenu .rmRightArrow {
    position: absolute;
    z-index: 2000;
    text-indent: -1000em;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.RadMenu .rmLeftArrowDisabled,
.RadMenu .rmTopArrowDisabled,
.RadMenu .rmBottomArrowDisabled,
.RadMenu .rmRightArrowDisabled {
    display: none;
    text-indent: -1000em;
    font-size: 0;
    line-height: 0;
}

.RadMenu .rmBottomArrow,
.RadMenu .rmBottomArrowDisabled {
    margin-bottom: -1px;
}

.RadMenu .rmLeftImage {
    border: 0;
    float: left;
}

.RadMenu_rtl {
    float: right;
    text-align: right;
}

    .RadMenu_rtl ul.rmHorizontal,
    .RadMenu_rtl ul.rmVertical {
        float: right;
    }

    .RadMenu_rtl .rmItem {
        float: right;
    }

    .RadMenu_rtl .rmLeftImage,
    .RadMenu_rtlContext .rmLeftImage {
        border: 0;
        float: right;
    }

    .RadMenu_rtl .rmLeftArrow,
    .RadMenu_rtl .rmTopArrow,
    .RadMenu_rtl .rmBottomArrow,
    .RadMenu_rtl .rmRightArrow,
    .RadMenu_rtl .rmLeftArrowDisabled,
    .RadMenu_rtl .rmTopArrowDisabled,
    .RadMenu_rtl .rmBottomArrowDisabled,
    .RadMenu_rtl .rmRightArrowDisabled {
        text-indent: 1000em;
    }

.RadMenu .rmLink {
    width: auto;
}

.RadMenu .rmSeparator,
.RadMenu .rmSeparator:after {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.RadMenu div.rmRootGroup {
    position: relative;
}

/*Telerik RadInput Metro Skin*/

/*global*/

.RadInput,
.RadInputMgr {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput .riTextBox,
html body .RadInputMgr {
    border-color: #e5e5e5;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput .riEmpty,
html body .RadInput_Empty {
    color: #777;
}

html body .RadInput .riHover,
html body .RadInput_Hover {
    border-color: #767676;
}

html body .RadInput .riFocused,
html body .RadInput_Focused {
    border-color: #25a0da;
}

html body .RadInput .riRead,
html body .RadInput_Read {
    border-color: #b0b0b0;
}

html body .RadInput .riDisabled,
html body .RadInput_Disabled {
    color: #c9c0c0;
    cursor: default;
}

html body .RadInput .riError,
html body .RadInput_Error {
    border-color: #de3914;
    background: #ffe9e9 100% -298px no-repeat url('Input/sprite.gif');
    color: #de3914;
}

.RadForm.rfdTextbox .RadInput .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error[type="text"] {
    border-color: #de3914;
    background: #fff 100% -298px no-repeat url('Input/sprite.gif');
    color: #de3914;
}

html body .RadInput .riNegative,
html body .RadInput_Negative {
    color: #565656;
}

/*buttons*/

.RadInput a {
    background: transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput a.riUp {
    background-position: 4px -98px;
}

    .RadInput a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput a.riDown {
    background-position: 4px -199px;
}

    .RadInput a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput .riLabel {
    color: #666;
}

/*rtl*/

html body .RadInputRTL .riError,
html body .RadInputRTL_Error {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error[type="text"] {
    background-position: 3px -298px;
}

.RadListBox .rlbGroup {
    border: 1px solid #e5e5e5;
    background: #ffffff;
}

.RadListBox .rlbTemplateContainer {
    border-color: #e5e5e5;
}

.RadListBox .rlbText,
.RadListBox .rlbItem,
.RadListBox .rlbButtonText,
.RadListBox .rlbEmptyMessage {
    font-size: 12px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #000000;
}

.RadListBox .rlbHighlight {
    color: #ff6600;
}

.RadListBox .rlbText,
.RadListBox .rlbItem {
    line-height: 17px;
}

.RadListBox .rlbGroup .rlbHovered {
    color: #767676;
    background-color: #e5e5e5;
}

.RadListBox .rlbGroup .rlbSelected {
    color: #ffffff;
    background-color: #25a0da;
}

    .RadListBox .rlbGroup .rlbSelected .rlbText {
        color: #ffffff;
    }

.RadListBox .rlbGroup .rlbDisabled,
.RadListBox .rlbGroup .rlbDisabled:hover {
    background: none;
    border: 0;
}

.RadListBox .rlbDisabled .rlbText {
    color: #767676;
}

.RadListBox .rlbDisabled .rlbImage {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.RadListBox .rlbHeader,
.RadListBox .rlbFooter {
    background-color: #e5e5e5;
}

.RadListBox .rlbDropClue {
    background-image: url('ListBox/rlbDropClue.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    left: -10px;
    width: 10px;
}

.RadListBox .rlbGroup .rlbDropClueAbove {
    border-top-style: dotted;
    border-top-color: #8e8e8e;
}

.RadListBox .rlbGroup .rlbDropClueBelow {
    border-bottom-style: dotted;
    border-bottom-color: #8e8e8e;
}

/* Buttons normal state vertical layout*/


.RadListBox .rlbButtonText {
    padding: 0 0 0 21px;
    background: transparent url('ListBox/rlbSprite.png') no-repeat;
    line-height: 19px;
}

.RadListBox .rlbNoButtonText .rlbButtonText {
    padding-left: 19px;
}

.RadListBox .rlbButton {
    padding: 0;
    height: 19px;
    border: 1px solid #e5e5e5;
    line-height: 19px;
    background-color: #ffffff;
}

    .RadListBox .rlbButton:hover {
        border: 1px solid #25a0da;
        background-color: #25a0da;
    }

.RadListBox .rlbDisabled,
.RadListBox .rlbDisabled:hover {
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}


.RadListBox .rlbButton .rlbButtonText {
    color: #767676;
}

.RadListBox .rlbButton:hover .rlbButtonText {
    color: #ffffff;
}

.RadListBox .rlbDisabled .rlbButtonText,
.RadListBox .rlbDisabled:hover .rlbButtonText {
    color: #e5e5e5;
}

.RadListBox .rlbButtonTL,
.RadListBox .rlbButtonTR,
.RadListBox .rlbButtonBL,
.RadListBox .rlbButtonBR {
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.RadListBox .rlbNoButtonText,
.RadListBox .rlbNoButtonText .rlbButtonTL,
.RadListBox .rlbNoButtonText .rlbButtonTR,
.RadListBox .rlbNoButtonText .rlbButtonBL,
.RadListBox .rlbNoButtonText .rlbButtonBR {
    width: 19px;
}

.RadListBox .rlbMoveUp .rlbButtonText {
    background-position: 0 0;
}

.RadListBox .rlbMoveUp:hover .rlbButtonText {
    background-position: -400px 0;
}

.RadListBox .rlbMoveUpDisabled .rlbButtonText,
.RadListBox .rlbMoveUpDisabled:hover .rlbButtonText {
    background-position: -200px 0;
}

.RadListBox .rlbMoveDown .rlbButtonText {
    background-position: 0 -25px;
}

.RadListBox .rlbMoveDown:hover .rlbButtonText {
    background-position: -400px -25px;
}

.RadListBox .rlbMoveDownDisabled .rlbButtonText,
.RadListBox .rlbMoveDownDisabled:hover .rlbButtonText {
    background-position: -200px -25px;
}

.RadListBox .rlbMoveToTop .rlbButtonText {
    background-position: 0 -275px;
}

.RadListBox .rlbMoveToTop:hover .rlbButtonText {
    background-position: -400px -275px;
}

.RadListBox .rlbMoveToTopDisabled .rlbButtonText,
.RadListBox .rlbMoveToTopDisabled:hover .rlbButtonText {
    background-position: -200px -275px;
}

.RadListBox .rlbMoveToBottom .rlbButtonText {
    background-position: 0 -300px;
}

.RadListBox .rlbMoveToBottom:hover .rlbButtonText {
    background-position: -400px -300px;
}

.RadListBox .rlbMoveToBottomDisabled .rlbButtonText,
.RadListBox .rlbMoveToBottomDisabled:hover .rlbButtonText {
    background-position: -200px -300px;
}

.RadListBox .rlbDelete .rlbButtonText {
    background-position: 0 -50px;
}

.RadListBox .rlbDelete:hover .rlbButtonText {
    background-position: -400px -50px;
}

.RadListBox .rlbDeleteDisabled .rlbButtonText,
.RadListBox .rlbDeleteDisabled:hover .rlbButtonText {
    background-position: -200px -50px;
}


.RadListBox .rlbButtonAreaRight .rlbTransferTo .rlbButtonText,
.RadListBox .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText {
    background-position: 0 -100px;
}

.RadListBox .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText {
    background-position: 0 -75px;
}

.RadListBox .rlbButtonAreaLeft .rlbTransferFrom:hover .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferTo:hover .rlbButtonText {
    background-position: -400px -100px;
}

.RadListBox .rlbButtonAreaLeft .rlbTransferTo:hover .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferFrom:hover .rlbButtonText {
    background-position: -400px -75px;
}

.RadListBox .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText {
    background-position: -200px -100px;
}

.RadListBox .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText {
    background-position: -200px -75px;
}


.RadListBox .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText,
.RadListBox .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText {
    background-position: 0 -150px;
}

.RadListBox .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText {
    background-position: 0 -125px;
}

.RadListBox .rlbButtonAreaLeft .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferAllTo:hover .rlbButtonText {
    background-position: -400px -150px;
}

.RadListBox .rlbButtonAreaLeft .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferAllFrom:hover .rlbButtonText {
    background-position: -400px -125px;
}

.RadListBox .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText {
    background-position: -200px -150px;
}

.RadListBox .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText {
    background-position: -200px -125px;
}


.RadListBox .rlbButtonAreaBottom .rlbTransferTo .rlbButtonText,
.RadListBox .rlbButtonAreaTop .rlbTransferFrom .rlbButtonText {
    background-position: 0 -200px;
}

.RadListBox .rlbButtonAreaTop .rlbTransferTo .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferFrom .rlbButtonText {
    background-position: 0 -175px;
}

.RadListBox .rlbButtonAreaTop .rlbTransferFrom:hover .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferTo:hover .rlbButtonText {
    background-position: -400px -200px;
}

.RadListBox .rlbButtonAreaTop .rlbTransferTo:hover .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferFrom:hover .rlbButtonText {
    background-position: -400px -175px;
}

.RadListBox .rlbButtonAreaBottom .rlbTransferToDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaTop .rlbTransferFromDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaTop .rlbTransferFromDisabled:hover .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferToDisabled:hover .rlbButtonText {
    background-position: -200px -200px;
}

.RadListBox .rlbButtonAreaTop .rlbTransferToDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferFromDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaTop .rlbTransferToDisabled:hover .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferFromDisabled:hover .rlbButtonText {
    background-position: -200px -175px;
}


.RadListBox .rlbButtonAreaBottom .rlbTransferAllTo .rlbButtonText,
.RadListBox .rlbButtonAreaTop .rlbTransferAllFrom .rlbButtonText {
    background-position: 0 -250px;
}

.RadListBox .rlbButtonAreaTop .rlbTransferAllTo .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferAllFrom .rlbButtonText {
    background-position: 0 -225px;
}

.RadListBox .rlbButtonAreaTop .rlbTransferAllFrom:hover .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferAllTo:hover .rlbButtonText {
    background-position: -400px -250px;
}

.RadListBox .rlbButtonAreaTop .rlbTransferAllTo:hover .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferAllFrom:hover .rlbButtonText {
    background-position: -400px -225px;
}

.RadListBox .rlbButtonAreaBottom .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaTop .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaTop .rlbTransferAllFromDisabled:hover .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferAllToDisabled:hover .rlbButtonText {
    background-position: -200px -250px;
}

.RadListBox .rlbButtonAreaTop .rlbTransferAllToDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferAllFromDisabled .rlbButtonText,
.RadListBox .rlbButtonAreaTop .rlbTransferAllToDisabled:hover .rlbButtonText,
.RadListBox .rlbButtonAreaBottom .rlbTransferAllFromDisabled:hover .rlbButtonText {
    background-position: -200px -225px;
}

/*Telerik RadListView Metro Skin*/

/*global*/

.RadListView {
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #000;
    /* font:12px/16px "segoe ui",arial,sans-serif; */
}

    .RadListView .rlvA {
        background: #ededed;
    }

    .RadListView .rlvISel {
        background: #25a0da;
        color: #fff;
    }

    /*buttons*/

    .RadListView .rlvBAdd,
    .RadListView .rlvBUpdate,
    .RadListView .rlvBCancel,
    .RadListView .rlvBDel,
    .RadListView .rlvBEdit {
        background-image: url('Grid/sprite.gif');
    }

    .RadListView .rlvBCancel,
    .RadListView .rlvBUpdate {
        width: 22px;
        height: 22px;
    }

    .RadListView .rlvBAdd {
        background-position: 0 -1650px;
    }

    .RadListView .rlvBUpdate {
        background-position: 0 -1798px;
    }

    .RadListView .rlvBCancel {
        background-position: 0 -1848px;
    }

    .RadListView .rlvBSel {
        background-image: url('FormDecorator/CheckBoxSprites.gif');
        background-position: -2px -2px;
    }

    .RadListView .rlvISel .rlvBSel {
        background-position: -2px -422px;
    }

    .RadListView .rlvBDel {
        background-position: 0 -1750px;
    }

    .RadListView .rlvBEdit {
        background-position: 0 -1700px;
    }

    .RadListView .rlvDrag {
        background-image: url('ListView/drag.gif');
        background-position: center center;
    }

    /*flow*/

    .RadListView div.rlvI,
    .RadListView div.rlvA,
    .RadListView div.rlvIEmpty,
    .RadListView div.rlvIEdit {
        border-color: #c3c3c3;
    }

    .RadListView div.rlvISel {
        border-color: #ca4b0c;
    }

    /*grid*/

    .RadListView tr.rlvHeader th {
        border: 0;
        border-bottom: 1px solid #7c7c7c;
        border-left: 1px solid #9e9e9e;
        background: #e4e4e4;
    }

    .RadListView tr.rlvI td,
    .RadListView tr.rlvA td,
    .RadListView tr.rlvISel td,
    .RadListView tr.rlvIEmpty td {
        border: 1px solid;
        border-top: 0;
        border-right: 0;
    }

    .RadListView tr.rlvI td,
    .RadListView tr.rlvIEmpty td {
        border-color: #fff #c3c3c3;
    }

    .RadListView tr.rlvA td {
        border-color: #ededed #c3c3c3;
    }

    .RadListView tr.rlvISel td {
        border-color: #ca4b0c #ffa517;
    }

    .RadListView tr.rlvIEdit td {
        border-color: #616161 #c3c3c3;
    }

    /*single row*/

    .RadListView td.rlvI,
    .RadListView td.rlvA,
    .RadListView td.rlvISel,
    .RadListView td.rlvIEmpty,
    .RadListView td.rlvIEdit {
        border: 0;
        border-right: 1px solid #c3c3c3;
    }

    .RadListView td.rlvISel {
        border-color: #ca4b0c;
    }

    /*floated*/

    .RadListView .rlvFloated .rlvI,
    .RadListView .rlvFloated .rlvA,
    .RadListView .rlvFloated .rlvISel,
    .RadListView .rlvFloated .rlvIEdit {
        border-color: #999;
    }

    /*edit*/

    .RadListView .rlvInput {
        border-color: #616161;
        background: #fff;
        color: #000;
    }
/**
 * Menu Metro Skin
 */




/*----------------------------------------------------------------------------*/




/** Global wrapper */
.RadMenu {
    color: #767676;
    font: normal 11px/20px "Segoe UI", Arial, sans-serif;
    text-transform: uppercase;
}




    /** Menu Group */
    .RadMenu .rmGroup {
        padding: 0 2px;
    }




    /** Menu Root Group */
    .RadMenu .rmRootGroup,
    .RadMenu ul.rmRootScrollGroup {
        padding: 1px;
        background-color: #25a0da;
    }




    /** Menu Sub Group */
    .RadMenu .rmGroup,
    .RadMenu .rmMultiColumn,
    .RadMenu .rmGroup .rmVertical {
        border: 1px solid #e5e5e5;
        background-color: #ffffff;
    }


    .RadMenu .rmScrollWrap > .rmVertical {
        border: 0;
    }




    /** Menu Horizontal */
    .RadMenu .rmHorizontal {
    }




    /** Menu Horizontal */
    .RadMenu .rmVertical {
    }




    /** Menu Group */
    .RadMenu .rmScrollWrap {
        padding: 1px;
    }


    .RadMenu .rmLevel1.rmScrollWrap {
        margin-top: 2px;
    }




    /** Menu Item */
    .RadMenu .rmItem {
    }




    /** Sub Item  */
    .RadMenu .rmGroup .rmItem {
    }




    /** Menu Link */
    .RadMenu .rmLink {
        text-decoration: none;
    }




    /** Menu Root Link */
    .RadMenu .rmRootLink {
        padding: 0 10px;
        border: 1px solid #25a0da;
        color: #ffffff;
        font-size: 14px;
        text-transform: lowercase;
    }

        .RadMenu .rmRootLink:hover {
            border-color: #92cfec;
        }


    .RadMenu .rmFocused,
    .RadMenu .rmFocused:hover,
    .RadMenu .rmSelected,
    .RadMenu .rmSelected:hover {
        border-color: #ffffff;
    }


    .RadMenu .rmDisabled,
    .RadMenu .rmDisabled:hover {
        border-color: #25a0da;
        color: #8aceec;
    }




    /** Menu Sub Link */
    .RadMenu .rmGroup .rmLink {
        margin: 1px 0;
        border: 0;
        color: #767676;
    }

        .RadMenu .rmGroup .rmLink:hover {
            color: #000000;
            background-color: #e5e5e5;
        }


    .RadMenu .rmGroup .rmFocused,
    .RadMenu .rmGroup .rmFocused:hover,
    .RadMenu .rmGroup .rmSelected,
    .RadMenu .rmGroup .rmSelected:hover,
    .RadMenu .rmGroup .rmExpanded,
    .RadMenu .rmGroup .rmExpanded:hover {
        color: #ffffff;
        background-color: #25a0da;
    }


    .RadMenu .rmGroup .rmDisabled,
    .RadMenu .rmGroup .rmDisabled:hover {
        color: #cccccc;
        background-color: transparent;
    }




    /** Menu Text */
    .RadMenu .rmText {
        padding: 0;
    }




    /** Menu Root Link */
    .RadMenu .rmRootLink .rmText {
        padding: 0;
    }


    .RadMenu .rmVertical .rmRootLink .rmExpandRight,
    .RadMenu .rmVertical .rmRootLink .rmExpandLeft {
        background-image: none;
    }


    .RadMenu .rmGroup .rmText {
        padding-right: 53px;
    }

    .RadMenu .rmGroup .rmHorizontal .rmText {
        padding-right: 10px;
    }


    /***/
    .RadMenu .rmVertical .rmText {
        padding-right: 30px;
    }



/** RTL */
.RadMenu_rtl .rmVertical .rmText {
    padding-left: 30px;
}




/** Menu Image */
.RadMenu .rmLeftImage,
.RadMenu .rmLeftImage {
    margin: 2px 2px 0 0;
    padding-bottom: 3px;
}


.RadMenu .rmGroup .rmLeftImage {
    margin: 2px 0 0 6px;
    *margin: 2px 0 0 3px;
}





/*----------------------------------------------------------------------------*/





.RadMenu .rmVertical .rmExpandRight,
.RadMenu .rmVertical .rmExpandLeft,
.RadMenu .rmGroup .rmExpandRight,
.RadMenu .rmGroup .rmExpandLeft,
.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow,
.RadMenu .rmLeftArrow,
.RadMenu .rmRightArrow {
    background: transparent url('Menu/rmExpandArrows.png') no-repeat;
}

.RadMenu .rmLeftArrow,
.RadMenu .rmRightArrow {
    height: 25px;
}


.RadMenu .rmVertical .rmExpandRight,
.RadMenu .rmGroup .rmExpandRight {
    background-position: 100% 0;
}

.RadMenu a.rmFocused .rmExpandRight,
.RadMenu a.rmSelected .rmExpandRight,
.RadMenu a.rmExpanded .rmExpandRight {
    background-position: 100% -24px;
}


.RadMenu .rmVertical .rmExpandLeft,
.RadMenu .rmGroup .rmExpandLeft {
    background-position: 0 -48px;
}

.RadMenu a.rmFocused .rmExpandLeft,
.RadMenu a.rmSelected .rmExpandLeft,
.RadMenu a.rmExpanded .rmExpandLeft {
    background-position: 0 -72px;
}


.RadMenu .rmTopArrow,
.RadMenu .rmBottomArrow,
.RadMenu .rmLeftArrow,
.RadMenu .rmRightArrow {
    background-color: #ffffff;
}

    .RadMenu .rmTopArrow:hover,
    .RadMenu .rmBottomArrow:hover,
    .RadMenu .rmLeftArrow:hover,
    .RadMenu .rmRightArrow:hover {
        background-color: #e5e5e5;
    }

.RadMenu .rmTopArrow {
    border-bottom: 1px solid #e5e5e5;
    background-position: 50% -95px;
}

.RadMenu .rmBottomArrow {
    border-top: 1px solid #e5e5e5;
    background-position: 50% -109px;
}

.RadMenu .rmLeftArrow {
    border-right: 1px solid #e5e5e5;
    background-position: 50% -48px;
}

.RadMenu .rmRightArrow {
    border-left: 1px solid #e5e5e5;
    background-position: 50% 1px;
}

.RadMenu .rmVertical li.rmSeparator,
.RadMenu .rmHorizontal .rmVertical li.rmSeparator {
    border-left: 0;
    border-right: 0;
}

    .RadMenu .rmVertical li.rmSeparator .rmText,
    .RadMenu .rmHorizontal .rmVertical li.rmSeparator .rmText {
        margin-top: 2px;
        padding-bottom: 1px;
        background-color: #e5e5e5;
    }

.RadMenu .rmHorizontal li.rmSeparator .rmText,
.RadMenu .rmVertical .rmHorizontal li.rmSeparator .rmText {
    margin-right: 1px;
    margin-left: 1px;
    padding: 0;
    width: 1px;
    background-color: #e5e5e5;
}

/* <rtl> */

.RadMenu_rtl .rmGroup,
.RadMenu_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

    .RadMenu_rtl .rmGroup .rmItem a.rmLink .rmText {
        padding-left: 53px;
        padding-right: 27px;
    }

    .RadMenu_rtl .rmGroup .rmHorizontal a.rmLink .rmText {
        padding-left: 10px;
        padding-right: 9px;
    }

/* </rtl> */

/* </RadMenu / Simple> */



.RadMenu ul.rmLevel1.rmVertical {
    margin-top: 2px;
}


/*----------------------------------------------------------------------------*/




/** Hide */
.RadMenu .rmTopFix,
.RadMenu .rmTopLeft,
.RadMenu .rmTopRight,
.RadMenu .rmBottomFix,
.RadMenu .rmBottomLeft,
.RadMenu .rmBottomRight {
    display: none;
}

/*RadNotification Metro Skin*/

.RadNotification.rnShadows {
    box-shadow: 0 0 0 #b0afaf;
    -webkit-box-shadow: 0 0 0 #b0afaf;
}

.RadNotification.rnRoundedCorners {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.RadNotification {
    border: 1px solid #25a0da;
    background-color: #25a0da;
}

    .RadNotification .rnTitleBar {
        background-color: #25a0da;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .RadNotification .rnCommands a {
        background-image: url('Notification/NotificationSprite.png');
    }

    .RadNotification .rnTitleBar {
    }

    .RadNotification .rnTitleBarTitle {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }

    .RadNotification .rnContentWrapper {
        color: #fff;
    }

    /* base overwrites */
    .RadNotification .rnCommands {
        margin: 2px 3px 0 0;
    }

        .RadNotification .rnCommands li {
            margin-right: 1px;
        }



.RadPanelBar {
    background: #fff;
}

    .RadPanelBar .rpRootGroup {
        border-color: #ebedf0;
    }

    .RadPanelBar .rpLink,
    .RadPanelBar .rpTemplate {
        padding-left: 7px;
        color: #2e3d47;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .RadPanelBar .rpLink {
        background-color: #f5f9fb;
        border-color: #ebedf0;
    }

    .RadPanelBar .rpImage {
        margin-left: 5px;
    }
    /* compensate for borders */

    .RadPanelBar .rpOut {
        border-color: #ebedf0;
    }

    .RadPanelBar .rpExpanded {
        border-color: #ebedf0;
    }

    .RadPanelBar .rpLink:hover,
    .RadPanelBar .rpFocused,
    .RadPanelBar .rpSelected {
        color: #2e3d47;
    }

    .RadPanelBar .rpLink:hover,
    .RadPanelBar .rpFocused {
        background-color: #ebedf0;
        border-color: #ebedf0;
    }

    .RadPanelBar .rpSelected,
    .RadPanelBar .rpSelected:hover {
        background-color: #ebedf0;
        border-color: #ebedf0;
    }

div.RadPanelBar .rpLink .rpOut,
div.RadPanelBar .rpFocused .rpOut,
div.RadPanelBar .rpLink:hover .rpOut,
div.RadPanelBar .rpSelected .rpOut,
div.RadPanelBar .rpSelected:hover .rpOut {
    padding-bottom: 1px;
    border: 0;
}

/* <disabled items> */
.RadPanelBar .rpDisabled,
.RadPanelBar .rpDisabled:hover {
    color: #ccc;
    background-color: #f5f9fb;
    border-color: #ebedf0;
    cursor: default;
}

    .RadPanelBar .rpDisabled:hover .rpOut {
        border-color: #ebedf0;
    }
/* </disabled items> */

/* <expand arrows> */
.RadPanelBar .rpExpandable .rpText,
.RadPanelBar .rpExpanded .rpText {
    background-color: transparent;
    background-image: url('PanelBar/Expandable.png');
    background-repeat: no-repeat;
}
/* </expand arrows> */

/* <subitems> */
.RadPanelBar .rpGroup {
    background-color: #fff;
}

div.RadPanelBar .rpGroup .rpLink,
div.RadPanelBar .rpGroup .rpTemplate {
    color: #2e3d47;
    background-color: transparent;
    background-image: none;
    border: 0;
    margin: 0 2px;
    padding: 1px 1px 1px 8px;
}

    div.RadPanelBar .rpGroup .rpLink:hover,
    div.RadPanelBar .rpGroup .rpFocused,
    div.RadPanelBar .rpGroup .rpSelected,
    div.RadPanelBar .rpGroup .rpSelected:hover {
        color: #2e3d47;
        border: 1px solid #ebedf0;
        background-color: #ebedf0;
        padding: 0px 0px 0px 7px;
    }

div.RadPanelBar .rpGroup .rpSelected {
    background-color: #ebedf0;
    border-color: #ebedf0;
}

/* <subitems (disabled)> */
div.RadPanelBar .rpGroup .rpDisabled,
div.RadPanelBar .rpGroup .rpDisabled:hover {
    color: #ccc;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    padding: 0px 0px 0px 7px;
}
/* </subitems (disabled)> */

/* <subitems> */

/* <background positioning> */
.RadPanelBar .rpLink,
.RadPanelBar .rpExpanded {
    background-position: 0 0;
}

    .RadPanelBar .rpFocused,
    .RadPanelBar .rpLink:hover,
    .RadPanelBar .rpExpanded:hover {
        background-position: 0 -200px;
    }

.RadPanelBar .rpSelected,
.RadPanelBar .rpSelected:hover {
    background-position: 0 -400px;
}

.RadPanelBar .rpFirst .rpLink,
.RadPanelBar .rpFirst .rpExpanded {
    background-position: 0 -1px;
}

    .RadPanelBar .rpFirst .rpFocused,
    .RadPanelBar .rpFirst .rpLink:hover {
        background-position: 0 -201px;
    }

.RadPanelBar .rpFirst .rpSelected,
.RadPanelBar .rpFirst .rpSelected:hover {
    background-position: 0 -401px;
}

/*      <expand arrows> */
.RadPanelBar .rpExpandable .rpText,
.RadPanelBar .rpExpanded .rpText {
    padding-right: 20px;
    background-repeat: no-repeat;
}

.RadPanelBar_rtl .rpExpandable .rpText,
.RadPanelBar_rtl .rpExpanded .rpText {
    padding-left: 20px;
}

.RadPanelBar_rtl .rpGroup .rpText {
    padding: 0 10px;
}

.RadPanelBar .rpExpandable .rpText {
    background-position: 100% 0;
}

.RadPanelBar .rpExpanded .rpText {
    background-position: 100% -176px;
}

.RadPanelBar_rtl .rpExpandable .rpText {
    background-position: 0 0;
}

.RadPanelBar_rtl .rpExpanded .rpText {
    background-position: 0 -176px;
}

.RadPanelBar .rpGroup .rpExpandable .rpText {
    background-position: 100% -338px;
}

.RadPanelBar .rpGroup .rpExpanded .rpText {
    background-position: 100% -477px;
}

.RadPanelBar_rtl .rpGroup .rpExpandable .rpText {
    background-position: 0 -338px;
}

.RadPanelBar_rtl .rpGroup .rpExpanded .rpText {
    background-position: 0 -477px;
}

/*      </expand arrows> */

.RadPanelBar .rpGroup .rpLink,
.RadPanelBar .rpGroup .rpLink .rpOut {
    background-position: 0 200px;
}

    .RadPanelBar .rpGroup .rpLink:hover,
    .RadPanelBar .rpGroup .rpFocused {
        background-position: 100% -22px;
    }

        .RadPanelBar .rpGroup .rpLink:hover .rpOut,
        .RadPanelBar .rpGroup .rpFocused .rpOut {
            background-position: 0 0;
        }

/*      <subitems (selected)> */
.RadPanelBar .rpGroup .rpSelected,
.RadPanelBar .rpGroup .rpSelected:hover {
    background-position: 100% -222px;
    background-color: transparent;
}

    .RadPanelBar .rpGroup .rpSelected .rpOut,
    .RadPanelBar .rpGroup .rpSelected:hover .rpOut {
        background-position: 0 -200px;
    }
/*      </subitems (selected)> */

/* </background positioning> */

/* Rotator/RotatorButtons.gif */

.RadRotator .rrClipRegion {
    border: solid 1px #e5e5e5;
}

    /*================== The list ========================*/

    .RadRotator .rrClipRegion .rrItemsList {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator .rrButton {
    background-image: url('Rotator/RotatorButtons.gif');
    background-repeat: no-repeat;
}

/* When LoadOnDemand */
.rrLoadingSign {
    background: url('Common/loading_small.gif') no-repeat center;
}

.RadTabStrip {
    width: 100%;
}

    .RadTabStrip .rtsLI,
    .RadTabStrip .rtsLink {
        color: #2e3d47;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        height: 25px;
        line-height: 20px;
    }

    .RadTabStrip .rtsLink {
        color: #2e3d47;
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        border: 1px solid #dadada;
        background: #f4f4f4;
    }

        .RadTabStrip .rtsLink:hover {
            background: #dfdfdf;
            border-color: #dadada;
            color: #2e3d47;
            font-size: 12px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            text-decoration: none;
        }

        .RadTabStrip .rtsLink:active {
            color: #2e3d47;
            font-size: 12px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            text-decoration: none;
        }

        .RadTabStrip .rtsLink:visited {
            color: #2e3d47;
            font-size: 12px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            text-decoration: none;
        }

    .RadTabStrip .rtsSelected,
    .RadTabStrip .rtsSelected:hover {
        background: #fff;
        border-color: #dadada;
        color: #2e3d47;
    }

    .RadTabStrip .rtsLI .rtsLink {
        padding-left: 8px;
    }

    .RadTabStrip .rtsLI .rtsOut {
        padding-right: 8px;
    }

.RadTabStripLeft .rtsSeparator,
.RadTabStripRight .rtsSeparator {
}

.RadTabStripTop .rtsLevel .rtsLink,
.RadTabStripTop .rtsLevel .rtsOut,
.RadTabStripBottom .rtsLevel .rtsLink,
.RadTabStripBottom .rtsLevel .rtsOut,
.RadTabStripTop_Baseline .rtsLevel,
.RadTabStripRight .rtsLink {
    background-image: none;
}

/* <disabled tabs> */
/* </disabled tabs> */

/* <scrolling arrows> */
.RadTabStrip .rtsNextArrow,
.RadTabStrip .rtsPrevArrow,
.RadTabStrip .rtsPrevArrowDisabled,
.RadTabStrip .rtsNextArrowDisabled {
    background-image: url('TabStrip/TabStripStates.png');
}

.RadTabStrip .rtsLevel .rtsNextArrow {
    background-position: -18px 0;
}

.RadTabStrip .rtsLevel .rtsPrevArrow {
    background-position: 0 0;
}

.RadTabStrip .rtsLevel .rtsNextArrow:hover {
    background-position: -54px 0;
}

.RadTabStrip .rtsLevel .rtsPrevArrow:hover {
    background-position: -36px 0;
}

.RadTabStrip .rtsLevel .rtsPrevArrowDisabled,
.RadTabStrip .rtsLevel .rtsPrevArrowDisabled:hover {
    background-position: -72px 0;
}

.RadTabStrip .rtsLevel .rtsNextArrowDisabled,
.RadTabStrip .rtsLevel .rtsNextArrowDisabled:hover {
    background-position: -90px 0;
}

.RadTabStripLeft .rtsLevel .rtsNextArrow,
.RadTabStripRight .rtsLevel .rtsNextArrow {
    background-position: -18px -20px;
}

.RadTabStripLeft .rtsLevel .rtsPrevArrow,
.RadTabStripRight .rtsLevel .rtsPrevArrow {
    background-position: 0 -20px;
}

.RadTabStripLeft .rtsLevel .rtsNextArrow:hover,
.RadTabStripRight .rtsLevel .rtsNextArrow:hover {
    background-position: -54px -20px;
}

.RadTabStripLeft .rtsLevel .rtsPrevArrow:hover,
.RadTabStripRight .rtsLevel .rtsPrevArrow:hover {
    background-position: -36px -20px;
}

.RadTabStripLeft .rtsLevel .rtsPrevArrowDisabled,
.RadTabStripLeft .rtsLevel .rtsPrevArrowDisabled:hover,
.RadTabStripRight .rtsLevel .rtsPrevArrowDisabled,
.RadTabStripRight .rtsLevel .rtsPrevArrowDisabled:hover {
    background-position: -72px -20px;
}

.RadTabStripLeft .rtsLevel .rtsNextArrowDisabled,
.RadTabStripLeft .rtsLevel .rtsNextArrowDisabled:hover,
.RadTabStripRight .rtsLevel .rtsNextArrowDisabled,
.RadTabStripRight .rtsLevel .rtsNextArrowDisabled:hover {
    background-position: -90px -20px;
}
/* </scrolling arrows> */

.RadTabStripTop .rtsLevel {
    background-color: transparent;
}

.RadTabStripTop_Baseline .rtsLevel,
.RadTabStripBottom_Baseline .rtsLevel {
    background-image: url('TabStrip/TabStripStates.png');
}


/* <orientation: top> */
.RadTabStripTop_Baseline .rtsLevel {
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.RadTabStripTop .rtsLink {
    margin-top: 2px;
}

    .RadTabStripTop .rtsLink:hover {
        border-bottom-color: #dadada;
    }

.RadTabStripTop .rtsSelected,
.RadTabStripTop .rtsSelected:hover {
    border-bottom-color: #fff;
    margin-top: 0;
    padding-top: 0px;
}
/* </orientation: top> */

/* <orientation: bottom> */
.RadTabStripBottom_Baseline .rtsLevel {
    background-position: 0 -149px;
    background-repeat: repeat-x;
}

.RadTabStripBottom .rtsLink {
    margin-bottom: 2px;
}

    .RadTabStripBottom .rtsLink:hover {
        border-top-color: #dadada;
    }

.RadTabStripBottom .rtsSelected,
.RadTabStripBottom .rtsSelected:hover {
    border-top-color: #fff;
    margin-bottom: 0;
    padding-bottom: 2px;
}
/* </orientation: bottom> */

/* <orientation: left> */
.RadTabStripLeft .rtsLink:hover {
    border-right-color: #dadada;
}

.RadTabStripLeft .rtsSelected,
.RadTabStripLeft .rtsSelected:hover {
    border-right-color: #fff;
}
/* </orientation: left> */

/* <orientation: right> */
.RadTabStripRight .rtsLink:hover {
    border-left-color: #dadada;
}

.RadTabStripRight .rtsSelected,
.RadTabStripRight .rtsSelected:hover {
    border-left-color: #fff;
}
/* </orientation: right> */

/* <disabled states> */
.RadTabStrip .rtsDisabled,
.RadTabStrip .rtsDisabled:hover {
    border-color: #dadada;
    background: #f4f4f4;
    color: #aaa;
}
/* </disabled states> */

/* RadToolTip for ASP.NET AJAX - Metro Skin */

.RadToolTip.rtLoading {
    background-image: url('Common/loading.gif');
    width: 100%;
    height: 100%;
}

div.RadToolTip {
    position: absolute;
    cursor: default;
}

    div.RadToolTip div.rtCallout {
        display: none;
    }

    div.RadToolTip.rtVisibleCallout div.rtCallout {
        display: block;
    }

    div.RadToolTip table.rtWrapper {
        padding: 0;
        margin: 0;
        border-collapse: collapse;
    }

        div.RadToolTip table.rtWrapper td.rtWrapperTopLeft,
        div.RadToolTip table.rtWrapper td.rtWrapperTopRight,
        div.RadToolTip table.rtWrapper td.rtWrapperBottomLeft,
        div.RadToolTip table.rtWrapper td.rtWrapperBottomRight {
            width: 3px;
            height: 3px;
            line-height: 1px;
            font-size: 1px;
        }

        div.RadToolTip table.rtWrapper td.rtWrapperTopCenter,
        div.RadToolTip table.rtWrapper td.rtWrapperBottomCenter,
        div.RadToolTip table.rtWrapper td.rtWrapperTopLeft,
        div.RadToolTip table.rtWrapper td.rtWrapperTopRight,
        div.RadToolTip table.rtWrapper td.rtWrapperBottomLeft,
        div.RadToolTip table.rtWrapper td.rtWrapperBottomRight,
        div.RadToolTip table.rtWrapper td.rtWrapperTopCenter,
        div.RadToolTip table.rtWrapper td.rtWrapperBottomCenter,
        div.RadToolTip table.rtWrapper td.rtWrapperLeftMiddle,
        div.RadToolTip table.rtWrapper td.rtWrapperRightMiddle {
            background-color: #25a0da;
        }

        div.RadToolTip table.rtWrapper td.rtWrapperTopCenter,
        div.RadToolTip table.rtWrapper td.rtWrapperBottomCenter {
            height: 3px;
            line-height: 0px;
            font-size: 1px;
        }

        div.RadToolTip table.rtWrapper td.rtWrapperTopCenter {
            background-position: 0 -66px;
        }

        div.RadToolTip table.rtWrapper td.rtWrapperBottomCenter {
            background-position: 0 -120px;
        }

        div.RadToolTip table.rtWrapper td.rtWrapperLeftMiddle,
        div.RadToolTip table.rtWrapper td.rtWrapperRightMiddle {
            font-size: 1px;
            width: 3px;
        }

        div.RadToolTip table.rtWrapper td.rtWrapperLeftMiddle {
            background-position: 0 0;
        }

        div.RadToolTip table.rtWrapper td.rtWrapperRightMiddle {
            background-position: -3px 0;
        }

        div.RadToolTip table.rtWrapper td.rtWrapperContent {
            font: normal 12px "Segoe UI", Arial, Sans-serif;
            height: 100%;
            background-color: #25a0da;
            padding: 10px 0 0 0 !important;
            color: #fff;
        }

    div.RadToolTip .rtWrapperTopCenter div.rtTitlebar {
        color: #fff;
        font: normal 14px "Segoe UI", Arial, Sans-serif;
        text-transform: uppercase;
        float: left;
        line-height: 22px;
    }

    div.RadToolTip a.rtCloseButton {
        display: block;
        float: right;
        position: absolute;
        right: 2px;
        width: 13px;
        height: 11px;
        font-size: 1px;
        line-height: 1px;
        margin-top: 5px;
        margin-right: 3px;
        background-image: url('ToolTip/ToolTipSprites.gif');
        background-position: 0 0;
        background-repeat: no-repeat;
        text-indent: -9999px;
        outline: none;
    }

        div.RadToolTip a.rtCloseButton:hover {
            background-position: -13px 0;
        }

/* RTL support begin */
div.RadToolTip_rtl a.rtCloseButton,
div.RadToolTip_rtl a.rtCloseButton:hover {
    float: left;
    text-decoration: none;
    outline: none;
    left: 2px;
    margin-left: 1px;
    right: auto;
    margin-right: auto;
}

div.RadToolTip_rtl div.rtTitlebar,
div.RadToolTip_rtl table.rtWrapper td.rtWrapperTopCenter div.rtTitlebar div {
    float: right;
}

/* position="rtCalloutCenter" */
div.RadToolTip_rtl .rtCalloutCenter {
    right: 0;
    left: auto;
}

/* position="rtCalloutBottomRight" */
.RadToolTip_rtl .rtCalloutTopLeft {
    margin-right: -8px;
    left: 0;
}

/* position="rtCalloutBottomCenter" */
.RadToolTip_rtl .rtCalloutTopCenter {
    margin-right: 10px;
}

/* position="rtCalloutBottomLeft" */
.RadToolTip_rtl .rtCalloutTopRight {
    margin-right: 20px;
}

/* position="rtCalloutTopCenter" */
.RadToolTip_rtl .rtCalloutBottomCenter {
    margin-right: 10px;
}

/* position="rtCalloutTopLeft" */
.RadToolTip_rtl .rtCalloutBottomRight {
    margin-right: 40px;
}

/* position="rtCalloutTopRight" */
.RadToolTip_rtl .rtCalloutBottomLeft {
    margin-right: -20px;
    left: 0;
}

/* position="rtCalloutMiddleRight" */
.RadToolTip_rtl .rtCalloutMiddleLeft {
    margin-right: 10px;
    left: 0;
}

/* position="rtCalloutMiddleLeft" */
.RadToolTip_rtl .rtCalloutMiddleRight {
    margin-right: 1px;
}

/* RTL Shadows */
* + html div.RadToolTip.RadToolTip_rtl.rtShadow .rtCalloutMiddleLeft {
    margin-right: 10px !important;
}

div.RadToolTip.RadToolTip_rtl.rtShadow a.rtCloseButton,
div.RadToolTip.RadToolTip_rtl.rtShadow a.rtCloseButton:hover {
    float: left;
    left: 4px;
    top: -2px;
    right: auto;
}

    * + html div.RadToolTip.RadToolTip_rtl.rtShadow a.rtCloseButton,
    * + html div.RadToolTip.RadToolTip_rtl.rtShadow a.rtCloseButton:hover {
        left: 14px;
    }

/* RTL support end */

div.RadToolTip div.rtCallout {
    position: absolute;
    height: 11px;
    width: 11px;
    line-height: 0px;
    font-size: 1px;
    background-image: url('ToolTip/Callouts.gif');
    background-repeat: no-repeat;
}

/* position="rtCalloutCenter" */
div.RadToolTip .rtCalloutCenter {
    visibility: hidden;
}

/* position="rtCalloutBottomRight" */
.RadToolTip .rtCalloutTopLeft {
    margin-top: -10px;
    margin-left: 20px;
    background-position: 0 -22px;
}

/* position="rtCalloutBottomCenter" */
.RadToolTip .rtCalloutTopCenter {
    left: 50%;
    margin-top: -9px;
    margin-left: -10px;
    background-position: 0 0;
}

/* position="rtCalloutBottomLeft" */
.RadToolTip .rtCalloutTopRight {
    left: 100%;
    margin-top: -10px;
    margin-left: -20px;
    background-position: 0 -11px;
}

/* position="rtCalloutTopCenter" */
.RadToolTip .rtCalloutBottomCenter {
    top: 100%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    background-position: 0 -55px;
}

/* position="rtCalloutTopLeft" */
.RadToolTip .rtCalloutBottomRight {
    top: 100%;
    left: 100%;
    margin-left: -40px;
    margin-top: -1px;
    background-position: 0 -66px;
}

/* position="rtCalloutTopRight" */
.RadToolTip .rtCalloutBottomLeft {
    top: 100%;
    margin-left: 20px;
    margin-top: -1px;
    background-position: 0 -77px;
}

/* position="rtCalloutMiddleRight" */
.RadToolTip .rtCalloutMiddleLeft {
    top: 50%;
    margin-left: -10px;
    margin-top: -7px;
    background-position: 0 -44px;
}

/* position="rtCalloutMiddleLeft" */
.RadToolTip .rtCalloutMiddleRight {
    left: 100%;
    top: 50%;
    margin-left: -1px;
    margin-top: -10px;
    background-position: 0 -33px;
}

div.RadToolTip table.rtWrapper td.rtWrapperTopLeft,
div.RadToolTip table.rtWrapper td.rtWrapperTopCenter,
div.RadToolTip table.rtWrapper td.rtWrapperTopRight,
div.RadToolTip table.rtWrapper td.rtWrapperLeftMiddle,
div.RadToolTip table.rtWrapper td.rtWrapperContent,
div.RadToolTip table.rtWrapper td.rtWrapperRightMiddle,
div.RadToolTip table.rtWrapper td.rtWrapperBottomLeft,
div.RadToolTip table.rtWrapper td.rtWrapperBottomCenter,
div.RadToolTip table.rtWrapper td.rtWrapperBottomRight {
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

div.RadToolTip table.rtWrapper td.rtWrapperBottomCenter,
div.RadToolTip table.rtWrapper td.rtWrapperBottomRight,
div.RadToolTip table.rtWrapper td.rtWrapperBottomLeft {
    border-bottom: solid 1px #25a0da;
}

div.RadToolTip table.rtWrapper td.rtWrapperBottomRight,
div.RadToolTip table.rtWrapper td.rtWrapperRightMiddle,
div.RadToolTip table.rtWrapper td.rtWrapperTopRight {
    border-right: solid 1px #25a0da;
}

div.RadToolTip table.rtWrapper td.rtWrapperTopRight,
div.RadToolTip table.rtWrapper td.rtWrapperTopCenter,
div.RadToolTip table.rtWrapper td.rtWrapperTopLeft {
    border-top: solid 1px #25a0da;
}

div.RadToolTip table.rtWrapper td.rtWrapperTopLeft,
div.RadToolTip table.rtWrapper td.rtWrapperLeftMiddle,
div.RadToolTip table.rtWrapper td.rtWrapperBottomLeft {
    border-left: solid 1px #25a0da;
}

/* overwrite shadow callouts because of the shadow depth */
div.RadToolTip.rtShadow .rtCalloutTopLeft,
div.RadToolTip.rtShadow .rtCalloutTopRight {
    margin-top: -10px;
}

div.RadToolTip.rtShadow .rtCalloutTopCenter {
    margin-top: -9px;
}

div.RadToolTip.rtShadow .rtCalloutMiddleRight {
    margin-left: -1px;
}

div.RadToolTip.rtShadow .rtCalloutMiddleLeft {
    margin-left: -10px;
}

div.RadToolTip.rtShadow .rtCalloutBottomRight,
div.RadToolTip.rtShadow .rtCalloutBottomCenter,
div.RadToolTip.rtShadow .rtCalloutBottomLeft {
    margin-top: -1px;
}

/* overwrite shadow close button position */
div.RadToolTip.rtShadow a.rtCloseButton {
    top: 0px;
    right: -3px;
}

/* Telerik RadTreeList Metro Skin */

/*global*/

.RadTreeList,
.rtlCEdit div.RadTreeList {
    border-color: #e5e5e5;
    background: #fff;
    color: #000;
}

    .RadTreeList .rtlAdd,
    .RadTreeList .rtlEdit,
    .RadTreeList .rtlUpdate,
    .RadTreeList .rtlCancel,
    .RadTreeList .rtlDel {
        background-image: url('Grid/sprite.gif');
    }

    .RadTreeList .rtlTable {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

    .RadTreeList .rtlHeader a {
        color: #000;
    }

    .RadTreeList .rtlHeader th {
        border-color: #e5e5e5;
    }

    .RadTreeList div.rtlHeader,
    .RadTreeList .rtlScroller {
        border-color: #e5e5e5;
    }

    .RadTreeList .rtlA {
        background-color: #ededed;
    }

    .RadTreeList .rtlRFooter {
        background-color: #e4e4e4;
    }

        .RadTreeList .rtlRFooter td {
            border-color: #eaeaea;
        }

    .RadTreeList .rtlREdit {
        background-color: #ffe79c;
    }

.rtlCEdit .RadTreeList {
    border-right: 1px solid;
    border-top: 1px solid;
}

.RadTreeList .rtlR td,
.RadTreeList .rtlA td,
.RadTreeList .rtlREdit td,
.RadTreeList .rtlEditForm {
    border-color: #e5e5e5;
}

    .RadTreeList .rtlR a,
    .RadTreeList .rtlA a,
    .RadTreeList .rtlREdit a,
    .RadTreeList .rtlEditForm a {
        color: #767676;
        font-weight: 800;
    }

.RadTreeList .rtlRSel {
    background: #25a0da;
    color: #fff;
}

    .RadTreeList .rtlRSel a {
        color: #fff;
    }

    .RadTreeList .rtlRSel td {
        border-color: #fff;
    }

.RadTreeList .rtlRActive {
    background: #fff 0 -5200px repeat-x url('Grid/sprite.gif');
    color: #000;
}

    .RadTreeList .rtlRActive td {
        border-color: #25a0da;
    }

.RadTreeList .rtlVBorders td.rtlL,
.RadTreeList .rtlLines td.rtlL {
    background-color: #fff;
}

.RadTreeList .rtlExpand,
.RadTreeList .rtlCollapse {
    background-image: url('TreeList/sprite.gif');
}

.RadTreeList .rtlExpand {
    background-position: 0 0;
}

.RadTreeList .rtlCollapse {
    background-position: 0 -50px;
}

.RadTreeList .rtlSortAsc,
.RadTreeList .rtlSortDesc {
    background-image: url('Grid/sprite.gif');
}

.RadTreeList .rtlSortAsc {
    background-position: 3px -248px;
}

.RadTreeList .rtlSortDesc {
    background-position: 3px -198px;
}

.RadTreeList .rtlLines td.rtlL0 {
    background-image: url('TreeList/rtlSingle.gif');
}

.RadTreeList .rtlLines td.rtlL1 {
    background-image: url('TreeList/rtlTop.gif');
}

.RadTreeList .rtlLines td.rtlL2 {
    background-image: url('TreeList/rtlMiddle.gif');
}

.RadTreeList .rtlLines td.rtlL3 {
    background-image: url('TreeList/rtlBottom.gif');
}

/*rtl*/

.RadTreeListRTL .rtlLines td.rtlL1 {
    background-image: url('TreeList/rtlTopRTL.gif');
}

.RadTreeListRTL .rtlLines td.rtlL2 {
    background-image: url('TreeList/rtlMiddleRTL.gif');
}

.RadTreeListRTL .rtlLines td.rtlL3 {
    background-image: url('TreeList/rtlBottomRTL.gif');
}

/*pager*/

.RadTreeList .rtlPagerCell {
    border-color: #e5e5e5;
}

.RadTreeList .rtlPager .rtlInfoPart {
    color: #8a8a8a;
}

    .RadTreeList .rtlPager .rtlInfoPart strong {
        color: #4c4e54;
    }

.RadTreeList .rtlPager .rtlPageFirst,
.RadTreeList .rtlPager .rtlPagePrev,
.RadTreeList .rtlPager .rtlPageNext,
.RadTreeList .rtlPager .rtlPageLast {
    background: transparent no-repeat url('Grid/sprite.gif');
}

.RadTreeList .rtlPager .rtlPageFirst {
    background-position: 0 -550px;
}

    .RadTreeList .rtlPager .rtlPageFirst:hover {
        background-position: 0 -600px;
    }

.RadTreeList .rtlPager .rtlPagePrev {
    background-position: 0 -700px;
}

    .RadTreeList .rtlPager .rtlPagePrev:hover {
        background-position: 0 -750px;
    }

.RadTreeList .rtlPager .rtlPageNext {
    background-position: 0 -850px;
}

    .RadTreeList .rtlPager .rtlPageNext:hover {
        background-position: 0 -900px;
    }

.RadTreeList .rtlPager .rtlPageLast {
    background-position: 0 -1000px;
}

    .RadTreeList .rtlPager .rtlPageLast:hover {
        background-position: 0 -1050px;
    }

.RadTreeList .rtlPager .rtlPagerButton {
    border-color: #25a0da;
    background: #25a0da;
    color: #fff;
    font-family: "segoe ui",arial,sans-serif;
}

.RadTreeList .rtlPager .rtlNumPart a {
    border: 1px solid #fff;
    color: #767676;
}

    .RadTreeList .rtlPager .rtlNumPart a:hover {
        color: #000;
        background-color: #e5e5e5;
    }

    .RadTreeList .rtlPager .rtlNumPart a.rtlCurrentPage,
    .RadTreeList .rtlPager .rtlNumPart a.rtlCurrentPage:hover {
        border-color: #25a0da;
        background: transparent;
    }

.RadTreeView,
.RadTreeView a.rtIn,
.RadTreeView .rtEdit .rtIn input {
    color: #767676;
    font: 12px/18px "Segoe UI", Arial, sans-serif;
}

    .RadTreeView .rtPlus,
    .RadTreeView .rtMinus {
        background-image: url('TreeView/PlusMinus.png');
    }

    .RadTreeView .rtLI .rtPlus,
    .RadTreeView .rtLI .rtPlus:hover {
        background-position: 0 0;
    }

    .RadTreeView .rtLI .rtMinus,
    .RadTreeView .rtLI .rtMinus:hover {
        background-position: 0 -11px;
    }

    .RadTreeView .rtChecked,
    .RadTreeView .rtUnchecked,
    .RadTreeView .rtIndeterminate {
        background-image: url('TreeView/TriState.png');
    }

    .RadTreeView .rtHover .rtIn {
        border-color: #e5e5e5;
        background-color: #e5e5e5;
    }

    .RadTreeView .rtSelected .rtIn {
        border-color: #249fd9;
        color: #FFFFFF;
        background-color: #249fd9;
    }

    .RadTreeView .rtSelected .rtLoadingBefore,
    .RadTreeView .rtSelected .rtLoadingAfter,
    .RadTreeView .rtSelected .rtLoadingBelow {
        color: #767676;
    }

    .RadTreeView .rtLoadingIcon {
        background-image: url('TreeView/LoadingIcon.gif');
    }

    .RadTreeView .rtLI .rtEdit .rtIn {
        border-color: #000000;
        background: #ffffff;
    }

    .RadTreeView_disabled .rtIn,
    .RadTreeView .rtDisabled .rtIn {
        color: #e5e5e5;
    }

/* RadUpload / WebBlue skin */

/* <general styles> */

.RadUpload,
.RadUpload a,
.RadUpload input,
.RadUploadProgressArea,
.RadUploadProgressArea input {
    font: normal 11px/10px "Segoe UI", Arial, sans-serif;
}

    /* </general styles> */

    /* <file inputs> */

    .RadUpload .ruStyled .ruFileInput {
        border-color: #e5e5e5;
    }

    .RadUpload .ruFakeInput {
        border-color: #e5e5ee;
        color: #767676;
    }

    * html .RadUpload .ruFileWrap .ruInputHover {
        border-color: #cccccc;
    }

    * + html .RadUpload .ruFileWrap .ruInputHover {
        border-color: #cccccc;
    }

    .RadUpload .ruReadOnly .ruFakeInput {
        background: #ffffff;
    }

/* </file inputs> */

/* <buttons> */

div.RadUploadSubmit,
div.RadUpload .ruButton,
div.RadUploadProgressArea .ruButton {
    border: 1px solid #e5e5e5;
    color: #767676;
    background-color: #ffffff;
}

div.RadUpload .ruRemove {
    color: #767676;
    background-color: transparent;
    background-image: url('Upload/ruSprite.png');
    border: 0;
}

div.RadUpload .ruInputs .ruButtonHover,
div.RadUpload .ruActions .ruButtonHover,
div.RadUpload .ruFileWrap .ruButtonHover,
div.RadUploadProgressArea .ruActions .ruButtonHover {
    color: #000000;
    background-color: #e5e5e5;
}

/* </buttons> */

/* <progress area> */

.RadUploadProgressArea .ruProgress {
    border-color: #e5e5e5;
    background-image: url('Upload/ruSprite.png');
    background-color: #ffffff;
}

    .RadUploadProgressArea .ruProgress li {
        color: #767676;
    }

.RadUploadProgressArea li.ruProgressHeader {
    color: #767676;
}

.RadUploadProgressArea .ruProgress li.ruCurrentFile {
    color: #767676;
}

    .RadUploadProgressArea .ruProgress li.ruCurrentFile span {
        color: #767676;
    }

.RadUploadProgressArea .ruProgress .ruBar {
    border-color: #25a0da;
}

    .RadUploadProgressArea .ruProgress .ruBar div {
        background-image: url('Upload/ruProgress.gif');
        border-right: 1px solid #25a0da;
    }

.RadUploadProgressArea_rtl .ruProgress .ruBar div {
    border-right: 0;
    border-left: 1px solid #25a0da;
    background-image: url('Upload/ruProgress.gif');
}

.RadUploadProgressArea .ruProgress .ruActions {
    border-top-color: #e5e5e5;
    background-color: #e5e5e5;
}

/* </progress area> */

/* <RadAsyncUpload> */

.RadUpload .ruUploadInvalid {
    background-repeat: no-repeat;
    background-position: 100% -297px;
    background-image: url('Input/sprite.gif');
}

.RadUpload_rtl .ruUploadInvalid {
    background-position: 3px -297px;
}

.RadUpload span.ruFileProgressWrap {
    background-color: #e5e5e5;
}

.RadUpload span.ruFileProgress,
.RadUpload span.ruProgressComplete {
    background-color: #25a0da;
}

/* </RadAsyncUpload> */

/*Telerik RadCalendar Black skin*/

table.RadCalendar_Onyak_Black {
    background: #4f4f4f;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Black .rcTitlebar {
    border-color: #080808 #080808 #000;
    background: #1b1b1b 0 -1000px repeat-x url('Black/Calendar/sprite.gif');
    color: #fdfdfd;
}

    .RadCalendar_Onyak_Black .rcTitlebar table {
        font: 12px/22px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Black .rcTitlebar td {
        padding: 0 0 1px;
    }

    /*IE7 performance issue*/
    /*.RadCalendar_Onyak_Black .rcTitlebar td.rcTitle:hover
{
    color:#9eda29;
}
.RadCalendar_Onyak_Black .rcNoNav td.rcTitle:hover
{
    color:#fdfdfd;
}*/

    .RadCalendar_Onyak_Black .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Black .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Black .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Black .rcTitlebar .rcFastNext {
        width: 17px;
        height: 16px;
        margin: 0 2px;
        background: transparent url('Black/Calendar/sprite.gif') no-repeat;
        color: #666;
    }

    .RadCalendar_Onyak_Black .rcTitlebar .rcFastPrev {
        margin-left: 4px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Black .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Black .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Black .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Black .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Black .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Black .rcTitlebar .rcFastNext {
        margin-right: 4px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Black .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_Black .rcMain {
    border-color: #080808;
}

.RadCalendar_Onyak_Black .rcMainTable {
    color: #d7d7d7;
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Black .rcHeader,
.RadCalendar_Onyak_Black .rcFooter {
    border-color: #080808;
}

/*week numbers and days*/

.RadCalendar_Onyak_Black .rcWeek th {
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #626262;
    padding: 2px 6px 3px 0;
    background: #2c2c2c 0 100% repeat-x url('Black/Calendar/sprite.gif');
    color: #8d8d8d;
}

.RadCalendar_Onyak_Black .rcWeek .rcViewSel,
.RadCalendar_Onyak_Black .rcRow th {
    width: 12px;
    padding: 0 7px 0 9px;
}

.RadCalendar_Onyak_Black .rcRow th {
    background: #464646;
    color: #828282;
}

/*date cells*/

.RadCalendar_Onyak_Black .rcRow td {
    border-color: #4f4f4f;
}

.RadCalendar_Onyak_Black .rcMain .rcRow a,
.RadCalendar_Onyak_Black .rcMain .rcRow span {
    color: #d7d7d7;
}

.RadCalendar_Onyak_Black .rcMain .rcWeekend a {
    color: #aaa;
}

.RadCalendar_Onyak_Black .rcRow .rcToday {
    border-color: #626262;
    background: #464646;
}

    .RadCalendar_Onyak_Black .rcRow .rcToday a,
    .RadCalendar_Onyak_Black .rcRow .rcSelected a {
        color: #fff;
    }

.RadCalendar_Onyak_Black .rcMain .rcOtherMonth a {
    color: #6f6f6f;
}

.RadCalendar_Onyak_Black .rcMain .rcOutOfRange span {
    color: #6f6f6f;
}

.RadCalendar_Onyak_Black .rcRow .rcSelected {
    border-color: #535353 #2e2e2e #1a1a1a #545454;
    background: #313131 0 -1700px repeat-x url('Black/Calendar/sprite.gif');
}

.RadCalendar_Onyak_Black .rcRow .rcHover {
    border-color: #636363 #363636 #1f1f1f #5d5d5d;
    background: #2f2f2f 0 -1600px repeat-x url('Black/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Black .rcRow .rcHover a {
        color: #9eda29;
    }

/*multimonth view*/

.RadCalendarMultiView_Onyak_Black .rcTitlebar {
    border-color: #0e0e0e;
    background: #020202 0 -1200px repeat-x url('Black/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_Black .rcTitlebar table {
        line-height: 28px;
    }

    .RadCalendarMultiView_Onyak_Black .rcTitlebar td {
        padding-bottom: 2px;
    }

    .RadCalendarMultiView_Onyak_Black .rcTitlebar .rcPrev,
    .RadCalendarMultiView_Onyak_Black .rcTitlebar .rcNext,
    .RadCalendarMultiView_Onyak_Black .rcTitlebar .rcFastPrev,
    .RadCalendarMultiView_Onyak_Black .rcTitlebar .rcFastNext {
        margin-top: 2px;
    }

    .RadCalendarMultiView_Onyak_Black .rcTitlebar .rcFastPrev {
        background-position: 0 -600px;
    }

    .RadCalendarMultiView_Onyak_Black .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -650px;
    }

    .RadCalendarMultiView_Onyak_Black .rcTitlebar .rcPrev {
        background-position: 0 -700px;
    }

    .RadCalendarMultiView_Onyak_Black .rcTitlebar a.rcPrev:hover {
        background-position: 0 -750px;
    }

    .RadCalendarMultiView_Onyak_Black .rcTitlebar .rcNext {
        background-position: 0 -800px;
    }

    .RadCalendarMultiView_Onyak_Black .rcTitlebar a.rcNext:hover {
        background-position: 0 -850px;
    }

    .RadCalendarMultiView_Onyak_Black .rcTitlebar .rcFastNext {
        background-position: 0 -900px;
    }

    .RadCalendarMultiView_Onyak_Black .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -950px;
    }

.RadCalendarMultiView_Onyak_Black .rcMain {
    border-color: #0e0e0e;
}

.RadCalendarMultiView_Onyak_Black .rcCalendar {
    border-color: #080808;
    border-top: 0;
}

    .RadCalendarMultiView_Onyak_Black .rcCalendar .rcMainTable {
        height: 196px;
    }

.RadCalendarMultiView_Onyak_Black .rcMainTable .rcTitle {
    border-width: 1px 0;
    border-color: #080808 #000 #000;
    padding: 0 0 1px;
    background: #1b1b1b 0 -1000px repeat-x url('Black/Calendar/sprite.gif');
    color: #fdfdfd;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Black {
    border-color: #080808;
    background: #4f4f4f;
    font: 12px "segoe ui",arial,sans-serif;
    color: #d7d7d7;
}

.RadCalendarMonthView_Onyak_Black #rcMView_Feb,
.RadCalendarMonthView_Onyak_Black #rcMView_Apr,
.RadCalendarMonthView_Onyak_Black #rcMView_Jun,
.RadCalendarMonthView_Onyak_Black #rcMView_Aug,
.RadCalendarMonthView_Onyak_Black #rcMView_Oct,
.RadCalendarMonthView_Onyak_Black #rcMView_Dec {
    border-right: 1px solid #202020;
}

.RadCalendarMonthView_Onyak_Black td:first-child + td + td {
    border-left: 1px solid #626262;
}

.RadCalendarMonthView_Onyak_Black a {
    color: #d7d7d7;
}

.RadCalendarMonthView_Onyak_Black .rcSelected a {
    border-color: #535353 #2e2e2e #1a1a1a #545454;
    background: #313131 0 -1700px repeat-x url('Black/Calendar/sprite.gif');
}

.RadCalendarMonthView_Onyak_Black #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Black #rcMView_NextY a {
    width: 17px;
    height: 16px;
    background-image: url('Black/Calendar/sprite.gif');
    color: #666;
}

.RadCalendarMonthView_Onyak_Black #rcMView_PrevY a {
    background-position: 0 -2100px;
}

    .RadCalendarMonthView_Onyak_Black #rcMView_PrevY a:hover {
        background-position: 0 -2150px;
    }

.RadCalendarMonthView_Onyak_Black #rcMView_NextY a {
    background-position: 0 -2200px;
}

    .RadCalendarMonthView_Onyak_Black #rcMView_NextY a:hover {
        background-position: 0 -2250px;
    }

.RadCalendarMonthView_Onyak_Black .rcButtons {
    padding: 5px 7px;
}

.RadCalendarMonthView_Onyak_Black input {
    border-color: #080808;
    background: #1b1b1b 0 -2300px repeat-x url('Black/Calendar/sprite.gif');
    color: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_Black input:hover
{
    background-color:#020202;
    background-position:0 -2350px;
    color:#9eda29;
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_Black {
    border-color: #080808;
    background: #4f4f4f;
    color: #d7d7d7;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Black th {
    border-bottom: 1px solid #000;
    padding: 0 0 1px;
    background: #1b1b1b 0 -1000px repeat-x url('Black/Calendar/sprite.gif');
    color: #fdfdfd;
    line-height: 22px;
}

table.RadCalendarTimeView_Onyak_Black td {
    border-color: #202020;
}

.RadCalendarTimeView_Onyak_Black a {
    color: #d7d7d7;
}

.RadCalendarTimeView_Onyak_Black td.rcSelected a {
    border-color: #535353 #2e2e2e #1a1a1a #545454;
    background: #313131 0 -1700px repeat-x url('Black/Calendar/sprite.gif');
    color: #fff;
}

.RadCalendarTimeView_Onyak_Black td.rcHover a {
    border-color: #636363 #363636 #1f1f1f #5d5d5d;
    background: #2f2f2f 0 -1600px repeat-x url('Black/Calendar/sprite.gif');
    color: #9eda29;
}

.RadCalendarTimeView_Onyak_Black .rcFooter {
    border-color: #080808;
}

/*pickers*/

.RadPicker_Onyak_Black .rcCalPopup,
.RadPicker_Onyak_Black .rcTimePopup {
    background-image: url('Black/Calendar/sprite.gif');
}

.RadPicker_Onyak_Black .rcCalPopup,
.RadPicker_Onyak_Black a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Black a.rcCalPopup:hover,
.RadPicker_Onyak_Black a.rcCalPopup:focus,
.RadPicker_Onyak_Black a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Black .rcTimePopup,
.RadPicker_Onyak_Black a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Black a.rcTimePopup:hover,
.RadPicker_Onyak_Black a.rcTimePopup:focus,
.RadPicker_Onyak_Black a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Black .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Black .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Black .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Black .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Black .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Black .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Black .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Black .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}

.RadCalendarMultiViewRTL_Onyak_Black .rcTitlebar .rcFastPrev {
    background-position: 0 -900px;
}

.RadCalendarMultiViewRTL_Onyak_Black .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -950px;
}

.RadCalendarMultiViewRTL_Onyak_Black .rcTitlebar .rcPrev {
    background-position: 0 -800px;
}

.RadCalendarMultiViewRTL_Onyak_Black .rcTitlebar a.rcPrev:hover {
    background-position: 0 -850px;
}

.RadCalendarMultiViewRTL_Onyak_Black .rcTitlebar .rcNext {
    background-position: 0 -700px;
}

.RadCalendarMultiViewRTL_Onyak_Black .rcTitlebar a.rcNext:hover {
    background-position: 0 -750px;
}

.RadCalendarMultiViewRTL_Onyak_Black .rcTitlebar .rcFastNext {
    background-position: 0 -600px;
}

.RadCalendarMultiViewRTL_Onyak_Black .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -650px;
}

/* <RadMenu / Black> */

.RadMenu_Onyak_Black .rmRootGroup,
.RadMenu_Onyak_Black a.rmLink,
.RadMenu_Onyak_Black .rmText,
.RadMenu_Onyak_Black .rmLeftArrow,
.RadMenu_Onyak_Black .rmRightArrow,
.RadMenu_Onyak_Black .rmTopArrow,
.RadMenu_Onyak_Black .rmBottomArrow {
    background-image: url('Black/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Black .rmRootGroup {
    border: 1px solid #202020;
    background-repeat: repeat-x;
    background-color: #161616;
}

.RadMenu_Onyak_Black .rmVertical {
    background-position: 0 -408px;
}

/* <Root items> */

.RadMenu_Onyak_Black,
.RadMenu_Onyak_Black a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #fff;
    text-decoration: none;
}

    .RadMenu_Onyak_Black a.rmLink:hover {
        color: #9eda29;
    }

    .RadMenu_Onyak_Black a.rmLink,
    .RadMenu_Onyak_Black .rmText {
        background-repeat: no-repeat;
        background-position: 0 500px;
    }

        .RadMenu_Onyak_Black a.rmLink:hover,
        .RadMenu_Onyak_Black a.rmFocused,
        .RadMenu_Onyak_Black a.rmSelected {
            background-position: 0 -72px;
        }

    .RadMenu_Onyak_Black a.rmExpanded,
    .RadMenu_Onyak_Black a.rmExpanded:hover {
        background-position: 0 -72px;
    }

        .RadMenu_Onyak_Black a.rmExpanded .rmText,
        .RadMenu_Onyak_Black a.rmExpanded:hover .rmText {
            background-position: 100% -96px;
        }

    .RadMenu_Onyak_Black .rmLast a.rmExpanded .rmText {
        background-position: 0 500px;
        background-repeat: no-repeat;
    }

    .RadMenu_Onyak_Black a.rmDisabled,
    .RadMenu_Onyak_Black a.rmDisabled:hover {
        color: #7d7d7d;
        background-position: 0 500px;
    }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Black .rmGroup,
    .RadMenu_Onyak_Black .rmMultiColumn,
    .RadMenu_Onyak_Black .rmGroup .rmVertical {
        border: 1px solid #080808;
        background: #4f4f4f url('Black/Menu/rmVSprite.png') repeat-y 0 0;
    }

    .RadMenu_Onyak_Black .rmTopFix,
    .RadMenu_Onyak_Black .rmBottomFix,
    .RadMenu_Onyak_Black .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Black .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Black .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Black .rmRoundedCorners ul.rmHorizontal .rmFirst,
    .RadMenu_Onyak_Black_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Black_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        background-image: url('Black/Menu/rmVSprite.png');
        background-color: #4f4f4f;
        background-repeat: repeat-y;
    }

* html .rmRoundedCorners_Onyak_Black .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Black ul.rmHorizontal .rmFirst {
    background-image: url('Black/Menu/rmVSprite.png');
    background-color: #4f4f4f;
    background-repeat: repeat-y;
}

.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Black .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Black .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Black .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Black .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Black .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Black .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Black .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Black .rmRoundedCorners .rmGroupColumn {
    background-color: #4f4f4f;
}

.RadMenu_Onyak_Black .rmBottomLeft,
.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Black_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Black .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Black .rmRoundedCorners .rmMultiColumn {
    background-image: url('Black/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Black .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Black .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Black ul.rmGroup {
    background-image: url('Black/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Black .rmTopRight,
.RadMenu_Onyak_Black .rmBottomRight {
    background-image: url('Black/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Black .rmTopFix,
.RadMenu_Onyak_Black .rmBottomFix,
.RadMenu_Onyak_Black .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Black .rmGroup .rmFirst {
    border-color: #080808;
}

.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #4F4F4F;
}

* html .rmRoundedCorners_Onyak_Black .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Black .rmScrollWrapContainer .rmBottomFix {
    background: #4F4F4F;
}

.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #4F4F4F;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Black .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Black .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Black .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Black .rmScrollWrapContainer .rmRightArrow {
    background-color: #4F4F4F;
    border: 0;
}

.RadMenu_Onyak_Black_rtl .rmBottomLeft,
.RadMenu_Onyak_Black_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Black_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Black .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Black_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Black/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Black_rtl .rmTopRight,
.RadMenu_Onyak_Black_rtl .rmBottomRight {
    background-image: url('Black/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Black_rtl li.rmTopFix,
.RadMenu_Onyak_Black_rtl li.rmBottomFix,
.RadMenu_Onyak_Black_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Black_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Black .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Black_rtl .rmGroup,
.RadMenu_Onyak_Black_rtl .rmMultiColumn,
.RadMenu_Onyak_Black_rtl .rmGroup .rmVertical {
    background-position: 100% 0;
}

.RadMenu_Onyak_Black .rmRootGroup li.rmItem .rmGroup {
    padding-bottom: 0;
}

.RadMenu_Onyak_Black .rmGroup li.rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Black .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Black .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Black .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Black_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Black .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Black .rmGroup .rmItem a.rmLink,
.RadMenu_Onyak_Black .rmGroup .rmItem a.rmLink:hover,
.RadMenu_Onyak_Black .rmGroup .rmItem a.rmFocused,
.RadMenu_Onyak_Black .rmGroup .rmItem a.rmSelected,
.RadMenu_Onyak_Black .rmGroup .rmItem a.rmExpanded {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.RadMenu_Onyak_Black .rmGroup a.rmLink,
.RadMenu_Onyak_Black .rmGroup .rmText,
.RadMenu_Onyak_Black .rmGroup .rmItem a.rmDisabled,
.RadMenu_Onyak_Black .rmGroup .rmItem a.rmDisabled:hover,
.RadMenu_Onyak_Black .rmGroup .rmItem a.rmDisabled .rmText,
.RadMenu_Onyak_Black .rmGroup .rmItem a.rmDisabled:hover .rmText {
    background-position: 0 500px;
    background-repeat: no-repeat;
    background-color: transparent;
}

    .RadMenu_Onyak_Black .rmGroup a.rmLink:hover,
    .RadMenu_Onyak_Black .rmGroup a.rmFocused,
    .RadMenu_Onyak_Black .rmGroup a.rmSelected,
    .RadMenu_Onyak_Black .rmGroup a.rmExpanded {
        background-position: 0 -168px;
    }

        .RadMenu_Onyak_Black .rmGroup a.rmLink:hover .rmText,
        .RadMenu_Onyak_Black .rmGroup a.rmFocused .rmText,
        .RadMenu_Onyak_Black .rmGroup a.rmSelected .rmText,
        .RadMenu_Onyak_Black .rmGroup a.rmExpanded .rmText {
            background-position: 100% -192px;
        }

    /* <expand arrows> */

    .RadMenu_Onyak_Black .rmVertical .rmExpandRight,
    .RadMenu_Onyak_Black .rmGroup .rmExpandDown,
    .RadMenu_Onyak_Black_Context .rmGroup .rmExpandRight,
    .RadMenu_Onyak_Black .rmVertical .rmItem a.rmDisabled .rmExpandRight,
    .RadMenu_Onyak_Black .rmGroup .rmItem a.rmDisabled .rmExpandDown,
    .RadMenu_Onyak_Black .rmVertical .rmItem a.rmDisabled:hover .rmExpandRight,
    .RadMenu_Onyak_Black .rmGroup .rmItem a.rmDisabled:hover .rmExpandDown {
        background-position: 100% -216px;
    }

.RadMenu_Onyak_Black .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Black .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Black .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Black .rmVertical a.rmExpanded .rmExpandRight {
    background-position: 100% -312px;
}

.RadMenu_Onyak_Black .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Black .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Black .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Black .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Black .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Black .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Black .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Black .rmGroup a.rmExpanded .rmExpandDown {
    background-position: 100% -240px;
}

.RadMenu_Onyak_Black .rmVertical a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Black .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Black/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Black_rtl .rmVertical a.rmExpanded .rmText,
.RadMenu_Onyak_Black_rtl .rmVertical a.rmExpanded:hover .rmText {
    background-position: 0 500px;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Black_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Black_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Black_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Black_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Black_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Black_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Black_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Black_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Black_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Black_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Black_rtl .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Black_rtl .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Black_rtl .rmVertical a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Black_rtl .rmVertical a.rmExpanded .rmExpandLeft {
    background-position: 0 -216px;
}

.RadMenu_Onyak_Black_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Black_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Black_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Black_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-position: 0 -336px;
}

.RadMenu_Onyak_Black_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-position: 0 -312px;
}


/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Black - specific, overlapping submenus)> */

.RadMenu_Onyak_Black .rmSlide {
    margin: 0 0 0 -1px;
}

    .RadMenu_Onyak_Black .rmVertical .rmSlide,
    .RadMenu_Onyak_Black .rmSlide .rmSlide,
    .RadMenu_Onyak_Black_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Black_rtl .rmSlide {
    margin: 0 0 0 0;
}

.RadMenu_Onyak_Black_rtl .rmFirst .rmSlide {
    margin-left: 1px;
}

.RadMenu_Onyak_Black_rtl .rmVertical .rmSlide,
.RadMenu_Onyak_Black_rtl .rmSlide .rmSlide,
.RadMenu_Onyak_Black_Context_rtl .rmGroup .rmSlide {
    margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Black .rmLeftArrow,
.RadMenu_Onyak_Black .rmRightArrow {
    background-color: #4f4f4f;
}

.RadMenu_Onyak_Black .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #828282;
}

.RadMenu_Onyak_Black .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #828282;
}

.RadMenu_Onyak_Black .rmTopArrow,
.RadMenu_Onyak_Black .rmBottomArrow,
.RadMenu_Onyak_Black .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Black .rmGroup .rmRightArrow {
    background-color: #4f4f4f;
}

.RadMenu_Onyak_Black .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #828282;
}

.RadMenu_Onyak_Black .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #828282;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Black .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Black .rmVertical .rmHorizontal .rmSeparator .rmText {
    height: 22px;
    margin: 1px 0 0;
    width: 1px;
    background-color: #000;
}

.RadMenu_Onyak_Black_Context .rmSeparator .rmText,
.RadMenu_Onyak_Black .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_Onyak_Black .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText {
    background-color: transparent;
    background-position: 0 -406px;
}

/* </Separators> */

/* </RadMenu / Black> */
/* RadSlider for ASP.NET AJAX Black Skin */
.RadSlider_Onyak_Black .rslTrack {
    border-color: #080808;
}

.RadSlider_Onyak_Black .rslHorizontal a.rslHandle {
    background-image: url('Black/Slider/Handles.gif');
}

.RadSlider_Onyak_Black .rslHorizontal a.rslDraghandle {
    background-image: url('Black/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Black .rslTop a.rslDraghandle {
    background-image: url('Black/Slider/DragHandleDown.gif');
}

.RadSlider_Onyak_Black .rslHorizontal .rslTrack {
    background: url('Black/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Black .rslHorizontal .rslSelectedregion {
    background: url('Black/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Black .rslVertical a.rslHandle {
    background-image: url('Black/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Black .rslVertical .rslTrack {
    background: url('Black/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Black .rslVertical .rslSelectedregion {
    background: url('Black/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Black .rslVertical a.rslDraghandle {
    background: url('Black/Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_Onyak_Black .rslLeft a.rslDraghandle {
    background: url('Black/Slider/DragVerticalHandleRight.gif') no-repeat;
}

.RadSlider_Onyak_Black .rslItem,
.RadSlider_Onyak_Black .rslLargeTick span {
    color: #d7d7d7;
}

.RadSlider_Onyak_Black .rslItemsWrapper .rslItemSelected {
    color: #fff;
}

/* horizontal slider items */
.RadSlider_Onyak_Black .rslHorizontal .rslItem {
    background-image: url('Black/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Black .rslVertical .rslItem {
    background-image: url('Black/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Black .rslTop .rslSmallTick,
.RadSlider_Onyak_Black .rslBottom .rslSmallTick {
    background-image: url('Black/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Black .rslTop .rslLargeTick,
.RadSlider_Onyak_Black .rslBottom .rslLargeTick {
    background-image: url('Black/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Black .rslLeft .rslSmallTick,
.RadSlider_Onyak_Black .rslRight .rslSmallTick {
    background-image: url('Black/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Black .rslLeft .rslLargeTick,
.RadSlider_Onyak_Black .rslRight .rslLargeTick {
    background-image: url('Black/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Black .rslMiddle .rslSmallTick {
    background-image: url('Black/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Black .rslMiddle .rslLargeTick {
    background-image: url('Black/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Black .rslCenter .rslSmallTick {
    background-image: url('Black/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Black .rslCenter .rslLargeTick {
    background-image: url('Black/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadGrid Black Skin*/

/*global*/

.RadGrid_Onyak_Black {
    border: 1px solid #080808;
    background: #4f4f4f;
    color: #d7d7d7;
}

    .RadGrid_Onyak_Black,
    .RadGrid_Onyak_Black .rgMasterTable,
    .RadGrid_Onyak_Black .rgDetailTable,
    .RadGrid_Onyak_Black .rgGroupPanel table,
    .RadGrid_Onyak_Black .rgCommandRow table,
    .RadGrid_Onyak_Black .rgEditForm table,
    .RadGrid_Onyak_Black .rgPager table,
    .GridToolTip_Onyak_Black {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Black .rgAdd,
        .RadGrid_Onyak_Black .rgRefresh,
        .RadGrid_Onyak_Black .rgEdit,
        .RadGrid_Onyak_Black .rgDel,
        .RadGrid_Onyak_Black .rgFilter,
        .RadGrid_Onyak_Black .rgPagePrev,
        .RadGrid_Onyak_Black .rgPageNext,
        .RadGrid_Onyak_Black .rgPageFirst,
        .RadGrid_Onyak_Black .rgPageLast,
        .RadGrid_Onyak_Black .rgExpand,
        .RadGrid_Onyak_Black .rgCollapse,
        .RadGrid_Onyak_Black .rgSortAsc,
        .RadGrid_Onyak_Black .rgSortDesc,
        .RadGrid_Onyak_Black .rgUpdate,
        .RadGrid_Onyak_Black .rgCancel,
        .RadGrid_Onyak_Black .rgUngroup,
        .RadGrid_Onyak_Black .rgExpXLS,
        .RadGrid_Onyak_Black .rgExpDOC,
        .RadGrid_Onyak_Black .rgExpPDF,
        .RadGrid_Onyak_Black .rgExpCSV {
            background-image: url('Black/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Black .rgHeaderDiv {
            background: #474747 0 -9550px repeat-x url('Black/Grid/sprite.gif');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -9050px;
}

.RadGrid_Onyak_Black .rgHeader,
.RadGrid_Onyak_Black th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid #000;
    background: #191919 0 -2300px repeat-x url('Black/Grid/sprite.gif');
}

.RadGrid_Onyak_Black th.rgSorted {
    background-color: #020202;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Black .rgHeader,
.RadGrid_Onyak_Black .rgHeader a {
    color: #fff;
}

/*rows*/

.RadGrid_Onyak_Black .rgRow td,
.RadGrid_Onyak_Black .rgAltRow td,
.RadGrid_Onyak_Black .rgEditRow td,
.RadGrid_Onyak_Black .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 0;
}

.RadGrid_Onyak_Black .rgRow td {
    border-color: #4f4f4f;
}

.RadGrid_Onyak_Black .rgAltRow {
    background: #494949;
}

    .RadGrid_Onyak_Black .rgAltRow td {
        border-color: #494949;
    }

.RadGrid_Onyak_Black .rgRow .rgSorted {
    border-bottom-color: #4b4b4b;
    background-color: #4b4b4b;
}

.RadGrid_Onyak_Black .rgAltRow .rgSorted {
    border-bottom-color: #454545;
    background-color: #454545;
}

.RadGrid_Onyak_Black .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Black .rgActiveRow .rgSorted,
.RadGrid_Onyak_Black .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Black .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Black .rgRow a,
.RadGrid_Onyak_Black .rgAltRow a,
.RadGrid_Onyak_Black .rgEditRow a,
.RadGrid_Onyak_Black .rgFooter a,
.RadGrid_Onyak_Black .rgEditForm a {
    color: #fff;
}

.RadGrid_Onyak_Black .rgSelectedRow {
    background: #303030 0 -3900px repeat-x url('Black/Grid/sprite.gif');
    color: #fff;
}

    * + html .RadGrid_Onyak_Black .rgSelectedRow .rgSorted {
        background-color: #303030;
    }

    * html .RadGrid_Onyak_Black .rgSelectedRow .rgSorted {
        background-color: #303030;
    }

.RadGrid_Onyak_Black .rgActiveRow,
.RadGrid_Onyak_Black .rgHoveredRow {
    background: #2e2e2e 0 -2900px repeat-x url('Black/Grid/sprite.gif');
    color: #9eda29;
}

    * + html .RadGrid_Onyak_Black .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Black .rgHoveredRow .rgSorted {
        background-color: #2e2e2e;
    }

    * html .RadGrid_Onyak_Black .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Black .rgHoveredRow .rgSorted {
        background-color: #2e2e2e;
    }

.RadGrid_Onyak_Black .rgEditRow {
    background: #202020;
    color: #d7d7d7;
}

    * + html .RadGrid_Onyak_Black .rgEditRow .rgSorted {
        background-color: #202020;
    }

    * html .RadGrid_Onyak_Black .rgEditRow .rgSorted {
        background-color: #202020;
    }

.RadGrid_Onyak_Black .rgActiveRow td,
.RadGrid_Onyak_Black .rgActiveRow td.rgSorted,
.RadGrid_Onyak_Black .rgHoveredRow td,
.RadGrid_Onyak_Black .rgHoveredRow td.rgSorted {
    border-bottom-color: #1e1e1e;
}

.RadGrid_Onyak_Black .rgSelectedRow td,
.RadGrid_Onyak_Black .rgSelectedRow td.rgSorted {
    border-bottom-color: #1a1a1a;
}

.RadGrid_Onyak_Black .rgEditRow td,
.RadGrid_Onyak_Black .rgEditRow td.rgSorted {
    border-bottom-color: #080808;
}

.RadGrid_Onyak_Black .rgDrag {
    background-image: url('Black/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Black .rgFooterDiv,
.RadGrid_Onyak_Black .rgFooter {
    background: #2e2e2e;
}

    .RadGrid_Onyak_Black .rgFooter td {
        border: 0;
        border-top: 1px solid #080808;
    }

/*status*/

.RadGrid_Onyak_Black .rgPager .rgStatus {
    border: solid #080808;
    border-width: 1px 1px 0 0;
}

.RadGrid_Onyak_Black .rgStatus div {
    background-image: url('Black/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Black .rgPager {
    background: #1e1e1e 0 -8000px repeat-x url('Black/Grid/sprite.gif');
}

.RadGrid_Onyak_Black td.rgPagerCell {
    border-top: 1px solid #080808;
    border-left: 1px solid #3a3a3a;
}

.RadGrid_Onyak_Black .rgInfoPart {
    color: #a9a9a9;
}

    .RadGrid_Onyak_Black .rgInfoPart strong {
        color: #fefefe;
    }

.RadGrid_Onyak_Black .rgPageFirst {
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Black .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Black .rgPagePrev {
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Black .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Black .rgPageNext {
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Black .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Black .rgPageLast {
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Black .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Black .rgPager .rgPagerButton {
    border-color: #080808;
    background: #1b1b1b repeat-x 0 -1550px url('Black/Grid/sprite.gif');
    color: #fff;
    font-family: "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Black .rgNumPart a:hover,
.RadGrid_Onyak_Black .rgNumPart a:hover span,
.RadGrid_Onyak_Black .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Black .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Black/Grid/sprite.gif');
}

.RadGrid_Onyak_Black .rgNumPart a {
    color: #a9a9a9;
}

    .RadGrid_Onyak_Black .rgNumPart a:hover {
        background-position: 100% -1250px;
        color: #9eda29;
    }

        .RadGrid_Onyak_Black .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Black .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Black .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
        color: #fff;
    }

        .RadGrid_Onyak_Black .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Black .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Black .rgHeader .rgSortAsc {
    background-position: 3px -248px;
    height: 10px;
}

.RadGrid_Onyak_Black .rgHeader .rgSortDesc {
    background-position: 3px -198px;
    height: 10px;
}

.GridReorderTop_Onyak_Black,
.GridReorderBottom_Onyak_Black {
    background: 0 0 no-repeat url('Black/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Black {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Black .rgFilterRow {
    background: #474747 0 -7000px repeat-x url('Black/Grid/sprite.gif');
}

    .RadGrid_Onyak_Black .rgFilterRow td {
        border-top: 1px solid #4f4f4f;
        border-bottom: 1px solid #080808;
    }

.RadGrid_Onyak_Black .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Black .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Black .rgFilterActive,
.RadGrid_Onyak_Black .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Black .rgFilterBox {
    border-color: #080808;
    background: #454545;
    font-family: "segoe ui",arial,sans-serif;
    color: #d7d7d7;
}

/*filter context menu*/

.RadMenu_Onyak_Black .rgHCMClear,
.RadMenu_Onyak_Black .rgHCMFilter {
    border-color: #080808;
    background: #1b1b1b center -23px repeat-x url('Black/FormDecorator/ButtonSprites.gif');
    color: #fff;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Black .rgHCMClear:hover,
    .RadMenu_Onyak_Black .rgHCMFilter:hover {
        background-position: center -67px;
        background-color: #020202;
        color: #9eda29;
    }

/*context menu*/

.GridContextMenu_Onyak_Black .rmLeftImage {
    background-image: url('Black/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Black .rgHCMSortAsc .rmLeftImage {
    background-position: 0 -20px;
}

.GridContextMenu_Onyak_Black .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -60px;
}

.GridContextMenu_Onyak_Black .rgHCMUnsort .rmLeftImage {
    background-position: 0 -100px;
}

.GridContextMenu_Onyak_Black .rgHCMGroup .rmLeftImage {
    background-position: 0 -140px;
}

.GridContextMenu_Onyak_Black .rgHCMUngroup .rmLeftImage {
    background-position: 0 -180px;
}

.GridContextMenu_Onyak_Black .rgHCMCols .rmLeftImage {
    background-position: 0 -220px;
}

.GridContextMenu_Onyak_Black .rgHCMFilter .rmLeftImage {
    background-position: 0 -260px;
}

.GridContextMenu_Onyak_Black .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -300px;
}

/*grouping*/

.RadGrid_Onyak_Black .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #080808;
    background: #202020 0 -1900px repeat-x url('Black/Grid/sprite.gif');
}

    .RadGrid_Onyak_Black .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
    }

        .RadGrid_Onyak_Black .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Black .rgGroupPanel .rgSortAsc {
        background-position: 2px -146px;
    }

    .RadGrid_Onyak_Black .rgGroupPanel .rgSortDesc {
        background-position: 2px -95px;
    }

.RadGrid_Onyak_Black .rgUngroup {
    background-position: 0 -9000px;
}

.RadGrid_Onyak_Black .rgGroupItem {
    border: 1px solid #080808;
    background: #1b1b1b 0 -6500px repeat-x url('Black/Grid/sprite.gif');
    color: #fff;
}

.RadGrid_Onyak_Black .rgMasterTable td.rgGroupCol,
.RadGrid_Onyak_Black .rgMasterTable td.rgExpandCol {
    border-color: #202020;
    background: #202020 none;
}

.RadGrid_Onyak_Black .rgGroupHeader {
    font-size: 1.1em;
    line-height: 21px;
    color: #fff;
}

    .RadGrid_Onyak_Black .rgGroupHeader,
    .RadGrid_Onyak_Black .rgGroupHeader td.rgGroupCol {
        background: #202020 0 -8500px repeat-x url('Black/Grid/sprite.gif');
    }

        .RadGrid_Onyak_Black .rgGroupHeader td {
            border-top: 1px solid #3a3a3a;
            padding-top: 0;
            padding-bottom: 0;
        }

            .RadGrid_Onyak_Black .rgGroupHeader td.rgGroupCol {
                border-top-color: #202020;
            }

.RadGrid_Onyak_Black .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Black .rgCollapse {
    background-position: 3px -444px;
}

/*editing*/

.RadGrid_Onyak_Black .rgEditForm {
    border-bottom: 1px solid #080808;
}

.RadGrid_Onyak_Black .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Black .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Black .rgDetailTable {
    border-color: #080808;
}

/*command row*/

.RadGrid_Onyak_Black .rgCommandRow {
    background: #1e1e1e 0 -2100px repeat-x url('Black/Grid/sprite.gif');
    color: #fff;
}

.RadGrid_Onyak_Black .rgCommandCell {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Black tfoot .rgCommandCell,
.RadGrid_Onyak_Black .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top: 1px solid #0e0e0e;
}

.RadGrid_Onyak_Black thead .rgCommandCell {
    border-bottom: 1px solid #0e0e0e;
}

.RadGrid_Onyak_Black .rgCommandTable,
.RadGrid_Onyak_Black .rgCommandTable td {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Black .rgCommandRow a {
    color: #fff;
    text-decoration: none;
}

.RadGrid_Onyak_Black .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Black .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Black .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Black .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Black .rgExpXLS,
.RadGrid_Onyak_Black .rgExpDOC,
.RadGrid_Onyak_Black .rgExpPDF,
.RadGrid_Onyak_Black .rgExpCSV {
    background-image: url('Black/Common/export.gif');
}

.RadGrid_Onyak_Black .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Black .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Black .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Black .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Black {
    background: #d7d7d7;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Black {
    border-top: 1px dashed #d7d7d7;
}

/*tooltip*/

.GridToolTip_Onyak_Black {
    border: 1px solid #080808;
    padding: 3px;
    background: #ccc;
    color: #000;
}

/*rtl*/

.RadGridRTL_Onyak_Black .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Black .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Black .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Black .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Black .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Black .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Black .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Black .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Black .rgExpand {
    background-position: -20px -496px;
}
/*Telerik RadInput Black Skin*/

/*global*/

.RadInput_Onyak_Black,
.RadInputMgr_Onyak_Black {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Black .riTextBox,
html body .RadInputMgr_Onyak_Black {
    border-color: #080808;
    background: #454545 0 -1300px repeat-x url('Black/Input/sprite.gif');
    color: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Black .riEmpty,
html body .RadInput_Empty_Onyak_Black {
    color: #6f6f6f;
}

html body .RadInput_Onyak_Black .riHover,
html body .RadInput_Hover_Onyak_Black,
html body .RadInput_Onyak_Black .riFocused,
html body .RadInput_Focused_Onyak_Black {
    border-color: #5c5c5c;
}

html body .RadInput_Onyak_Black .riRead,
html body .RadInput_Read_Onyak_Black {
    border-color: #141414;
    background: #2e2e2e none;
}

html body .RadInput_Onyak_Black .riDisabled,
html body .RadInput_Disabled_Onyak_Black {
    border-color: #141414;
    background: #2e2e2e none;
    color: #6f6f6f;
    cursor: default;
}

html body .RadInput_Onyak_Black .riError,
html body .RadInput_Error_Onyak_Black {
    border-color: #d51923;
    background: #2e2e2e 100% -298px no-repeat url('Black/Input/sprite.gif');
}

.RadForm.rfdTextbox .RadInput_Onyak_Black .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Black[type="text"] {
    border-color: #d51923;
    background: #2e2e2e 100% -298px no-repeat url('Black/Input/sprite.gif');
}

html body .RadInput_Onyak_Black .riNegative,
html body .RadInput_Negative_Onyak_Black {
    color: #aaa;
}

/*buttons*/

.RadInput_Onyak_Black a {
    background: transparent no-repeat url('Black/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Black .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_Black .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_Black .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Black a.riUp {
    background-position: 2px -100px;
}

    .RadInput_Onyak_Black a.riUp:hover {
        background-position: 2px -150px;
    }

.RadInput_Onyak_Black a.riDown {
    background-position: 2px -199px;
}

    .RadInput_Onyak_Black a.riDown:hover {
        background-position: 2px -249px;
    }

/*label*/

.RadInput_Onyak_Black .riLabel {
    color: #fff;
}

/*rtl*/

html body .RadInputRTL_Onyak_Black .riError,
html body .RadInputRTL_Error_Onyak_Black {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Black .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Black[type="text"] {
    background-position: 3px -298px;
}

/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_Onyak_Default,
.RadInputMgr_Onyak_Default {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Default .riTextBox,
html body .RadInputMgr_Onyak_Default {
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Default .riEmpty,
html body .RadInput_Empty_Onyak_Default {
    color: #8a8a8a;
}

html body .RadInput_Onyak_Default .riHover,
html body .RadInput_Hover_Onyak_Default,
html body .RadInput_Onyak_Default .riFocused,
html body .RadInput_Focused_Onyak_Default {
    border-color: #515151;
}

html body .RadInput_Onyak_Default .riRead,
html body .RadInput_Read_Onyak_Default {
    border-color: #d0d0d0;
}

html body .RadInput_Onyak_Default .riDisabled,
html body .RadInput_Disabled_Onyak_Default {
    border-color: #d0d0d0;
    color: #8a8a8a;
    cursor: default;
}

html body .RadInput_Onyak_Default .riError,
html body .RadInput_Error_Onyak_Default {
    border-color: #d51923;
    background: #fff 100% -298px no-repeat url('Default/Input/sprite.gif');
    color: #d51923;
}

.RadForm.rfdTextbox .RadInput_Onyak_Default .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Default[type="text"] {
    border-color: #d51923;
    background: #fff 100% -298px no-repeat url('Default/Input/sprite.gif');
    color: #d51923;
}

html body .RadInput_Onyak_Default .riNegative,
html body .RadInput_Negative_Onyak_Default {
    color: #565656;
}

/*buttons*/

.RadInput_Onyak_Default a {
    background: transparent no-repeat url('Default/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Default .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_Default .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_Default .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Default a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Default a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Default a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Default a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Default .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_Default .riError,
html body .RadInputRTL_Error_Onyak_Default {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Default .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Default[type="text"] {
    background-position: 3px -298px;
}
/* <RadMenu / Default> */

.RadMenu_Onyak_Default .rmRootGroup,
.RadMenu_Onyak_Default a.rmLink,
.RadMenu_Onyak_Default .rmGroup .rmText,
.RadMenu_Onyak_Default .rmVertical .rmText,
.RadMenu_Onyak_Default .rmLeftArrow,
.RadMenu_Onyak_Default .rmRightArrow,
.RadMenu_Onyak_Default .rmTopArrow,
.RadMenu_Onyak_Default .rmBottomArrow {
    background-image: url('Default/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Default .rmRootGroup {
    border: 1px solid #828282;
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: #e6e6e6;
}

/* <Root items> */

.RadMenu_Onyak_Default,
.RadMenu_Onyak_Default a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #000;
    text-decoration: none;
}

    .RadMenu_Onyak_Default a.rmLink,
    .RadMenu_Onyak_Default a.rmDisabled,
    .RadMenu_Onyak_Default a.rmDisabled:hover {
        background-position: 0 -72px;
    }

    .RadMenu_Onyak_Default .rmFirst a.rmLink,
    .RadMenu_Onyak_Default .rmFirst a.rmLink:hover,
    .RadMenu_Onyak_Default .rmLast .rmText,
    .RadMenu_Onyak_Default .rmLast a.rmLink:hover .rmText,
    .RadMenu_Onyak_Default .rmVertical a.rmLink,
    .RadMenu_Onyak_Default .rmVertical .rmText {
        background-repeat: no-repeat;
        background-position: 0 500px;
    }

    .RadMenu_Onyak_Default .rmVertical .rmFirst,
    .RadMenu_Onyak_Default .rmVertical .rmLast {
        background: none;
    }

    .RadMenu_Onyak_Default a.rmLink:hover,
    .RadMenu_Onyak_Default a.rmFocused,
    .RadMenu_Onyak_Default a.rmSelected {
        background-color: #fff;
    }

    .RadMenu_Onyak_Default .rmHorizontal .rmRootLink span.rmText {
        display: inline;
        padding-left: 12px;
    }

.RadMenu_Onyak_Default_rtl .rmRootLink span.rmText {
    padding-right: 12px;
}

.RadMenu_Onyak_Default_Context_rtl .rmRootLink span.rmText {
    padding-right: 28px;
}

.RadMenu_Onyak_Default .rmHorizontal a.rmRootLink {
    padding-left: 0;
}

.RadMenu_Onyak_Default_rtl a.rmRootLink {
    margin-left: 0;
    padding: 0;
}

.RadMenu_Onyak_Default .rmHorizontal .rmItem > a.rmRootLink /* IE6 doesn't like width: 100% on its items. */ {
    width: 100%;
}

.RadMenu_Onyak_Default ul.rmHorizontal .rmLeftImage {
    margin: 4px -4px 0 6px;
}

.RadMenu_Onyak_Default_rtl ul.rmHorizontal .rmLeftImage {
    margin: 4px 6px 0 -4px;
}

.RadMenu_Onyak_Default .rmVertical a.rmLink {
    padding-top: 1px;
    padding-bottom: 1px;
}

    .RadMenu_Onyak_Default .rmVertical a.rmLink:hover,
    .RadMenu_Onyak_Default .rmVertical a.rmFocused,
    .RadMenu_Onyak_Default .rmVertical a.rmSelected,
    .RadMenu_Onyak_Default .rmVertical a.rmExpanded,
    .RadMenu_Onyak_Default .rmVertical a.rmExpanded:hover {
        padding-top: 0;
        padding-bottom: 0;
        border-style: solid;
        border-color: #828282;
        border-width: 1px 0;
    }

.RadMenu_Onyak_Default .rmVertical .rmFirst a.rmLink:hover,
.RadMenu_Onyak_Default .rmVertical .rmFirst a.rmFocused,
.RadMenu_Onyak_Default .rmVertical .rmFirst a.rmSelected,
.RadMenu_Onyak_Default .rmVertical .rmFirst a.rmExpanded,
.RadMenu_Onyak_Default .rmVertical .rmFirst a.rmExpanded:hover {
    padding-top: 1px;
    padding-bottom: 0;
    border-top-width: 0;
}

.RadMenu_Onyak_Default .rmVertical .rmLast a.rmLink:hover,
.RadMenu_Onyak_Default .rmVertical .rmLast a.rmFocused,
.RadMenu_Onyak_Default .rmVertical .rmLast a.rmSelected,
.RadMenu_Onyak_Default .rmVertical .rmLast a.rmExpanded,
.RadMenu_Onyak_Default .rmVertical .rmLast a.rmExpanded:hover {
    padding-bottom: 1px;
    padding-top: 0;
    border-bottom-width: 0;
}

.RadMenu_Onyak_Default .rmVertical .rmItem a.rmDisabled:hover {
    padding-top: 1px;
    padding-bottom: 1px;
    border-width: 0;
}

.RadMenu_Onyak_Default a.rmExpanded,
.RadMenu_Onyak_Default a.rmExpanded:hover {
    background-color: #fff;
}

.RadMenu_Onyak_Default a.rmDisabled,
.RadMenu_Onyak_Default a.rmDisabled:hover {
    color: #7d7d7d;
    background-color: transparent;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Onyak_Default .rmGroup,
.RadMenu_Onyak_Default .rmMultiColumn,
.RadMenu_Onyak_Default .rmGroup .rmVertical {
    border: 1px solid #979797;
    background: #fff url('Default/Menu/rmVSprite.png') repeat-y 0 0;
}

.RadMenu_Onyak_Default .rmTopFix,
.RadMenu_Onyak_Default .rmBottomFix,
.RadMenu_Onyak_Default .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Onyak_Default .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Onyak_Default .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_Onyak_Default .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Onyak_Default_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
    background-image: url('Default/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
}

* html .rmRoundedCorners_Onyak_Default .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Default ul.rmHorizontal .rmFirst {
    background-image: url('Default/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
}

.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Default .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Default .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Default .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Default .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Default .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Default .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Default .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Default .rmRoundedCorners .rmGroupColumn {
    background-color: #fff;
}

.RadMenu_Onyak_Default .rmBottomLeft,
.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Default_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Default .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Default .rmRoundedCorners .rmMultiColumn {
    background-image: url('Default/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Default .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Default .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Default ul.rmGroup {
    background-image: url('Default/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Default .rmTopRight,
.RadMenu_Onyak_Default .rmBottomRight {
    background-image: url('Default/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Default .rmTopFix,
.RadMenu_Onyak_Default .rmBottomFix,
.RadMenu_Onyak_Default .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Default .rmGroup .rmFirst {
    border-color: #979797;
}

.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

* html .rmRoundedCorners_Onyak_Default .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Default .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Default .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Default .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Default .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Default .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

.RadMenu_Onyak_Default_rtl .rmBottomLeft,
.RadMenu_Onyak_Default_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Default_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Default .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Default_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Default/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Default_rtl .rmTopRight,
.RadMenu_Onyak_Default_rtl .rmBottomRight {
    background-image: url('Default/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Default_rtl li.rmTopFix,
.RadMenu_Onyak_Default_rtl li.rmBottomFix,
.RadMenu_Onyak_Default_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Default_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Default .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Default_rtl .rmGroup,
.RadMenu_Onyak_Default_rtl .rmMultiColumn,
.RadMenu_Onyak_Default_rtl .rmGroup .rmVertical {
    background-position: 100% 0;
}

.RadMenu_Onyak_Default .rmRootGroup li.rmItem .rmGroup {
    padding-bottom: 0;
}

.RadMenu_Onyak_Default .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Default .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Default .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Default_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Default .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Default .rmGroup .rmItem a.rmLink,
.RadMenu_Onyak_Default .rmGroup .rmItem a.rmLink:hover,
.RadMenu_Onyak_Default .rmGroup .rmItem a.rmFocused,
.RadMenu_Onyak_Default .rmGroup .rmItem a.rmSelected,
.RadMenu_Onyak_Default .rmGroup .rmItem a.rmExpanded {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.RadMenu_Onyak_Default .rmGroup .rmLast a.rmLink,
.RadMenu_Onyak_Default .rmGroup .rmLast a.rmLink:hover,
.RadMenu_Onyak_Default .rmGroup .rmLast a.rmFocused,
.RadMenu_Onyak_Default .rmGroup .rmLast a.rmSelected,
.RadMenu_Onyak_Default .rmGroup .rmLast a.rmExpanded {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Default .rmGroup a.rmLink,
.RadMenu_Onyak_Default .rmGroup .rmText,
.RadMenu_Onyak_Default .rmGroup .rmItem a.rmDisabled,
.RadMenu_Onyak_Default .rmGroup .rmItem a.rmDisabled:hover,
.RadMenu_Onyak_Default .rmGroup .rmItem a.rmDisabled .rmText,
.RadMenu_Onyak_Default .rmGroup .rmItem a.rmDisabled:hover .rmText {
    background-position: 0 500px;
    background-repeat: no-repeat;
    background-color: transparent;
}

    .RadMenu_Onyak_Default .rmGroup a.rmLink:hover,
    .RadMenu_Onyak_Default .rmGroup a.rmFocused,
    .RadMenu_Onyak_Default .rmGroup a.rmSelected,
    .RadMenu_Onyak_Default .rmGroup a.rmExpanded {
        background-position: 0 -168px;
    }

        .RadMenu_Onyak_Default .rmGroup a.rmLink:hover .rmText,
        .RadMenu_Onyak_Default .rmGroup a.rmFocused .rmText,
        .RadMenu_Onyak_Default .rmGroup a.rmSelected .rmText,
        .RadMenu_Onyak_Default .rmGroup a.rmExpanded .rmText {
            background-position: 100% -192px;
        }

    /* <expand arrows> */

    .RadMenu_Onyak_Default .rmRootGroup .rmExpandRight,
    .RadMenu_Onyak_Default .rmGroup .rmExpandDown,
    .RadMenu_Onyak_Default_Context .rmGroup .rmExpandRight,
    .RadMenu_Onyak_Default .rmRootGroup .rmItem a.rmDisabled .rmExpandRight,
    .RadMenu_Onyak_Default .rmGroup .rmItem a.rmDisabled .rmExpandDown,
    .RadMenu_Onyak_Default .rmRootGroup .rmItem a.rmDisabled:hover .rmExpandRight,
    .RadMenu_Onyak_Default .rmGroup .rmItem a.rmDisabled:hover .rmExpandDown {
        background-position: 100% -216px;
    }

.RadMenu_Onyak_Default a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Default .rmLast a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Default a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Default a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Default a.rmExpanded .rmExpandRight {
    background-position: 100% -312px;
}

.RadMenu_Onyak_Default .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Default .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Default .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Default .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Default .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Default .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Default .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Default .rmGroup a.rmExpanded .rmExpandDown {
    background-position: 100% -240px;
}

.RadMenu_Onyak_Default .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Default .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Default/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Default_rtl a.rmLink,
.RadMenu_Onyak_Default_rtl .rmRootGroup a.rmDisabled {
    background-position: 100% -96px;
}

.RadMenu_Onyak_Default_rtl .rmGroup a.rmDisabled {
    background: none;
}

.RadMenu_Onyak_Default_rtl .rmText {
    background-position: 0 -96px;
}

.RadMenu_Onyak_Default_rtl .rmVertical a.rmExpanded .rmText,
.RadMenu_Onyak_Default_rtl .rmVertical a.rmExpanded:hover .rmText {
    background-position: 0 500px;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Default_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Default_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Default_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Default_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Default_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Default_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Default_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Default_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Default_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Default_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Default_rtl .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Default_rtl .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Default_rtl .rmVertical a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Default_rtl .rmVertical a.rmExpanded .rmExpandLeft {
    background-position: 0 -216px;
}

.RadMenu_Onyak_Default_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Default_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Default_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Default_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-position: 0 -336px;
}

.RadMenu_Onyak_Default_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Default - specific, overlapping submenus)> */

.RadMenu_Onyak_Default .rmSlide {
    margin: 0 0 0 -1px;
}

    .RadMenu_Onyak_Default .rmVertical .rmSlide,
    .RadMenu_Onyak_Default .rmSlide .rmSlide,
    .RadMenu_Onyak_Default_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Default_rtl .rmSlide {
    margin: 0 0 0 0;
}

.RadMenu_Onyak_Default_rtl .rmFirst .rmSlide {
    margin-left: 1px;
}

.RadMenu_Onyak_Default_rtl .rmVertical .rmSlide,
.RadMenu_Onyak_Default_rtl .rmSlide .rmSlide,
.RadMenu_Onyak_Default_Context_rtl .rmGroup .rmSlide {
    margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Default .rmLeftArrow,
.RadMenu_Onyak_Default .rmRightArrow {
    background-color: #E6E6E6;
}

.RadMenu_Onyak_Default .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #828282;
}

.RadMenu_Onyak_Default .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #828282;
}

.RadMenu_Onyak_Default .rmTopArrow,
.RadMenu_Onyak_Default .rmBottomArrow,
.RadMenu_Onyak_Default .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Default .rmGroup .rmRightArrow {
    background-color: #E6E6E6;
}

.RadMenu_Onyak_Default .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #828282;
}

.RadMenu_Onyak_Default .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #828282;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Default .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Default .rmVertical .rmHorizontal .rmSeparator .rmText {
    height: 22px;
    margin: 1px 0 0;
    width: 1px;
    background-color: #A8A8A8;
}

.RadMenu_Onyak_Default_Context .rmSeparator .rmText,
.RadMenu_Onyak_Default .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_Onyak_Default .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText {
    background-color: transparent;
    background-position: 0 -406px;
}

/* </Separators> */

/* </RadMenu / Default> */

/* RadSlider for ASP.NET AJAX Default Skin */
.RadSlider_Onyak_Default .rslTrack {
    border-color: #b9b9b9 #939393 #939393 #b9b9b9;
}

.RadSlider_Onyak_Default .rslHorizontal a.rslHandle {
    background-image: url('Default/Slider/Handles.gif');
}

.RadSlider_Onyak_Default .rslHorizontal a.rslDraghandle {
    background-image: url('Default/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Default .rslTop a.rslDraghandle {
    background-image: url('Default/Slider/DragHandleDown.gif');
}

.RadSlider_Onyak_Default .rslHorizontal .rslTrack {
    background: url('Default/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Default .rslHorizontal .rslSelectedregion {
    background: url('Default/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Default .rslVertical a.rslHandle {
    background-image: url('Default/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Default .rslVertical .rslTrack {
    background: url('Default/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Default .rslVertical .rslSelectedregion {
    background: url('Default/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Default .rslVertical a.rslDraghandle {
    background: url('Default/Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_Onyak_Default .rslLeft a.rslDraghandle {
    background: url('Default/Slider/DragVerticalHandleRight.gif') no-repeat;
}

.RadSlider_Onyak_Default .rslItem,
.RadSlider_Onyak_Default .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Default .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Default .rslHorizontal .rslItem {
    background-image: url('Default/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Default .rslVertical .rslItem {
    background-image: url('Default/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Default .rslTop .rslSmallTick,
.RadSlider_Onyak_Default .rslBottom .rslSmallTick {
    background-image: url('Default/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Default .rslTop .rslLargeTick,
.RadSlider_Onyak_Default .rslBottom .rslLargeTick {
    background-image: url('Default/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Default .rslLeft .rslSmallTick,
.RadSlider_Onyak_Default .rslRight .rslSmallTick {
    background-image: url('Default/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Default .rslLeft .rslLargeTick,
.RadSlider_Onyak_Default .rslRight .rslLargeTick {
    background-image: url('Default/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Default .rslMiddle .rslSmallTick {
    background-image: url('Default/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Default .rslMiddle .rslLargeTick {
    background-image: url('Default/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Default .rslCenter .rslSmallTick {
    background-image: url('Default/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Default .rslCenter .rslLargeTick {
    background-image: url('Default/Slider/LargelChangeCenterVertical.gif');
}

/*Telerik RadCalendar Default skin*/

table.RadCalendar_Onyak_Default {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Default .rcTitlebar {
    border-color: #868686 #868686 #c4c4c4;
    background: #eaeaea 0 -1000px repeat-x url('Default/Calendar/sprite.gif');
    color: #000;
}

    .RadCalendar_Onyak_Default .rcTitlebar table {
        font: 12px/23px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Default .rcTitlebar td {
        padding: 0 0 1px;
    }

    .RadCalendar_Onyak_Default .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Default .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Default .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Default .rcTitlebar .rcFastNext {
        background-image: url('Default/Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar_Onyak_Default .rcTitlebar .rcFastPrev {
        margin-left: 6px;
        background-position: 1px -197px;
    }

    .RadCalendar_Onyak_Default .rcTitlebar a.rcFastPrev:hover {
        background-position: 1px -247px;
    }

    .RadCalendar_Onyak_Default .rcTitlebar .rcPrev {
        background-position: 4px -297px;
    }

    .RadCalendar_Onyak_Default .rcTitlebar a.rcPrev:hover {
        background-position: 4px -347px;
    }

    .RadCalendar_Onyak_Default .rcTitlebar .rcNext {
        background-position: 3px -397px;
    }

    .RadCalendar_Onyak_Default .rcTitlebar a.rcNext:hover {
        background-position: 3px -447px;
    }

    .RadCalendar_Onyak_Default .rcTitlebar .rcFastNext {
        margin-right: 6px;
        background-position: 1px -497px;
    }

    .RadCalendar_Onyak_Default .rcTitlebar a.rcFastNext:hover {
        background-position: 1px -547px;
    }

.RadCalendar_Onyak_Default .rcMain {
    border-color: #868686;
}

.RadCalendar_Onyak_Default .rcMainTable {
    font: 12px/17px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Default .rcHeader,
.RadCalendar_Onyak_Default .rcFooter {
    border-color: #868686;
}

/*week numbers and days*/

.RadCalendar_Onyak_Default .rcWeek th {
    border-bottom: 1px solid #c5c5c5;
    padding: 4px 6px 3px 0;
    color: #333;
}

.RadCalendar_Onyak_Default .rcWeek .rcViewSel,
.RadCalendar_Onyak_Default .rcRow th {
    width: 13px;
    padding: 0 7px 0 9px;
    background: #eee;
}

.RadCalendar_Onyak_Default .rcRow th {
    color: #777;
}

/*date cells*/

.RadCalendar_Onyak_Default .rcRow td {
    border-color: #fff;
}

.RadCalendar_Onyak_Default .rcMain .rcRow a,
.RadCalendar_Onyak_Default .rcMain .rcRow span {
    color: #333;
}

.RadCalendar_Onyak_Default .rcMain .rcWeekend a {
    color: #666;
}

.RadCalendar_Onyak_Default .rcRow .rcToday {
    border-color: #898989;
}

.RadCalendar_Onyak_Default .rcMain .rcOtherMonth a {
    color: #898989;
}

.RadCalendar_Onyak_Default .rcMain .rcOutOfRange span {
    color: #898989;
}

.RadCalendar_Onyak_Default .rcRow .rcSelected {
    border-color: #8d8d8d #7d7d7d #6c6c6c;
    background: #828282 0 -1700px repeat-x url('Default/Calendar/sprite.gif');
}

.RadCalendar_Onyak_Default .rcMain .rcRow .rcSelected a {
    color: #fff;
}

.RadCalendar_Onyak_Default .rcRow .rcHover {
    border-color: #c4c4c4 #b2b2b2 #9e9e9e;
    background: #c5c5c5 0 -1600px repeat-x url('Default/Calendar/sprite.gif');
}

.RadCalendar_Onyak_Default .rcMain .rcRow .rcHover a {
    color: #333;
}

/*multimonth view*/

.RadCalendarMultiView_Onyak_Default .rcTitlebar {
    border-color: #9a9a9a #9c9c9c #9c9c9c;
    background: #c5c5c5 0 -1199px repeat-x url('Default/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_Default .rcTitlebar table {
        border: 1px solid;
        border-color: #fdfdfd #f3f3f3 #e7e7e7;
        line-height: 27px;
    }

    .RadCalendarMultiView_Onyak_Default .rcTitlebar a.rcFastPrev:hover {
        background-position: 1px -647px;
    }

    .RadCalendarMultiView_Onyak_Default .rcTitlebar a.rcPrev:hover {
        background-position: 4px -747px;
    }

    .RadCalendarMultiView_Onyak_Default .rcTitlebar a.rcNext:hover {
        background-position: 3px -847px;
    }

    .RadCalendarMultiView_Onyak_Default .rcTitlebar a.rcFastNext:hover {
        background-position: 1px -947px;
    }

.RadCalendarMultiView_Onyak_Default .rcMain {
    border-color: #9b9b9b;
}

.RadCalendarMultiView_Onyak_Default .rcCalendar {
    border-color: #868686;
}

    .RadCalendarMultiView_Onyak_Default .rcCalendar .rcMainTable {
        height: 176px;
    }

.RadCalendarMultiView_Onyak_Default .rcMainTable .rcTitle {
    border-color: #c4c4c4;
    padding: 0 0 2px;
    background: #eaeaea 0 -1000px repeat-x url('Default/Calendar/sprite.gif');
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Default {
    border-color: #979797;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

.RadCalendarMonthView_Onyak_Default #rcMView_Feb,
.RadCalendarMonthView_Onyak_Default #rcMView_Apr,
.RadCalendarMonthView_Onyak_Default #rcMView_Jun,
.RadCalendarMonthView_Onyak_Default #rcMView_Aug,
.RadCalendarMonthView_Onyak_Default #rcMView_Oct,
.RadCalendarMonthView_Onyak_Default #rcMView_Dec {
    border-right: 1px solid #e0e0e0;
}

.RadCalendarMonthView_Onyak_Default a {
    color: #333;
}

.RadCalendarMonthView_Onyak_Default .rcSelected a {
    border-color: #8d8d8d #7d7d7d #6c6c6c;
    background: #828282 0 -1700px repeat-x url('Default/Calendar/sprite.gif');
    color: #fff;
}

.RadCalendarMonthView_Onyak_Default #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Default #rcMView_NextY a {
    width: 17px;
    height: 14px;
    background-image: url('Default/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Default #rcMView_PrevY a {
    background-position: 7px -196px;
}

.RadCalendarMonthView_Onyak_Default #rcMView_NextY a {
    background-position: 7px -496px;
}

.RadCalendarMonthView_Onyak_Default .rcButtons {
    padding: 6px 7px 5px;
}

.RadCalendarMonthView_Onyak_Default input {
    border-color: #a7a7a7 #7b7b7b #7b7b7b #a7a7a7;
    background: #e9e9e9 0 -2300px repeat-x url('Default/Calendar/sprite.gif');
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

/*time view*/

table.RadCalendarTimeView_Onyak_Default {
    border-color: #868686;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Default th {
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 1px;
    background: #eaeaea 0 -1000px repeat-x url('Default/Calendar/sprite.gif');
    color: #000;
    line-height: 23px;
}

table.RadCalendarTimeView_Onyak_Default td {
    border-color: #c5c5c5;
}

.RadCalendarTimeView_Onyak_Default a {
    color: #333;
}

.RadCalendarTimeView_Onyak_Default td.rcSelected a {
    border-color: #8d8d8d #7d7d7d #6c6c6c;
    background: #828282 0 -1700px repeat-x url('Default/Calendar/sprite.gif');
    color: #fff;
}

.RadCalendarTimeView_Onyak_Default td.rcHover a {
    border-color: #c4c4c4 #b2b2b2 #9e9e9e;
    background: #c5c5c5 0 -1600px repeat-x url('Default/Calendar/sprite.gif');
    color: #000;
}

.RadCalendarTimeView_Onyak_Default .rcFooter {
    border-color: #c5c5c5;
}

/*pickers*/

.RadPicker_Onyak_Default .rcCalPopup,
.RadPicker_Onyak_Default .rcTimePopup {
    background-image: url('Default/Calendar/sprite.gif');
}

.RadPicker_Onyak_Default .rcCalPopup,
.RadPicker_Onyak_Default a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Default a.rcCalPopup:hover,
.RadPicker_Onyak_Default a.rcCalPopup:focus,
.RadPicker_Onyak_Default a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Default .rcTimePopup,
.RadPicker_Onyak_Default a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Default a.rcTimePopup:hover,
.RadPicker_Onyak_Default a.rcTimePopup:focus,
.RadPicker_Onyak_Default a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Default .rcTitlebar .rcFastPrev {
    background-position: 1px -497px;
}

.RadCalendarRTL_Onyak_Default .rcTitlebar a.rcFastPrev:hover {
    background-position: 1px -547px;
}

.RadCalendarRTL_Onyak_Default .rcTitlebar .rcPrev {
    background-position: 3px -397px;
}

.RadCalendarRTL_Onyak_Default .rcTitlebar a.rcPrev:hover {
    background-position: 3px -447px;
}

.RadCalendarRTL_Onyak_Default .rcTitlebar .rcNext {
    background-position: 4px -297px;
}

.RadCalendarRTL_Onyak_Default .rcTitlebar a.rcNext:hover {
    background-position: 4px -347px;
}

.RadCalendarRTL_Onyak_Default .rcTitlebar .rcFastNext {
    background-position: 1px -197px;
}

.RadCalendarRTL_Onyak_Default .rcTitlebar a.rcFastNext:hover {
    background-position: 1px -247px;
}

.RadCalendarMultiViewRTL_Onyak_Default .rcTitlebar a.rcFastPrev:hover {
    background-position: 1px -947px;
}

.RadCalendarMultiViewRTL_Onyak_Default .rcTitlebar a.rcPrev:hover {
    background-position: 3px -847px;
}

.RadCalendarMultiViewRTL_Onyak_Default .rcTitlebar a.rcNext:hover {
    background-position: 4px -747px;
}

.RadCalendarMultiViewRTL_Onyak_Default .rcTitlebar a.rcFastNext:hover {
    background-position: 1px -647px;
}
/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_Onyak_Default {
    border: 1px solid #828282;
    background: #fff;
    color: #333;
}

    .RadGrid_Onyak_Default,
    .RadGrid_Onyak_Default .rgMasterTable,
    .RadGrid_Onyak_Default .rgDetailTable,
    .RadGrid_Onyak_Default .rgGroupPanel table,
    .RadGrid_Onyak_Default .rgCommandRow table,
    .RadGrid_Onyak_Default .rgEditForm table,
    .RadGrid_Onyak_Default .rgPager table,
    .GridToolTip_Onyak_Default {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Default .rgAdd,
        .RadGrid_Onyak_Default .rgRefresh,
        .RadGrid_Onyak_Default .rgEdit,
        .RadGrid_Onyak_Default .rgDel,
        .RadGrid_Onyak_Default .rgFilter,
        .RadGrid_Onyak_Default .rgPagePrev,
        .RadGrid_Onyak_Default .rgPageNext,
        .RadGrid_Onyak_Default .rgPageFirst,
        .RadGrid_Onyak_Default .rgPageLast,
        .RadGrid_Onyak_Default .rgExpand,
        .RadGrid_Onyak_Default .rgCollapse,
        .RadGrid_Onyak_Default .rgSortAsc,
        .RadGrid_Onyak_Default .rgSortDesc,
        .RadGrid_Onyak_Default .rgUpdate,
        .RadGrid_Onyak_Default .rgCancel,
        .RadGrid_Onyak_Default .rgUngroup,
        .RadGrid_Onyak_Default .rgExpXLS,
        .RadGrid_Onyak_Default .rgExpDOC,
        .RadGrid_Onyak_Default .rgExpPDF,
        .RadGrid_Onyak_Default .rgExpCSV {
            background-image: url('Default/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Default .rgHeaderDiv {
            background: #eee 0 -7550px repeat-x url('Default/Grid/sprite.gif');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7050px;
}

.RadGrid_Onyak_Default .rgHeader,
.RadGrid_Onyak_Default th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid #828282;
    background: #eaeaea 0 -2300px repeat-x url('Default/Grid/sprite.gif');
}

.RadGrid_Onyak_Default th.rgSorted {
    background-color: #c4c4c4;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Default .rgHeader,
.RadGrid_Onyak_Default .rgHeader a {
    color: #333;
}

/*rows*/

.RadGrid_Onyak_Default .rgRow td,
.RadGrid_Onyak_Default .rgAltRow td,
.RadGrid_Onyak_Default .rgEditRow td,
.RadGrid_Onyak_Default .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 0;
}

.RadGrid_Onyak_Default .rgRow td {
    border-color: #fff;
}

.RadGrid_Onyak_Default .rgAltRow {
    background: #f2f2f2;
}

    .RadGrid_Onyak_Default .rgAltRow td {
        border-color: #f2f2f2;
    }

.RadGrid_Onyak_Default .rgRow .rgSorted {
    border-bottom-color: #f2f2f2;
    background-color: #f2f2f2;
}

.RadGrid_Onyak_Default .rgAltRow .rgSorted {
    border-bottom-color: #e6e6e6;
    background-color: #e6e6e6;
}

.RadGrid_Onyak_Default .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Default .rgActiveRow .rgSorted,
.RadGrid_Onyak_Default .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Default .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Default .rgRow a,
.RadGrid_Onyak_Default .rgAltRow a,
.RadGrid_Onyak_Default .rgEditRow a,
.RadGrid_Onyak_Default tr.rgEditRow a,
.RadGrid_Onyak_Default tr.rgHoveredRow a,
.RadGrid_Onyak_Default tr.rgActiveRow a,
.RadGrid_Onyak_Default .rgFooter a,
.RadGrid_Onyak_Default .rgEditForm a {
    color: #000;
}

.RadGrid_Onyak_Default .rgSelectedRow {
    background: #828282 0 -3900px repeat-x url('Default/Grid/sprite.gif');
    color: #fff;
}

    * + html .RadGrid_Onyak_Default .rgSelectedRow .rgSorted {
        background-color: #828282;
    }

    * html .RadGrid_Onyak_Default .rgSelectedRow .rgSorted {
        background-color: #828282;
    }

    .RadGrid_Onyak_Default .rgSelectedRow a {
        color: #fff;
    }

.RadGrid_Onyak_Default .rgActiveRow,
.RadGrid_Onyak_Default .rgHoveredRow {
    background: #c5c5c5 0 -2900px repeat-x url('Default/Grid/sprite.gif');
    color: #333;
}

    * + html .RadGrid_Onyak_Default .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Default .rgHoveredRow .rgSorted {
        background-color: #c5c5c5;
    }

    * html .RadGrid_Onyak_Default .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Default .rgHoveredRow .rgSorted {
        background-color: #c5c5c5;
    }

.RadGrid_Onyak_Default .rgEditRow {
    background: #fff 0 -4900px repeat-x url('Default/Grid/sprite.gif');
    color: #333;
}

    * + html .RadGrid_Onyak_Default .rgEditRow .rgSorted {
        background-color: #fff;
    }

    * html .RadGrid_Onyak_Default .rgEditRow .rgSorted {
        background-color: #fff;
    }

.RadGrid_Onyak_Default .rgActiveRow td,
.RadGrid_Onyak_Default .rgActiveRow td.rgSorted,
.RadGrid_Onyak_Default .rgHoveredRow td,
.RadGrid_Onyak_Default .rgHoveredRow td.rgSorted {
    border-bottom-color: #9e9e9e;
}

.RadGrid_Onyak_Default .rgSelectedRow td,
.RadGrid_Onyak_Default .rgSelectedRow td.rgSorted {
    border-bottom-color: #6c6c6c;
}

.RadGrid_Onyak_Default .rgDrag {
    background-image: url('Default/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Default .rgFooterDiv,
.RadGrid_Onyak_Default .rgFooter {
    background: #eee;
}

    .RadGrid_Onyak_Default .rgFooter td {
        border-top: 1px solid #828282;
        border-bottom: 1px solid #fff;
    }

/*status*/

.RadGrid_Onyak_Default .rgPager .rgStatus {
    border: 1px solid;
    border-color: #828282 #c9c9c9 #eee #c9c9c9;
    border-left-width: 0;
}

.RadGrid_Onyak_Default .rgStatus div {
    background-image: url('Default/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Default .rgPager {
    background: #eee;
}

.RadGrid_Onyak_Default td.rgPagerCell {
    border: 1px solid;
    border-color: #828282 #eee #eee;
    border-right-width: 0;
}

.RadGrid_Onyak_Default .rgInfoPart {
    color: #8a8a8a;
}

    .RadGrid_Onyak_Default .rgInfoPart strong {
        color: #4c4e54;
    }

.RadGrid_Onyak_Default .rgPageFirst {
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Default .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Default .rgPagePrev {
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Default .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Default .rgPageNext {
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Default .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Default .rgPageLast {
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Default .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Default .rgPager .rgPagerButton {
    border-color: #d0d0d0 #aeaeae #8b8b8b;
    background: #e8e8e8 repeat-x 0 -1550px url('Default/Grid/sprite.gif');
    color: #000;
    font-family: "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Default .rgNumPart a:hover,
.RadGrid_Onyak_Default .rgNumPart a:hover span,
.RadGrid_Onyak_Default .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Default .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Default/Grid/sprite.gif');
}

.RadGrid_Onyak_Default .rgNumPart a {
    color: #000;
}

    .RadGrid_Onyak_Default .rgNumPart a:hover {
        background-position: 100% -1250px;
    }

        .RadGrid_Onyak_Default .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Default .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Default .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
    }

        .RadGrid_Onyak_Default .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Default .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Default .rgHeader .rgSortAsc {
    background-position: 3px -248px;
    height: 10px;
}

.RadGrid_Onyak_Default .rgHeader .rgSortDesc {
    background-position: 3px -198px;
    height: 10px;
}

.GridReorderTop_Onyak_Default,
.GridReorderBottom_Onyak_Default {
    background: 0 0 no-repeat url('Default/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Default {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Default .rgFilterRow {
    background: #eee;
}

    .RadGrid_Onyak_Default .rgFilterRow td {
        border-bottom: 1px solid #828282;
    }

.RadGrid_Onyak_Default .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Default .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Default .rgFilterActive,
.RadGrid_Onyak_Default .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Default .rgFilterBox {
    border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
    font-family: "segoe ui",arial,sans-serif;
    color: #333;
}

/*filter context menu*/

.RadMenu_Onyak_Default .rgHCMClear,
.RadMenu_Onyak_Default .rgHCMFilter {
    border-color: #d0d0d0 #a8a8a8 #8b8b8b;
    background: #e8e8e8 center -23px repeat-x url('Default/FormDecorator/ButtonSprites.gif');
    color: #000;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Default .rgHCMClear:hover,
    .RadMenu_Onyak_Default .rgHCMFilter:hover {
        border-color: #d1d1d1 #b9b9b9 #a3a3a3;
        background-position: center -67px;
        background-color: #e5e5e5;
    }

/*context menu*/

.GridContextMenu_Onyak_Default .rmLeftImage {
    background-image: url('Default/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Default .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Default .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Default .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Default .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Default .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Default .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Default .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Default .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Default .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #828282;
    background: #eee 0 -1900px repeat-x url('Default/Grid/sprite.gif');
}

    .RadGrid_Onyak_Default .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
    }

        .RadGrid_Onyak_Default .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Default .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Default .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_Default .rgUngroup {
    background-position: 0 -6998px;
}

.RadGrid_Onyak_Default .rgGroupItem {
    border: 1px solid;
    border-color: #c4c4c4 #c4c4c4 #9e9e9e;
    background: #c6c6c6 0 -6500px repeat-x url('Default/Grid/sprite.gif');
}

.RadGrid_Onyak_Default .rgMasterTable td.rgGroupCol,
.RadGrid_Onyak_Default .rgMasterTable td.rgExpandCol {
    border-color: #d9d9d9;
    background: #d9d9d9 none;
}

.RadGrid_Onyak_Default .rgGroupHeader {
    background: #d9d9d9;
    font-size: 1.1em;
    line-height: 21px;
    color: #000;
}

    .RadGrid_Onyak_Default .rgGroupHeader td {
        border-top: 1px solid #828282;
        border-bottom: 1px solid #d9d9d9;
    }

        .RadGrid_Onyak_Default .rgGroupHeader td.rgGroupCol {
            border-top-color: #828282;
        }

.RadGrid_Onyak_Default .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Default .rgCollapse {
    background-position: 3px -444px;
}

/*editing*/

.RadGrid_Onyak_Default .rgEditForm {
    border-bottom: 1px solid #828282;
}

.RadGrid_Onyak_Default .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Default .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Default .rgDetailTable {
    border-color: #828282;
}

/*command row*/

.RadGrid_Onyak_Default .rgCommandRow {
    background: #c5c5c5 0 -2099px repeat-x url('Default/Grid/sprite.gif');
    color: #000;
}

.RadGrid_Onyak_Default .rgCommandCell {
    border: 1px solid;
    border-color: #999 #f2f2f2;
    border-top-width: 0;
    padding: 0;
}

.RadGrid_Onyak_Default tfoot .rgCommandCell,
.RadGrid_Onyak_Default .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top-width: 1px;
    border-bottom-width: 0;
}

.RadGrid_Onyak_Default .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Default .rgCommandTable {
    border: 0;
    border-top: 1px solid #fdfdfd;
    border-bottom: 1px solid #e7e7e7;
}

.RadGrid_Onyak_Default .rgCommandRow a {
    color: #000;
    text-decoration: none;
}

.RadGrid_Onyak_Default .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Default .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Default .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Default .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Default .rgSelected .rgDel {
    background-position: 0 -1775px;
}

.RadGrid_Onyak_Default .rgExpXLS,
.RadGrid_Onyak_Default .rgExpDOC,
.RadGrid_Onyak_Default .rgExpPDF,
.RadGrid_Onyak_Default .rgExpCSV {
    background-image: url('Default/Common/export.gif');
}

.RadGrid_Onyak_Default .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Default .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Default .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Default .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Default {
    background: #4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Default {
    border-top: 1px dashed #666;
}

/*tooltip*/

.GridToolTip_Onyak_Default {
    border: 1px solid #828282;
    padding: 3px;
    background: #fff;
    color: #333;
}

/*rtl*/

.RadGridRTL_Onyak_Default .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Default .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Default .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Default .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Default .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Default .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Default .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Default .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Default .rgExpand {
    background-position: -20px -496px;
}

/*Telerik RadInput Hay Skin*/

/*global*/

.RadInput_Onyak_Hay,
.RadInputMgr_Onyak_Hay {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Hay .riTextBox,
html body .RadInputMgr_Onyak_Hay {
    border-color: #898772;
    background: #fff;
    color: #272722;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Hay .riEmpty,
html body .RadInput_Empty_Onyak_Hay {
    color: #777;
}

html body .RadInput_Onyak_Hay .riHover,
html body .RadInput_Hover_Onyak_Hay,
html body .RadInput_Onyak_Hay .riFocused,
html body .RadInput_Focused_Onyak_Hay {
    border-color: #2c8406;
}

html body .RadInput_Onyak_Hay .riRead,
html body .RadInput_Read_Onyak_Hay {
    border-color: #b0b0b0;
}

html body .RadInput_Onyak_Hay .riDisabled,
html body .RadInput_Disabled_Onyak_Hay {
    border-color: #b0b0b0;
    color: #777;
    cursor: default;
}

html body .RadInput_Onyak_Hay .riError,
html body .RadInput_Error_Onyak_Hay {
    border-color: #e92600;
    background: #fff 100% -298px no-repeat url('Hay/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Hay .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Hay[type="text"] {
    border-color: #e92600;
    background: #fff 100% -298px no-repeat url('Hay/Input/sprite.gif');
    color: #b32d34;
}

html body .RadInput_Onyak_Hay .riNegative,
html body .RadInput_Negative_Onyak_Hay {
    color: #444;
}

/*buttons*/

.RadInput_Onyak_Hay a {
    background: transparent no-repeat url('Hay/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Hay .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 4px 5px;
}

    .RadInput_Onyak_Hay .riBtn a:hover {
        background-position: 4px -45px;
    }

/*spin*/

.RadInput_Onyak_Hay .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Hay a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Hay a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Hay a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Hay a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Hay .riLabel {
    color: #272722;
}

/*rtl*/

html body .RadInputRTL_Onyak_Hay .riError,
html body .RadInputRTL_Error_Onyak_Hay {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Hay .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Hay[type="text"] {
    background-position: 3px -298px;
}
/* <RadMenu / Hay> */

.RadMenu_Onyak_Hay .rmRootGroup,
.RadMenu_Onyak_Hay a.rmLink,
.RadMenu_Onyak_Hay .rmText,
.RadMenu_Onyak_Hay .rmLeftArrow,
.RadMenu_Onyak_Hay .rmRightArrow,
.RadMenu_Onyak_Hay .rmTopArrow,
.RadMenu_Onyak_Hay .rmBottomArrow {
    background-image: url('Hay/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Hay .rmRootGroup {
    border: 1px solid #bbb99d;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #dee0c8;
}

.RadMenu_Onyak_Hay .rmVertical {
    background-position: 0 -408px;
}

/* <Root items> */

.RadMenu_Onyak_Hay,
.RadMenu_Onyak_Hay a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #272722;
    text-decoration: none;
}

    .RadMenu_Onyak_Hay a.rmLink,
    .RadMenu_Onyak_Hay .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_Hay a.rmLink:hover,
        .RadMenu_Onyak_Hay a.rmFocused,
        .RadMenu_Onyak_Hay a.rmSelected {
            color: #279500;
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_Hay a.rmLink:hover .rmText,
            .RadMenu_Onyak_Hay a.rmFocused .rmText,
            .RadMenu_Onyak_Hay a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_Hay a.rmExpanded,
    .RadMenu_Onyak_Hay a.rmExpanded:hover {
        color: #fff;
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_Hay a.rmExpanded .rmText,
        .RadMenu_Onyak_Hay a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_Hay a.rmDisabled,
    .RadMenu_Onyak_Hay a.rmDisabled:hover {
        color: #919180;
    }

        .RadMenu_Onyak_Hay a.rmDisabled:hover,
        .RadMenu_Onyak_Hay a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Hay .rmGroup,
    .RadMenu_Onyak_Hay .rmMultiColumn,
    .RadMenu_Onyak_Hay .rmGroup .rmVertical {
        border: 1px solid #959485;
        background: #fff url('Hay/Menu/rmVSprite.png') repeat-y -1px 0;
    }

    .RadMenu_Onyak_Hay .rmTopFix,
    .RadMenu_Onyak_Hay .rmBottomFix,
    .RadMenu_Onyak_Hay .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Hay .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Hay .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Hay .rmRoundedCorners ul.rmHorizontal .rmFirst,
    .RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Hay_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        background-image: url('Hay/Menu/rmVSprite.png');
        background-color: #fff;
        background-repeat: repeat-y;
        background-position: -3px 0;
    }

* html .rmRoundedCorners_Onyak_Hay .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Hay ul.rmHorizontal .rmFirst {
    background-image: url('Hay/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: -3px 0;
}

.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Hay .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Hay .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Hay .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Hay .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Hay .rmRoundedCorners .rmGroupColumn {
    background-color: #fff;
}

.RadMenu_Onyak_Hay .rmBottomLeft,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Hay .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmMultiColumn {
    background-image: url('Hay/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Hay .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Hay .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Hay ul.rmGroup {
    background-image: url('Hay/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Hay .rmTopRight,
.RadMenu_Onyak_Hay .rmBottomRight {
    background-image: url('Hay/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Hay .rmTopFix,
.RadMenu_Onyak_Hay .rmBottomFix,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Hay .rmGroup .rmFirst {
    border-color: #959485;
}

.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

* html .rmRoundedCorners_Onyak_Hay .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Hay .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Hay .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Hay .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Hay .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Hay .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

.RadMenu_Onyak_Hay li.rmTopFix,
.RadMenu_Onyak_Hay li.rmBottomFix {
    background-position: -4px 0;
}

.RadMenu_Onyak_Hay_rtl .rmBottomLeft,
.RadMenu_Onyak_Hay_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Hay_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Hay .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Hay_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Hay/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Hay_rtl .rmTopRight,
.RadMenu_Onyak_Hay_rtl .rmBottomRight {
    background-image: url('Hay/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Hay_rtl li.rmTopFix,
.RadMenu_Onyak_Hay_rtl li.rmBottomFix,
.RadMenu_Onyak_Hay_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Hay_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Hay .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Hay_rtl .rmGroup,
.RadMenu_Onyak_Hay_rtl .rmMultiColumn,
.RadMenu_Onyak_Hay_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

.RadMenu_Onyak_Hay .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Hay .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Hay .rmGroup .rmFirst,
.RadMenu_Onyak_Hay .rmGroup .rmLast,
.RadMenu_Onyak_Hay .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Hay_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Hay .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Hay .rmRootGroup li.rmItem .rmGroup {
    padding-bottom: 0;
}

.RadMenu_Onyak_Hay .rmGroup li.rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Hay .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Hay .rmGroup a.rmFocused,
.RadMenu_Onyak_Hay .rmGroup a.rmSelected,
.RadMenu_Onyak_Hay .rmGroup a.rmExpanded {
    background-position: 0 -168px;
}

    .RadMenu_Onyak_Hay .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Hay .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Hay .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Hay .rmGroup a.rmExpanded .rmText {
        background-position: 100% -192px;
    }

    .RadMenu_Onyak_Hay .rmGroup a.rmExpanded,
    .RadMenu_Onyak_Hay .rmGroup a.rmExpanded:hover {
        color: #279500;
    }

.RadMenu_Onyak_Hay .rmGroup a.rmDisabled,
.RadMenu_Onyak_Hay .rmGroup a.rmDisabled:hover {
    color: #8a8a8a;
}

/* <expand arrows> */

.RadMenu_Onyak_Hay .rmVertical .rmExpandRight,
.RadMenu_Onyak_Hay_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_Hay .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_Hay .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Hay .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Hay .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Hay .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Hay .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Hay .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Hay .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Hay .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('Hay/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Hay .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Hay .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Hay .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_Hay .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Hay .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_Hay .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Hay .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Hay .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Hay .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Hay .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Hay .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Hay .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Hay .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Hay/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Hay .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Hay_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Hay_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Hay .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Hay/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Hay_rtl a.rmLink:hover,
.RadMenu_Onyak_Hay_rtl a.rmFocused,
.RadMenu_Onyak_Hay_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Hay_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Hay_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Hay_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Hay_rtl a.rmExpanded,
.RadMenu_Onyak_Hay_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Hay_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Hay_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Hay_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Hay_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Hay_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Hay_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Hay_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Hay_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Hay_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Hay_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Hay_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Hay_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Hay_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Hay_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Hay_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_Hay_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Hay_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_Hay_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Hay_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Hay_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Hay_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Hay/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Hay_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Hay_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Hay/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Hay - specific, overlapping submenus)> */

.RadMenu_Onyak_Hay .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_Hay .rmVertical .rmSlide,
    .RadMenu_Onyak_Hay .rmSlide .rmSlide,
    .RadMenu_Onyak_Hay_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Hay_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_Hay_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_Hay_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_Hay_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Hay .rmLeftArrow,
.RadMenu_Onyak_Hay .rmRightArrow {
    background-color: #f6f6e8;
}

.RadMenu_Onyak_Hay .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #bbb99d;
}

.RadMenu_Onyak_Hay .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #bbb99d;
}

.RadMenu_Onyak_Hay .rmTopArrow,
.RadMenu_Onyak_Hay .rmBottomArrow,
.RadMenu_Onyak_Hay .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Hay .rmGroup .rmRightArrow {
    background-color: #f6f6e8;
}

.RadMenu_Onyak_Hay .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #bbb99d;
}

.RadMenu_Onyak_Hay .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #bbb99d;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Hay .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_Hay .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_Hay .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Hay .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Hay> */

/* RadSlider for ASP.NET AJAX Hay Skin */
.RadSlider_Onyak_Hay .rslTrack {
    border-color: #8a8a7a #fff #fff #8a8a7a;
}

.RadSlider_Onyak_Hay .rslHorizontal a.rslHandle {
    background-image: url('Hay/Slider/Handles.gif');
}

.RadSlider_Onyak_Hay .rslHorizontal a.rslDraghandle {
    background-image: url('Hay/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Hay .rslHorizontal .rslTrack {
    background: url('Hay/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Hay .rslHorizontal .rslSelectedregion {
    background: url('Hay/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Hay .rslVertical a.rslHandle {
    background-image: url('Hay/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Hay .rslVertical .rslTrack {
    background: url('Hay/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Hay .rslVertical .rslSelectedregion {
    background: url('Hay/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Hay .rslVertical a.rslDraghandle {
    background: url('Hay/Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_Onyak_Hay .rslItem,
.RadSlider_Onyak_Hay .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Hay .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Hay .rslHorizontal .rslItem {
    background-image: url('Hay/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Hay .rslVertical .rslItem {
    background-image: url('Hay/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Hay .rslTop .rslSmallTick,
.RadSlider_Onyak_Hay .rslBottom .rslSmallTick {
    background-image: url('Hay/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Hay .rslTop .rslLargeTick,
.RadSlider_Onyak_Hay .rslBottom .rslLargeTick {
    background-image: url('Hay/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Hay .rslLeft .rslSmallTick,
.RadSlider_Onyak_Hay .rslRight .rslSmallTick {
    background-image: url('Hay/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Hay .rslLeft .rslLargeTick,
.RadSlider_Onyak_Hay .rslRight .rslLargeTick {
    background-image: url('Hay/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Hay .rslMiddle .rslSmallTick {
    background-image: url('Hay/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Hay .rslMiddle .rslLargeTick {
    background-image: url('Hay/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Hay .rslCenter .rslSmallTick {
    background-image: url('Hay/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Hay .rslCenter .rslLargeTick {
    background-image: url('Hay/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadCalendar Hay skin*/

table.RadCalendar_Onyak_Hay {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Hay .rcTitlebar {
    border-color: #27710a;
    background: #4fb007 0 -999px repeat-x url('Hay/Calendar/sprite.gif');
    color: #fff;
}

    .RadCalendar_Onyak_Hay .rcTitlebar table {
        border: 1px solid;
        border-color: #85d53a #6fc32b #68bc2b;
        font: 12px/21px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Hay .rcTitlebar td {
        padding: 0 0 1px;
    }

    .RadCalendar_Onyak_Hay .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Hay .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Hay .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Hay .rcTitlebar .rcFastNext {
        width: 18px;
        height: 17px;
        margin: 2px 2px 0;
        background-image: url('Hay/Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar_Onyak_Hay .rcTitlebar .rcFastPrev {
        margin-left: 4px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Hay .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Hay .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Hay .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Hay .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Hay .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Hay .rcTitlebar .rcFastNext {
        margin-right: 4px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Hay .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_Hay .rcMain {
    border-color: #959485;
}

.RadCalendar_Onyak_Hay .rcMainTable {
    color: #272722;
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Hay .rcHeader,
.RadCalendar_Onyak_Hay .rcFooter {
    border-color: #959485;
}

/*week numbers and days*/

.RadCalendar_Onyak_Hay .rcRow th,
.RadCalendar_Onyak_Hay .rcWeek th {
    background: #f6f6e8;
}

.RadCalendar_Onyak_Hay .rcWeek th {
    border-bottom: 1px solid #cac8ab;
    padding: 2px 6px 2px 0;
}

.RadCalendar_Onyak_Hay .rcWeek .rcViewSel,
.RadCalendar_Onyak_Hay .rcRow th {
    width: 12px;
    padding: 0 7px 0 9px;
}

.RadCalendar_Onyak_Hay .rcRow th {
    border-right: 1px solid #cac8ab;
}

/*date cells*/

.RadCalendar_Onyak_Hay .rcRow td {
    border-color: #fff;
}

.RadCalendar_Onyak_Hay .rcMain .rcRow a,
.RadCalendar_Onyak_Hay .rcMain .rcRow span {
    color: #272722;
}

.RadCalendar_Onyak_Hay .rcMain .rcWeekend a {
    color: #474744;
}

.RadCalendar_Onyak_Hay .rcRow .rcToday {
    border-color: #27710a;
}

.RadCalendar_Onyak_Hay .rcMain .rcOtherMonth a {
    color: #777;
}

.RadCalendar_Onyak_Hay .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar_Onyak_Hay .rcRow .rcSelected {
    border-color: #459e1d;
    background: #9fd774 0 -1700px repeat-x url('Hay/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Hay .rcRow .rcSelected a {
        color: #185d00;
    }

.RadCalendar_Onyak_Hay .rcRow .rcHover {
    border-color: #82c23e;
    background: #d7fabc 0 -1600px repeat-x url('Hay/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Hay .rcRow .rcToday a,
    .RadCalendar_Onyak_Hay .rcRow .rcHover a {
        color: #279500;
    }

/*multimonth view*/

.RadCalendarMultiView_Onyak_Hay .rcTitlebar {
    border-color: #504f41 #424236 #36352c;
    background: #676657 0 -1199px repeat-x url('Hay/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_Hay .rcTitlebar table {
        border: 1px solid;
        border-color: #a1a18d #888779 #7d7c6f;
        line-height: 27px;
    }

    .RadCalendarMultiView_Onyak_Hay .rcTitlebar td {
        padding-bottom: 1px;
    }

    .RadCalendarMultiView_Onyak_Hay .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -650px;
    }

    .RadCalendarMultiView_Onyak_Hay .rcTitlebar a.rcPrev:hover {
        background-position: 0 -750px;
    }

    .RadCalendarMultiView_Onyak_Hay .rcTitlebar a.rcNext:hover {
        background-position: 0 -850px;
    }

    .RadCalendarMultiView_Onyak_Hay .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -950px;
    }

.RadCalendarMultiView_Onyak_Hay .rcCalendar {
    border-color: #959485;
    border-top: 0;
}

    .RadCalendarMultiView_Onyak_Hay .rcCalendar .rcMainTable {
        height: 195px;
    }

.RadCalendarMultiView_Onyak_Hay .rcMainTable .rcTitle {
    border: 1px solid;
    border-color: #85d53a #6fc32b #27710a;
    padding: 0 0 2px;
    background: #4fb007 0 -1000px repeat-x url('Hay/Calendar/sprite.gif');
    color: #fff;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Hay {
    border-color: #959485;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #272722;
}

.RadCalendarMonthView_Onyak_Hay #rcMView_Feb,
.RadCalendarMonthView_Onyak_Hay #rcMView_Apr,
.RadCalendarMonthView_Onyak_Hay #rcMView_Jun,
.RadCalendarMonthView_Onyak_Hay #rcMView_Aug,
.RadCalendarMonthView_Onyak_Hay #rcMView_Oct,
.RadCalendarMonthView_Onyak_Hay #rcMView_Dec {
    border-right: 1px solid #959485;
}

.RadCalendarMonthView_Onyak_Hay a {
    color: #272722;
}

.RadCalendarMonthView_Onyak_Hay .rcSelected a {
    border-color: #459e1d;
    background: #9fd774 0 -1700px repeat-x url('Hay/Calendar/sprite.gif');
}

.RadCalendarMonthView_Onyak_Hay #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Hay #rcMView_NextY a {
    width: 15px;
    height: 13px;
    background: url('Hay/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Hay #rcMView_PrevY a {
    background-position: 6px -2095px;
}

.RadCalendarMonthView_Onyak_Hay #rcMView_NextY a {
    background-position: 7px -2195px;
}

.RadCalendarMonthView_Onyak_Hay .rcButtons {
    padding: 5px 7px 3px;
}

.RadCalendarMonthView_Onyak_Hay input {
    border-color: #5eba3b #47a723 #31950b;
    padding: 1px 0 0;
    background: #c2e5a6 0 -2300px repeat-x url('Hay/Calendar/sprite.gif');
    color: #045100;
    font: 12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_Hay input:hover
{
    border-color:#74ca53 #5bb638 #42a31d;
    background-color:#daf4c6;
    background-position:0 -2350px;
    color:#279500;
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_Hay {
    border-color: #959485;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Hay th {
    border: 1px solid;
    border-color: #85d53a #6fc32b #27710a;
    padding: 0 0 2px;
    background: #4fb007 0 -1000px repeat-x url('Hay/Calendar/sprite.gif');
    color: #fff;
    line-height: 21px;
}

table.RadCalendarTimeView_Onyak_Hay td {
    border-color: #959485;
}

.RadCalendarTimeView_Onyak_Hay a {
    color: #272722;
}

.RadCalendarTimeView_Onyak_Hay td.rcSelected a {
    border-color: #459e1d;
    background: #9fd774 0 -1700px repeat-x url('Hay/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Hay td.rcHover a {
    border-color: #82c23e;
    background: #d7fabc 0 -1600px repeat-x url('Hay/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Hay .rcFooter {
    border-color: #959485;
}

/*pickers*/

.RadPicker_Onyak_Hay .rcCalPopup,
.RadPicker_Onyak_Hay .rcTimePopup {
    background-image: url('Hay/Calendar/sprite.gif');
}

.RadPicker_Onyak_Hay .rcCalPopup,
.RadPicker_Onyak_Hay a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Hay a.rcCalPopup:hover,
.RadPicker_Onyak_Hay a.rcCalPopup:focus,
.RadPicker_Onyak_Hay a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Hay .rcTimePopup,
.RadPicker_Onyak_Hay a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Hay a.rcTimePopup:hover,
.RadPicker_Onyak_Hay a.rcTimePopup:focus,
.RadPicker_Onyak_Hay a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Hay .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Hay .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Hay .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Hay .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Hay .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Hay .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Hay .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Hay .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}

.RadCalendarMultiViewRTL_Onyak_Hay .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -950px;
}

.RadCalendarMultiViewRTL_Onyak_Hay .rcTitlebar a.rcPrev:hover {
    background-position: 0 -850px;
}

.RadCalendarMultiViewRTL_Onyak_Hay .rcTitlebar a.rcNext:hover {
    background-position: 0 -750px;
}

.RadCalendarMultiViewRTL_Onyak_Hay .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -650px;
}
/*Telerik RadGrid Hay Skin*/

/*global*/

.RadGrid_Onyak_Hay {
    border: 1px solid #bbb99d;
    background: #fff;
    color: #272722;
}

    .RadGrid_Onyak_Hay,
    .RadGrid_Onyak_Hay .rgMasterTable,
    .RadGrid_Onyak_Hay .rgDetailTable,
    .RadGrid_Onyak_Hay .rgGroupPanel table,
    .RadGrid_Onyak_Hay .rgCommandRow table,
    .RadGrid_Onyak_Hay .rgEditForm table,
    .RadGrid_Onyak_Hay .rgPager table,
    .GridToolTip_Onyak_Hay {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Hay .rgHeader:first-child,
        .RadGrid_Onyak_Hay th.rgResizeCol:first-child,
        .RadGrid_Onyak_Hay .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Hay .rgRow > td:first-child,
        .RadGrid_Onyak_Hay .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Hay .rgAdd,
        .RadGrid_Onyak_Hay .rgRefresh,
        .RadGrid_Onyak_Hay .rgEdit,
        .RadGrid_Onyak_Hay .rgDel,
        .RadGrid_Onyak_Hay .rgFilter,
        .RadGrid_Onyak_Hay .rgPagePrev,
        .RadGrid_Onyak_Hay .rgPageNext,
        .RadGrid_Onyak_Hay .rgPageFirst,
        .RadGrid_Onyak_Hay .rgPageLast,
        .RadGrid_Onyak_Hay .rgExpand,
        .RadGrid_Onyak_Hay .rgCollapse,
        .RadGrid_Onyak_Hay .rgSortAsc,
        .RadGrid_Onyak_Hay .rgSortDesc,
        .RadGrid_Onyak_Hay .rgUpdate,
        .RadGrid_Onyak_Hay .rgCancel,
        .RadGrid_Onyak_Hay .rgUngroup,
        .RadGrid_Onyak_Hay .rgExpXLS,
        .RadGrid_Onyak_Hay .rgExpDOC,
        .RadGrid_Onyak_Hay .rgExpPDF,
        .RadGrid_Onyak_Hay .rgExpCSV {
            background-image: url('Hay/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Hay .rgHeaderDiv {
            background: #dee0c8 0 -7550px repeat-x url('Hay/Grid/sprite.gif');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7050px;
}

.RadGrid_Onyak_Hay .rgHeader,
.RadGrid_Onyak_Hay th.rgResizeCol {
    border: 1px solid;
    border-color: #7ed131 #72c530 #27710a #358709;
    border-top-width: 0;
    padding-top: 4px;
    background: 0 -2300px repeat-x #4eb106 url('Hay/Grid/sprite.gif');
}

.RadGrid_Onyak_Hay th.rgSorted {
    border-color: #8ed73f #72c530 #43851d #358709;
    background-color: #65bc1a;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Hay .rgHeader,
.RadGrid_Onyak_Hay .rgHeader a {
    color: #fff;
}

/*rows*/

.RadGrid_Onyak_Hay .rgRow td,
.RadGrid_Onyak_Hay .rgAltRow td,
.RadGrid_Onyak_Hay .rgEditRow td,
.RadGrid_Onyak_Hay .rgFooter td {
    border-style: solid;
    border-width: 0 1px 1px;
}

.RadGrid_Onyak_Hay .rgRow td {
    border-color: #fff #fff #fff #bbb99d;
}

.RadGrid_Onyak_Hay .rgAltRow {
    background: #ececd8;
}

    .RadGrid_Onyak_Hay .rgAltRow td {
        border-color: #ececd8 #ececd8 #ececd8 #bbb99d;
    }

.RadGrid_Onyak_Hay .rgRow .rgSorted {
    border-bottom-color: #f6f6e8;
    background-color: #f6f6e8;
}

.RadGrid_Onyak_Hay .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Hay .rgActiveRow .rgSorted,
.RadGrid_Onyak_Hay .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Hay .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Hay .rgRow a,
.RadGrid_Onyak_Hay .rgAltRow a,
.RadGrid_Onyak_Hay .rgEditRow a,
.RadGrid_Onyak_Hay .rgFooter a,
.RadGrid_Onyak_Hay .rgEditForm a {
    color: #185d00;
}

.RadGrid_Onyak_Hay .rgSelectedRow {
    background: #9dd672 0 -3900px repeat-x url('Hay/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Hay .rgSelectedRow .rgSorted {
        background-color: #9dd672;
    }

    * html .RadGrid_Onyak_Hay .rgSelectedRow .rgSorted {
        background-color: #9dd672;
    }

.RadGrid_Onyak_Hay .rgActiveRow,
.RadGrid_Onyak_Hay .rgHoveredRow {
    background: #d6faba 0 -2900px repeat-x url('Hay/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Hay .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Hay .rgHoveredRow .rgSorted {
        background-color: #d6faba;
    }

    * html .RadGrid_Onyak_Hay .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Hay .rgHoveredRow .rgSorted {
        background-color: #d6faba;
    }

.RadGrid_Onyak_Hay .rgEditRow {
    background: #dee0c8;
}

    * + html .RadGrid_Onyak_Hay .rgEditRow .rgSorted {
        background-color: #dee0c8;
    }

    * html .RadGrid_Onyak_Hay .rgEditRow .rgSorted {
        background-color: #dee0c8;
    }

    .RadGrid_Onyak_Hay .rgSelectedRow td,
    .RadGrid_Onyak_Hay .rgActiveRow td,
    .RadGrid_Onyak_Hay .rgHoveredRow td,
    .RadGrid_Onyak_Hay .rgEditRow td {
        border-left-width: 0;
        border-right-width: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

        .RadGrid_Onyak_Hay .rgSelectedRow td,
        .RadGrid_Onyak_Hay .rgSelectedRow td.rgSorted {
            border-bottom-color: #459e1d;
        }

        .RadGrid_Onyak_Hay .rgActiveRow td,
        .RadGrid_Onyak_Hay .rgHoveredRow td,
        .RadGrid_Onyak_Hay .rgActiveRow td.rgSorted,
        .RadGrid_Onyak_Hay .rgHoveredRow td.rgSorted {
            border-bottom-color: #82c23e;
        }

        .RadGrid_Onyak_Hay .rgEditRow td,
        .RadGrid_Onyak_Hay .rgEditRow td.rgSorted {
            border-color: #fff #fff #dee0c8 #fff;
        }

.RadGrid_Onyak_Hay .rgDrag {
    background-image: url('Hay/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Hay .rgFooterDiv,
.RadGrid_Onyak_Hay .rgFooter {
    background: #dee0c8;
}

    .RadGrid_Onyak_Hay .rgFooter td {
        border-top-width: 1px;
        border-color: #bbb99d #dee0c8 #fff #dee0c8;
    }

/*status*/

.RadGrid_Onyak_Hay .rgPager .rgStatus {
    border: 1px solid;
    border-color: #bbb99d #bbb99d #fff #bbb99d;
    border-left-width: 0;
}

.RadGrid_Onyak_Hay .rgStatus div {
    background-image: url('Hay/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Hay .rgPager {
    background: #dee0c8;
}

.RadGrid_Onyak_Hay td.rgPagerCell {
    border: 1px solid;
    border-color: #bbb99d #fff #fff;
    border-right-width: 0;
}

.RadGrid_Onyak_Hay .rgInfoPart {
    color: #646559;
}

    .RadGrid_Onyak_Hay .rgInfoPart strong {
        color: #272722;
    }

.RadGrid_Onyak_Hay .rgPageFirst {
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Hay .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Hay .rgPagePrev {
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Hay .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Hay .rgPageNext {
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Hay .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Hay .rgPageLast {
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Hay .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Hay .rgPager .rgPagerButton {
    border-color: #5eba3b #45a520 #31950b;
    background: #c2e5a6 repeat-x 0 -1550px url('Hay/Grid/sprite.gif');
    color: #045100;
    font-family: "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Hay .rgNumPart a:hover,
.RadGrid_Onyak_Hay .rgNumPart a:hover span,
.RadGrid_Onyak_Hay .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Hay .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Hay/Grid/sprite.gif');
}

.RadGrid_Onyak_Hay .rgNumPart a {
    color: #272722;
}

    .RadGrid_Onyak_Hay .rgNumPart a:hover {
        background-position: 100% -1250px;
        color: #279500;
    }

        .RadGrid_Onyak_Hay .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Hay .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Hay .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
        color: #045100;
    }

        .RadGrid_Onyak_Hay .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Hay .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Hay .rgHeader .rgSortAsc {
    background-position: 3px -247px;
    height: 10px;
}

.RadGrid_Onyak_Hay .rgHeader .rgSortDesc {
    background-position: 3px -197px;
    height: 10px;
}

.GridReorderTop_Onyak_Hay,
.GridReorderBottom_Onyak_Hay {
    background: 0 0 no-repeat url('Hay/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Hay {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Hay .rgFilterRow {
    background: #dee0c8;
}

    .RadGrid_Onyak_Hay .rgFilterRow td {
        border: 1px solid;
        border-top-width: 0;
        border-color: #dee0c8 #dee0c8 #89876b;
    }

.RadGrid_Onyak_Hay .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Hay .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Hay .rgFilterActive,
.RadGrid_Onyak_Hay .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Hay .rgFilterBox {
    border-color: #898772;
    font-family: "segoe ui",arial,sans-serif;
    color: #272722;
}

/*filter context menu*/

.RadMenu_Onyak_Hay .rgHCMClear,
.RadMenu_Onyak_Hay .rgHCMFilter {
    border-color: #898772;
    background: #dfe1ca center -23px repeat-x url('Hay/FormDecorator/ButtonSprites.png');
    color: #5b5a48;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Hay .rgHCMClear:hover,
    .RadMenu_Onyak_Hay .rgHCMFilter:hover {
        border-color: #74ca53 #5cb83a #42a31d;
        background-position: center -67px;
        background-color: #dbf4c7;
        color: #279500;
    }

/*context menu*/

.GridContextMenu_Onyak_Hay .rmLeftImage {
    background-image: url('Hay/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Hay .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Hay .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Hay .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Hay .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Hay .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Hay .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Hay .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Hay .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Hay .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #504f41;
    background: #676657 0 -1900px repeat-x url('Hay/Grid/sprite.gif');
    color: #e0e2cb;
}

    .RadGrid_Onyak_Hay .rgGroupPanel td {
        border: 0;
        padding: 3px;
        vertical-align: middle;
    }

        .RadGrid_Onyak_Hay .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Hay .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Hay .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_Hay .rgUngroup {
    background-position: 0 -7000px;
}

.RadGrid_Onyak_Hay .rgGroupItem {
    border: 1px solid;
    border-color: #fcfcf9 #fcfcf9 #f7f7f2;
    background: #e0e2cb 0 -6500px repeat-x url('Hay/Grid/sprite.gif');
    color: #272722;
}

.RadGrid_Onyak_Hay .rgGroupHeader {
    background: #a5a389;
    font-size: 1.1em;
    line-height: 21px;
    color: #fff;
}

    .RadGrid_Onyak_Hay .rgGroupHeader td {
        padding-left: 8px;
    }

.RadGrid_Onyak_Hay td.rgGroupCol,
.RadGrid_Onyak_Hay td.rgExpandCol {
    background: #a5a389 none;
    border-color: #a5a389;
}

.RadGrid_Onyak_Hay .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Hay .rgCollapse {
    background-position: 3px -444px;
}

/*editing*/

.RadGrid_Onyak_Hay .rgEditForm {
    border-bottom: 1px solid #bbb99d;
    background: #ececd8;
}

.RadGrid_Onyak_Hay .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Hay .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Hay .rgDetailTable {
    border-color: #bbb99d;
}

/*command row*/

.RadGrid_Onyak_Hay .rgCommandRow {
    background: #72725f 0 -2100px repeat-x url('Hay/Grid/sprite.gif');
    color: #fff;
}

.RadGrid_Onyak_Hay .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Hay thead .rgCommandCell {
    border-bottom: 1px solid #575646;
}

.RadGrid_Onyak_Hay tfoot .rgCommandCell,
.RadGrid_Onyak_Hay .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top: 1px solid #575646;
}

.RadGrid_Onyak_Hay .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Hay .rgCommandTable {
    border: 1px solid;
    border-color: #b5b5a8 #9f9f91 #929284;
}

.RadGrid_Onyak_Hay .rgCommandRow a {
    color: #fff;
    text-decoration: none;
}

.RadGrid_Onyak_Hay .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Hay .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Hay .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Hay .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Hay .rgExpXLS,
.RadGrid_Onyak_Hay .rgExpDOC,
.RadGrid_Onyak_Hay .rgExpPDF,
.RadGrid_Onyak_Hay .rgExpCSV {
    background-image: url('Hay/Common/export.gif');
}

.RadGrid_Onyak_Hay .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Hay .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Hay .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Hay .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Hay {
    background: #27710a;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Hay {
    border-top: 1px dashed #27710a;
}

/*tooltip*/

.GridToolTip_Onyak_Hay {
    border: 1px solid #bbb99d;
    padding: 3px;
    background: #e0e2cb;
    color: #272722;
}

/*rtl*/

.RadGridRTL_Onyak_Hay .rgHeader:first-child,
.RadGridRTL_Onyak_Hay th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Hay .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Hay .rgRow > td:first-child,
.RadGridRTL_Onyak_Hay .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Hay .rgPager .rgStatus {
    border-right-width: 0;
    border-left-width: 1px;
}

.RadGridRTL_Onyak_Hay .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Hay .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Hay .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Hay .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Hay .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Hay .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Hay .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Hay .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Hay .rgExpand {
    background-position: -20px -496px;
}
/*Telerik RadInput Metro Skin*/

/*global*/

.RadInput_Onyak_Metro,
.RadInputMgr_Onyak_Metro {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Metro .riTextBox,
html body .RadInputMgr_Onyak_Metro {
    border-color: #e5e5e5;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Metro .riEmpty,
html body .RadInput_Empty_Onyak_Metro {
    color: #777;
}

html body .RadInput_Onyak_Metro .riHover,
html body .RadInput_Hover_Onyak_Metro {
    border-color: #767676;
}

html body .RadInput_Onyak_Metro .riFocused,
html body .RadInput_Focused_Onyak_Metro {
    border-color: #25a0da;
}

html body .RadInput_Onyak_Metro .riRead,
html body .RadInput_Read_Onyak_Metro {
    border-color: #b0b0b0;
}

html body .RadInput_Onyak_Metro .riDisabled,
html body .RadInput_Disabled_Onyak_Metro {
    color: #c9c0c0;
    cursor: default;
}

html body .RadInput_Onyak_Metro .riError,
html body .RadInput_Error_Onyak_Metro {
    border-color: #de3914;
    background: #ffe9e9 100% -298px no-repeat url('Metro/Input/sprite.gif');
    color: #de3914;
}

.RadForm.rfdTextbox .RadInput_Onyak_Metro .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Metro[type="text"] {
    border-color: #de3914;
    background: #fff 100% -298px no-repeat url('Metro/Input/sprite.gif');
    color: #de3914;
}

html body .RadInput_Onyak_Metro .riNegative,
html body .RadInput_Negative_Onyak_Metro {
    color: #565656;
}

/*buttons*/

.RadInput_Onyak_Metro a {
    background: transparent no-repeat url('Metro/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Metro .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_Metro .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_Metro .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Metro a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Metro a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Metro a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Metro a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Metro .riLabel {
    color: #666;
}

/*rtl*/

html body .RadInputRTL_Onyak_Metro .riError,
html body .RadInputRTL_Error_Onyak_Metro {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Metro .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Metro[type="text"] {
    background-position: 3px -298px;
}

/**
 * Menu Metro Skin
 */




/*----------------------------------------------------------------------------*/




/** Global wrapper */
.RadMenu_Onyak_Metro {
    color: #767676;
    font: normal 11px/20px "Segoe UI", Arial, sans-serif;
    text-transform: uppercase;
}




    /** Menu Group */
    .RadMenu_Onyak_Metro .rmGroup {
        padding: 0 2px;
    }




    /** Menu Root Group */
    .RadMenu_Onyak_Metro .rmRootGroup,
    .RadMenu_Onyak_Metro ul.rmRootScrollGroup {
        padding: 1px;
        background-color: #25a0da;
    }




    /** Menu Sub Group */
    .RadMenu_Onyak_Metro .rmGroup,
    .RadMenu_Onyak_Metro .rmMultiColumn,
    .RadMenu_Onyak_Metro .rmGroup .rmVertical {
        border: 1px solid #e5e5e5;
        background-color: #ffffff;
    }


    .RadMenu_Onyak_Metro .rmScrollWrap > .rmVertical {
        border: 0;
    }




    /** Menu Horizontal */
    .RadMenu_Onyak_Metro .rmHorizontal {
    }




    /** Menu Horizontal */
    .RadMenu_Onyak_Metro .rmVertical {
    }




    /** Menu Group */
    .RadMenu_Onyak_Metro .rmScrollWrap {
        padding: 1px;
    }


    .RadMenu_Onyak_Metro .rmLevel1.rmScrollWrap {
        margin-top: 2px;
    }




    /** Menu Item */
    .RadMenu_Onyak_Metro .rmItem {
    }




    /** Sub Item  */
    .RadMenu_Onyak_Metro .rmGroup .rmItem {
    }




    /** Menu Link */
    .RadMenu_Onyak_Metro .rmLink {
        text-decoration: none;
    }




    /** Menu Root Link */
    .RadMenu_Onyak_Metro .rmRootLink {
        padding: 0 10px;
        border: 1px solid #25a0da;
        color: #ffffff;
        font-size: 14px;
        text-transform: lowercase;
    }

        .RadMenu_Onyak_Metro .rmRootLink:hover {
            border-color: #92cfec;
        }


    .RadMenu_Onyak_Metro .rmFocused,
    .RadMenu_Onyak_Metro .rmFocused:hover,
    .RadMenu_Onyak_Metro .rmSelected,
    .RadMenu_Onyak_Metro .rmSelected:hover {
        border-color: #ffffff;
    }


    .RadMenu_Onyak_Metro .rmDisabled,
    .RadMenu_Onyak_Metro .rmDisabled:hover {
        border-color: #25a0da;
        color: #8aceec;
    }




    /** Menu Sub Link */
    .RadMenu_Onyak_Metro .rmGroup .rmLink {
        margin: 1px 0;
        border: 0;
        color: #767676;
    }

        .RadMenu_Onyak_Metro .rmGroup .rmLink:hover {
            color: #000000;
            background-color: #e5e5e5;
        }


    .RadMenu_Onyak_Metro .rmGroup .rmFocused,
    .RadMenu_Onyak_Metro .rmGroup .rmFocused:hover,
    .RadMenu_Onyak_Metro .rmGroup .rmSelected,
    .RadMenu_Onyak_Metro .rmGroup .rmSelected:hover,
    .RadMenu_Onyak_Metro .rmGroup .rmExpanded,
    .RadMenu_Onyak_Metro .rmGroup .rmExpanded:hover {
        color: #ffffff;
        background-color: #25a0da;
    }


    .RadMenu_Onyak_Metro .rmGroup .rmDisabled,
    .RadMenu_Onyak_Metro .rmGroup .rmDisabled:hover {
        color: #cccccc;
        background-color: transparent;
    }




    /** Menu Text */
    .RadMenu_Onyak_Metro .rmText {
        padding: 0;
    }




    /** Menu Root Link */
    .RadMenu_Onyak_Metro .rmRootLink .rmText {
        padding: 0;
    }


    .RadMenu_Onyak_Metro .rmVertical .rmRootLink .rmExpandRight,
    .RadMenu_Onyak_Metro .rmVertical .rmRootLink .rmExpandLeft {
        background-image: none;
    }


    .RadMenu_Onyak_Metro .rmGroup .rmText {
        padding-right: 53px;
    }

    .RadMenu_Onyak_Metro .rmGroup .rmHorizontal .rmText {
        padding-right: 10px;
    }


    /***/
    .RadMenu_Onyak_Metro .rmVertical .rmText {
        padding-right: 30px;
    }



/** RTL */
.RadMenu_Onyak_Metro_rtl .rmVertical .rmText {
    padding-left: 30px;
}




/** Menu Image */
.RadMenu_Onyak_Metro .rmLeftImage,
.RadMenu_Onyak_Metro .rmLeftImage {
    margin: 2px 2px 0 0;
    padding-bottom: 3px;
}


.RadMenu_Onyak_Metro .rmGroup .rmLeftImage {
    margin: 2px 0 0 6px;
    *margin: 2px 0 0 3px;
}





/*----------------------------------------------------------------------------*/





.RadMenu_Onyak_Metro .rmVertical .rmExpandRight,
.RadMenu_Onyak_Metro .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Metro .rmGroup .rmExpandRight,
.RadMenu_Onyak_Metro .rmGroup .rmExpandLeft,
.RadMenu_Onyak_Metro .rmTopArrow,
.RadMenu_Onyak_Metro .rmBottomArrow,
.RadMenu_Onyak_Metro .rmLeftArrow,
.RadMenu_Onyak_Metro .rmRightArrow {
    background: transparent url('Metro/Menu/rmExpandArrows.png') no-repeat;
}

.RadMenu_Onyak_Metro .rmLeftArrow,
.RadMenu_Onyak_Metro .rmRightArrow {
    height: 25px;
}


.RadMenu_Onyak_Metro .rmVertical .rmExpandRight,
.RadMenu_Onyak_Metro .rmGroup .rmExpandRight {
    background-position: 100% 0;
}

.RadMenu_Onyak_Metro a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Metro a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Metro a.rmExpanded .rmExpandRight {
    background-position: 100% -24px;
}


.RadMenu_Onyak_Metro .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Metro .rmGroup .rmExpandLeft {
    background-position: 0 -48px;
}

.RadMenu_Onyak_Metro a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Metro a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Metro a.rmExpanded .rmExpandLeft {
    background-position: 0 -72px;
}


.RadMenu_Onyak_Metro .rmTopArrow,
.RadMenu_Onyak_Metro .rmBottomArrow,
.RadMenu_Onyak_Metro .rmLeftArrow,
.RadMenu_Onyak_Metro .rmRightArrow {
    background-color: #ffffff;
}

    .RadMenu_Onyak_Metro .rmTopArrow:hover,
    .RadMenu_Onyak_Metro .rmBottomArrow:hover,
    .RadMenu_Onyak_Metro .rmLeftArrow:hover,
    .RadMenu_Onyak_Metro .rmRightArrow:hover {
        background-color: #e5e5e5;
    }

.RadMenu_Onyak_Metro .rmTopArrow {
    border-bottom: 1px solid #e5e5e5;
    background-position: 50% -95px;
}

.RadMenu_Onyak_Metro .rmBottomArrow {
    border-top: 1px solid #e5e5e5;
    background-position: 50% -109px;
}

.RadMenu_Onyak_Metro .rmLeftArrow {
    border-right: 1px solid #e5e5e5;
    background-position: 50% -48px;
}

.RadMenu_Onyak_Metro .rmRightArrow {
    border-left: 1px solid #e5e5e5;
    background-position: 50% 1px;
}

.RadMenu_Onyak_Metro .rmVertical li.rmSeparator,
.RadMenu_Onyak_Metro .rmHorizontal .rmVertical li.rmSeparator {
    border-left: 0;
    border-right: 0;
}

    .RadMenu_Onyak_Metro .rmVertical li.rmSeparator .rmText,
    .RadMenu_Onyak_Metro .rmHorizontal .rmVertical li.rmSeparator .rmText {
        margin-top: 2px;
        padding-bottom: 1px;
        background-color: #e5e5e5;
    }

.RadMenu_Onyak_Metro .rmHorizontal li.rmSeparator .rmText,
.RadMenu_Onyak_Metro .rmVertical .rmHorizontal li.rmSeparator .rmText {
    margin-right: 1px;
    margin-left: 1px;
    padding: 0;
    width: 1px;
    background-color: #e5e5e5;
}

/* <rtl> */

.RadMenu_Onyak_Metro_rtl .rmGroup,
.RadMenu_Onyak_Metro_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

    .RadMenu_Onyak_Metro_rtl .rmGroup .rmItem a.rmLink .rmText {
        padding-left: 53px;
        padding-right: 27px;
    }

    .RadMenu_Onyak_Metro_rtl .rmGroup .rmHorizontal a.rmLink .rmText {
        padding-left: 10px;
        padding-right: 9px;
    }

/* </rtl> */

/* </RadMenu / Simple> */



.RadMenu_Onyak_Metro ul.rmLevel1.rmVertical {
    margin-top: 2px;
}


/*----------------------------------------------------------------------------*/




/** Hide */
.RadMenu_Onyak_Metro .rmTopFix,
.RadMenu_Onyak_Metro .rmTopLeft,
.RadMenu_Onyak_Metro .rmTopRight,
.RadMenu_Onyak_Metro .rmBottomFix,
.RadMenu_Onyak_Metro .rmBottomLeft,
.RadMenu_Onyak_Metro .rmBottomRight {
    display: none;
}

/* RadSlider for ASP.NET AJAX Metro Skin */
.RadSlider_Onyak_Metro .rslHorizontal div.rslTrack,
.RadSlider_Onyak_Metro .rslVertical div.rslTrack {
    border-width: 0;
}

.RadSlider_Onyak_Metro .rslVertical ul.rslItemsWrapper,
.RadSlider_Onyak_Metro .rslHorizontal ul.rslItemsWrapper {
    margin: 0;
}

.RadSlider_Onyak_Metro .rslHorizontal a.rslHandle {
    background-image: url('Metro/Slider/Handles.gif');
}

div.RadSlider_Onyak_Metro .rslHorizontal a.rslDraghandle {
    margin-top: -5px;
    width: 4px;
    height: 14px;
}

div.RadSlider_Onyak_Metro .rslVertical a.rslDraghandle {
    margin-left: -5px;
    width: 14px;
    height: 4px;
}

.RadSlider_Onyak_Metro a.rslDraghandle {
    background: #767676;
    border: solid 1px #fff;
}

    .RadSlider_Onyak_Metro a.rslDraghandle:hover {
        background: #25a0da;
        border-color: #fff;
    }

    .RadSlider_Onyak_Metro a.rslDraghandle:active,
    .RadSlider_Onyak_Metro a.rslDraghandle:focus {
        background: #25a0da;
        border-color: #fff;
    }

.RadSlider_Onyak_Metro .rslHorizontal .rslTrack {
    background: #e5e5e5;
}

.RadSlider_Onyak_Metro .rslHorizontal .rslSelectedregion {
    background: #25a0da;
}

/* vertical slider */
.RadSlider_Onyak_Metro .rslVertical a.rslHandle {
    background-image: url('Metro/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Metro .rslVertical .rslTrack {
    background: #e5e5e5;
}

.RadSlider_Onyak_Metro .rslVertical .rslSelectedregion {
    background: #25a0da;
}

div.RadSlider_Onyak_Metro .rslItem,
div.RadSlider_Onyak_Metro .rslLargeTick span {
    color: #767676;
}

.RadSlider_Onyak_Metro .rslItemsWrapper .rslItemSelected {
    color: #767676;
}

/* horizontal slider items */
.RadSlider_Onyak_Metro .rslHorizontal .rslItem {
    background-image: url('Metro/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Metro .rslVertical .rslItem {
    background-image: url('Metro/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Metro .rslTop .rslSmallTick,
.RadSlider_Onyak_Metro .rslBottom .rslSmallTick {
    background-image: url('Metro/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Metro .rslTop .rslLargeTick,
.RadSlider_Onyak_Metro .rslBottom .rslLargeTick {
    background-image: url('Metro/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */

.RadSlider_Onyak_Metro .rslLeft .rslSmallTick,
.RadSlider_Onyak_Metro .rslRight .rslSmallTick {
    background-image: url('Metro/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Metro .rslLeft .rslLargeTick,
.RadSlider_Onyak_Metro .rslRight .rslLargeTick {
    background-image: url('Metro/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Metro .rslMiddle .rslSmallTick {
    background-image: url('Metro/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Metro .rslMiddle .rslLargeTick {
    background-image: url('Metro/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Metro .rslCenter .rslSmallTick {
    background-image: url('Metro/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Metro .rslCenter .rslLargeTick {
    background-image: url('Metro/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadCalendar Default skin*/

table.RadCalendar_Onyak_Metro {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Metro .rcTitlebar {
    border-color: #7c7c7c;
    color: #767676;
}

    .RadCalendar_Onyak_Metro .rcTitlebar table {
        font: 12px/23px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Metro .rcTitlebar td {
        padding: 0 0 1px;
    }

    .RadCalendar_Onyak_Metro .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Metro .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Metro .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Metro .rcTitlebar .rcFastNext {
        width: 16px;
        height: 16px;
        border: 1px solid transparent;
        margin: 1px 2px 0;
        background-image: url('Metro/Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar_Onyak_Metro .rcTitlebar .rcFastPrev {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Metro .rcTitlebar .rcPrev {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Metro .rcTitlebar .rcNext {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Metro .rcTitlebar .rcFastNext {
        background-position: 0 -550px;
    }

        .RadCalendar_Onyak_Metro .rcTitlebar .rcPrev:hover,
        .RadCalendar_Onyak_Metro .rcTitlebar .rcNext:hover,
        .RadCalendar_Onyak_Metro .rcTitlebar .rcFastPrev:hover,
        .RadCalendar_Onyak_Metro .rcTitlebar .rcFastNext:hover {
            border-color: #e5e5e5;
            background-color: #e5e5e5;
        }

    .RadCalendar_Onyak_Metro .rcTitlebar .rcFastPrev:hover {
        background-position: 0 -650px;
    }

    .RadCalendar_Onyak_Metro .rcTitlebar .rcPrev:hover {
        background-position: 0 -750px;
    }

    .RadCalendar_Onyak_Metro .rcTitlebar .rcNext:hover {
        background-position: 0 -850px;
    }

    .RadCalendar_Onyak_Metro .rcTitlebar .rcFastNext:hover {
        background-position: 0 -950px;
    }

.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcPrev:hover,
.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcNext:hover,
.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcFastPrev:hover,
.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcFastNext:hover {
    border-color: #fff;
    background-color: transparent;
}

.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcFastPrev,
.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcFastPrev:hover {
    margin-left: 4px;
    background-position: 0 -200px;
}

.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcPrev,
.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcPrev:hover {
    background-position: 0 -300px;
}

.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcNext,
.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcNext:hover {
    background-position: 0 -400px;
}

.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcFastNext,
.RadCalendarMultiView_Onyak_Metro .rcTitlebar .rcFastNext:hover {
    margin-right: 4px;
    background-position: 0 -500px;
}




.RadCalendar_Onyak_Metro .rcMain {
    border-color: #999;
}

.RadCalendar_Onyak_Metro .rcMainTable {
    font: 12px/17px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Metro .rcHeader,
.RadCalendar_Onyak_Metro .rcFooter {
    border-color: #999;
}

/*week numbers and days*/

.RadCalendar_Onyak_Metro .rcWeek th {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 6px 4px 0;
    color: #000;
}

.RadCalendar_Onyak_Metro .rcWeek .rcViewSel,
.RadCalendar_Onyak_Metro .rcRow th {
    width: 13px;
    padding: 0 7px 0 9px;
    color: #25a0de;
}

/*date cells*/

.RadCalendar_Onyak_Metro .rcRow td {
    border-color: #fff;
}

.RadCalendar_Onyak_Metro .rcMain .rcRow a,
.RadCalendar_Onyak_Metro .rcMain .rcRow span {
    color: #767676;
}

.RadCalendar_Onyak_Metro .rcMain .rcWeekend a {
    color: #666;
}

.RadCalendar_Onyak_Metro .rcRow .rcToday {
    border-color: #25a0da;
}

.RadCalendar_Onyak_Metro .rcMain .rcOtherMonth a {
    color: #e5e5e5;
}

.RadCalendar_Onyak_Metro .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar_Onyak_Metro .rcRow .rcSelected {
    border-color: #fff;
    background: #25a0da;
}

.RadCalendar_Onyak_Metro .rcMain .rcRow .rcSelected a {
    color: #fff;
}

.RadCalendar_Onyak_Metro .rcRow .rcHover {
    border-color: #e5e5e5;
    background: #e5e5e5;
}

.RadCalendar_Onyak_Metro .rcMain .rcRow .rcHover a {
    color: #000;
}

/*multimonth view*/

.RadCalendarMultiView_Onyak_Metro .rcTitlebar {
    border: 0 none;
    background: #25a0da;
    color: #fff;
}

    .RadCalendarMultiView_Onyak_Metro .rcTitlebar table {
        line-height: 29px;
    }

.RadCalendarMultiView_Onyak_Metro .rcMain {
    border-color: #dadad2;
}

.RadCalendarMultiView_Onyak_Metro .rcCalendar {
    border-color: #e5e5e5;
}

    .RadCalendarMultiView_Onyak_Metro .rcCalendar .rcMainTable {
        height: 177px;
    }

.RadCalendarMultiView_Onyak_Metro .rcMainTable .rcTitle {
    border-color: #e5e5e5;
    padding: 0 0 2px;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Metro {
    border-color: #dadad2;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

.RadCalendarMonthView_Onyak_Metro #rcMView_Feb,
.RadCalendarMonthView_Onyak_Metro #rcMView_Apr,
.RadCalendarMonthView_Onyak_Metro #rcMView_Jun,
.RadCalendarMonthView_Onyak_Metro #rcMView_Aug,
.RadCalendarMonthView_Onyak_Metro #rcMView_Oct,
.RadCalendarMonthView_Onyak_Metro #rcMView_Dec {
    border-right: 1px solid #999;
}

.RadCalendarMonthView_Onyak_Metro a {
    color: #333;
}

.RadCalendarMonthView_Onyak_Metro .rcSelected a {
    border-color: #25a0da;
    background: #25a0da;
    color: #fff;
}

.RadCalendarMonthView_Onyak_Metro #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Metro #rcMView_NextY a {
    width: 18px;
    height: 13px;
    background: url('Metro/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Metro #rcMView_PrevY a {
    background-position: 0 -2100px;
}

.RadCalendarMonthView_Onyak_Metro #rcMView_NextY a {
    background-position: 0 -2200px;
}

.RadCalendarMonthView_Onyak_Metro .rcButtons {
    padding: 5px 7px 4px;
}

.RadCalendarMonthView_Onyak_Metro input {
    border-color: #e5e5e5;
    background: transparent;
    color: #767676;
    font: 12px "segoe ui",arial,sans-serif;
}

/*time view*/

table.RadCalendarTimeView_Onyak_Metro {
    border-color: #dadad2;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Metro th {
    border-bottom: 1px solid #999;
    padding: 0 0 1px;
    background: #e4e4e4;
    color: #000;
    line-height: 23px;
}

table.RadCalendarTimeView_Onyak_Metro td {
    border-color: #999;
}

.RadCalendarTimeView_Onyak_Metro a {
    color: #333;
}

.RadCalendarTimeView_Onyak_Metro td.rcSelected a {
    border-color: #25a0da;
    background: #25a0da;
    color: #fff;
}

.RadCalendarTimeView_Onyak_Metro td.rcHover a {
    border-color: #e5e5e5;
    background: #e5e5e5;
    color: #000;
}

.RadCalendarTimeView_Onyak_Metro .rcFooter {
    border-color: #999;
}

/*pickers*/

.RadPicker_Onyak_Metro .rcCalPopup,
.RadPicker_Onyak_Metro .rcTimePopup {
    background-image: url('Metro/Calendar/sprite.gif');
}

.RadPicker_Onyak_Metro .rcCalPopup,
.RadPicker_Onyak_Metro a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Metro a.rcCalPopup:hover,
.RadPicker_Onyak_Metro a.rcCalPopup:focus,
.RadPicker_Onyak_Metro a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Metro .rcTimePopup,
.RadPicker_Onyak_Metro a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Metro a.rcTimePopup:hover,
.RadPicker_Onyak_Metro a.rcTimePopup:focus,
.RadPicker_Onyak_Metro a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Metro .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Metro .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Metro .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Metro .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Metro .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Metro .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Metro .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Metro .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}
/*Telerik RadGrid Metro Skin*/

/*global*/

.RadGrid_Onyak_Metro {
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #000;
}

    .RadGrid_Onyak_Metro,
    .RadGrid_Onyak_Metro .rgMasterTable,
    .RadGrid_Onyak_Metro .rgDetailTable,
    .RadGrid_Onyak_Metro .rgGroupPanel table,
    .RadGrid_Onyak_Metro .rgCommandRow table,
    .RadGrid_Onyak_Metro .rgEditForm table,
    .RadGrid_Onyak_Metro .rgPager table,
    .GridToolTip_Onyak_Metro {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Metro .rgHeader:first-child,
        .RadGrid_Onyak_Metro th.rgResizeCol:first-child,
        .RadGrid_Onyak_Metro .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Metro .rgRow > td:first-child,
        .RadGrid_Onyak_Metro .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Metro .rgAdd,
        .RadGrid_Onyak_Metro .rgRefresh,
        .RadGrid_Onyak_Metro .rgEdit,
        .RadGrid_Onyak_Metro .rgDel,
        .RadGrid_Onyak_Metro .rgFilter,
        .RadGrid_Onyak_Metro .rgPagePrev,
        .RadGrid_Onyak_Metro .rgPageNext,
        .RadGrid_Onyak_Metro .rgPageFirst,
        .RadGrid_Onyak_Metro .rgPageLast,
        .RadGrid_Onyak_Metro .rgExpand,
        .RadGrid_Onyak_Metro .rgCollapse,
        .RadGrid_Onyak_Metro .rgSortAsc,
        .RadGrid_Onyak_Metro .rgSortDesc,
        .RadGrid_Onyak_Metro .rgUpdate,
        .RadGrid_Onyak_Metro .rgCancel,
        .RadGrid_Onyak_Metro .rgUngroup,
        .RadGrid_Onyak_Metro .rgExpXLS,
        .RadGrid_Onyak_Metro .rgExpDOC,
        .RadGrid_Onyak_Metro .rgExpPDF,
        .RadGrid_Onyak_Metro .rgExpCSV {
            background-image: url('Metro/Grid/sprite.gif');
        }

        /*header*/
        .RadGrid_Onyak_Metro .rgHeader,
        .RadGrid_Onyak_Metro th.rgResizeCol {
            border: 0;
            border-bottom: 1px solid #e5e5e5;
            border-left: 1px solid #e5e5e5;
        }

        .RadGrid_Onyak_Metro th.rgSorted {
            background-color: #e5e5e5;
        }

        .RadGrid_Onyak_Metro .rgHeader,
        .RadGrid_Onyak_Metro .rgHeader a {
            color: #767676;
        }

        .RadGrid_Onyak_Metro th.rgSorted,
        .RadGrid_Onyak_Metro th.rgSorted a {
            color: #000;
        }

        /*rows*/

        .RadGrid_Onyak_Metro .rgRow td,
        .RadGrid_Onyak_Metro .rgAltRow td,
        .RadGrid_Onyak_Metro .rgEditRow td,
        .RadGrid_Onyak_Metro .rgFooter td {
            border-style: solid;
            border-width: 0 0 1px 1px;
        }

        .RadGrid_Onyak_Metro .rgRow td {
            border-color: #fff #e5e5e5;
        }

        .RadGrid_Onyak_Metro .rgAltRow {
            background: #ededed;
        }

            .RadGrid_Onyak_Metro .rgAltRow td {
                border-color: #e5e5e5;
            }

        /*.RadGrid_Onyak_Metro .rgRow .rgSorted
{
    border-bottom-color:#fffaeb;
    background-color:#fffaeb;
}

.RadGrid_Onyak_Metro .rgAltRow .rgSorted
{
    border-bottom-color:#f1ecdd;
    background-color:#f1ecdd;
}*/

        .RadGrid_Onyak_Metro .rgSelectedRow .rgSorted,
        .RadGrid_Onyak_Metro .rgActiveRow .rgSorted,
        .RadGrid_Onyak_Metro .rgHoveredRow .rgSorted,
        .RadGrid_Onyak_Metro .rgEditRow .rgSorted {
            background-color: transparent;
        }

        .RadGrid_Onyak_Metro .rgRow a,
        .RadGrid_Onyak_Metro .rgAltRow a,
        .RadGrid_Onyak_Metro tr.rgEditRow a,
        .RadGrid_Onyak_Metro .rgFooter a,
        .RadGrid_Onyak_Metro .rgEditForm a {
            color: #000;
        }

        .RadGrid_Onyak_Metro .rgHoveredRow {
            background: #e5e5e5;
        }

        .RadGrid_Onyak_Metro .rgSelectedRow {
            color: #fff;
            background: #25a0da;
        }

            .RadGrid_Onyak_Metro .rgSelectedRow input,
            .RadGrid_Onyak_Metro .rgSelectedRow a {
                color: #fff;
            }

        .RadGrid_Onyak_Metro .rgActiveRow {
            background: #fff 0 -5200px repeat-x url('Metro/Grid/sprite.gif');
            color: #000;
        }

            .RadGrid_Onyak_Metro .rgActiveRow input,
            .RadGrid_Onyak_Metro .rgActiveRow a {
                color: #000;
            }

        * + html .RadGrid_Onyak_Metro .rgSelectedRow .rgSorted {
            background-color: #ffa517;
        }

        * html .RadGrid_Onyak_Metro .rgSelectedRow .rgSorted {
            background-color: #ffa517;
        }

        * + html .RadGrid_Onyak_Metro .rgActiveRow .rgSorted,
        * + html .RadGrid_Onyak_Metro .rgHoveredRow .rgSorted {
            background-color: #ffe79c;
        }

        * html .RadGrid_Onyak_Metro .rgActiveRow .rgSorted,
        * html .RadGrid_Onyak_Metro .rgHoveredRow .rgSorted {
            background-color: #ffe79c;
        }

        .RadGrid_Onyak_Metro .rgEditRow {
            background: #fff 0 -4900px repeat-x url('Metro/Grid/sprite.gif');
        }

            * + html .RadGrid_Onyak_Metro .rgEditRow .rgSorted {
                background-color: #fff;
            }

            * html .RadGrid_Onyak_Metro .rgEditRow .rgSorted {
                background-color: #fff;
            }

        .RadGrid_Onyak_Metro .rgHoveredRow td,
        .RadGrid_Onyak_Metro .rgHoveredRow td.rgSorted {
            border-color: #c3c3c3;
        }

        .RadGrid_Onyak_Metro .rgActiveRow td,
        .RadGrid_Onyak_Metro .rgActiveRow td.rgSorted,
        .RadGrid_Onyak_Metro .rgSelectedRow td,
        .RadGrid_Onyak_Metro .rgSelectedRow td.rgSorted {
            border-color: #25a0da;
        }

        .RadGrid_Onyak_Metro .rgEditRow td,
        .RadGrid_Onyak_Metro .rgEditRow td.rgSorted {
            border-color: #616161 #c3c3c3;
        }

        .RadGrid_Onyak_Metro .rgDrag {
            background-image: url('Metro/Grid/rgDrag.gif');
        }

        /*footer*/

        .RadGrid_Onyak_Metro .rgFooterDiv,
        .RadGrid_Onyak_Metro .rgFooter {
            background: #e4e4e4;
        }

            .RadGrid_Onyak_Metro .rgFooter td {
                border-top: 1px solid;
                border-color: #999 #e4e4e4;
            }

        /*status*/

        .RadGrid_Onyak_Metro .rgPager .rgStatus {
            border: 1px solid;
            border-color: #e5e5e5;
            border-left-width: 0;
        }

        .RadGrid_Onyak_Metro .rgStatus div {
            background-image: url('Metro/Common/loading_small.gif');
        }

        /*pager*/

        .RadGrid_Onyak_Metro td.rgPagerCell {
            border: 1px solid;
            border-color: #e5e5e5;
            border-right-width: 0;
        }

        .RadGrid_Onyak_Metro .rgInfoPart {
            color: #777;
        }

            .RadGrid_Onyak_Metro .rgInfoPart strong {
                color: #000;
            }

        .RadGrid_Onyak_Metro .rgPageFirst {
            background-position: 0 -550px;
        }

            .RadGrid_Onyak_Metro .rgPageFirst:hover {
                background-position: 0 -600px;
            }

        .RadGrid_Onyak_Metro .rgPagePrev {
            background-position: 0 -700px;
        }

            .RadGrid_Onyak_Metro .rgPagePrev:hover {
                background-position: 0 -750px;
            }

        .RadGrid_Onyak_Metro .rgPageNext {
            background-position: 0 -850px;
        }

            .RadGrid_Onyak_Metro .rgPageNext:hover {
                background-position: 0 -900px;
            }

        .RadGrid_Onyak_Metro .rgPageLast {
            background-position: 0 -1000px;
        }

            .RadGrid_Onyak_Metro .rgPageLast:hover {
                background-position: 0 -1050px;
            }

        .RadGrid_Onyak_Metro .rgPager .rgPagerButton {
            border-color: #25a0da;
            background: #25a0da;
            color: #fff;
            font: 12px/12px "segoe ui",arial,sans-serif;
        }

        .RadGrid_Onyak_Metro .rgNumPart a {
            border: 1px solid #fff;
            line-height: 20px;
            color: #767676;
        }

            .RadGrid_Onyak_Metro .rgNumPart a:hover {
                color: #000;
                background-color: #e5e5e5;
            }

            .RadGrid_Onyak_Metro .rgNumPart a.rgCurrentPage,
            .RadGrid_Onyak_Metro .rgNumPart a.rgCurrentPage:hover {
                border-color: #25a0da;
                background: transparent;
            }

        /*sorting, reordering*/

        .RadGrid_Onyak_Metro .rgHeader .rgSortAsc {
            background-position: 3px -248px;
            height: 10px;
        }

        .RadGrid_Onyak_Metro .rgHeader .rgSortDesc {
            background-position: 3px -198px;
            height: 10px;
        }

.GridReorderTop_Onyak_Metro,
.GridReorderBottom_Onyak_Metro {
    background: 0 0 no-repeat url('Metro/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Metro {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Metro .rgFilterRow td {
    border-bottom: 1px solid #e5e5e5;
}

.RadGrid_Onyak_Metro .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Metro .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Metro .rgFilterActive,
.RadGrid_Onyak_Metro .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Metro .rgFilterBox {
    border-color: #e5e5e5;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
    height: 15px;
}

/*filter context menu*/

.RadMenu_Onyak_Metro .rgHCMClear,
.RadMenu_Onyak_Metro .rgHCMFilter {
    border-color: #7e7e7e;
    background: #25a0da;
    color: #000;
    font-family: "segoe ui",arial,sans-serif;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .RadMenu_Onyak_Metro .rgHCMClear:hover,
    .RadMenu_Onyak_Metro .rgHCMFilter:hover {
        border-color: #c98400;
        background-color: #ffe79c;
        color: #882501;
    }

/*context menu*/

.GridContextMenu_Onyak_Metro .rmLeftImage {
    background-image: url('Metro/Grid/contextMenu.gif');
}

.GridContextMenu_Onyak_Metro .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Metro .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Metro .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Metro .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Metro .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Metro .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Metro .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Metro .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Metro .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #7c7c7c;
    background: #25a0da;
    color: #fff;
}

    .RadGrid_Onyak_Metro .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
    }

        .RadGrid_Onyak_Metro .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Metro .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Metro .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_Metro .rgUngroup {
    background-position: 0 -6999px;
}

.RadGrid_Onyak_Metro .rgGroupItem {
    border: 1px solid #7e7e7e;
    background: #fff;
    color: #000;
}

.RadGrid_Onyak_Metro .rgMasterTable td.rgGroupCol,
.RadGrid_Onyak_Metro .rgMasterTable td.rgExpandCol {
    border-color: #c9c9c9;
    background: #c9c9c9 none;
}

.RadGrid_Onyak_Metro .rgGroupHeader {
    background: #c9c9c9;
    font-size: 1.1em;
    line-height: 22px;
    color: #000;
}

    .RadGrid_Onyak_Metro .rgGroupHeader td {
        padding-left: 8px;
        padding-bottom: 2px;
    }

.RadGrid_Onyak_Metro .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Metro .rgCollapse {
    background-position: 3px -444px;
}

/*editing*/

.RadGrid_Onyak_Metro .rgEditForm {
    border-bottom: 1px solid #999;
}

.RadGrid_Onyak_Metro .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Metro .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Metro .rgDetailTable {
    border-color: #999;
}

/*command row*/

.RadGrid_Onyak_Metro .rgCommandRow {
    background: #25a0da;
    color: #fff;
}

.RadGrid_Onyak_Metro .rgCommandCell {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
}

.RadGrid_Onyak_Metro tfoot .rgCommandCell,
.RadGrid_Onyak_Metro .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
}

.RadGrid_Onyak_Metro .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Metro .rgCommandTable {
    border: 0;
}

.RadGrid_Onyak_Metro .rgCommandRow a {
    color: #fff;
    text-decoration: none;
}

.RadGrid_Onyak_Metro input.rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Metro input.rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Metro .rgEdit {
    margin-right: 3px;
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Metro .rgDel {
    margin-right: 3px;
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Metro .rgExpXLS,
.RadGrid_Onyak_Metro .rgExpDOC,
.RadGrid_Onyak_Metro .rgExpPDF,
.RadGrid_Onyak_Metro .rgExpCSV {
    background-image: url('Metro/Common/export.gif');
}

.RadGrid_Onyak_Metro .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Metro .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Metro .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Metro .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Metro {
    background: #4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Metro {
    border-top: 1px dashed #666;
}

/*tooltip*/

.GridToolTip_Onyak_Metro {
    border: 1px solid #c98400;
    padding: 3px;
    background: #ffefbd;
    color: #333;
}

/*rtl*/

.RadGridRTL_Onyak_Metro .rgHeader:first-child,
.RadGridRTL_Onyak_Metro th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Metro .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Metro .rgRow > td:first-child,
.RadGridRTL_Onyak_Metro .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Metro .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Metro .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Metro .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Metro .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Metro .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Metro .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Metro .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Metro .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Metro .rgExpand {
    background-position: -20px -496px;
}

/*Telerik RadInput Office2007 Skin*/

/*global*/

.RadInput_Onyak_Office2007,
.RadInputMgr_Onyak_Office2007 {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Office2007 .riTextBox,
html body .RadInputMgr_Onyak_Office2007 {
    border-color: #abc1de;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Office2007 .riEmpty,
html body .RadInput_Empty_Onyak_Office2007 {
    color: #8d8d8d;
}

html body .RadInput_Onyak_Office2007 .riHover,
html body .RadInput_Hover_Onyak_Office2007,
html body .RadInput_Onyak_Office2007 .riFocused,
html body .RadInput_Focused_Onyak_Office2007 {
    border-color: #305090;
}

html body .RadInput_Onyak_Office2007 .riRead,
html body .RadInput_Read_Onyak_Office2007 {
    border-color: #ccdbed;
}

html body .RadInput_Onyak_Office2007 .riDisabled,
html body .RadInput_Disabled_Onyak_Office2007 {
    border-color: #ccdbed;
    color: #8d8d8d;
    cursor: default;
}

html body .RadInput_Onyak_Office2007 .riError,
html body .RadInput_Error_Onyak_Office2007 {
    border-color: #b32d34 #dc643f #ea8541;
    background: #fff 100% -298px no-repeat url('Office2007/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Office2007 .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Office2007[type="text"] {
    border-color: #b32d34 #dc643f #ea8541;
    background: #fff 100% -298px no-repeat url('Office2007/Input/sprite.gif');
    color: #b32d34;
}

html body .RadInput_Onyak_Office2007 .riNegative,
html body .RadInput_Negative_Onyak_Office2007 {
    color: #565656;
}

/*buttons*/

.RadInput_Onyak_Office2007 a {
    background: transparent no-repeat url('Office2007/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Office2007 .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_Office2007 .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_Office2007 .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Office2007 a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Office2007 a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Office2007 a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Office2007 a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Office2007 .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_Office2007 .riError,
html body .RadInputRTL_Error_Onyak_Office2007 {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Office2007 .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Office2007[type="text"] {
    background-position: 3px -298px;
}

/* <RadMenu / Office2007> */

.RadMenu_Onyak_Office2007 .rmRootGroup,
.RadMenu_Onyak_Office2007 a.rmLink,
.RadMenu_Onyak_Office2007 .rmText,
.RadMenu_Onyak_Office2007 .rmLeftArrow,
.RadMenu_Onyak_Office2007 .rmRightArrow,
.RadMenu_Onyak_Office2007 .rmTopArrow,
.RadMenu_Onyak_Office2007 .rmBottomArrow {
    background-image: url('Office2007/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Office2007 .rmRootGroup {
    border: 1px solid #688caf;
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: #BBD9FF;
}

/* <Root items> */

.RadMenu_Onyak_Office2007,
.RadMenu_Onyak_Office2007 a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #00156e;
    text-decoration: none;
}

    .RadMenu_Onyak_Office2007 a.rmLink,
    .RadMenu_Onyak_Office2007 .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_Office2007 a.rmLink:hover,
        .RadMenu_Onyak_Office2007 a.rmFocused,
        .RadMenu_Onyak_Office2007 a.rmSelected {
            color: #000;
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_Office2007 a.rmLink:hover .rmText,
            .RadMenu_Onyak_Office2007 a.rmFocused .rmText,
            .RadMenu_Onyak_Office2007 a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_Office2007 a.rmExpanded,
    .RadMenu_Onyak_Office2007 a.rmExpanded:hover {
        color: #000;
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_Office2007 a.rmExpanded .rmText,
        .RadMenu_Onyak_Office2007 a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_Office2007 a.rmDisabled,
    .RadMenu_Onyak_Office2007 a.rmDisabled:hover {
        color: #8d8d8d;
    }

        .RadMenu_Onyak_Office2007 a.rmDisabled:hover,
        .RadMenu_Onyak_Office2007 a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Office2007 .rmGroup,
    .RadMenu_Onyak_Office2007 .rmMultiColumn,
    .RadMenu_Onyak_Office2007 .rmGroup .rmVertical {
        border: 1px solid #868686;
        background: #fff url('Office2007/Menu/rmVSprite.png') repeat-y -1px 0;
    }

    .RadMenu_Onyak_Office2007 .rmTopFix,
    .RadMenu_Onyak_Office2007 .rmBottomFix,
    .RadMenu_Onyak_Office2007 .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Office2007 .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Office2007 .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Office2007 .rmRoundedCorners ul.rmHorizontal .rmFirst,
    .RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Office2007_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        background-image: url('Office2007/Menu/rmVSprite.png');
        background-color: #fff;
        background-repeat: repeat-y;
        background-position: -4px 0;
    }

* html .rmRoundedCorners_Onyak_Office2007 .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Office2007 ul.rmHorizontal .rmFirst {
    background-image: url('Office2007/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: -4px 0;
}

.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrap .rmVertical .RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Office2007 .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Office2007 .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Office2007 .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Office2007 .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmGroupColumn {
    background-color: #fff;
}

.RadMenu_Onyak_Office2007 .rmBottomLeft,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2007 .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmMultiColumn {
    background-image: url('Office2007/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Office2007 .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Office2007 .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Office2007 ul.rmGroup {
    background-image: url('Office2007/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Office2007 .rmTopRight,
.RadMenu_Onyak_Office2007 .rmBottomRight {
    background-image: url('Office2007/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Office2007 .rmTopFix,
.RadMenu_Onyak_Office2007 .rmBottomFix,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Office2007 .rmGroup .rmFirst {
    border-color: #868686;
}

.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

* html .rmRoundedCorners_Onyak_Office2007 .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Office2007 .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Office2007 .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Office2007 .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Office2007 .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Office2007 .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

.RadMenu_Onyak_Office2007 li.rmTopFix,
.RadMenu_Onyak_Office2007 li.rmBottomFix {
    background-position: -5px 0;
}

.RadMenu_Onyak_Office2007_rtl .rmBottomLeft,
.RadMenu_Onyak_Office2007_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2007_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2007 .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Office2007_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Office2007/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Office2007_rtl .rmTopRight,
.RadMenu_Onyak_Office2007_rtl .rmBottomRight {
    background-image: url('Office2007/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Office2007_rtl li.rmTopFix,
.RadMenu_Onyak_Office2007_rtl li.rmBottomFix,
.RadMenu_Onyak_Office2007_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Office2007_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Office2007 .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Office2007_rtl .rmGroup,
.RadMenu_Onyak_Office2007_rtl .rmMultiColumn,
.RadMenu_Onyak_Office2007_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

.RadMenu_Onyak_Office2007 .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Office2007 .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Office2007 .rmGroup .rmFirst,
.RadMenu_Onyak_Office2007 .rmGroup .rmLast,
.RadMenu_Onyak_Office2007 .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Office2007_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Office2007 .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Office2007 .rmGroup .rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Office2007 .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Office2007 .rmGroup a.rmFocused,
.RadMenu_Onyak_Office2007 .rmGroup a.rmSelected,
.RadMenu_Onyak_Office2007 .rmGroup a.rmExpanded {
    background-position: 0 -168px;
}

    .RadMenu_Onyak_Office2007 .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2007 .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Office2007 .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Office2007 .rmGroup a.rmExpanded .rmText {
        background-position: 100% -192px;
    }

/* <expand arrows> */

.RadMenu_Onyak_Office2007 .rmVertical .rmExpandRight,
.RadMenu_Onyak_Office2007_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_Office2007 .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2007 .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Office2007 .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Office2007 .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('Office2007/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Office2007 .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_Office2007 .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_Office2007 .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2007 .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Office2007 .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Office2007 .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Office2007 .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Office2007/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Office2007 .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Office2007_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Office2007_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Office2007 .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Office2007/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Office2007_rtl a.rmLink:hover,
.RadMenu_Onyak_Office2007_rtl a.rmFocused,
.RadMenu_Onyak_Office2007_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Office2007_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2007_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Office2007_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Office2007_rtl a.rmExpanded,
.RadMenu_Onyak_Office2007_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Office2007_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Office2007_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Office2007_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Office2007_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Office2007_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Office2007_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Office2007_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2007_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Office2007_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Office2007_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Office2007_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Office2007_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Office2007_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2007_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Office2007_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_Office2007_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Office2007_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_Office2007_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2007_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Office2007_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Office2007_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Office2007/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Office2007_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Office2007_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Office2007/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Office2007 - specific, overlapping submenus)> */

.RadMenu_Onyak_Office2007 .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_Office2007 .rmVertical .rmSlide,
    .RadMenu_Onyak_Office2007 .rmSlide .rmSlide,
    .RadMenu_Onyak_Office2007_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Office2007_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_Office2007_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_Office2007_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_Office2007_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Office2007 .rmLeftArrow,
.RadMenu_Onyak_Office2007 .rmRightArrow {
    background-color: #f6f6e8;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Office2007 .rmLeftArrow,
.RadMenu_Onyak_Office2007 .rmRightArrow {
    background-color: #E0E5F5;
}

.RadMenu_Onyak_Office2007 .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Office2007 .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Office2007 .rmTopArrow,
.RadMenu_Onyak_Office2007 .rmBottomArrow,
.RadMenu_Onyak_Office2007 .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Office2007 .rmGroup .rmRightArrow {
    background-color: #f0f0f0;
}

.RadMenu_Onyak_Office2007 .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Office2007 .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #B7BDCD;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Office2007 .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_Office2007 .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_Office2007 .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Office2007 .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Office2007> */
/* RadSlider for ASP.NET AJAX Office2007 Skin */
.RadSlider_Onyak_Office2007 .rslTrack {
    border-color: #85aadb #85aadb #799bc9 #799bc9;
}

.RadSlider_Onyak_Office2007 .rslHorizontal a.rslHandle {
    background-image: url('Office2007/Slider/Handles.gif');
}

.RadSlider_Onyak_Office2007 .rslHorizontal a.rslDraghandle {
    background-image: url('Office2007/Slider/DragHandle.gif');
    width: 9px;
}

.RadSlider_Onyak_Office2007 .rslBottom a.rslDraghandle {
    background-image: url('Office2007/Slider/DragHandleUp.gif');
}

.RadSlider_Onyak_Office2007 .rslHorizontal .rslTrack {
    background: url('Office2007/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Office2007 .rslHorizontal .rslSelectedregion {
    background: url('Office2007/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Office2007 .rslVertical a.rslHandle {
    background-image: url('Office2007/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Office2007 .rslVertical .rslTrack {
    background: url('Office2007/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Office2007 .rslVertical .rslSelectedregion {
    background: url('Office2007/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Office2007 .rslVertical a.rslDraghandle {
    background: url('Office2007/Slider/DragVerticalHandle.gif') no-repeat;
    height: 9px;
}

.RadSlider_Onyak_Office2007 .rslLeft a.rslDraghandle {
    background: url('Office2007/Slider/DragVerticalHandleRight.gif') no-repeat;
}

.RadSlider_Onyak_Office2007 .rslItem,
.RadSlider_Onyak_Office2007 .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Office2007 .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Office2007 .rslHorizontal .rslItem {
    background-image: url('Office2007/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Office2007 .rslVertical .rslItem {
    background-image: url('Office2007/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Office2007 .rslTop .rslSmallTick,
.RadSlider_Onyak_Office2007 .rslBottom .rslSmallTick {
    background-image: url('Office2007/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Office2007 .rslTop .rslLargeTick,
.RadSlider_Onyak_Office2007 .rslBottom .rslLargeTick {
    background-image: url('Office2007/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Office2007 .rslLeft .rslSmallTick,
.RadSlider_Onyak_Office2007 .rslRight .rslSmallTick {
    background-image: url('Office2007/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Office2007 .rslLeft .rslLargeTick,
.RadSlider_Onyak_Office2007 .rslRight .rslLargeTick {
    background-image: url('Office2007/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Office2007 .rslMiddle .rslSmallTick {
    background-image: url('Office2007/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Office2007 .rslMiddle .rslLargeTick {
    background-image: url('Office2007/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Office2007 .rslCenter .rslSmallTick {
    background-image: url('Office2007/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Office2007 .rslCenter .rslLargeTick {
    background-image: url('Office2007/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadCalendar Office2007 skin*/

table.RadCalendar_Onyak_Office2007 {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Office2007 .rcTitlebar {
    border-color: #688caf #688caf #9eb6ce;
    background: #c3d8f1 0 -1000px repeat-x url('Office2007/Calendar/sprite.gif');
    color: #00156e;
}

    .RadCalendar_Onyak_Office2007 .rcTitlebar table {
        font: 12px/22px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Office2007 .rcTitlebar td {
        padding: 0 0 2px;
    }

    .RadCalendar_Onyak_Office2007 .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Office2007 .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Office2007 .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Office2007 .rcTitlebar .rcFastNext {
        width: 17px;
        height: 17px;
        margin: 1px 2px 0;
        background: transparent url('Office2007/Calendar/sprite.gif') no-repeat;
        color: #ccc;
    }

    .RadCalendar_Onyak_Office2007 .rcTitlebar .rcFastPrev {
        margin-left: 4px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Office2007 .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Office2007 .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Office2007 .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Office2007 .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Office2007 .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Office2007 .rcTitlebar .rcFastNext {
        margin-right: 4px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Office2007 .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_Office2007 .rcMain {
    border-color: #688caf;
}

.RadCalendar_Onyak_Office2007 .rcMainTable {
    color: #000;
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Office2007 .rcHeader,
.RadCalendar_Onyak_Office2007 .rcFooter {
    border-color: #688caf;
}

/*week numbers and days*/

.RadCalendar_Onyak_Office2007 .rcWeek th {
    border-bottom: 1px solid #9ebfdb;
    padding: 2px 6px 2px 0;
}

.RadCalendar_Onyak_Office2007 .rcWeek .rcViewSel,
.RadCalendar_Onyak_Office2007 .rcRow th {
    width: 12px;
    padding: 0 7px 0 9px;
    background: #e9eeee;
}

.RadCalendar_Onyak_Office2007 .rcRow th {
    color: #555;
}

/*date cells*/

.RadCalendar_Onyak_Office2007 .rcRow td {
    border-color: #fff;
}

.RadCalendar_Onyak_Office2007 .rcMain .rcRow a,
.RadCalendar_Onyak_Office2007 .rcMain .rcRow span {
    color: #000;
}

.RadCalendar_Onyak_Office2007 .rcMain .rcWeekend a {
    color: #444;
}

.RadCalendar_Onyak_Office2007 .rcRow .rcToday {
    border-color: #688caf;
}

.RadCalendar_Onyak_Office2007 .rcMain .rcOtherMonth a {
    color: #777;
}

.RadCalendar_Onyak_Office2007 .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar_Onyak_Office2007 .rcRow .rcSelected {
    border-color: #8f8367 #a59b85 #c3bdae;
    background: #fcda88 0 -1700px repeat-x url('Office2007/Calendar/sprite.gif');
}

.RadCalendar_Onyak_Office2007 .rcRow .rcHover {
    border-color: #d8ca95 #b89f73 #c6b99c;
    background: #ffdf85 0 -1600px repeat-x url('Office2007/Calendar/sprite.gif');
}

/*multimonth view*/

.RadCalendarMultiView_Onyak_Office2007 .rcTitlebar {
    background: #d6e6f4 0 -1199px repeat-x url('Office2007/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_Office2007 .rcTitlebar table {
        border: 1px solid #f6f7f9;
        line-height: 27px;
    }

    .RadCalendarMultiView_Onyak_Office2007 .rcTitlebar td {
        padding-bottom: 1px;
    }

.RadCalendarMultiView_Onyak_Office2007 .rcCalendar {
    border-color: #688caf;
    border-top: 0;
}

    .RadCalendarMultiView_Onyak_Office2007 .rcCalendar .rcMainTable {
        height: 195px;
    }

.RadCalendarMultiView_Onyak_Office2007 .rcMainTable .rcTitle {
    border-width: 1px 0;
    border-color: #688caf #9eb6ce #9eb6ce;
    padding: 0 0 2px;
    background: #c3d8f1 0 -1000px repeat-x url('Office2007/Calendar/sprite.gif');
    color: #00156e;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Office2007 {
    border-color: #868686;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

.RadCalendarMonthView_Onyak_Office2007 #rcMView_Feb,
.RadCalendarMonthView_Onyak_Office2007 #rcMView_Apr,
.RadCalendarMonthView_Onyak_Office2007 #rcMView_Jun,
.RadCalendarMonthView_Onyak_Office2007 #rcMView_Aug,
.RadCalendarMonthView_Onyak_Office2007 #rcMView_Oct,
.RadCalendarMonthView_Onyak_Office2007 #rcMView_Dec {
    border-right: 1px solid #9ebfdb;
}

.RadCalendarMonthView_Onyak_Office2007 a {
    color: #000;
}

.RadCalendarMonthView_Onyak_Office2007 .rcSelected a {
    border-color: #8f8367 #a59b85 #c3bdae;
    background: #fcda88 0 -1700px repeat-x url('Office2007/Calendar/sprite.gif');
}

.RadCalendarMonthView_Onyak_Office2007 #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Office2007 #rcMView_NextY a {
    width: 15px;
    height: 13px;
    overflow: hidden;
    background-image: url('Office2007/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Office2007 #rcMView_PrevY a {
    background-position: 3px -200px;
}

.RadCalendarMonthView_Onyak_Office2007 #rcMView_NextY a {
    background-position: 4px -500px;
}

.RadCalendarMonthView_Onyak_Office2007 .rcButtons {
    padding: 5px 7px 3px;
}

.RadCalendarMonthView_Onyak_Office2007 input {
    border-color: #7793b9;
    padding: 1px 0 0;
    background: #e8f1fc 0 -2300px repeat-x url('Office2007/Calendar/sprite.gif');
    color: #00156e;
    font: 12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_Office2007 input:hover
{
    border-color:#d8ca95 #b89f73 #c6b99c;
    background-color:#ffe18a;
    background-position:0 -2350px;
    color:#000;
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_Office2007 {
    border-color: #688caf;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Office2007 th {
    border-bottom: 1px solid #9eb6ce;
    padding: 0 0 1px;
    background: #c3d8f1 0 -1000px repeat-x url('Office2007/Calendar/sprite.gif');
    color: #00156e;
    line-height: 23px;
}

table.RadCalendarTimeView_Onyak_Office2007 td {
    border-color: #9ebfdb;
}

.RadCalendarTimeView_Onyak_Office2007 a {
    color: #000;
}

.RadCalendarTimeView_Onyak_Office2007 td.rcSelected a {
    border-color: #8f8367 #a59b85 #c3bdae;
    background: #fcda88 0 -1700px repeat-x url('Office2007/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Office2007 td.rcHover a {
    border-color: #d8ca95 #b89f73 #c6b99c;
    background: #ffdf85 0 -1600px repeat-x url('Office2007/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Office2007 .rcFooter {
    border-color: #688caf;
}

/*pickers*/

.RadPicker_Onyak_Office2007 .rcCalPopup,
.RadPicker_Onyak_Office2007 .rcTimePopup {
    background-image: url('Office2007/Calendar/sprite.gif');
}

.RadPicker_Onyak_Office2007 .rcCalPopup,
.RadPicker_Onyak_Office2007 a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Office2007 a.rcCalPopup:hover,
.RadPicker_Onyak_Office2007 a.rcCalPopup:focus,
.RadPicker_Onyak_Office2007 a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Office2007 .rcTimePopup,
.RadPicker_Onyak_Office2007 a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Office2007 a.rcTimePopup:hover,
.RadPicker_Onyak_Office2007 a.rcTimePopup:focus,
.RadPicker_Onyak_Office2007 a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Office2007 .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Office2007 .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Office2007 .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Office2007 .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Office2007 .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Office2007 .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Office2007 .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Office2007 .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}
/*Telerik RadGrid Office2007 Skin*/

/*global*/

.RadGrid_Onyak_Office2007 {
    border: 1px solid #688caf;
    background: #fff;
    color: #333;
}

    .RadGrid_Onyak_Office2007,
    .RadGrid_Onyak_Office2007 .rgMasterTable,
    .RadGrid_Onyak_Office2007 .rgDetailTable,
    .RadGrid_Onyak_Office2007 .rgGroupPanel table,
    .RadGrid_Onyak_Office2007 .rgCommandRow table,
    .RadGrid_Onyak_Office2007 .rgEditForm table,
    .RadGrid_Onyak_Office2007 .rgPager table,
    .GridToolTip_Onyak_Office2007 {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Office2007 .rgHeader:first-child,
        .RadGrid_Onyak_Office2007 th.rgResizeCol:first-child,
        .RadGrid_Onyak_Office2007 .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Office2007 .rgRow > td:first-child,
        .RadGrid_Onyak_Office2007 .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Office2007 .rgAdd,
        .RadGrid_Onyak_Office2007 .rgRefresh,
        .RadGrid_Onyak_Office2007 .rgEdit,
        .RadGrid_Onyak_Office2007 .rgDel,
        .RadGrid_Onyak_Office2007 .rgFilter,
        .RadGrid_Onyak_Office2007 .rgPagePrev,
        .RadGrid_Onyak_Office2007 .rgPageNext,
        .RadGrid_Onyak_Office2007 .rgPageFirst,
        .RadGrid_Onyak_Office2007 .rgPageLast,
        .RadGrid_Onyak_Office2007 .rgExpand,
        .RadGrid_Onyak_Office2007 .rgCollapse,
        .RadGrid_Onyak_Office2007 .rgSortAsc,
        .RadGrid_Onyak_Office2007 .rgSortDesc,
        .RadGrid_Onyak_Office2007 .rgUpdate,
        .RadGrid_Onyak_Office2007 .rgCancel,
        .RadGrid_Onyak_Office2007 .rgUngroup,
        .RadGrid_Onyak_Office2007 .rgExpXLS,
        .RadGrid_Onyak_Office2007 .rgExpDOC,
        .RadGrid_Onyak_Office2007 .rgExpPDF,
        .RadGrid_Onyak_Office2007 .rgExpCSV {
            background-image: url('Office2007/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Office2007 .rgHeaderDiv {
            background: #d6e5f3 0 -8050px repeat-x url('Office2007/Grid/sprite.gif');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7550px;
}

.RadGrid_Onyak_Office2007 .rgHeader,
.RadGrid_Onyak_Office2007 th.rgResizeCol {
    border: solid #5d8cc9;
    border-width: 0 0 1px 1px;
    background: 0 -2300px repeat-x #c3d8f1 url('Office2007/Grid/sprite.gif');
}

.RadGrid_Onyak_Office2007 th.rgSorted {
    border-bottom-color: #ff9b35;
    background-color: #ffca5e;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Office2007 .rgHeader,
.RadGrid_Onyak_Office2007 .rgHeader a {
    color: #00156e;
}

.RadGrid_Onyak_Office2007 th.rgSorted,
.RadGrid_Onyak_Office2007 th.rgSorted a {
    color: #000;
}

/*rows*/

.RadGrid_Onyak_Office2007 .rgRow td,
.RadGrid_Onyak_Office2007 .rgAltRow td,
.RadGrid_Onyak_Office2007 .rgEditRow td,
.RadGrid_Onyak_Office2007 .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.RadGrid_Onyak_Office2007 .rgRow td,
.RadGrid_Onyak_Office2007 .rgAltRow td {
    border-color: #d0d7e5;
}

.RadGrid_Onyak_Office2007 .rgRow .rgSorted,
.RadGrid_Onyak_Office2007 .rgAltRow .rgSorted {
    background-color: #f2f2f2;
}

.RadGrid_Onyak_Office2007 .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Office2007 .rgActiveRow .rgSorted,
.RadGrid_Onyak_Office2007 .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Office2007 .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Office2007 .rgRow a,
.RadGrid_Onyak_Office2007 .rgAltRow a,
.RadGrid_Onyak_Office2007 .rgEditRow a,
.RadGrid_Onyak_Office2007 .rgFooter a,
.RadGrid_Onyak_Office2007 .rgEditForm a {
    color: #00156e;
}

.RadGrid_Onyak_Office2007 .rgSelectedRow {
    background: #ffcb60 0 -3900px repeat-x url('Office2007/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Office2007 .rgSelectedRow .rgSorted {
        background-color: #ffcb60;
    }

    * html .RadGrid_Onyak_Office2007 .rgSelectedRow .rgSorted {
        background-color: #ffcb60;
    }

.RadGrid_Onyak_Office2007 .rgActiveRow,
.RadGrid_Onyak_Office2007 .rgHoveredRow {
    background: #ecf4ff;
}

    * + html .RadGrid_Onyak_Office2007 .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Office2007 .rgHoveredRow .rgSorted {
        background-color: #ecf4ff;
    }

    * html .RadGrid_Onyak_Office2007 .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Office2007 .rgHoveredRow .rgSorted {
        background-color: #ecf4ff;
    }

.RadGrid_Onyak_Office2007 .rgEditRow {
    background: #ffe5ad;
}

    * + html .RadGrid_Onyak_Office2007 .rgEditRow .rgSorted {
        background-color: #ffe5ad;
    }

    * html .RadGrid_Onyak_Office2007 .rgEditRow .rgSorted {
        background-color: #ffe5ad;
    }

    .RadGrid_Onyak_Office2007 .rgSelectedRow td,
    .RadGrid_Onyak_Office2007 .rgActiveRow td,
    .RadGrid_Onyak_Office2007 .rgHoveredRow td,
    .RadGrid_Onyak_Office2007 .rgEditRow td {
        border-left-width: 0;
        padding-left: 8px;
    }

.RadGrid_Onyak_Office2007 .rgSelectedRow td {
    border-bottom-color: #ff9b35;
}

.RadGrid_Onyak_Office2007 .rgActiveRow td,
.RadGrid_Onyak_Office2007 .rgHoveredRow td,
.RadGrid_Onyak_Office2007 .rgEditRow td {
    border-bottom-color: #d0d7e5;
}

.RadGrid_Onyak_Office2007 .rgDrag {
    background-image: url('Office2007/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Office2007 .rgFooterDiv,
.RadGrid_Onyak_Office2007 .rgFooter {
    background: #9ab5db 0 -6500px repeat-x url('Office2007/Grid/sprite.gif');
}

    .RadGrid_Onyak_Office2007 .rgFooter td {
        border-width: 1px 0;
        border-color: #567db0 #fff #fff;
        padding-left: 8px;
    }

/*status*/

.RadGrid_Onyak_Office2007 .rgPager .rgStatus {
    border: 1px solid;
    border-width: 1px 1px 0 0;
    border-color: #5d8cc9 #9cb9dc;
}

.RadGrid_Onyak_Office2007 .rgStatus div {
    background-image: url('Office2007/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Office2007 .rgPager {
    background: #ecf3fc 0 -7000px repeat-x url('Office2007/Grid/sprite.gif');
    color: #00156e;
}

.RadGrid_Onyak_Office2007 td.rgPagerCell {
    border-top: 1px solid #5d8cc9;
    border-left: 1px solid #fff;
}

.RadGrid_Onyak_Office2007 .rgInfoPart {
    color: #3e69a3;
}

.RadGrid_Onyak_Office2007 .rgPageFirst {
    margin: 0 3px 0 0;
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Office2007 .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Office2007 .rgPagePrev {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Office2007 .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Office2007 .rgPageNext {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Office2007 .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Office2007 .rgPageLast {
    margin: 0 0 0 3px;
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Office2007 .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Office2007 .rgPager .rgPagerButton {
    border-color: #7793b9;
    background: #e8f1fc repeat-x 0 -1550px url('Office2007/Grid/sprite.gif');
    color: #00156e;
    font: 12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Office2007 .rgNumPart a:hover,
.RadGrid_Onyak_Office2007 .rgNumPart a:hover span,
.RadGrid_Onyak_Office2007 .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Office2007 .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Office2007/Grid/sprite.gif');
}

.RadGrid_Onyak_Office2007 .rgNumPart a {
    color: #00156e;
}

    .RadGrid_Onyak_Office2007 .rgNumPart a:hover {
        background-position: 100% -1250px;
    }

        .RadGrid_Onyak_Office2007 .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Office2007 .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Office2007 .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
    }

        .RadGrid_Onyak_Office2007 .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Office2007 .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Office2007 .rgHeader .rgSortAsc {
    background-position: 3px -147px;
    height: 10px;
}

.RadGrid_Onyak_Office2007 .rgHeader .rgSortDesc {
    background-position: 3px -96px;
    height: 10px;
}

.GridReorderTop_Onyak_Office2007,
.GridReorderBottom_Onyak_Office2007 {
    height: 12px;
    background: 0 0 no-repeat url('Office2007/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Office2007 {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Office2007 .rgFilterRow {
    background: #d6e5f3;
}

    .RadGrid_Onyak_Office2007 .rgFilterRow td {
        border: solid #9eb6ce;
        border-width: 0 0 1px 1px;
    }

.RadGrid_Onyak_Office2007 .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Office2007 .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Office2007 .rgFilterActive,
.RadGrid_Onyak_Office2007 .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Office2007 .rgFilterBox {
    border-color: #abc1de;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

/*filter context menu*/

.RadMenu_Onyak_Office2007 .rgHCMClear,
.RadMenu_Onyak_Office2007 .rgHCMFilter {
    border-color: #a7bedb #7d98bd #a3bad8;
    background: #e8f1fc center -23px repeat-x url('Office2007/FormDecorator/ButtonSprites.gif');
    color: #00156e;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Office2007 .rgHCMClear:hover,
    .RadMenu_Onyak_Office2007 .rgHCMFilter:hover {
        border-color: #d8ca95 #b9a073 #c6ba9d;
        background-position: center -67px;
        background-color: #ffe18a;
        color: #000;
    }

/*context menu*/

.GridContextMenu_Onyak_Office2007 .rmLeftImage {
    background-image: url('Office2007/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Office2007 .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Office2007 .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Office2007 .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Office2007 .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Office2007 .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Office2007 .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Office2007 .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Office2007 .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Office2007 .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #688caf;
    background: #ecf3fc;
}

    .RadGrid_Onyak_Office2007 .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
        vertical-align: middle;
    }

        .RadGrid_Onyak_Office2007 .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Office2007 .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Office2007 .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_Office2007 .rgUngroup {
    background-position: 0 -7500px;
}

.RadGrid_Onyak_Office2007 .rgGroupItem {
    border: 1px solid #4b78ca;
    background: #e6ebf5 0 -1900px repeat-x url('Office2007/Grid/sprite.gif');
    color: #00156e;
}

.RadGrid_Onyak_Office2007 .rgGroupHeader {
    background: #d7e6f7;
    font-size: 1.1em;
    line-height: 21px;
    color: #567db0;
}

    .RadGrid_Onyak_Office2007 .rgGroupHeader td {
        border-top: 1px solid #fcfcfd;
        border-bottom: 1px solid #6f92b3;
        padding-left: 8px;
    }

.RadGrid_Onyak_Office2007 td.rgGroupCol,
.RadGrid_Onyak_Office2007 td.rgExpandCol {
    background: #d7e6f7 none;
    border-color: #d7e6f7;
}

.RadGrid_Onyak_Office2007 .rgGroupHeader .rgExpand {
    background-position: 5px -495px;
}

.RadGrid_Onyak_Office2007 .rgGroupHeader .rgCollapse {
    background-position: 3px -93px;
}

/*editing*/

.RadGrid_Onyak_Office2007 .rgEditForm {
    border-bottom: 1px solid #d0d7e5;
}

.RadGrid_Onyak_Office2007 .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Office2007 .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Office2007 .rgDetailTable {
    border-color: #688caf;
}

.RadGrid_Onyak_Office2007 .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Office2007 .rgCollapse {
    background-position: 3px -94px;
}

/*command row*/

.RadGrid_Onyak_Office2007 .rgCommandRow {
    background: #c4d9f1 0 -2099px repeat-x url('Office2007/Grid/sprite.gif');
    color: #333;
}

.RadGrid_Onyak_Office2007 .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Office2007 thead .rgCommandCell {
    border-bottom: 1px solid #688caf;
}

.RadGrid_Onyak_Office2007 .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Office2007 .rgCommandTable {
    border: 1px solid #9eb6ce;
}

.RadGrid_Onyak_Office2007 .rgCommandRow a {
    color: #00156e;
    text-decoration: none;
}

.RadGrid_Onyak_Office2007 .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Office2007 .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Office2007 .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Office2007 .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Office2007 .rgExpXLS,
.RadGrid_Onyak_Office2007 .rgExpDOC,
.RadGrid_Onyak_Office2007 .rgExpPDF,
.RadGrid_Onyak_Office2007 .rgExpCSV {
    background-image: url('Office2007/Common/export.gif');
}

.RadGrid_Onyak_Office2007 .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Office2007 .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Office2007 .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Office2007 .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Office2007 {
    background: #00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Office2007 {
    border-top: 1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_Onyak_Office2007 {
    border: 1px solid #6187b8;
    padding: 3px;
    background: #d7e3f2;
    color: #333;
}

/*rtl*/

.RadGridRTL_Onyak_Office2007 .rgHeader:first-child,
.RadGridRTL_Onyak_Office2007 th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Office2007 .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Office2007 .rgRow > td:first-child,
.RadGridRTL_Onyak_Office2007 .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Office2007 .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Office2007 .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Office2007 .rgPagePrev {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Office2007 .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Office2007 .rgPageNext {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Office2007 .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Office2007 .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Office2007 .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Office2007 .rgGroupHeader .rgExpand {
    background-position: -20pxpx -495px;
}

.RadGridRTL_Onyak_Office2007 .rgExpand {
    background-position: -20px -496px;
}
/* <RadMenu / Office2010Black> */

.RadMenu_Onyak_Office2010Black .rmRootGroup,
.RadMenu_Onyak_Office2010Black a.rmLink,
.RadMenu_Onyak_Office2010Black .rmText,
.RadMenu_Onyak_Office2010Black .rmLeftArrow,
.RadMenu_Onyak_Office2010Black .rmRightArrow,
.RadMenu_Onyak_Office2010Black .rmTopArrow,
.RadMenu_Onyak_Office2010Black .rmBottomArrow {
    background-image: url('Office2010Black/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Office2010Black .rmRootGroup {
    border: 1px solid #5e5e5e;
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: #f3f3f3;
}

/* <Root items> */

.RadMenu_Onyak_Office2010Black,
.RadMenu_Onyak_Office2010Black a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

    .RadMenu_Onyak_Office2010Black a.rmLink,
    .RadMenu_Onyak_Office2010Black .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_Office2010Black a.rmLink:hover,
        .RadMenu_Onyak_Office2010Black a.rmFocused,
        .RadMenu_Onyak_Office2010Black a.rmSelected {
            color: #000;
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_Office2010Black a.rmLink:hover .rmText,
            .RadMenu_Onyak_Office2010Black a.rmFocused .rmText,
            .RadMenu_Onyak_Office2010Black a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_Office2010Black a.rmExpanded,
    .RadMenu_Onyak_Office2010Black a.rmExpanded:hover {
        color: #000;
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_Office2010Black a.rmExpanded .rmText,
        .RadMenu_Onyak_Office2010Black a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_Office2010Black a.rmDisabled,
    .RadMenu_Onyak_Office2010Black a.rmDisabled:hover {
        color: #5e5e5e;
    }

        .RadMenu_Onyak_Office2010Black a.rmDisabled:hover,
        .RadMenu_Onyak_Office2010Black a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Office2010Black .rmGroup,
    .RadMenu_Onyak_Office2010Black .rmMultiColumn,
    .RadMenu_Onyak_Office2010Black .rmGroup .rmVertical {
        border: 1px solid #9199a4;
        background: #f6f6f6 url('Office2010Black/Menu/rmVSprite.png') repeat-y -1px 0;
    }

    .RadMenu_Onyak_Office2010Black .rmTopFix,
    .RadMenu_Onyak_Office2010Black .rmBottomFix,
    .RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Office2010Black .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Office2010Black .rmRoundedCorners ul.rmHorizontal .rmFirst,
    .RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        background-image: url('Office2010Black/Menu/rmVSprite.png');
        background-color: #f6f6f6;
        background-repeat: repeat-y;
        background-position: -4px 0;
    }

* html .rmRoundedCorners_Office2007 .rmGroup .rmItem,
* html .rmRoundedCorners_Office2007 ul.rmHorizontal .rmFirst {
    background-image: url('Office2010Black/Menu/rmVSprite.png');
    background-color: #f6f6f6;
    background-repeat: repeat-y;
    background-position: -4px 0;
}

.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrap .rmVertical .RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Office2007 .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Office2007 .rmHorizontal .rmItem,
* html .rmRoundedCorners_Office2007 .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmGroupColumn {
    background-color: #f6f6f6;
}

.RadMenu_Onyak_Office2010Black .rmBottomLeft,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmMultiColumn {
    background-image: url('Office2010Black/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer,
* html .rmRoundedCorners_Office2007 .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Office2007 ul.rmGroup {
    background-image: url('Office2010Black/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Office2010Black .rmTopRight,
.RadMenu_Onyak_Office2010Black .rmBottomRight {
    background-image: url('Office2010Black/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Office2010Black .rmTopFix,
.RadMenu_Onyak_Office2010Black .rmBottomFix,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Office2007 .rmGroup .rmFirst {
    border-color: #9199a4;
}

.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #f6f6f6;
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmBottomFix {
    background: #f6f6f6;
}

.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #f6f6f6;
    border: 0;
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmRightArrow {
    background-color: #f6f6f6;
    border: 0;
}

.RadMenu_Onyak_Office2010Black li.rmTopFix,
.RadMenu_Onyak_Office2010Black li.rmBottomFix {
    background-position: -5px 0;
}

.RadMenu_Onyak_Office2010Black_rtl .rmBottomLeft,
.RadMenu_Onyak_Office2010Black_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2010Black_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2010Black .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Office2010Black_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Office2010Black/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Office2010Black_rtl .rmTopRight,
.RadMenu_Onyak_Office2010Black_rtl .rmBottomRight {
    background-image: url('Office2010Black/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Office2010Black_rtl li.rmTopFix,
.RadMenu_Onyak_Office2010Black_rtl li.rmBottomFix,
.RadMenu_Onyak_Office2010Black_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Office2010Black_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Office2010Black .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Office2010Black_rtl .rmGroup,
.RadMenu_Onyak_Office2010Black_rtl .rmMultiColumn,
.RadMenu_Onyak_Office2010Black_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

.RadMenu_Onyak_Office2010Black .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Office2010Black .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Office2010Black .rmGroup .rmFirst,
.RadMenu_Onyak_Office2010Black .rmGroup .rmLast,
.RadMenu_Onyak_Office2010Black .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Office2010Black_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Office2007 .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Office2010Black .rmGroup .rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Office2010Black .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmFocused,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmSelected,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmExpanded {
    background-position: 0 -168px;
}

    .RadMenu_Onyak_Office2010Black .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2010Black .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Office2010Black .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Office2010Black .rmGroup a.rmExpanded .rmText {
        background-position: 100% -192px;
    }

/* <expand arrows> */

.RadMenu_Onyak_Office2010Black .rmVertical .rmExpandRight,
.RadMenu_Onyak_Office2010Black_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_Office2010Black .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Black .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Office2010Black .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Office2010Black .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('Office2010Black/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Office2010Black .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_Office2010Black .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_Office2010Black .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Office2010Black/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Office2010Black .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Black_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Black_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Black .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Office2010Black/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Office2010Black_rtl a.rmLink:hover,
.RadMenu_Onyak_Office2010Black_rtl a.rmFocused,
.RadMenu_Onyak_Office2010Black_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Office2010Black_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2010Black_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Office2010Black_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Office2010Black_rtl a.rmExpanded,
.RadMenu_Onyak_Office2010Black_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Office2010Black_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Office2010Black_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Office2010Black_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Office2010Black_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Office2010Black_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Black_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Office2010Black_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_Office2010Black_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Office2010Black_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Office2010Black_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Office2010Black/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Office2010Black_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Black_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Office2010Black/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Office2007 - specific, overlapping submenus)> */

.RadMenu_Onyak_Office2010Black .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_Office2010Black .rmVertical .rmSlide,
    .RadMenu_Onyak_Office2010Black .rmSlide .rmSlide,
    .RadMenu_Onyak_Office2010Black_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Office2010Black_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_Office2010Black_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_Office2010Black_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_Office2010Black_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Office2010Black .rmLeftArrow,
.RadMenu_Onyak_Office2010Black .rmRightArrow {
    background-color: #f6f6f6;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Office2010Black .rmLeftArrow,
.RadMenu_Onyak_Office2010Black .rmRightArrow {
    background-color: #f6f6f6;
}

.RadMenu_Onyak_Office2010Black .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #9199a4;
}

.RadMenu_Onyak_Office2010Black .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #9199a4;
}

.RadMenu_Onyak_Office2010Black .rmTopArrow,
.RadMenu_Onyak_Office2010Black .rmBottomArrow,
.RadMenu_Onyak_Office2010Black .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Office2010Black .rmGroup .rmRightArrow {
    background-color: #f6f6f6;
}

.RadMenu_Onyak_Office2010Black .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #9199a4;
}

.RadMenu_Onyak_Office2010Black .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #9199a4;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Office2010Black .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_Office2010Black .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_Office2010Black .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Office2010Black .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Office2007> */

/* RadSlider for ASP.NET AJAX Office2010Black Skin */
.RadSlider_Onyak_Office2010Black .rslTrack {
    border-color: #2c2c2c;
}

/*base style overwrites*/
div.RadSlider_Onyak_Office2010Black,
div.RadSlider_Onyak_Office2010Black .rslItem,
div.RadSlider_Onyak_Office2010Black .rslLargeTick span {
    color: #fff;
}

    div.RadSlider_Onyak_Office2010Black .rslHorizontal a.rslDraghandle {
        width: 9px;
    }

    div.RadSlider_Onyak_Office2010Black .rslVertical a.rslDraghandle {
        height: 9px;
    }
/*base style overwrites end*/

.RadSlider_Onyak_Office2010Black .rslHorizontal a.rslHandle {
    background-image: url('Office2010Black/Slider/Handles.gif');
}

.RadSlider_Onyak_Office2010Black .rslHorizontal a.rslDraghandle {
    background-image: url('Office2010Black/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Office2010Black .rslTop a.rslDraghandle {
    background-image: url('Office2010Black/Slider/DragHandleDown.gif');
}

.RadSlider_Onyak_Office2010Black .rslHorizontal .rslTrack {
    background: url('Office2010Black/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Office2010Black .rslHorizontal .rslSelectedregion {
    background: url('Office2010Black/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Office2010Black .rslVertical a.rslHandle {
    background-image: url('Office2010Black/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Office2010Black .rslVertical .rslTrack {
    background: url('Office2010Black/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Office2010Black .rslVertical .rslSelectedregion {
    background: url('Office2010Black/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Office2010Black .rslVertical a.rslDraghandle {
    background: url('Office2010Black/Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_Onyak_Office2010Black .rslLeft a.rslDraghandle {
    background: url('Office2010Black/Slider/DragVerticalHandleRight.gif') no-repeat;
}

.RadSlider_Onyak_Office2010Black .rslItem,
.RadSlider_Onyak_Office2010Black .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Office2010Black .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Office2010Black .rslHorizontal .rslItem {
    background-image: url('Office2010Black/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Office2010Black .rslVertical .rslItem {
    background-image: url('Office2010Black/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Office2010Black .rslTop .rslSmallTick,
.RadSlider_Onyak_Office2010Black .rslBottom .rslSmallTick {
    background-image: url('Office2010Black/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Office2010Black .rslTop .rslLargeTick,
.RadSlider_Onyak_Office2010Black .rslBottom .rslLargeTick {
    background-image: url('Office2010Black/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Office2010Black .rslLeft .rslSmallTick,
.RadSlider_Onyak_Office2010Black .rslRight .rslSmallTick {
    background-image: url('Office2010Black/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Office2010Black .rslLeft .rslLargeTick,
.RadSlider_Onyak_Office2010Black .rslRight .rslLargeTick {
    background-image: url('Office2010Black/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Office2010Black .rslMiddle .rslSmallTick {
    background-image: url('Office2010Black/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Office2010Black .rslMiddle .rslLargeTick {
    background-image: url('Office2010Black/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Office2010Black .rslCenter .rslSmallTick {
    background-image: url('Office2010Black/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Office2010Black .rslCenter .rslLargeTick {
    background-image: url('Office2010Black/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadCalendar Office2010Black skin*/

table.RadCalendar_Onyak_Office2010Black {
    background: #8b8b8b;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Office2010Black .rcTitlebar {
    border-color: #2c2c2c;
    background: #737373 0 -1000px repeat-x url('Office2010Black/Calendar/sprite.gif');
    color: #e2e2e2;
}

    .RadCalendar_Onyak_Office2010Black .rcTitlebar td {
        padding: 0 0 2px;
    }

    .RadCalendar_Onyak_Office2010Black .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Office2010Black .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Office2010Black .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Office2010Black .rcTitlebar .rcFastNext {
        width: 17px;
        height: 17px;
        margin: 1px 2px 0;
        background: transparent url('Office2010Black/Calendar/sprite.gif') no-repeat;
        color: #ccc;
    }

    .RadCalendar_Onyak_Office2010Black .rcTitlebar .rcFastPrev {
        margin-left: 4px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Office2010Black .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Office2010Black .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Office2010Black .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Office2010Black .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Office2010Black .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Office2010Black .rcTitlebar .rcFastNext {
        margin-right: 4px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Office2010Black .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_Office2010Black .rcMain {
    border-color: #2c2c2c;
}

.RadCalendar_Onyak_Office2010Black .rcMainTable {
    color: #bfbfbf;
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Office2010Black .rcHeader,
.RadCalendar_Onyak_Office2010Black .rcFooter {
    border-color: #688caf;
}

/*week numbers and days*/

.RadCalendar_Onyak_Office2010Black .rcWeek th {
    border-top: 1px solid #6f6f6f;
    border-bottom: 1px solid #6f6f6f;
    padding: 2px 6px 2px 0;
    background-color: #6f6f6f;
}

.RadCalendar_Onyak_Office2010Black .rcWeek .rcViewSel,
.RadCalendar_Onyak_Office2010Black .rcRow th {
    width: 12px;
    padding: 0 7px 0 9px;
    background: #6f6f6f;
}

.RadCalendar_Onyak_Office2010Black .rcRow th {
    color: #bfbfbf;
}

/*date cells*/

.RadCalendar_Onyak_Office2010Black .rcRow td {
    border-color: #8b8b8b;
}

.RadCalendar_Onyak_Office2010Black .rcMain .rcRow a,
.RadCalendar_Onyak_Office2010Black .rcMain .rcRow span {
    color: #3b3b3b;
}

.RadCalendar_Onyak_Office2010Black .rcMain .rcWeekend a {
    color: #444;
}

.RadCalendar_Onyak_Office2010Black .rcRow .rcToday {
    background: 100% -1400px url('Office2010Black/Calendar/sprite.gif') no-repeat;
}

.RadCalendar_Onyak_Office2010Black .rcMain .rcOtherMonth a {
    color: #bfbfbf;
}

.RadCalendar_Onyak_Office2010Black .rcMain .rcOutOfRange span {
    color: #bfbfbf;
}

.RadCalendar_Onyak_Office2010Black .rcRow .rcSelected {
    background: 100% -1700px no-repeat url('Office2010Black/Calendar/sprite.gif');
}

.RadCalendar_Onyak_Office2010Black .rcRow .rcHover {
    background: 100% -1600px no-repeat url('Office2010Black/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Office2010Black .rcRow .rcHover,
    .RadCalendar_Onyak_Office2010Black .rcRow .rcHover a,
    .RadCalendar_Onyak_Office2010Black .rcRow .rcSelected,
    .RadCalendar_Onyak_Office2010Black .rcRow .rcSelected a {
        color: #000;
    }

/*multimonth view*/

.RadCalendarMultiView_Onyak_Office2010Black .rcTitlebar {
    background: #525252 0 -2200px repeat-x url('Office2010Black/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_Office2010Black .rcTitlebar table {
        line-height: 27px;
    }

    .RadCalendarMultiView_Onyak_Office2010Black .rcTitlebar td {
        padding-bottom: 1px;
    }

.RadCalendarMultiView_Onyak_Office2010Black .rcCalendar {
    border-color: #4b4b4b;
    border-top: 0;
}

    .RadCalendarMultiView_Onyak_Office2010Black .rcCalendar .rcMainTable {
        height: 195px;
    }

.RadCalendarMultiView_Onyak_Office2010Black .rcMainTable .rcTitle {
    border-width: 1px 0;
    border-color: #6c6c6a;
    padding: 0 0 2px;
    background: #737373 0 -1000px repeat-x url('Office2010Black/Calendar/sprite.gif');
    color: #e2e2e2;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Office2010Black {
    border-color: #868686;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

.RadCalendarMonthView_Onyak_Office2010Black #rcMView_Feb,
.RadCalendarMonthView_Onyak_Office2010Black #rcMView_Apr,
.RadCalendarMonthView_Onyak_Office2010Black #rcMView_Jun,
.RadCalendarMonthView_Onyak_Office2010Black #rcMView_Aug,
.RadCalendarMonthView_Onyak_Office2010Black #rcMView_Oct,
.RadCalendarMonthView_Onyak_Office2010Black #rcMView_Dec {
    border-right: 1px solid #9ebfdb;
}

.RadCalendarMonthView_Onyak_Office2010Black a {
    color: #000;
}

.RadCalendarMonthView_Onyak_Office2010Black .rcSelected a {
    border-color: #c28b31 #c29a42 #c2a34c;
    background: #feed76 0 -1800px repeat-x url('Office2010Black/Calendar/sprite.gif');
}

.RadCalendarMonthView_Onyak_Office2010Black #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Office2010Black #rcMView_NextY a {
    width: 15px;
    height: 13px;
    overflow: hidden;
    background-image: url('Office2010Black/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Office2010Black #rcMView_PrevY a {
    background-position: 3px -200px;
}

.RadCalendarMonthView_Onyak_Office2010Black #rcMView_NextY a {
    background-position: 4px -500px;
}

.RadCalendarMonthView_Onyak_Office2010Black .rcButtons {
    padding: 5px 7px 3px;
}

.RadCalendarMonthView_Onyak_Office2010Black input {
    border-color: #262626;
    padding: 1px 0 0;
    background: #6f6f6f 0 -2300px repeat-x url('Office2010Black/Calendar/sprite.gif');
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_Office2010Black input:hover
{
    border-color:#d8ca95 #b89f73 #c6b99c;
    background-color:#ffe18a;
    background-position:0 -2350px;
    color:#000;
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_Office2010Black {
    border-color: #9199a4;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Office2010Black th {
    border-bottom: 1px solid #9eb6ce;
    padding: 0 0 1px;
    background: #737373 0 -1000px repeat-x url('Office2010Black/Calendar/sprite.gif');
    color: #e2e2e2;
    line-height: 23px;
}

table.RadCalendarTimeView_Onyak_Office2010Black td {
    border-color: #9199a4;
}

.RadCalendarTimeView_Onyak_Office2010Black a {
    color: #000;
}

.RadCalendarTimeView_Onyak_Office2010Black td.rcSelected a {
    border-color: #c28b31 #c29a42 #c2a34c;
    background: #feed76 0 -1800px repeat-x url('Office2010Black/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Office2010Black td.rcHover a {
    border-color: #f7c840;
    background: #fff3c8 0 -1900px repeat-x url('Office2010Black/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Office2010Black .rcFooter {
    border-color: #688caf;
}

/*pickers*/

.RadPicker_Onyak_Office2010Black .rcCalPopup,
.RadPicker_Onyak_Office2010Black .rcTimePopup {
    background-image: url('Office2010Black/Calendar/sprite.gif');
}

.RadPicker_Onyak_Office2010Black .rcCalPopup,
.RadPicker_Onyak_Office2010Black a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Office2010Black a.rcCalPopup:hover,
.RadPicker_Onyak_Office2010Black a.rcCalPopup:focus,
.RadPicker_Onyak_Office2010Black a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Office2010Black .rcTimePopup,
.RadPicker_Onyak_Office2010Black a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Office2010Black a.rcTimePopup:hover,
.RadPicker_Onyak_Office2010Black a.rcTimePopup:focus,
.RadPicker_Onyak_Office2010Black a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Office2010Black .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Office2010Black .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Office2010Black .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Office2010Black .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Office2010Black .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Office2010Black .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Office2010Black .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Office2010Black .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}
/*Telerik RadGrid Office2010Black Skin*/

/*global*/

.RadGrid_Onyak_Office2010Black {
    border: 1px solid #1b1b1b;
    background: #e5e5e5;
    color: #000;
}

    .RadGrid_Onyak_Office2010Black,
    .RadGrid_Onyak_Office2010Black .rgMasterTable,
    .RadGrid_Onyak_Office2010Black .rgDetailTable,
    .RadGrid_Onyak_Office2010Black .rgGroupPanel table,
    .RadGrid_Onyak_Office2010Black .rgCommandRow table,
    .RadGrid_Onyak_Office2010Black .rgEditForm table,
    .RadGrid_Onyak_Office2010Black .rgPager table,
    .GridToolTip_Onyak_Office2010Black {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Office2010Black .rgHeader:first-child,
        .RadGrid_Onyak_Office2010Black th.rgResizeCol:first-child,
        .RadGrid_Onyak_Office2010Black .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Office2010Black .rgRow > td:first-child,
        .RadGrid_Onyak_Office2010Black .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Office2010Black .rgAdd,
        .RadGrid_Onyak_Office2010Black .rgRefresh,
        .RadGrid_Onyak_Office2010Black .rgEdit,
        .RadGrid_Onyak_Office2010Black .rgDel,
        .RadGrid_Onyak_Office2010Black .rgFilter,
        .RadGrid_Onyak_Office2010Black .rgPagePrev,
        .RadGrid_Onyak_Office2010Black .rgPageNext,
        .RadGrid_Onyak_Office2010Black .rgPageFirst,
        .RadGrid_Onyak_Office2010Black .rgPageLast,
        .RadGrid_Onyak_Office2010Black .rgExpand,
        .RadGrid_Onyak_Office2010Black .rgCollapse,
        .RadGrid_Onyak_Office2010Black .rgSortAsc,
        .RadGrid_Onyak_Office2010Black .rgSortDesc,
        .RadGrid_Onyak_Office2010Black .rgUpdate,
        .RadGrid_Onyak_Office2010Black .rgCancel,
        .RadGrid_Onyak_Office2010Black .rgUngroup,
        .RadGrid_Onyak_Office2010Black .rgExpXLS,
        .RadGrid_Onyak_Office2010Black .rgExpDOC,
        .RadGrid_Onyak_Office2010Black .rgExpPDF,
        .RadGrid_Onyak_Office2010Black .rgExpCSV {
            background-image: url('Office2010Black/Grid/sprite.png');
        }

        /* Fix, IE6 does not support PNG alpha channel, so we use gifs for the command sprites instead */
        * html .RadGrid_Onyak_Office2010Black .rgAdd,
        * html .RadGrid_Onyak_Office2010Black .rgRefresh,
        * html .RadGrid_Onyak_Office2010Black .rgEdit,
        * html .RadGrid_Onyak_Office2010Black .rgDel,
        * html .RadGrid_Onyak_Office2010Black .rgFilter,
        * html .RadGrid_Onyak_Office2010Black .rgPagePrev,
        * html .RadGrid_Onyak_Office2010Black .rgPageNext,
        * html .RadGrid_Onyak_Office2010Black .rgPageFirst,
        * html .RadGrid_Onyak_Office2010Black .rgPageLast,
        * html .RadGrid_Onyak_Office2010Black .rgExpand,
        * html .RadGrid_Onyak_Office2010Black .rgCollapse,
        * html .RadGrid_Onyak_Office2010Black .rgSortAsc,
        * html .RadGrid_Onyak_Office2010Black .rgSortDesc,
        * html .RadGrid_Onyak_Office2010Black .rgUpdate,
        * html .RadGrid_Onyak_Office2010Black .rgCancel,
        * html .RadGrid_Onyak_Office2010Black .rgUngroup,
        * html .RadGrid_Onyak_Office2010Black .rgExpXLS,
        * html .RadGrid_Onyak_Office2010Black .rgExpDOC,
        * html .RadGrid_Onyak_Office2010Black .rgExpPDF,
        * html .RadGrid_Onyak_Office2010Black .rgExpCSV,
        * html .RadGrid_Onyak_Office2010Black .rgHeaderDiv,
        * html .RadGrid_Onyak_Office2010Black .rgHeader,
        * html .RadGrid_Onyak_Office2010Black th.rgResizeCol,
        * html .RadGrid_Onyak_Office2010Black .rgSelectedRow,
        * html .RadGrid_Onyak_Office2010Black .rgSelectedRow.rgHoveredRow * html .RadGrid_Onyak_Office2010Black .rgActiveRow,
        * html .RadGrid_Onyak_Office2010Black .rgHoveredRow,
        * html .RadGrid_Onyak_Office2010Black .rgFooterDiv,
        * html .RadGrid_Onyak_Office2010Black .rgFooter,
        * html .RadGrid_Onyak_Office2010Black .rgPager,
        * html .RadGrid_Onyak_Office2010Black .rgPager .rgPagerButton,
        * html .RadGrid_Onyak_Office2010Black .rgNumPart a:hover,
        * html .RadGrid_Onyak_Office2010Black .rgNumPart a:hover span,
        * html .RadGrid_Onyak_Office2010Black .rgNumPart a.rgCurrentPage,
        * html .RadGrid_Onyak_Office2010Black .rgNumPart a.rgCurrentPage span,
        * html .GridReorderTop_Onyak_Office2010Black,
        * html .GridReorderBottom_Onyak_Office2010Black,
        * html .RadGrid_Onyak_Office2010Black .rgGroupItem,
        * html .RadGrid_Onyak_Office2010Black .rgCommandRow {
            background-image: url('Office2010Black/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Office2010Black .rgHeaderDiv {
            background: #999 0 -8050px repeat-x url('Office2010Black/Grid/sprite.png');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7550px;
}

.RadGrid_Onyak_Office2010Black .rgHeader,
.RadGrid_Onyak_Office2010Black th.rgResizeCol {
    border: solid #444;
    border-width: 0 0 1px 1px;
    background: #6b6b6b 0 -2300px repeat-x url('Office2010Black/Grid/sprite.png');
}

.RadGrid_Onyak_Office2010Black th.rgSorted {
    border-bottom-color: #c28a30;
    background-color: #ffee70;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Office2010Black .rgHeader,
.RadGrid_Onyak_Office2010Black .rgHeader a {
    color: #242424;
}

.RadGrid_Onyak_Office2010Black th.rgSorted,
.RadGrid_Onyak_Office2010Black th.rgSorted a {
    color: #000;
}

/*rows*/

.RadGrid_Onyak_Office2010Black .rgRow td,
.RadGrid_Onyak_Office2010Black .rgAltRow td,
.RadGrid_Onyak_Office2010Black .rgEditRow td,
.RadGrid_Onyak_Office2010Black .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.RadGrid_Onyak_Office2010Black .rgRow td,
.RadGrid_Onyak_Office2010Black .rgAltRow td {
    border-color: #d0d7e5;
}

.RadGrid_Onyak_Office2010Black .rgRow .rgSorted,
.RadGrid_Onyak_Office2010Black .rgAltRow .rgSorted {
    background-color: #ebebeb;
}

.RadGrid_Onyak_Office2010Black .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Office2010Black .rgActiveRow .rgSorted,
.RadGrid_Onyak_Office2010Black .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Office2010Black .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Office2010Black .rgRow a,
.RadGrid_Onyak_Office2010Black .rgAltRow a,
.RadGrid_Onyak_Office2010Black .rgEditRow a,
.RadGrid_Onyak_Office2010Black .rgFooter a,
.RadGrid_Onyak_Office2010Black .rgEditForm a {
    color: #000;
}

.RadGrid_Onyak_Office2010Black .rgSelectedRow {
    background: #f8d05c 0 -3900px repeat-x url('Office2010Black/Grid/sprite.png');
}

    .RadGrid_Onyak_Office2010Black .rgSelectedRow > td {
        background-image: url('Office2010Black/Grid/sprite.png');
        background-position: 0 100%;
        background-repeat: repeat-x;
    }

    .RadGrid_Onyak_Office2010Black .rgSelectedRow.rgHoveredRow {
        background: #fcebb9 0 -3200px repeat-x url('Office2010Black/Grid/sprite.png');
    }

        .RadGrid_Onyak_Office2010Black .rgSelectedRow.rgHoveredRow td {
            background-image: none;
        }

    * + html .RadGrid_Onyak_Office2010Black .rgSelectedRow .rgSorted {
        background-color: #ffcb60;
    }

    * html .RadGrid_Onyak_Office2010Black .rgSelectedRow .rgSorted {
        background-color: #ffcb60;
    }

.RadGrid_Onyak_Office2010Black .rgActiveRow,
.RadGrid_Onyak_Office2010Black .rgHoveredRow {
    background: #fff4cb 0 -2900px repeat-x url('Office2010Black/Grid/sprite.png');
}

    * + html .RadGrid_Onyak_Office2010Black .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Office2010Black .rgHoveredRow .rgSorted {
        background-color: #ecf4ff;
    }

    * html .RadGrid_Onyak_Office2010Black .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Office2010Black .rgHoveredRow .rgSorted {
        background-color: #ecf4ff;
    }

.RadGrid_Onyak_Office2010Black .rgEditRow {
    background: #ebebeb;
}

    * + html .RadGrid_Onyak_Office2010Black .rgEditRow .rgSorted {
        background-color: #ffe5ad;
    }

    * html .RadGrid_Onyak_Office2010Black .rgEditRow .rgSorted {
        background-color: #ffe5ad;
    }

    .RadGrid_Onyak_Office2010Black .rgSelectedRow td,
    .RadGrid_Onyak_Office2010Black .rgActiveRow td,
    .RadGrid_Onyak_Office2010Black .rgHoveredRow td,
    .RadGrid_Onyak_Office2010Black .rgEditRow td {
        border-left-width: 0;
        padding-left: 8px;
    }

.RadGrid_Onyak_Office2010Black .rgSelectedRow td {
    border-bottom-color: #ff9b35;
}

.RadGrid_Onyak_Office2010Black .rgActiveRow td,
.RadGrid_Onyak_Office2010Black .rgHoveredRow td,
.RadGrid_Onyak_Office2010Black .rgEditRow td {
    border-bottom-color: #d0d7e5;
}

.RadGrid_Onyak_Office2010Black .rgDrag {
    background-image: url('Office2010Black/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Office2010Black .rgFooterDiv,
.RadGrid_Onyak_Office2010Black .rgFooter {
    background: #3b3b3b 0 -6500px repeat-x url('Office2010Black/Grid/sprite.png');
}

    .RadGrid_Onyak_Office2010Black .rgFooter td {
        border-width: 1px 0 0;
        border-color: #2c2c2c #fff #fff;
        padding-left: 8px;
        color: #e2e2e2;
    }

/*status*/

.RadGrid_Onyak_Office2010Black .rgPager .rgStatus {
    border: 1px solid;
    border-width: 1px 1px 0 0;
    border-color: #2c2c2c #262626;
}

.RadGrid_Onyak_Office2010Black .rgStatus div {
    background-image: url('Office2010Black/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Office2010Black .rgPager {
    background: #323232 0 -6999px repeat-x url('Office2010Black/Grid/sprite.png');
    color: #e2e2e2;
}

.RadGrid_Onyak_Office2010Black td.rgPagerCell {
    border-top: 1px solid #2c2c2c;
    border-left: 1px solid #575757;
}

.RadGrid_Onyak_Office2010Black .rgInfoPart {
    color: #e2e2e2;
}

.RadGrid_Onyak_Office2010Black .rgPageFirst {
    margin: 0 3px 0 0;
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Office2010Black .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Office2010Black .rgPagePrev {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Office2010Black .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Office2010Black .rgPageNext {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Office2010Black .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Office2010Black .rgPageLast {
    margin: 0 0 0 3px;
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Office2010Black .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Office2010Black .rgPager .rgPagerButton {
    border-color: #262626;
    background: #6f6f6f repeat-x 0 -1900px url('Office2010Black/Grid/sprite.png');
    color: #000;
    font: 12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Office2010Black .rgNumPart a:hover,
.RadGrid_Onyak_Office2010Black .rgNumPart a:hover span,
.RadGrid_Onyak_Office2010Black .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Office2010Black .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Office2010Black/Grid/sprite.png');
}

.RadGrid_Onyak_Office2010Black .rgNumPart a {
    color: #e2e2e2;
}

    .RadGrid_Onyak_Office2010Black .rgNumPart a:hover {
        background-position: 100% -1250px;
        color: #000;
    }

        .RadGrid_Onyak_Office2010Black .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Office2010Black .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Office2010Black .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
        color: #fff;
    }

        .RadGrid_Onyak_Office2010Black .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Office2010Black .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Office2010Black .rgHeader .rgSortAsc {
    background-position: 3px -147px;
    height: 10px;
}

.RadGrid_Onyak_Office2010Black .rgHeader .rgSortDesc {
    background-position: 3px -197px;
    height: 10px;
}

.GridReorderTop_Onyak_Office2010Black,
.GridReorderBottom_Onyak_Office2010Black {
    height: 12px;
    background: 0 0 no-repeat url('Office2010Black/Grid/sprite.png');
}

.GridReorderBottom_Onyak_Office2010Black {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Office2010Black .rgFilterRow {
    background: #999;
}

    .RadGrid_Onyak_Office2010Black .rgFilterRow td {
        border-style: solid;
        border-color: #4b4b4b #7e7e7e;
        border-width: 0 0 1px 1px;
    }

.RadGrid_Onyak_Office2010Black .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Office2010Black .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Office2010Black .rgFilterActive,
.RadGrid_Onyak_Office2010Black .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Office2010Black .rgFilterBox {
    border-color: #919191;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

/*filter context menu*/

.RadMenu_Onyak_Office2010Black .rgHCMClear,
.RadMenu_Onyak_Office2010Black .rgHCMFilter {
    border-color: #a7bedb #7d98bd #a3bad8;
    background: #e8f1fc center -23px repeat-x url('Office2010Black/FormDecorator/ButtonSprites.gif');
    color: #00156e;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Office2010Black .rgHCMClear:hover,
    .RadMenu_Onyak_Office2010Black .rgHCMFilter:hover {
        border-color: #d8ca95 #b9a073 #c6ba9d;
        background-position: center -67px;
        background-color: #ffe18a;
        color: #000;
    }

/*context menu*/

.GridContextMenu_Onyak_Office2010Black .rmLeftImage {
    background-image: url('Office2010Black/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Office2010Black .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Office2010Black .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Office2010Black .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Office2010Black .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Office2010Black .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Office2010Black .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Office2010Black .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Office2010Black .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Office2010Black .rgGroupPanel {
    border: 0;
    background: #a7a7a7;
}

    .RadGrid_Onyak_Office2010Black .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
        vertical-align: middle;
    }

        .RadGrid_Onyak_Office2010Black .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Office2010Black .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Office2010Black .rgGroupPanel .rgSortDesc {
        background-position: 4px -194px;
    }

.RadGrid_Onyak_Office2010Black .rgUngroup {
    background-position: 0 -7500px;
}

.RadGrid_Onyak_Office2010Black .rgGroupItem {
    border: 1px solid #262626;
    background: #6f6f6f 0 -1900px repeat-x url('Office2010Black/Grid/sprite.png');
    color: #000;
}

.RadGrid_Onyak_Office2010Black .rgGroupHeader {
    background: #6f6f6f;
    font-size: 1.1em;
    line-height: 21px;
    color: #e2e2e2;
}

    .RadGrid_Onyak_Office2010Black .rgGroupHeader td {
        border-bottom: 1px solid #4b4b4b;
        padding-left: 8px;
    }

.RadGrid_Onyak_Office2010Black td.rgGroupCol,
.RadGrid_Onyak_Office2010Black td.rgExpandCol {
    background: #6f6f6f;
    border-color: #6f6f6f;
}

.RadGrid_Onyak_Office2010Black .rgGroupHeader .rgExpand {
    background-position: 5px -495px;
}

.RadGrid_Onyak_Office2010Black .rgGroupHeader .rgCollapse {
    background-position: 3px -93px;
}

/*editing*/

.RadGrid_Onyak_Office2010Black .rgEditForm {
    border-bottom: 1px solid #1b1b1b;
}

.RadGrid_Onyak_Office2010Black .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Office2010Black .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Office2010Black .rgDetailTable {
    border-color: #688caf;
}

.RadGrid_Onyak_Office2010Black .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Office2010Black .rgCollapse {
    background-position: 3px -94px;
}

/*command row*/

.RadGrid_Onyak_Office2010Black .rgCommandRow {
    background: #949494 0 -2099px repeat-x url('Office2010Black/Grid/sprite.png');
    color: #333;
}

.RadGrid_Onyak_Office2010Black .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Office2010Black thead .rgCommandCell {
    border-bottom: 1px solid #444;
}

.RadGrid_Onyak_Office2010Black .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Office2010Black .rgCommandRow a {
    color: #242424;
    text-decoration: none;
}

.RadGrid_Onyak_Office2010Black .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Office2010Black .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Office2010Black .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Office2010Black .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Office2010Black .rgExpXLS,
.RadGrid_Onyak_Office2010Black .rgExpDOC,
.RadGrid_Onyak_Office2010Black .rgExpPDF,
.RadGrid_Onyak_Office2010Black .rgExpCSV {
    background-image: url('Office2010Black/Common/export.gif');
}

.RadGrid_Onyak_Office2010Black .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Office2010Black .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Office2010Black .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Office2010Black .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Office2010Black {
    background: #00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Office2010Black {
    border-top: 1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_Onyak_Office2010Black {
    border: 1px solid #6187b8;
    padding: 3px;
    background: #d7e3f2;
    color: #333;
}

/*rtl*/

.RadGridRTL_Onyak_Office2010Black .rgHeader:first-child,
.RadGridRTL_Onyak_Office2010Black th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Office2010Black .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Office2010Black .rgRow > td:first-child,
.RadGridRTL_Onyak_Office2010Black .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Office2010Black .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Office2010Black .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Office2010Black .rgPagePrev {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Office2010Black .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Office2010Black .rgPageNext {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Office2010Black .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Office2010Black .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Office2010Black .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Office2010Black .rgGroupHeader .rgExpand {
    background-position: -20px -495px;
}

.RadGridRTL_Onyak_Office2010Black .rgExpand {
    background-position: -20px -496px;
}

.RadGridRTL_Onyak_Office2010Black .rgGroupHeader .rgCollapse {
    background-position: -20px -93px;
}
/*Telerik RadInput Office2010Black Skin*/

/*global*/

.RadInput_Onyak_Office2010Black,
.RadInputMgr_Onyak_Office2010Black {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Office2010Black .riTextBox,
html body .RadInputMgr_Onyak_Office2010Black {
    border-color: #919191;
    background: #f6f6f6;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Office2010Black .riEmpty,
html body .RadInput_Empty_Onyak_Office2010Black {
    color: #8d8d8d;
}

html body .RadInput_Onyak_Office2010Black .riHover,
html body .RadInput_Hover_Onyak_Office2010Black,
html body .RadInput_Onyak_Office2010Black .riFocused,
html body .RadInput_Focused_Onyak_Office2010Black {
    border-color: #f7c840;
    background-color: #f6f6f6;
}

html body .RadInput_Onyak_Office2010Black .riRead,
html body .RadInput_Read_Onyak_Office2010Black {
    border-color: #ccdbed;
}

html body .RadInput_Onyak_Office2010Black .riDisabled,
html body .RadInput_Disabled_Onyak_Office2010Black {
    color: #656565;
    background-color: #c6c6c6;
    cursor: default;
}

html body .RadInput_Onyak_Office2010Black .riError,
html body .RadInput_Error_Onyak_Office2010Black {
    border-color: #e50000 #dc643f #ea8541;
    background: #f6f6f6 100% -298px no-repeat url('Office2010Black/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Office2010Black .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Office2010Black[type="text"] {
    border-color: #b32d34 #dc643f #ea8541;
    background: #fff 100% -298px no-repeat url('Office2010Black/Input/sprite.gif');
    color: #b32d34;
}

/*buttons*/

.RadInput_Onyak_Office2010Black a {
    background: transparent no-repeat url('Office2010Black/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Office2010Black .riBtn a {
    width: 21px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 6px;
}

    .RadInput_Onyak_Office2010Black .riBtn a:hover {
        background-position: 3px -44px;
    }

/*spin*/

.RadInput_Onyak_Office2010Black .riSpin a {
    width: 13px;
    height: 11px;
    line-height: 10px;
}

.RadInput_Onyak_Office2010Black a.riUp {
    background-position: 0 -96px;
}

    .RadInput_Onyak_Office2010Black a.riUp:hover {
        background-position: 0 -146px;
    }

.RadInput_Onyak_Office2010Black a.riDown {
    background-position: 0 -198px;
    margin-top: 0;
}

    .RadInput_Onyak_Office2010Black a.riDown:hover {
        background-position: 0 -247px;
    }

/*label*/

.RadInput_Onyak_Office2010Black .riLabel {
    color: #e2e2e2;
}

/*rtl*/

html body .RadInputRTL_Onyak_Office2010Black .riError,
html body .RadInputRTL_Error_Onyak_Office2010Black {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Office2010Black .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Office2010Black[type="text"] {
    background-position: 3px -298px;
}

/* <RadMenu / Office2010Blue> */

.RadMenu_Onyak_Office2010Blue .rmRootGroup,
.RadMenu_Onyak_Office2010Blue a.rmLink,
.RadMenu_Onyak_Office2010Blue .rmText,
.RadMenu_Onyak_Office2010Blue .rmLeftArrow,
.RadMenu_Onyak_Office2010Blue .rmRightArrow,
.RadMenu_Onyak_Office2010Blue .rmTopArrow,
.RadMenu_Onyak_Office2010Blue .rmBottomArrow {
    background-image: url('Office2010Blue/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Office2010Blue .rmRootGroup {
    border: 1px solid #b8c9db;
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: #eff6fd;
}

/* <Root items> */

.RadMenu_Onyak_Office2010Blue,
.RadMenu_Onyak_Office2010Blue a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #384e73;
    text-decoration: none;
}

    .RadMenu_Onyak_Office2010Blue a.rmLink,
    .RadMenu_Onyak_Office2010Blue .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_Office2010Blue a.rmLink:hover,
        .RadMenu_Onyak_Office2010Blue a.rmFocused,
        .RadMenu_Onyak_Office2010Blue a.rmSelected {
            color: #1e395b;
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_Office2010Blue a.rmLink:hover .rmText,
            .RadMenu_Onyak_Office2010Blue a.rmFocused .rmText,
            .RadMenu_Onyak_Office2010Blue a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_Office2010Blue a.rmExpanded,
    .RadMenu_Onyak_Office2010Blue a.rmExpanded:hover {
        color: #1e395b;
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_Office2010Blue a.rmExpanded .rmText,
        .RadMenu_Onyak_Office2010Blue a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_Office2010Blue a.rmDisabled,
    .RadMenu_Onyak_Office2010Blue a.rmDisabled:hover {
        color: #8ba0bc;
    }

        .RadMenu_Onyak_Office2010Blue a.rmDisabled:hover,
        .RadMenu_Onyak_Office2010Blue a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Office2010Blue .rmGroup,
    .RadMenu_Onyak_Office2010Blue .rmMultiColumn,
    .RadMenu_Onyak_Office2010Blue .rmGroup .rmVertical {
        border: 1px solid #a7abb0;
        background: #fff url('Office2010Blue/Menu/rmVSprite.png') repeat-y -1px 0;
    }

    .RadMenu_Onyak_Office2010Blue .rmTopFix,
    .RadMenu_Onyak_Office2010Blue .rmBottomFix,
    .RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Office2010Blue .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Office2010Blue .rmRoundedCorners ul.rmHorizontal .rmFirst,
    .RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        background-image: url('Office2010Blue/Menu/rmVSprite.png');
        background-color: #fff;
        background-repeat: repeat-y;
        background-position: -4px 0;
    }

* html .rmRoundedCorners_Office2007 .rmGroup .rmItem,
* html .rmRoundedCorners_Office2007 ul.rmHorizontal .rmFirst {
    background-image: url('Office2010Blue/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: -4px 0;
}

.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrap .rmVertical .RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Office2007 .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Office2007 .rmHorizontal .rmItem,
* html .rmRoundedCorners_Office2007 .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmGroupColumn {
    background-color: #fff;
}

.RadMenu_Onyak_Office2010Blue .rmBottomLeft,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmMultiColumn {
    background-image: url('Office2010Blue/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer,
* html .rmRoundedCorners_Office2007 .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Office2007 ul.rmGroup {
    background-image: url('Office2010Blue/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Office2010Blue .rmTopRight,
.RadMenu_Onyak_Office2010Blue .rmBottomRight {
    background-image: url('Office2010Blue/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Office2010Blue .rmTopFix,
.RadMenu_Onyak_Office2010Blue .rmBottomFix,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Office2007 .rmGroup .rmFirst {
    border-color: #a7abb0;
}

.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

.RadMenu_Onyak_Office2010Blue li.rmTopFix,
.RadMenu_Onyak_Office2010Blue li.rmBottomFix {
    background-position: -5px 0;
}

.RadMenu_Onyak_Office2010Blue_rtl .rmBottomLeft,
.RadMenu_Onyak_Office2010Blue_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2010Blue_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2010Blue .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Office2010Blue_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Office2010Blue/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Office2010Blue_rtl .rmTopRight,
.RadMenu_Onyak_Office2010Blue_rtl .rmBottomRight {
    background-image: url('Office2010Blue/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Office2010Blue_rtl li.rmTopFix,
.RadMenu_Onyak_Office2010Blue_rtl li.rmBottomFix,
.RadMenu_Onyak_Office2010Blue_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Office2010Blue_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Office2010Blue .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Office2010Blue_rtl .rmGroup,
.RadMenu_Onyak_Office2010Blue_rtl .rmMultiColumn,
.RadMenu_Onyak_Office2010Blue_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

.RadMenu_Onyak_Office2010Blue .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Office2010Blue .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Office2010Blue .rmGroup .rmFirst,
.RadMenu_Onyak_Office2010Blue .rmGroup .rmLast,
.RadMenu_Onyak_Office2010Blue .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Office2010Blue_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Office2007 .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Office2010Blue .rmGroup .rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Office2010Blue .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmFocused,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmSelected,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmExpanded {
    background-position: 0 -168px;
}

    .RadMenu_Onyak_Office2010Blue .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2010Blue .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Office2010Blue .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Office2010Blue .rmGroup a.rmExpanded .rmText {
        background-position: 100% -192px;
    }

/* <expand arrows> */

.RadMenu_Onyak_Office2010Blue .rmVertical .rmExpandRight,
.RadMenu_Onyak_Office2010Blue_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_Office2010Blue .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('Office2010Blue/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Office2010Blue .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_Office2010Blue .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_Office2010Blue .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Office2010Blue/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Office2010Blue .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Blue_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Blue_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Office2010Blue/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Office2010Blue_rtl a.rmLink:hover,
.RadMenu_Onyak_Office2010Blue_rtl a.rmFocused,
.RadMenu_Onyak_Office2010Blue_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Office2010Blue_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2010Blue_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Office2010Blue_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Office2010Blue_rtl a.rmExpanded,
.RadMenu_Onyak_Office2010Blue_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Office2010Blue_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Office2010Blue_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Office2010Blue_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Office2010Blue_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_Office2010Blue_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Office2010Blue/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Office2010Blue_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Blue_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Office2010Blue/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Office2007 - specific, overlapping submenus)> */

.RadMenu_Onyak_Office2010Blue .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_Office2010Blue .rmVertical .rmSlide,
    .RadMenu_Onyak_Office2010Blue .rmSlide .rmSlide,
    .RadMenu_Onyak_Office2010Blue_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Office2010Blue_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_Office2010Blue_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_Office2010Blue_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_Office2010Blue_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Office2010Blue .rmLeftArrow,
.RadMenu_Onyak_Office2010Blue .rmRightArrow {
    background-color: #ffffff;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Office2010Blue .rmLeftArrow,
.RadMenu_Onyak_Office2010Blue .rmRightArrow {
    background-color: #f3f5f6;
}

.RadMenu_Onyak_Office2010Blue .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #a7abb0;
}

.RadMenu_Onyak_Office2010Blue .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #a7abb0;
}

.RadMenu_Onyak_Office2010Blue .rmTopArrow,
.RadMenu_Onyak_Office2010Blue .rmBottomArrow,
.RadMenu_Onyak_Office2010Blue .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Office2010Blue .rmGroup .rmRightArrow {
    background-color: #ffffff;
}

.RadMenu_Onyak_Office2010Blue .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #a7abb0;
}

.RadMenu_Onyak_Office2010Blue .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #a7abb0;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Office2010Blue .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_Office2010Blue .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_Office2010Blue .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Office2010Blue .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Office2007> */
/*Telerik RadCalendar Office2010Blue skin*/

table.RadCalendar_Onyak_Office2010Blue {
    background: #f2f5f8;
    font: 12px "segoe ui",arial,sans-serif;
    color: #384e73;
}

/*titlebar*/

.RadCalendar_Onyak_Office2010Blue .rcTitlebar {
    border-color: #8ba0bc;
    background: #bdcbde 0 -1000px repeat-x url('Office2010Blue/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Office2010Blue .rcTitlebar td {
        padding: 0 0 2px;
    }

    .RadCalendar_Onyak_Office2010Blue .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Office2010Blue .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Office2010Blue .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Office2010Blue .rcTitlebar .rcFastNext {
        width: 17px;
        height: 17px;
        margin: 1px 2px 0;
        background: transparent url('Office2010Blue/Calendar/sprite.gif') no-repeat;
        color: #ccc;
    }

    .RadCalendar_Onyak_Office2010Blue .rcTitlebar .rcFastPrev {
        margin-left: 4px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Office2010Blue .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Office2010Blue .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Office2010Blue .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Office2010Blue .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Office2010Blue .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Office2010Blue .rcTitlebar .rcFastNext {
        margin-right: 4px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Office2010Blue .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar .rcFastPrev,
.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar .rcPrev,
.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar .rcNext,
.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar .rcFastNext {
    height: 19px;
    width: 19px;
}

.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar .rcFastPrev {
    background-position: 0 -199px;
}

.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -605px;
}

.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar .rcPrev {
    background-position: 1px -299px;
}

.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar a.rcPrev:hover {
    background-position: 0 -663px;
}

.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar .rcNext {
    background-position: 1px -399px;
}

.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar a.rcNext:hover {
    background-position: 0 -721px;
}

.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar .rcFastNext {
    background-position: 2px -499px;
}

.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -779px;
}

.RadCalendar_Onyak_Office2010Blue .rcMain {
    border-color: #8ba0bc;
}

.RadCalendar_Onyak_Office2010Blue .rcMainTable {
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Office2010Blue .rcHeader,
.RadCalendar_Onyak_Office2010Blue .rcFooter {
    border-color: #688caf;
}

/*week numbers and days*/

.RadCalendar_Onyak_Office2010Blue .rcWeek th {
    border-top: 1px solid #6f6f6f;
    padding: 2px 6px 2px 0;
    background-color: #dbe3ee;
    color: #3b3b3b;
}

.RadCalendar_Onyak_Office2010Blue .rcWeek .rcViewSel,
.RadCalendar_Onyak_Office2010Blue .rcRow th {
    width: 12px;
    padding: 0 7px 0 9px;
    background: #dbe3ee;
}

.RadCalendar_Onyak_Office2010Blue .rcRow th {
    color: #3b3b3b;
}

/*date cells*/

.RadCalendar_Onyak_Office2010Blue .rcRow td {
    border-color: #f2f5f8;
}

.RadCalendar_Onyak_Office2010Blue .rcMain .rcRow a,
.RadCalendar_Onyak_Office2010Blue .rcMain .rcRow span {
    color: #384e73;
}

.RadCalendar_Onyak_Office2010Blue .rcMain .rcWeekend a {
    color: #444;
}

.RadCalendar_Onyak_Office2010Blue .rcRow .rcToday {
    background: 100% -1400px url('Office2010Blue/Calendar/sprite.gif') no-repeat;
}

.RadCalendar_Onyak_Office2010Blue .rcMain .rcOtherMonth a {
    color: #bfbfbf;
}

.RadCalendar_Onyak_Office2010Blue .rcMain .rcOutOfRange span {
    color: #bfbfbf;
}

.RadCalendar_Onyak_Office2010Blue .rcRow .rcSelected {
    background: 100% -1700px no-repeat url('Office2010Blue/Calendar/sprite.gif');
}

.RadCalendar_Onyak_Office2010Blue .rcRow .rcHover {
    background: 100% -1600px no-repeat url('Office2010Blue/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Office2010Blue .rcRow .rcHover,
    .RadCalendar_Onyak_Office2010Blue .rcRow .rcHover a,
    .RadCalendar_Onyak_Office2010Blue .rcRow .rcSelected,
    .RadCalendar_Onyak_Office2010Blue .rcRow .rcSelected a {
        color: #000;
    }

/*multimonth view*/

.RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar {
    background: #d9e5f2 0 -2200px repeat-x url('Office2010Blue/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar table {
        line-height: 27px;
    }

    .RadCalendarMultiView_Onyak_Office2010Blue .rcTitlebar td {
        padding-bottom: 1px;
    }

.RadCalendarMultiView_Onyak_Office2010Blue .rcCalendar {
    border-color: #8ba0bc;
    border-top: 0;
}

    .RadCalendarMultiView_Onyak_Office2010Blue .rcCalendar .rcMainTable {
        height: 195px;
    }

.RadCalendarMultiView_Onyak_Office2010Blue .rcMainTable .rcTitle {
    border-color: #8ba0bc;
    padding: 0 0 2px;
    background: #bdcbde 0 -1000px repeat-x url('Office2010Blue/Calendar/sprite.gif');
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Office2010Blue {
    border-color: #868686;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

.RadCalendarMonthView_Onyak_Office2010Blue #rcMView_Feb,
.RadCalendarMonthView_Onyak_Office2010Blue #rcMView_Apr,
.RadCalendarMonthView_Onyak_Office2010Blue #rcMView_Jun,
.RadCalendarMonthView_Onyak_Office2010Blue #rcMView_Aug,
.RadCalendarMonthView_Onyak_Office2010Blue #rcMView_Oct,
.RadCalendarMonthView_Onyak_Office2010Blue #rcMView_Dec {
    border-right: 1px solid #9ebfdb;
}

.RadCalendarMonthView_Onyak_Office2010Blue a {
    color: #384e73;
}

.RadCalendarMonthView_Onyak_Office2010Blue .rcSelected a {
    border-color: #c28b31 #c29a42 #c2a34c;
    background: #feed76 0 -1800px repeat-x url('Office2010Blue/Calendar/sprite.gif');
}

.RadCalendarMonthView_Onyak_Office2010Blue #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Office2010Blue #rcMView_NextY a {
    width: 15px;
    height: 13px;
    overflow: hidden;
    background-image: url('Office2010Blue/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Office2010Blue #rcMView_PrevY a {
    background-position: 3px -200px;
}

.RadCalendarMonthView_Onyak_Office2010Blue #rcMView_NextY a {
    background-position: 4px -500px;
}

.RadCalendarMonthView_Onyak_Office2010Blue .rcButtons {
    padding: 5px 7px 3px;
}

.RadCalendarMonthView_Onyak_Office2010Blue input {
    border-color: #8ba0bc;
    padding: 1px 0 0;
    background: #b9c5d4 0 -2300px repeat-x url('Office2010Blue/Calendar/sprite.gif');
    color: #384e73;
    font: 12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_Office2010Blue input:hover
{
    border-color:#d8ca95 #b89f73 #c6b99c;
    background-color:#ffe18a;
    background-position:0 -2350px;
    color:#000;
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_Office2010Blue {
    border-color: #9199a4;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Office2010Blue th {
    border-bottom: 1px solid #9eb6ce;
    padding: 0 0 1px;
    background: #bdcbde 0 -1000px repeat-x url('Office2010Blue/Calendar/sprite.gif');
    color: #384e73;
    line-height: 23px;
}

table.RadCalendarTimeView_Onyak_Office2010Blue td {
    border-color: #9199a4;
}

.RadCalendarTimeView_Onyak_Office2010Blue a {
    color: #384e73;
}

.RadCalendarTimeView_Onyak_Office2010Blue td.rcSelected a {
    border-color: #c28b31 #c29a42 #c2a34c;
    background: #feed76 0 -1800px repeat-x url('Office2010Blue/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Office2010Blue td.rcHover a {
    border-color: #f7c840;
    background: #fff3c8 0 -1900px repeat-x url('Office2010Blue/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Office2010Blue .rcFooter {
    border-color: #688caf;
}

/*pickers*/

.RadPicker_Onyak_Office2010Blue .rcCalPopup,
.RadPicker_Onyak_Office2010Blue .rcTimePopup {
    background-image: url('Office2010Blue/Calendar/sprite.gif');
}

.RadPicker_Onyak_Office2010Blue .rcCalPopup,
.RadPicker_Onyak_Office2010Blue a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Office2010Blue a.rcCalPopup:hover,
.RadPicker_Onyak_Office2010Blue a.rcCalPopup:focus,
.RadPicker_Onyak_Office2010Blue a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Office2010Blue .rcTimePopup,
.RadPicker_Onyak_Office2010Blue a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Office2010Blue a.rcTimePopup:hover,
.RadPicker_Onyak_Office2010Blue a.rcTimePopup:focus,
.RadPicker_Onyak_Office2010Blue a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Office2010Blue .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Office2010Blue .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Office2010Blue .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Office2010Blue .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Office2010Blue .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Office2010Blue .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Office2010Blue .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Office2010Blue .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}
/* RadSlider for ASP.NET AJAX Office2010Blue Skin */
.RadSlider_Onyak_Office2010Blue .rslTrack {
    border-color: #8ba0bc;
}

/*base style overwrites*/
div.RadSlider_Onyak_Office2010Blue,
div.RadSlider_Onyak_Office2010Blue .rslItem,
div.RadSlider_Onyak_Office2010Blue .rslLargeTick span {
    color: #8ba0bc;
}

    div.RadSlider_Onyak_Office2010Blue .rslHorizontal a.rslDraghandle {
        width: 9px;
    }

    div.RadSlider_Onyak_Office2010Blue .rslVertical a.rslDraghandle {
        height: 9px;
    }
/*base style overwrites end*/

.RadSlider_Onyak_Office2010Blue .rslHorizontal a.rslHandle {
    background-image: url('Office2010Blue/Slider/Handles.gif');
}

.RadSlider_Onyak_Office2010Blue .rslHorizontal a.rslDraghandle {
    background-image: url('Office2010Blue/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Office2010Blue .rslTop a.rslDraghandle {
    background-image: url('Office2010Blue/Slider/DragHandleDown.gif');
}

.RadSlider_Onyak_Office2010Blue .rslHorizontal .rslTrack {
    background: url('Office2010Blue/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Office2010Blue .rslHorizontal .rslSelectedregion {
    background: url('Office2010Blue/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Office2010Blue .rslVertical a.rslHandle {
    background-image: url('Office2010Blue/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Office2010Blue .rslVertical .rslTrack {
    background: url('Office2010Blue/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Office2010Blue .rslVertical .rslSelectedregion {
    background: url('Office2010Blue/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Office2010Blue .rslVertical a.rslDraghandle {
    background: url('Office2010Blue/Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_Onyak_Office2010Blue .rslLeft a.rslDraghandle {
    background: url('Office2010Blue/Slider/DragVerticalHandleRight.gif') no-repeat;
}

.RadSlider_Onyak_Office2010Blue .rslItem,
.RadSlider_Onyak_Office2010Blue .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Office2010Blue .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Office2010Blue .rslHorizontal .rslItem {
    background-image: url('Office2010Blue/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Office2010Blue .rslVertical .rslItem {
    background-image: url('Office2010Blue/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Office2010Blue .rslTop .rslSmallTick,
.RadSlider_Onyak_Office2010Blue .rslBottom .rslSmallTick {
    background-image: url('Office2010Blue/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Office2010Blue .rslTop .rslLargeTick,
.RadSlider_Onyak_Office2010Blue .rslBottom .rslLargeTick {
    background-image: url('Office2010Blue/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Office2010Blue .rslLeft .rslSmallTick,
.RadSlider_Onyak_Office2010Blue .rslRight .rslSmallTick {
    background-image: url('Office2010Blue/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Office2010Blue .rslLeft .rslLargeTick,
.RadSlider_Onyak_Office2010Blue .rslRight .rslLargeTick {
    background-image: url('Office2010Blue/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Office2010Blue .rslMiddle .rslSmallTick {
    background-image: url('Office2010Blue/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Office2010Blue .rslMiddle .rslLargeTick {
    background-image: url('Office2010Blue/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Office2010Blue .rslCenter .rslSmallTick {
    background-image: url('Office2010Blue/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Office2010Blue .rslCenter .rslLargeTick {
    background-image: url('Office2010Blue/Slider/LargelChangeCenterVertical.gif');
}

/*Telerik RadGrid Office2010Blue Skin*/

/*global*/

.RadGrid_Onyak_Office2010Blue {
    border: 1px solid #8ba0bc;
    background: #fff;
    color: #384e73;
}

    .RadGrid_Onyak_Office2010Blue,
    .RadGrid_Onyak_Office2010Blue .rgMasterTable,
    .RadGrid_Onyak_Office2010Blue .rgDetailTable,
    .RadGrid_Onyak_Office2010Blue .rgGroupPanel table,
    .RadGrid_Onyak_Office2010Blue .rgCommandRow table,
    .RadGrid_Onyak_Office2010Blue .rgEditForm table,
    .RadGrid_Onyak_Office2010Blue .rgPager table,
    .GridToolTip_Onyak_Office2010Blue {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Office2010Blue .rgHeader:first-child,
        .RadGrid_Onyak_Office2010Blue th.rgResizeCol:first-child,
        .RadGrid_Onyak_Office2010Blue .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Office2010Blue .rgRow > td:first-child,
        .RadGrid_Onyak_Office2010Blue .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Office2010Blue .rgAdd,
        .RadGrid_Onyak_Office2010Blue .rgRefresh,
        .RadGrid_Onyak_Office2010Blue .rgEdit,
        .RadGrid_Onyak_Office2010Blue .rgDel,
        .RadGrid_Onyak_Office2010Blue .rgFilter,
        .RadGrid_Onyak_Office2010Blue .rgPagePrev,
        .RadGrid_Onyak_Office2010Blue .rgPageNext,
        .RadGrid_Onyak_Office2010Blue .rgPageFirst,
        .RadGrid_Onyak_Office2010Blue .rgPageLast,
        .RadGrid_Onyak_Office2010Blue .rgExpand,
        .RadGrid_Onyak_Office2010Blue .rgCollapse,
        .RadGrid_Onyak_Office2010Blue .rgSortAsc,
        .RadGrid_Onyak_Office2010Blue .rgSortDesc,
        .RadGrid_Onyak_Office2010Blue .rgUpdate,
        .RadGrid_Onyak_Office2010Blue .rgCancel,
        .RadGrid_Onyak_Office2010Blue .rgUngroup,
        .RadGrid_Onyak_Office2010Blue .rgExpXLS,
        .RadGrid_Onyak_Office2010Blue .rgExpDOC,
        .RadGrid_Onyak_Office2010Blue .rgExpPDF,
        .RadGrid_Onyak_Office2010Blue .rgExpCSV {
            background-image: url('Office2010Blue/Grid/sprite.png');
        }

        /* Fix, IE6 does not support PNG alpha channel, so we use gifs for the command sprites instead */
        * html .RadGrid_Onyak_Office2010Blue .rgAdd,
        * html .RadGrid_Onyak_Office2010Blue .rgRefresh,
        * html .RadGrid_Onyak_Office2010Blue .rgEdit,
        * html .RadGrid_Onyak_Office2010Blue .rgDel,
        * html .RadGrid_Onyak_Office2010Blue .rgFilter,
        * html .RadGrid_Onyak_Office2010Blue .rgPagePrev,
        * html .RadGrid_Onyak_Office2010Blue .rgPageNext,
        * html .RadGrid_Onyak_Office2010Blue .rgPageFirst,
        * html .RadGrid_Onyak_Office2010Blue .rgPageLast,
        * html .RadGrid_Onyak_Office2010Blue .rgExpand,
        * html .RadGrid_Onyak_Office2010Blue .rgCollapse,
        * html .RadGrid_Onyak_Office2010Blue .rgSortAsc,
        * html .RadGrid_Onyak_Office2010Blue .rgSortDesc,
        * html .RadGrid_Onyak_Office2010Blue .rgUpdate,
        * html .RadGrid_Onyak_Office2010Blue .rgCancel,
        * html .RadGrid_Onyak_Office2010Blue .rgUngroup,
        * html .RadGrid_Onyak_Office2010Blue .rgExpXLS,
        * html .RadGrid_Onyak_Office2010Blue .rgExpDOC,
        * html .RadGrid_Onyak_Office2010Blue .rgExpPDF,
        * html .RadGrid_Onyak_Office2010Blue .rgExpCSV,
        * html .RadGrid_Onyak_Office2010Blue .rgHeaderDiv,
        * html .RadGrid_Onyak_Office2010Blue .rgHeader,
        * html .RadGrid_Onyak_Office2010Blue th.rgResizeCol,
        * html .RadGrid_Onyak_Office2010Blue .rgSelectedRow,
        * html .RadGrid_Onyak_Office2010Blue .rgSelectedRow.rgHoveredRow * html .RadGrid_Onyak_Office2010Blue .rgActiveRow,
        * html .RadGrid_Onyak_Office2010Blue .rgHoveredRow,
        * html .RadGrid_Onyak_Office2010Blue .rgFooterDiv,
        * html .RadGrid_Onyak_Office2010Blue .rgFooter,
        * html .RadGrid_Onyak_Office2010Blue .rgPager,
        * html .RadGrid_Onyak_Office2010Blue .rgPager .rgPagerButton,
        * html .RadGrid_Onyak_Office2010Blue .rgNumPart a:hover,
        * html .RadGrid_Onyak_Office2010Blue .rgNumPart a:hover span,
        * html .RadGrid_Onyak_Office2010Blue .rgNumPart a.rgCurrentPage,
        * html .RadGrid_Onyak_Office2010Blue .rgNumPart a.rgCurrentPage span,
        * html .GridReorderTop_Onyak_Office2010Blue,
        * html .GridReorderBottom_Onyak_Office2010Blue,
        * html .RadGrid_Onyak_Office2010Blue .rgGroupItem,
        * html .RadGrid_Onyak_Office2010Blue .rgCommandRow {
            background-image: url('Office2010Blue/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Office2010Blue .rgHeaderDiv {
            background: #d6e5f3 0 -8050px repeat-x url('Office2010Blue/Grid/sprite.png');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7550px;
}

.RadGrid_Onyak_Office2010Blue .rgHeader,
.RadGrid_Onyak_Office2010Blue th.rgResizeCol {
    border: solid #8ba0bc;
    border-width: 0 0 1px 1px;
    background: #bdcbde 0 -2300px repeat-x url('Office2010Blue/Grid/sprite.png');
}

.RadGrid_Onyak_Office2010Blue th.rgSorted {
    border-bottom-color: #c28a30;
    background-color: #fff27e;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Office2010Blue .rgHeader,
.RadGrid_Onyak_Office2010Blue .rgHeader a {
    color: #384e73;
}

.RadGrid_Onyak_Office2010Blue th.rgSorted,
.RadGrid_Onyak_Office2010Blue th.rgSorted a {
    color: #384e73;
}

/*rows*/

.RadGrid_Onyak_Office2010Blue .rgRow td,
.RadGrid_Onyak_Office2010Blue .rgAltRow td,
.RadGrid_Onyak_Office2010Blue .rgEditRow td,
.RadGrid_Onyak_Office2010Blue .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.RadGrid_Onyak_Office2010Blue .rgRow td,
.RadGrid_Onyak_Office2010Blue .rgAltRow td {
    border-color: #d0d7e5;
}

.RadGrid_Onyak_Office2010Blue .rgRow .rgSorted,
.RadGrid_Onyak_Office2010Blue .rgAltRow .rgSorted {
    background-color: #ecf2f9;
}

.RadGrid_Onyak_Office2010Blue .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Office2010Blue .rgActiveRow .rgSorted,
.RadGrid_Onyak_Office2010Blue .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Office2010Blue .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Office2010Blue .rgRow a,
.RadGrid_Onyak_Office2010Blue .rgAltRow a,
.RadGrid_Onyak_Office2010Blue .rgEditRow a,
.RadGrid_Onyak_Office2010Blue .rgFooter a,
.RadGrid_Onyak_Office2010Blue .rgEditForm a {
    color: #384e73;
}

.RadGrid_Onyak_Office2010Blue .rgSelectedRow {
    background: #f8d05c 0 -3900px repeat-x url('Office2010Blue/Grid/sprite.png');
}

    .RadGrid_Onyak_Office2010Blue .rgSelectedRow > td {
        background-image: url('Office2010Blue/Grid/sprite.png');
        background-position: 0 100%;
        background-repeat: repeat-x;
    }

    .RadGrid_Onyak_Office2010Blue .rgSelectedRow.rgHoveredRow {
        background: #fcebb9 0 -3200px repeat-x url('Office2010Blue/Grid/sprite.png');
    }

        .RadGrid_Onyak_Office2010Blue .rgSelectedRow.rgHoveredRow td {
            background-image: none;
        }

    * + html .RadGrid_Onyak_Office2010Blue .rgSelectedRow .rgSorted {
        background-color: #ffcb60;
    }

    * html .RadGrid_Onyak_Office2010Blue .rgSelectedRow .rgSorted {
        background-color: #ffcb60;
    }

.RadGrid_Onyak_Office2010Blue .rgActiveRow,
.RadGrid_Onyak_Office2010Blue .rgHoveredRow {
    background: #fff4cb 0 -2900px repeat-x url('Office2010Blue/Grid/sprite.png');
}

    * + html .RadGrid_Onyak_Office2010Blue .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Office2010Blue .rgHoveredRow .rgSorted {
        background-color: #ecf4ff;
    }

    * html .RadGrid_Onyak_Office2010Blue .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Office2010Blue .rgHoveredRow .rgSorted {
        background-color: #ecf4ff;
    }

.RadGrid_Onyak_Office2010Blue .rgEditRow {
    background: #ebebeb;
}

    * + html .RadGrid_Onyak_Office2010Blue .rgEditRow .rgSorted {
        background-color: #ffe5ad;
    }

    * html .RadGrid_Onyak_Office2010Blue .rgEditRow .rgSorted {
        background-color: #ffe5ad;
    }

    .RadGrid_Onyak_Office2010Blue .rgSelectedRow td,
    .RadGrid_Onyak_Office2010Blue .rgActiveRow td,
    .RadGrid_Onyak_Office2010Blue .rgHoveredRow td,
    .RadGrid_Onyak_Office2010Blue .rgEditRow td {
        border-left-width: 0;
        padding-left: 8px;
    }

.RadGrid_Onyak_Office2010Blue .rgSelectedRow td {
    border-bottom-color: #ff9b35;
}

.RadGrid_Onyak_Office2010Blue .rgActiveRow td,
.RadGrid_Onyak_Office2010Blue .rgHoveredRow td,
.RadGrid_Onyak_Office2010Blue .rgEditRow td {
    border-bottom-color: #d0d7e5;
}

.RadGrid_Onyak_Office2010Blue .rgDrag {
    background-image: url('Office2010Blue/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Office2010Blue .rgFooterDiv,
.RadGrid_Onyak_Office2010Blue .rgFooter {
    background: #bbcee4 0 -6500px repeat-x url('Office2010Blue/Grid/sprite.png');
}

    .RadGrid_Onyak_Office2010Blue .rgFooter td {
        border-width: 1px 0 0;
        border-color: #8ba0bc #fff #fff;
        padding-left: 8px;
    }

/*status*/

.RadGrid_Onyak_Office2010Blue .rgPager .rgStatus {
    border: 1px solid;
    border-width: 1px 1px 0 0;
    border-color: #8ba0bc;
}

.RadGrid_Onyak_Office2010Blue .rgStatus div {
    background-image: url('Office2010Blue/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Office2010Blue .rgPager {
    background: #b4c5d9 0 -6999px repeat-x url('Office2010Blue/Grid/sprite.png');
    color: #384e73;
}

.RadGrid_Onyak_Office2010Blue td.rgPagerCell {
    border-top: 1px solid #8ba0bc;
    border-left: 1px solid #f5faff;
}

.RadGrid_Onyak_Office2010Blue .rgPageFirst {
    margin: 0 3px 0 0;
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Office2010Blue .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Office2010Blue .rgPagePrev {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Office2010Blue .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Office2010Blue .rgPageNext {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Office2010Blue .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Office2010Blue .rgPageLast {
    margin: 0 0 0 3px;
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Office2010Blue .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Office2010Blue .rgPager .rgPagerButton {
    border-color: #7793b9;
    background: #e8f1fc repeat-x 0 -1550px url('Office2010Blue/Grid/sprite.png');
    color: #00156e;
    font: 12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Office2010Blue .rgNumPart a:hover,
.RadGrid_Onyak_Office2010Blue .rgNumPart a:hover span,
.RadGrid_Onyak_Office2010Blue .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Office2010Blue .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Office2010Blue/Grid/sprite.png');
}

.RadGrid_Onyak_Office2010Blue .rgNumPart a {
    color: #384e73;
}

    .RadGrid_Onyak_Office2010Blue .rgNumPart a:hover {
        background-position: 100% -1250px;
        color: #1e395b;
    }

        .RadGrid_Onyak_Office2010Blue .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Office2010Blue .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Office2010Blue .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
        color: #384e73;
    }

        .RadGrid_Onyak_Office2010Blue .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Office2010Blue .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Office2010Blue .rgHeader .rgSortAsc {
    background-position: 3px -147px;
    height: 10px;
}

.RadGrid_Onyak_Office2010Blue .rgHeader .rgSortDesc {
    background-position: 3px -197px;
    height: 10px;
}

.GridReorderTop_Onyak_Office2010Blue,
.GridReorderBottom_Onyak_Office2010Blue {
    height: 12px;
    background: 0 0 no-repeat url('Office2010Blue/Grid/sprite.png');
}

.GridReorderBottom_Onyak_Office2010Blue {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Office2010Blue .rgFilterRow {
    background: #dae7f5;
}

    .RadGrid_Onyak_Office2010Blue .rgFilterRow td {
        border-style: solid;
        border-color: #8ba0bc;
        border-width: 0 0 1px 1px;
    }

.RadGrid_Onyak_Office2010Blue .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Office2010Blue .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Office2010Blue .rgFilterActive,
.RadGrid_Onyak_Office2010Blue .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Office2010Blue .rgFilterBox {
    border-color: #9babc2;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

/*filter context menu*/

.RadMenu_Onyak_Office2010Blue .rgHCMClear,
.RadMenu_Onyak_Office2010Blue .rgHCMFilter {
    border-color: #a7bedb #7d98bd #a3bad8;
    background: #e8f1fc center -23px repeat-x url('Office2010Blue/FormDecorator/ButtonSprites.gif');
    color: #00156e;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Office2010Blue .rgHCMClear:hover,
    .RadMenu_Onyak_Office2010Blue .rgHCMFilter:hover {
        border-color: #d8ca95 #b9a073 #c6ba9d;
        background-position: center -67px;
        background-color: #ffe18a;
        color: #000;
    }

/*context menu*/

.GridContextMenu_Onyak_Office2010Blue .rmLeftImage {
    background-image: url('Office2010Blue/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Office2010Blue .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Office2010Blue .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Office2010Blue .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Office2010Blue .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Office2010Blue .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Office2010Blue .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Office2010Blue .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Office2010Blue .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Office2010Blue .rgGroupPanel {
    border: 0 solid #8ba0bc;
    border-bottom-width: 1px;
    background: #dae7f5;
}

    .RadGrid_Onyak_Office2010Blue .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
        vertical-align: middle;
    }

        .RadGrid_Onyak_Office2010Blue .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Office2010Blue .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Office2010Blue .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_Office2010Blue .rgUngroup {
    background-position: 0 -7500px;
}

.RadGrid_Onyak_Office2010Blue .rgGroupItem {
    border: 1px solid #7793b9;
    background: #e8f1fc repeat-x 0 -1550px url('Office2010Blue/Grid/sprite.png');
    color: #00156e;
}

.RadGrid_Onyak_Office2010Blue .rgGroupHeader {
    background: #dae7f5;
    font-size: 1.1em;
    line-height: 21px;
    color: #384e73;
}

    .RadGrid_Onyak_Office2010Blue .rgGroupHeader td {
        border-bottom: 1px solid #dadcdd;
        padding-left: 8px;
    }

.RadGrid_Onyak_Office2010Blue td.rgGroupCol,
.RadGrid_Onyak_Office2010Blue td.rgExpandCol {
    background: #dae7f5;
    border-color: #dae7f5;
}

.RadGrid_Onyak_Office2010Blue .rgGroupHeader .rgExpand {
    background-position: 5px -495px;
}

.RadGrid_Onyak_Office2010Blue .rgGroupHeader .rgCollapse {
    background-position: 3px -93px;
}

/*editing*/

.RadGrid_Onyak_Office2010Blue .rgEditForm {
    border-bottom: 1px solid #8ba0bc;
}

.RadGrid_Onyak_Office2010Blue .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Office2010Blue .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Office2010Blue .rgDetailTable {
    border-color: #688caf;
}

.RadGrid_Onyak_Office2010Blue .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Office2010Blue .rgCollapse {
    background-position: 3px -94px;
}

/*command row*/

.RadGrid_Onyak_Office2010Blue .rgCommandRow {
    background: #bdcbde 0 -2100px repeat-x url('Office2010Blue/Grid/sprite.png');
    color: #333;
}

.RadGrid_Onyak_Office2010Blue .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Office2010Blue thead .rgCommandCell {
    border-bottom: 1px solid #8ba0bc;
}

.RadGrid_Onyak_Office2010Blue .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Office2010Blue .rgCommandRow a {
    color: #242424;
    text-decoration: none;
}

.RadGrid_Onyak_Office2010Blue .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Office2010Blue .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Office2010Blue .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Office2010Blue .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Office2010Blue .rgExpXLS,
.RadGrid_Onyak_Office2010Blue .rgExpDOC,
.RadGrid_Onyak_Office2010Blue .rgExpPDF,
.RadGrid_Onyak_Office2010Blue .rgExpCSV {
    background-image: url('Office2010Blue/Common/export.gif');
}

.RadGrid_Onyak_Office2010Blue .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Office2010Blue .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Office2010Blue .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Office2010Blue .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Office2010Blue {
    background: #00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Office2010Blue {
    border-top: 1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_Onyak_Office2010Blue {
    border: 1px solid #6187b8;
    padding: 3px;
    background: #d7e3f2;
    color: #333;
}

/*rtl*/

.RadGridRTL_Onyak_Office2010Blue .rgHeader:first-child,
.RadGridRTL_Onyak_Office2010Blue th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Office2010Blue .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Office2010Blue .rgRow > td:first-child,
.RadGridRTL_Onyak_Office2010Blue .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Office2010Blue .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Office2010Blue .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Office2010Blue .rgPagePrev {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Office2010Blue .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Office2010Blue .rgPageNext {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Office2010Blue .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Office2010Blue .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Office2010Blue .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Office2010Blue .rgGroupHeader .rgExpand {
    background-position: -20px -495px;
}

.RadGridRTL_Onyak_Office2010Blue .rgExpand {
    background-position: -20px -496px;
}

.RadGridRTL_Onyak_Office2010Blue .rgGroupHeader .rgCollapse {
    background-position: -20px -93px;
}

/*Telerik RadInput Office2010Blue Skin*/

/*global*/

.RadInput_Onyak_Office2010Blue,
.RadInputMgr_Onyak_Office2010Blue {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Office2010Blue .riTextBox,
html body .RadInputMgr_Onyak_Office2010Blue {
    border-color: #9babc2;
    background: #fff;
    color: #384e73;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Office2010Blue .riEmpty,
html body .RadInput_Empty_Onyak_Office2010Blue {
    color: #8d8d8d;
}

html body .RadInput_Onyak_Office2010Blue .riHover,
html body .RadInput_Hover_Onyak_Office2010Blue,
html body .RadInput_Onyak_Office2010Blue .riFocused,
html body .RadInput_Focused_Onyak_Office2010Blue {
    border-color: #f3d64a;
    background-color: #f6f6f6;
}

html body .RadInput_Onyak_Office2010Blue .riRead,
html body .RadInput_Read_Onyak_Office2010Blue {
    border-color: #ccdbed;
}

html body .RadInput_Onyak_Office2010Blue .riDisabled,
html body .RadInput_Disabled_Onyak_Office2010Blue {
    color: #8ba0bc;
    border-color: #9babc2;
    cursor: default;
}

html body .RadInput_Onyak_Office2010Blue .riError,
html body .RadInput_Error_Onyak_Office2010Blue {
    border-color: #e50000 #dc643f #ea8541;
    background: #f6f6f6 100% -298px no-repeat url('Office2010Blue/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Office2010Blue .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Office2010Blue[type="text"] {
    border-color: #b32d34 #dc643f #ea8541;
    background: #fff 100% -298px no-repeat url('Office2010Blue/Input/sprite.gif');
    color: #b32d34;
}

/*buttons*/

.RadInput_Onyak_Office2010Blue a {
    background: transparent no-repeat url('Office2010Blue/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Office2010Blue .riBtn a {
    width: 21px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 6px;
}

    .RadInput_Onyak_Office2010Blue .riBtn a:hover {
        background-position: 3px -44px;
    }

/*spin*/

.RadInput_Onyak_Office2010Blue .riSpin a {
    width: 13px;
    height: 11px;
    line-height: 10px;
}

.RadInput_Onyak_Office2010Blue a.riUp {
    background-position: 0 -96px;
}

    .RadInput_Onyak_Office2010Blue a.riUp:hover {
        background-position: 0 -146px;
    }

.RadInput_Onyak_Office2010Blue a.riDown {
    background-position: 0 -198px;
    margin-top: 0;
}

    .RadInput_Onyak_Office2010Blue a.riDown:hover {
        background-position: 0 -247px;
    }

/*label*/

.RadInput_Onyak_Office2010Blue .riLabel {
    color: #384e73;
}

/*rtl*/

html body .RadInputRTL_Onyak_Office2010Blue .riError,
html body .RadInputRTL_Error_Onyak_Office2010Blue {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Office2010Blue .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Office2010Blue[type="text"] {
    background-position: 3px -298px;
}
/*Telerik RadInput Office2010Silver Skin*/

/*global*/

.RadInput_Onyak_Office2010Silver,
.RadInputMgr_Onyak_Office2010Silver {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Office2010Silver .riTextBox,
html body .RadInputMgr_Onyak_Office2010Silver {
    border-color: #9aa0a6;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Office2010Silver .riEmpty,
html body .RadInput_Empty_Onyak_Office2010Silver {
    color: #8d8d8d;
}

html body .RadInput_Onyak_Office2010Silver .riHover,
html body .RadInput_Hover_Onyak_Office2010Silver,
html body .RadInput_Onyak_Office2010Silver .riFocused,
html body .RadInput_Focused_Onyak_Office2010Silver {
    border-color: #f3d64a;
}

html body .RadInput_Onyak_Office2010Silver .riRead,
html body .RadInput_Read_Onyak_Office2010Silver {
    border-color: #ccdbed;
}

html body .RadInput_Onyak_Office2010Silver .riDisabled,
html body .RadInput_Disabled_Onyak_Office2010Silver {
    color: #a4abb2;
    cursor: default;
}

html body .RadInput_Onyak_Office2010Silver .riError,
html body .RadInput_Error_Onyak_Office2010Silver {
    border-color: #e50000 #dc643f #ea8541;
    background: #f6f6f6 100% -298px no-repeat url('Office2010Silver/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Office2010Silver .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Office2010Silver[type="text"] {
    border-color: #b32d34 #dc643f #ea8541;
    background: #fff 100% -298px no-repeat url('Office2010Silver/Input/sprite.gif');
    color: #b32d34;
}

/*buttons*/

.RadInput_Onyak_Office2010Silver a {
    background: transparent no-repeat url('Office2010Silver/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Office2010Silver .riBtn a {
    width: 21px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 6px;
}

    .RadInput_Onyak_Office2010Silver .riBtn a:hover {
        background-position: 3px -44px;
    }

/*spin*/

.RadInput_Onyak_Office2010Silver .riSpin a {
    width: 13px;
    height: 11px;
    line-height: 10px;
}

.RadInput_Onyak_Office2010Silver a.riUp {
    background-position: 0 -96px;
}

    .RadInput_Onyak_Office2010Silver a.riUp:hover {
        background-position: 0 -146px;
    }

.RadInput_Onyak_Office2010Silver a.riDown {
    background-position: 0 -198px;
    margin-top: 0;
}

    .RadInput_Onyak_Office2010Silver a.riDown:hover {
        background-position: 0 -247px;
    }

/*label*/

.RadInput_Onyak_Office2010Silver .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_Office2010Silver .riError,
html body .RadInputRTL_Error_Onyak_Office2010Silver {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Office2010Silver .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Office2010Silver[type="text"] {
    background-position: 3px -298px;
}
/* RadSlider for ASP.NET AJAX Office2010Silver
 Skin */
.RadSlider_Onyak_Office2010Silver .rslTrack {
    border-color: #a4abb2;
}

/*base style overwrites*/
div.RadSlider_Onyak_Office2010Silver,
div.RadSlider_Onyak_Office2010Silver .rslItem,
div.RadSlider_Onyak_Office2010Silver .rslLargeTick span {
    color: #8b9097;
}

    div.RadSlider_Onyak_Office2010Silver .rslHorizontal a.rslDraghandle {
        width: 9px;
    }

    div.RadSlider_Onyak_Office2010Silver .rslVertical a.rslDraghandle {
        height: 9px;
    }
/*base style overwrites end*/

.RadSlider_Onyak_Office2010Silver .rslHorizontal a.rslHandle {
    background-image: url('Office2010Silver/Slider/Handles.gif');
}

.RadSlider_Onyak_Office2010Silver .rslHorizontal a.rslDraghandle {
    background-image: url('Office2010Silver/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Office2010Silver .rslTop a.rslDraghandle {
    background-image: url('Office2010Silver/Slider/DragHandleDown.gif');
}

.RadSlider_Onyak_Office2010Silver .rslHorizontal .rslTrack {
    background: url('Office2010Silver/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Office2010Silver .rslHorizontal .rslSelectedregion {
    background: url('Office2010Silver/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Office2010Silver .rslVertical a.rslHandle {
    background-image: url('Office2010Silver/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Office2010Silver .rslVertical .rslTrack {
    background: url('Office2010Silver/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Office2010Silver .rslVertical .rslSelectedregion {
    background: url('Office2010Silver/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Office2010Silver .rslVertical a.rslDraghandle {
    background: url('Office2010Silver/Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_Onyak_Office2010Silver .rslLeft a.rslDraghandle {
    background: url('Office2010Silver/Slider/DragVerticalHandleRight.gif') no-repeat;
}

.RadSlider_Onyak_Office2010Silver .rslItem,
.RadSlider_Onyak_Office2010Silver .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Office2010Silver .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Office2010Silver .rslHorizontal .rslItem {
    background-image: url('Office2010Silver/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Office2010Silver .rslVertical .rslItem {
    background-image: url('Office2010Silver/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Office2010Silver .rslTop .rslSmallTick,
.RadSlider_Onyak_Office2010Silver .rslBottom .rslSmallTick {
    background-image: url('Office2010Silver/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Office2010Silver .rslTop .rslLargeTick,
.RadSlider_Onyak_Office2010Silver .rslBottom .rslLargeTick {
    background-image: url('Office2010Silver/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Office2010Silver .rslLeft .rslSmallTick,
.RadSlider_Onyak_Office2010Silver .rslRight .rslSmallTick {
    background-image: url('Office2010Silver/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Office2010Silver .rslLeft .rslLargeTick,
.RadSlider_Onyak_Office2010Silver .rslRight .rslLargeTick {
    background-image: url('Office2010Silver/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Office2010Silver .rslMiddle .rslSmallTick {
    background-image: url('Office2010Silver/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Office2010Silver .rslMiddle .rslLargeTick {
    background-image: url('Office2010Silver/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Office2010Silver .rslCenter .rslSmallTick {
    background-image: url('Office2010Silver/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Office2010Silver .rslCenter .rslLargeTick {
    background-image: url('Office2010Silver/Slider/LargelChangeCenterVertical.gif');
}
/* <RadMenu / Office2010Silver> */

.RadMenu_Onyak_Office2010Silver .rmRootGroup,
.RadMenu_Onyak_Office2010Silver a.rmLink,
.RadMenu_Onyak_Office2010Silver .rmText,
.RadMenu_Onyak_Office2010Silver .rmLeftArrow,
.RadMenu_Onyak_Office2010Silver .rmRightArrow,
.RadMenu_Onyak_Office2010Silver .rmTopArrow,
.RadMenu_Onyak_Office2010Silver .rmBottomArrow {
    background-image: url('Office2010Silver/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Office2010Silver .rmRootGroup {
    border: 1px solid #a4abb2;
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: #edeff2;
}

/* <Root items> */

.RadMenu_Onyak_Office2010Silver,
.RadMenu_Onyak_Office2010Silver a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #3b3b3b;
    text-decoration: none;
}

    .RadMenu_Onyak_Office2010Silver a.rmLink,
    .RadMenu_Onyak_Office2010Silver .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_Office2010Silver a.rmLink:hover,
        .RadMenu_Onyak_Office2010Silver a.rmFocused,
        .RadMenu_Onyak_Office2010Silver a.rmSelected {
            color: #000;
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_Office2010Silver a.rmLink:hover .rmText,
            .RadMenu_Onyak_Office2010Silver a.rmFocused .rmText,
            .RadMenu_Onyak_Office2010Silver a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_Office2010Silver a.rmExpanded,
    .RadMenu_Onyak_Office2010Silver a.rmExpanded:hover {
        color: #000;
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_Office2010Silver a.rmExpanded .rmText,
        .RadMenu_Onyak_Office2010Silver a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_Office2010Silver a.rmDisabled,
    .RadMenu_Onyak_Office2010Silver a.rmDisabled:hover {
        color: #a4abb2;
    }

        .RadMenu_Onyak_Office2010Silver a.rmDisabled:hover,
        .RadMenu_Onyak_Office2010Silver a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Office2010Silver .rmGroup,
    .RadMenu_Onyak_Office2010Silver .rmMultiColumn,
    .RadMenu_Onyak_Office2010Silver .rmGroup .rmVertical {
        border: 1px solid #9aa0a6;
        background: #fff url('Office2010Silver/Menu/rmVSprite.png') repeat-y -1px 0;
    }

    .RadMenu_Onyak_Office2010Silver .rmTopFix,
    .RadMenu_Onyak_Office2010Silver .rmBottomFix,
    .RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Office2010Silver .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Office2010Silver .rmRoundedCorners ul.rmHorizontal .rmFirst,
    .RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        background-image: url('Office2010Silver/Menu/rmVSprite.png');
        background-color: #fff;
        background-repeat: repeat-y;
        background-position: -4px 0;
    }

* html .rmRoundedCorners_Onyak_Office2010Silver .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Office2010Silver ul.rmHorizontal .rmFirst {
    background-image: url('Office2010Silver/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: -4px 0;
}

.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrap .rmVertical .RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Office2010Silver .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmGroupColumn {
    background-color: #fff;
}

.RadMenu_Onyak_Office2010Silver .rmBottomLeft,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmMultiColumn {
    background-image: url('Office2010Silver/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Office2010Silver .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Office2010Silver ul.rmGroup {
    background-image: url('Office2010Silver/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Office2010Silver .rmTopRight,
.RadMenu_Onyak_Office2010Silver .rmBottomRight {
    background-image: url('Office2010Silver/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Office2010Silver .rmTopFix,
.RadMenu_Onyak_Office2010Silver .rmBottomFix,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Office2010Silver .rmGroup .rmFirst {
    border-color: #9aa0a6;
}

.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

* html .rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

.RadMenu_Onyak_Office2010Silver li.rmTopFix,
.RadMenu_Onyak_Office2010Silver li.rmBottomFix {
    background-position: -5px 0;
}

.RadMenu_Onyak_Office2010Silver_rtl .rmBottomLeft,
.RadMenu_Onyak_Office2010Silver_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Office2010Silver_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Office2010Silver .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Office2010Silver_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Office2010Silver/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Office2010Silver_rtl .rmTopRight,
.RadMenu_Onyak_Office2010Silver_rtl .rmBottomRight {
    background-image: url('Office2010Silver/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Office2010Silver_rtl li.rmTopFix,
.RadMenu_Onyak_Office2010Silver_rtl li.rmBottomFix,
.RadMenu_Onyak_Office2010Silver_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Office2010Silver_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Office2010Silver .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Office2010Silver_rtl .rmGroup,
.RadMenu_Onyak_Office2010Silver_rtl .rmMultiColumn,
.RadMenu_Onyak_Office2010Silver_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

.RadMenu_Onyak_Office2010Silver .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Office2010Silver .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Office2010Silver .rmGroup .rmFirst,
.RadMenu_Onyak_Office2010Silver .rmGroup .rmLast,
.RadMenu_Onyak_Office2010Silver .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Office2010Silver_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Office2010Silver .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Office2010Silver .rmGroup .rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Office2010Silver .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmFocused,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmSelected,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmExpanded {
    background-position: 0 -168px;
}

    .RadMenu_Onyak_Office2010Silver .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2010Silver .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Office2010Silver .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Office2010Silver .rmGroup a.rmExpanded .rmText {
        background-position: 100% -192px;
    }

/* <expand arrows> */

.RadMenu_Onyak_Office2010Silver .rmVertical .rmExpandRight,
.RadMenu_Onyak_Office2010Silver_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_Office2010Silver .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('Office2010Silver/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Office2010Silver .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_Office2010Silver .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_Office2010Silver .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Office2010Silver/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Office2010Silver .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Silver_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Office2010Silver_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Office2010Silver/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Office2010Silver_rtl a.rmLink:hover,
.RadMenu_Onyak_Office2010Silver_rtl a.rmFocused,
.RadMenu_Onyak_Office2010Silver_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Office2010Silver_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2010Silver_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Office2010Silver_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Office2010Silver_rtl a.rmExpanded,
.RadMenu_Onyak_Office2010Silver_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Office2010Silver_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Office2010Silver_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Office2010Silver_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Office2010Silver_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_Office2010Silver_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Office2010Silver/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Office2010Silver_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Office2010Silver_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Office2010Silver/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Office2010Silver - specific, overlapping submenus)> */

.RadMenu_Onyak_Office2010Silver .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_Office2010Silver .rmVertical .rmSlide,
    .RadMenu_Onyak_Office2010Silver .rmSlide .rmSlide,
    .RadMenu_Onyak_Office2010Silver_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Office2010Silver_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_Office2010Silver_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_Office2010Silver_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_Office2010Silver_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Office2010Silver .rmLeftArrow,
.RadMenu_Onyak_Office2010Silver .rmRightArrow {
    background-color: #ffffff;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Office2010Silver .rmLeftArrow,
.RadMenu_Onyak_Office2010Silver .rmRightArrow {
    background-color: #f3f5f6;
}

.RadMenu_Onyak_Office2010Silver .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #9aa0a6;
}

.RadMenu_Onyak_Office2010Silver .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #9aa0a6;
}

.RadMenu_Onyak_Office2010Silver .rmTopArrow,
.RadMenu_Onyak_Office2010Silver .rmBottomArrow,
.RadMenu_Onyak_Office2010Silver .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Office2010Silver .rmGroup .rmRightArrow {
    background-color: #ffffff;
}

.RadMenu_Onyak_Office2010Silver .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #9aa0a6;
}

.RadMenu_Onyak_Office2010Silver .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #9aa0a6;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Office2010Silver .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_Office2010Silver .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_Office2010Silver .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Office2010Silver .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Office2010Silver> */

/*Telerik RadGrid Office2010Silver Skin*/

/*global*/

.RadGrid_Onyak_Office2010Silver {
    border: 1px solid #a4abb2;
    background: #fff;
    color: #3b3b3b;
}

    .RadGrid_Onyak_Office2010Silver,
    .RadGrid_Onyak_Office2010Silver .rgMasterTable,
    .RadGrid_Onyak_Office2010Silver .rgDetailTable,
    .RadGrid_Onyak_Office2010Silver .rgGroupPanel table,
    .RadGrid_Onyak_Office2010Silver .rgCommandRow table,
    .RadGrid_Onyak_Office2010Silver .rgEditForm table,
    .RadGrid_Onyak_Office2010Silver .rgPager table,
    .GridToolTip_Onyak_Office2010Silver {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Office2010Silver .rgHeader:first-child,
        .RadGrid_Onyak_Office2010Silver th.rgResizeCol:first-child,
        .RadGrid_Onyak_Office2010Silver .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Office2010Silver .rgRow > td:first-child,
        .RadGrid_Onyak_Office2010Silver .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Office2010Silver .rgAdd,
        .RadGrid_Onyak_Office2010Silver .rgRefresh,
        .RadGrid_Onyak_Office2010Silver .rgEdit,
        .RadGrid_Onyak_Office2010Silver .rgDel,
        .RadGrid_Onyak_Office2010Silver .rgFilter,
        .RadGrid_Onyak_Office2010Silver .rgPagePrev,
        .RadGrid_Onyak_Office2010Silver .rgPageNext,
        .RadGrid_Onyak_Office2010Silver .rgPageFirst,
        .RadGrid_Onyak_Office2010Silver .rgPageLast,
        .RadGrid_Onyak_Office2010Silver .rgExpand,
        .RadGrid_Onyak_Office2010Silver .rgCollapse,
        .RadGrid_Onyak_Office2010Silver .rgSortAsc,
        .RadGrid_Onyak_Office2010Silver .rgSortDesc,
        .RadGrid_Onyak_Office2010Silver .rgUpdate,
        .RadGrid_Onyak_Office2010Silver .rgCancel,
        .RadGrid_Onyak_Office2010Silver .rgUngroup,
        .RadGrid_Onyak_Office2010Silver .rgExpXLS,
        .RadGrid_Onyak_Office2010Silver .rgExpDOC,
        .RadGrid_Onyak_Office2010Silver .rgExpPDF,
        .RadGrid_Onyak_Office2010Silver .rgExpCSV {
            background-image: url('Office2010Silver/Grid/sprite.png');
        }

        /* Fix, IE6 does not support PNG alpha channel, so we use gifs for the command sprites instead */
        * html .RadGrid_Onyak_Office2010Silver .rgAdd,
        * html .RadGrid_Onyak_Office2010Silver .rgRefresh,
        * html .RadGrid_Onyak_Office2010Silver .rgEdit,
        * html .RadGrid_Onyak_Office2010Silver .rgDel,
        * html .RadGrid_Onyak_Office2010Silver .rgFilter,
        * html .RadGrid_Onyak_Office2010Silver .rgPagePrev,
        * html .RadGrid_Onyak_Office2010Silver .rgPageNext,
        * html .RadGrid_Onyak_Office2010Silver .rgPageFirst,
        * html .RadGrid_Onyak_Office2010Silver .rgPageLast,
        * html .RadGrid_Onyak_Office2010Silver .rgExpand,
        * html .RadGrid_Onyak_Office2010Silver .rgCollapse,
        * html .RadGrid_Onyak_Office2010Silver .rgSortAsc,
        * html .RadGrid_Onyak_Office2010Silver .rgSortDesc,
        * html .RadGrid_Onyak_Office2010Silver .rgUpdate,
        * html .RadGrid_Onyak_Office2010Silver .rgCancel,
        * html .RadGrid_Onyak_Office2010Silver .rgUngroup,
        * html .RadGrid_Onyak_Office2010Silver .rgExpXLS,
        * html .RadGrid_Onyak_Office2010Silver .rgExpDOC,
        * html .RadGrid_Onyak_Office2010Silver .rgExpPDF,
        * html .RadGrid_Onyak_Office2010Silver .rgExpCSV,
        * html .RadGrid_Onyak_Office2010Silver .rgHeaderDiv,
        * html .RadGrid_Onyak_Office2010Silver .rgHeader,
        * html .RadGrid_Onyak_Office2010Silver th.rgResizeCol,
        * html .RadGrid_Onyak_Office2010Silver .rgSelectedRow,
        * html .RadGrid_Onyak_Office2010Silver .rgSelectedRow.rgHoveredRow * html .RadGrid_Onyak_Office2010Silver .rgActiveRow,
        * html .RadGrid_Onyak_Office2010Silver .rgHoveredRow,
        * html .RadGrid_Onyak_Office2010Silver .rgFooterDiv,
        * html .RadGrid_Onyak_Office2010Silver .rgFooter,
        * html .RadGrid_Onyak_Office2010Silver .rgPager,
        * html .RadGrid_Onyak_Office2010Silver .rgPager .rgPagerButton,
        * html .RadGrid_Onyak_Office2010Silver .rgNumPart a:hover,
        * html .RadGrid_Onyak_Office2010Silver .rgNumPart a:hover span,
        * html .RadGrid_Onyak_Office2010Silver .rgNumPart a.rgCurrentPage,
        * html .RadGrid_Onyak_Office2010Silver .rgNumPart a.rgCurrentPage span,
        * html .GridReorderTop_Onyak_Office2010Silver,
        * html .GridReorderBottom_Onyak_Office2010Silver,
        * html .RadGrid_Onyak_Office2010Silver .rgGroupItem,
        * html .RadGrid_Onyak_Office2010Silver .rgCommandRow {
            background-image: url('Office2010Silver/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Office2010Silver .rgHeaderDiv {
            background: #d6e5f3 0 -8050px repeat-x url('Office2010Silver/Grid/sprite.png');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7550px;
}

.RadGrid_Onyak_Office2010Silver .rgHeader,
.RadGrid_Onyak_Office2010Silver th.rgResizeCol {
    border: solid #a4abb2;
    border-width: 0 0 1px 1px;
    background: #dbdfe4 0 -2300px repeat-x url('Office2010Silver/Grid/sprite.png');
}

.RadGrid_Onyak_Office2010Silver th.rgSorted {
    border-bottom-color: #c28a30;
    background-color: #ffee70;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Office2010Silver .rgHeader,
.RadGrid_Onyak_Office2010Silver .rgHeader a {
    color: #3b3b3b;
}

.RadGrid_Onyak_Office2010Silver th.rgSorted,
.RadGrid_Onyak_Office2010Silver th.rgSorted a {
    color: #000;
}

/*rows*/

.RadGrid_Onyak_Office2010Silver .rgRow td,
.RadGrid_Onyak_Office2010Silver .rgAltRow td,
.RadGrid_Onyak_Office2010Silver .rgEditRow td,
.RadGrid_Onyak_Office2010Silver .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.RadGrid_Onyak_Office2010Silver .rgRow td,
.RadGrid_Onyak_Office2010Silver .rgAltRow td {
    border-color: #d0d7e5;
}

.RadGrid_Onyak_Office2010Silver .rgRow .rgSorted,
.RadGrid_Onyak_Office2010Silver .rgAltRow .rgSorted {
    background-color: #eceef1;
}

.RadGrid_Onyak_Office2010Silver .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Office2010Silver .rgActiveRow .rgSorted,
.RadGrid_Onyak_Office2010Silver .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Office2010Silver .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Office2010Silver .rgRow a,
.RadGrid_Onyak_Office2010Silver .rgAltRow a,
.RadGrid_Onyak_Office2010Silver .rgEditRow a,
.RadGrid_Onyak_Office2010Silver .rgFooter a,
.RadGrid_Onyak_Office2010Silver .rgEditForm a {
    color: #a4abb2;
}

.RadGrid_Onyak_Office2010Silver .rgSelectedRow {
    background: #f8d05c 0 -3900px repeat-x url('Office2010Silver/Grid/sprite.png');
}

    .RadGrid_Onyak_Office2010Silver .rgSelectedRow > td {
        background-image: url('Office2010Silver/Grid/sprite.png');
        background-position: 0 100%;
        background-repeat: repeat-x;
    }

    .RadGrid_Onyak_Office2010Silver .rgSelectedRow.rgHoveredRow {
        background: #fcebb9 0 -3200px repeat-x url('Office2010Silver/Grid/sprite.png');
    }

        .RadGrid_Onyak_Office2010Silver .rgSelectedRow.rgHoveredRow td {
            background-image: none;
        }

    * + html .RadGrid_Onyak_Office2010Silver .rgSelectedRow .rgSorted {
        background-color: #ffcb60;
    }

    * html .RadGrid_Onyak_Office2010Silver .rgSelectedRow .rgSorted {
        background-color: #ffcb60;
    }

.RadGrid_Onyak_Office2010Silver .rgActiveRow,
.RadGrid_Onyak_Office2010Silver .rgHoveredRow {
    background: #fff4cb 0 -2900px repeat-x url('Office2010Silver/Grid/sprite.png');
}

    * + html .RadGrid_Onyak_Office2010Silver .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Office2010Silver .rgHoveredRow .rgSorted {
        background-color: #ecf4ff;
    }

    * html .RadGrid_Onyak_Office2010Silver .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Office2010Silver .rgHoveredRow .rgSorted {
        background-color: #ecf4ff;
    }

.RadGrid_Onyak_Office2010Silver .rgEditRow {
    background: #ebebeb;
}

    * + html .RadGrid_Onyak_Office2010Silver .rgEditRow .rgSorted {
        background-color: #ffe5ad;
    }

    * html .RadGrid_Onyak_Office2010Silver .rgEditRow .rgSorted {
        background-color: #ffe5ad;
    }

    .RadGrid_Onyak_Office2010Silver .rgSelectedRow td,
    .RadGrid_Onyak_Office2010Silver .rgActiveRow td,
    .RadGrid_Onyak_Office2010Silver .rgHoveredRow td,
    .RadGrid_Onyak_Office2010Silver .rgEditRow td {
        border-left-width: 0;
        padding-left: 8px;
    }

.RadGrid_Onyak_Office2010Silver .rgSelectedRow td {
    border-bottom-color: #ff9b35;
}

.RadGrid_Onyak_Office2010Silver .rgActiveRow td,
.RadGrid_Onyak_Office2010Silver .rgHoveredRow td,
.RadGrid_Onyak_Office2010Silver .rgEditRow td {
    border-bottom-color: #d0d7e5;
}

.RadGrid_Onyak_Office2010Silver .rgDrag {
    background-image: url('Office2010Silver/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Office2010Silver .rgFooterDiv,
.RadGrid_Onyak_Office2010Silver .rgFooter {
    background: #d8dce0 0 -6500px repeat-x url('Office2010Silver/Grid/sprite.png');
}

    .RadGrid_Onyak_Office2010Silver .rgFooter td {
        border-width: 1px 0 0;
        border-color: #a4abb2 #fff #fff;
        padding-left: 8px;
    }

/*status*/

.RadGrid_Onyak_Office2010Silver .rgPager .rgStatus {
    border: 1px solid;
    border-width: 1px 1px 0 0;
    border-color: #a4abb2;
}

.RadGrid_Onyak_Office2010Silver .rgStatus div {
    background-image: url('Office2010Silver/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Office2010Silver .rgPager {
    background: #b8bdc2 0 -6999px repeat-x url('Office2010Silver/Grid/sprite.png');
    color: #3b3b3b;
}

.RadGrid_Onyak_Office2010Silver td.rgPagerCell {
    border-top: 1px solid #a4abb2;
    border-left: 1px solid #fff;
}

.RadGrid_Onyak_Office2010Silver .rgPageFirst {
    margin: 0 3px 0 0;
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Office2010Silver .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Office2010Silver .rgPagePrev {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Office2010Silver .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Office2010Silver .rgPageNext {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Office2010Silver .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Office2010Silver .rgPageLast {
    margin: 0 0 0 3px;
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Office2010Silver .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Office2010Silver .rgPager .rgPagerButton {
    border-color: #a4abb2;
    color: #3b3b3b;
    font: 12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Office2010Silver .rgNumPart a:hover,
.RadGrid_Onyak_Office2010Silver .rgNumPart a:hover span,
.RadGrid_Onyak_Office2010Silver .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Office2010Silver .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Office2010Silver/Grid/sprite.png');
}

.RadGrid_Onyak_Office2010Silver .rgNumPart a {
    color: #3b3b3b;
}

    .RadGrid_Onyak_Office2010Silver .rgNumPart a:hover {
        background-position: 100% -1250px;
        color: #1e395b;
    }

        .RadGrid_Onyak_Office2010Silver .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Office2010Silver .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Office2010Silver .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
        color: #384e73;
    }

        .RadGrid_Onyak_Office2010Silver .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Office2010Silver .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Office2010Silver .rgHeader .rgSortAsc {
    background-position: 3px -147px;
    height: 10px;
}

.RadGrid_Onyak_Office2010Silver .rgHeader .rgSortDesc {
    background-position: 3px -197px;
    height: 10px;
}

.GridReorderTop_Onyak_Office2010Silver,
.GridReorderBottom_Onyak_Office2010Silver {
    height: 12px;
    background: 0 0 no-repeat url('Office2010Silver/Grid/sprite.png');
}

.GridReorderBottom_Onyak_Office2010Silver {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Office2010Silver .rgFilterRow {
    background: #dfe3e8;
}

    .RadGrid_Onyak_Office2010Silver .rgFilterRow td {
        border-style: solid;
        border-color: #a4abb2;
        border-width: 0 0 1px 1px;
    }

.RadGrid_Onyak_Office2010Silver .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Office2010Silver .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Office2010Silver .rgFilterActive,
.RadGrid_Onyak_Office2010Silver .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Office2010Silver .rgFilterBox {
    border-color: #9babc2;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

/*filter context menu*/

.RadMenu_Onyak_Office2010Silver .rgHCMClear,
.RadMenu_Onyak_Office2010Silver .rgHCMFilter {
    border-color: #a7bedb #7d98bd #a3bad8;
    background: #e8f1fc center -23px repeat-x url('Office2010Silver/FormDecorator/ButtonSprites.gif');
    color: #00156e;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Office2010Silver .rgHCMClear:hover,
    .RadMenu_Onyak_Office2010Silver .rgHCMFilter:hover {
        border-color: #d8ca95 #b9a073 #c6ba9d;
        background-position: center -67px;
        background-color: #ffe18a;
        color: #000;
    }

/*context menu*/

.GridContextMenu_Onyak_Office2010Silver .rmLeftImage {
    background-image: url('Office2010Silver/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Office2010Silver .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Office2010Silver .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Office2010Silver .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Office2010Silver .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Office2010Silver .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Office2010Silver .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Office2010Silver .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Office2010Silver .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Office2010Silver .rgGroupPanel {
    border: 0 solid #a4abb2;
    border-bottom-width: 1px;
    background: #e7e9eb;
}

    .RadGrid_Onyak_Office2010Silver .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
        vertical-align: middle;
    }

        .RadGrid_Onyak_Office2010Silver .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Office2010Silver .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Office2010Silver .rgGroupPanel .rgSortDesc {
        background-position: 4px -194px;
    }

.RadGrid_Onyak_Office2010Silver .rgUngroup {
    background-position: 0 -7500px;
}

.RadGrid_Onyak_Office2010Silver .rgGroupItem {
    border: 1px solid #a4abb2;
    color: #3b3b3b;
}

.RadGrid_Onyak_Office2010Silver .rgGroupHeader {
    background: #dbdfe4;
    font-size: 1.1em;
    line-height: 21px;
    color: #3b3b3b;
}

    .RadGrid_Onyak_Office2010Silver .rgGroupHeader td {
        border-bottom: 1px solid #dadcdd;
        padding-left: 8px;
    }

.RadGrid_Onyak_Office2010Silver td.rgGroupCol,
.RadGrid_Onyak_Office2010Silver td.rgExpandCol {
    background: #dbdfe4;
    border-color: #dbdfe4;
}

.RadGrid_Onyak_Office2010Silver .rgGroupHeader .rgExpand {
    background-position: 5px -495px;
}

.RadGrid_Onyak_Office2010Silver .rgGroupHeader .rgCollapse {
    background-position: 3px -93px;
}

/*editing*/

.RadGrid_Onyak_Office2010Silver .rgEditForm {
    border-bottom: 1px solid #a4abb2;
}

.RadGrid_Onyak_Office2010Silver .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Office2010Silver .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Office2010Silver .rgDetailTable {
    border-color: #688caf;
}

.RadGrid_Onyak_Office2010Silver .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Office2010Silver .rgCollapse {
    background-position: 3px -94px;
}

/*command row*/

.RadGrid_Onyak_Office2010Silver .rgCommandRow {
    background: #dbdfe4 0 -2100px repeat-x url('Office2010Silver/Grid/sprite.png');
    color: #333;
}

.RadGrid_Onyak_Office2010Silver .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Office2010Silver thead .rgCommandCell {
    border-bottom: 1px solid #a4abb2;
}

.RadGrid_Onyak_Office2010Silver .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Office2010Silver .rgCommandRow a {
    color: #242424;
    text-decoration: none;
}

.RadGrid_Onyak_Office2010Silver .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Office2010Silver .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Office2010Silver .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Office2010Silver .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Office2010Silver .rgExpXLS,
.RadGrid_Onyak_Office2010Silver .rgExpDOC,
.RadGrid_Onyak_Office2010Silver .rgExpPDF,
.RadGrid_Onyak_Office2010Silver .rgExpCSV {
    background-image: url('Office2010Silver/Common/export.gif');
}

.RadGrid_Onyak_Office2010Silver .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Office2010Silver .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Office2010Silver .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Office2010Silver .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Office2010Silver {
    background: #00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Office2010Silver {
    border-top: 1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_Onyak_Office2010Silver {
    border: 1px solid #6187b8;
    padding: 3px;
    background: #d7e3f2;
    color: #333;
}

/*rtl*/

.RadGridRTL_Onyak_Office2010Silver .rgHeader:first-child,
.RadGridRTL_Onyak_Office2010Silver th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Office2010Silver .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Office2010Silver .rgRow > td:first-child,
.RadGridRTL_Onyak_Office2010Silver .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Office2010Silver .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Office2010Silver .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Office2010Silver .rgPagePrev {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Office2010Silver .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Office2010Silver .rgPageNext {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Office2010Silver .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Office2010Silver .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Office2010Silver .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Office2010Silver .rgGroupHeader .rgExpand {
    background-position: -20px -495px;
}

.RadGridRTL_Onyak_Office2010Silver .rgExpand {
    background-position: -20px -496px;
}

.RadGridRTL_Onyak_Office2010Silver .rgGroupHeader .rgCollapse {
    background-position: -20px -93px;
}
/*Telerik RadCalendar Office2010Silver skin*/

table.RadCalendar_Onyak_Office2010Silver {
    background: #dbdfe4;
    font: 12px "segoe ui",arial,sans-serif;
    color: #3b3b3b;
}

/*titlebar*/

.RadCalendar_Onyak_Office2010Silver .rcTitlebar {
    border-color: #a4abb2;
    background: #dadde0 0 -1000px repeat-x url('Office2010Silver/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Office2010Silver .rcTitlebar td {
        padding: 0 0 2px;
    }

    .RadCalendar_Onyak_Office2010Silver .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Office2010Silver .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Office2010Silver .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Office2010Silver .rcTitlebar .rcFastNext {
        width: 17px;
        height: 17px;
        margin: 1px 2px 0;
        background: transparent url('Office2010Silver/Calendar/sprite.gif') no-repeat;
        color: #ccc;
    }

    .RadCalendar_Onyak_Office2010Silver .rcTitlebar .rcFastPrev {
        margin-left: 4px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Office2010Silver .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Office2010Silver .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Office2010Silver .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Office2010Silver .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Office2010Silver .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Office2010Silver .rcTitlebar .rcFastNext {
        margin-right: 4px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Office2010Silver .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar .rcFastPrev,
.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar .rcPrev,
.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar .rcNext,
.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar .rcFastNext {
    height: 19px;
    width: 19px;
}

.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar .rcFastPrev {
    background-position: 0 -199px;
}

.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -605px;
}

.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar .rcPrev {
    background-position: 1px -299px;
}

.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar a.rcPrev:hover {
    background-position: 0 -663px;
}

.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar .rcNext {
    background-position: 1px -399px;
}

.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar a.rcNext:hover {
    background-position: 0 -721px;
}

.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar .rcFastNext {
    background-position: 2px -499px;
}

.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -779px;
}

.RadCalendar_Onyak_Office2010Silver .rcMain {
    border-color: #a4abb2;
}

.RadCalendar_Onyak_Office2010Silver .rcMainTable {
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Office2010Silver .rcHeader,
.RadCalendar_Onyak_Office2010Silver .rcFooter {
    border-color: #688caf;
}

/*week numbers and days*/

.RadCalendar_Onyak_Office2010Silver .rcWeek th {
    border-top: 1px solid #a4abb2;
    border-bottom: 1px solid #a4abb2;
    padding: 2px 6px 2px 0;
    background-color: #ccd2d9;
}

.RadCalendar_Onyak_Office2010Silver .rcWeek .rcViewSel,
.RadCalendar_Onyak_Office2010Silver .rcRow th {
    width: 12px;
    padding: 0 7px 0 9px;
    background: #ccd2d9;
}

/*date cells*/

.RadCalendar_Onyak_Office2010Silver .rcRow td {
    border-color: #dbdfe4;
}

.RadCalendar_Onyak_Office2010Silver .rcMain .rcRow a,
.RadCalendar_Onyak_Office2010Silver .rcMain .rcRow span {
    color: #3b3b3b;
}

.RadCalendar_Onyak_Office2010Silver .rcMain .rcWeekend a {
    color: #444;
}

.RadCalendar_Onyak_Office2010Silver .rcRow .rcToday {
    background: 100% -1400px url('Office2010Silver/Calendar/sprite.gif') no-repeat;
}

.RadCalendar_Onyak_Office2010Silver .rcMain .rcOtherMonth a {
    color: #bfbfbf;
}

.RadCalendar_Onyak_Office2010Silver .rcMain .rcOutOfRange span {
    color: #bfbfbf;
}

.RadCalendar_Onyak_Office2010Silver .rcRow .rcSelected {
    background: 100% -1700px no-repeat url('Office2010Silver/Calendar/sprite.gif');
}

.RadCalendar_Onyak_Office2010Silver .rcRow .rcHover {
    background: 100% -1600px no-repeat url('Office2010Silver/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Office2010Silver .rcRow .rcHover,
    .RadCalendar_Onyak_Office2010Silver .rcRow .rcHover a,
    .RadCalendar_Onyak_Office2010Silver .rcRow .rcSelected,
    .RadCalendar_Onyak_Office2010Silver .rcRow .rcSelected a {
        color: #000;
    }

/*multimonth view*/

.RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar {
    background: #dadde0 0 -2200px repeat-x url('Office2010Silver/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar table {
        line-height: 27px;
    }

    .RadCalendarMultiView_Onyak_Office2010Silver .rcTitlebar td {
        padding-bottom: 1px;
    }

.RadCalendarMultiView_Onyak_Office2010Silver .rcCalendar {
    border-color: #a4abb2;
    border-top: 0;
}

    .RadCalendarMultiView_Onyak_Office2010Silver .rcCalendar .rcMainTable {
        height: 195px;
    }

.RadCalendarMultiView_Onyak_Office2010Silver .rcMainTable .rcTitle {
    border-color: #a4abb2;
    padding: 0 0 2px;
    background: #dadde0 0 -1000px repeat-x url('Office2010Silver/Calendar/sprite.gif');
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Office2010Silver {
    border-color: #868686;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

.RadCalendarMonthView_Onyak_Office2010Silver #rcMView_Feb,
.RadCalendarMonthView_Onyak_Office2010Silver #rcMView_Apr,
.RadCalendarMonthView_Onyak_Office2010Silver #rcMView_Jun,
.RadCalendarMonthView_Onyak_Office2010Silver #rcMView_Aug,
.RadCalendarMonthView_Onyak_Office2010Silver #rcMView_Oct,
.RadCalendarMonthView_Onyak_Office2010Silver #rcMView_Dec {
    border-right: 1px solid #9ebfdb;
}

.RadCalendarMonthView_Onyak_Office2010Silver a {
    color: #000;
}

.RadCalendarMonthView_Onyak_Office2010Silver .rcSelected a {
    border-color: #c28b31 #c29a42 #c2a34c;
    background: #feed76 0 -1800px repeat-x url('Office2010Silver/Calendar/sprite.gif');
}

.RadCalendarMonthView_Onyak_Office2010Silver #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Office2010Silver #rcMView_NextY a {
    width: 15px;
    height: 13px;
    overflow: hidden;
    background-image: url('Office2010Silver/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Office2010Silver #rcMView_PrevY a {
    background-position: 3px -200px;
}

.RadCalendarMonthView_Onyak_Office2010Silver #rcMView_NextY a {
    background-position: 4px -500px;
}

.RadCalendarMonthView_Onyak_Office2010Silver .rcButtons {
    padding: 5px 7px 3px;
}

.RadCalendarMonthView_Onyak_Office2010Silver input {
    border-color: #a4abb2;
    padding: 1px 0 0;
    background: #dbdde1 0 -2300px repeat-x url('Office2010Silver/Calendar/sprite.gif');
    color: #3b3b3b;
    font: 12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_Office2010Silver input:hover
{
    border-color:#d8ca95 #b89f73 #c6b99c;
    background-color:#ffe18a;
    background-position:0 -2350px;
    color:#000;
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_Office2010Silver {
    border-color: #9199a4;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Office2010Silver th {
    border-bottom: 1px solid #9eb6ce;
    padding: 0 0 1px;
    background: #dadde0 0 -1000px repeat-x url('Office2010Silver/Calendar/sprite.gif');
    color: #3b3b3b;
    line-height: 23px;
}

table.RadCalendarTimeView_Onyak_Office2010Silver td {
    border-color: #9199a4;
}

.RadCalendarTimeView_Onyak_Office2010Silver a {
    color: #000;
}

.RadCalendarTimeView_Onyak_Office2010Silver td.rcSelected a {
    border-color: #c28b31 #c29a42 #c2a34c;
    background: #feed76 0 -1800px repeat-x url('Office2010Silver/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Office2010Silver td.rcHover a {
    border-color: #f7c840;
    background: #fff3c8 0 -1900px repeat-x url('Office2010Silver/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Office2010Silver .rcFooter {
    border-color: #688caf;
}

/*pickers*/

.RadPicker_Onyak_Office2010Silver .rcCalPopup,
.RadPicker_Onyak_Office2010Silver .rcTimePopup {
    background-image: url('Office2010Silver/Calendar/sprite.gif');
}

.RadPicker_Onyak_Office2010Silver .rcCalPopup,
.RadPicker_Onyak_Office2010Silver a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Office2010Silver a.rcCalPopup:hover,
.RadPicker_Onyak_Office2010Silver a.rcCalPopup:focus,
.RadPicker_Onyak_Office2010Silver a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Office2010Silver .rcTimePopup,
.RadPicker_Onyak_Office2010Silver a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Office2010Silver a.rcTimePopup:hover,
.RadPicker_Onyak_Office2010Silver a.rcTimePopup:focus,
.RadPicker_Onyak_Office2010Silver a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Office2010Silver .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Office2010Silver .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Office2010Silver .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Office2010Silver .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Office2010Silver .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Office2010Silver .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Office2010Silver .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Office2010Silver .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}

/*Telerik RadGrid Outlook Skin*/

/*global*/

.RadGrid_Onyak_Outlook {
    border: 1px solid #002d96;
    background: #fff;
    color: #000;
}

    .RadGrid_Onyak_Outlook,
    .RadGrid_Onyak_Outlook .rgMasterTable,
    .RadGrid_Onyak_Outlook .rgDetailTable,
    .RadGrid_Onyak_Outlook .rgGroupPanel table,
    .RadGrid_Onyak_Outlook .rgCommandRow table,
    .RadGrid_Onyak_Outlook .rgEditForm table,
    .RadGrid_Onyak_Outlook .rgPager table,
    .GridToolTip_Onyak_Outlook {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Outlook .rgHeader:first-child,
        .RadGrid_Onyak_Outlook th.rgResizeCol:first-child,
        .RadGrid_Onyak_Outlook .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Outlook .rgRow > td:first-child,
        .RadGrid_Onyak_Outlook .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Outlook .rgAdd,
        .RadGrid_Onyak_Outlook .rgRefresh,
        .RadGrid_Onyak_Outlook .rgEdit,
        .RadGrid_Onyak_Outlook .rgDel,
        .RadGrid_Onyak_Outlook .rgFilter,
        .RadGrid_Onyak_Outlook .rgPagePrev,
        .RadGrid_Onyak_Outlook .rgPageNext,
        .RadGrid_Onyak_Outlook .rgPageFirst,
        .RadGrid_Onyak_Outlook .rgPageLast,
        .RadGrid_Onyak_Outlook .rgExpand,
        .RadGrid_Onyak_Outlook .rgCollapse,
        .RadGrid_Onyak_Outlook .rgSortAsc,
        .RadGrid_Onyak_Outlook .rgSortDesc,
        .RadGrid_Onyak_Outlook .rgUpdate,
        .RadGrid_Onyak_Outlook .rgCancel,
        .RadGrid_Onyak_Outlook .rgUngroup,
        .RadGrid_Onyak_Outlook .rgExpXLS,
        .RadGrid_Onyak_Outlook .rgExpDOC,
        .RadGrid_Onyak_Outlook .rgExpPDF,
        .RadGrid_Onyak_Outlook .rgExpCSV {
            background-image: url('Outlook/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Outlook .rgHeaderDiv {
            background: #d6e5f3 0 -7750px repeat-x url('Outlook/Grid/sprite.gif');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7250px;
}

.RadGrid_Onyak_Outlook .rgHeader,
.RadGrid_Onyak_Outlook th.rgResizeCol {
    border: 0;
    border-left: 1px solid #89aee5;
    border-bottom: 1px solid #5d8cc9;
    background: 0 -2300px repeat-x #7da5e0 url('Outlook/Grid/sprite.gif');
}

.RadGrid_Onyak_Outlook th.rgSorted {
    background-color: #ef9718;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Outlook .rgHeader,
.RadGrid_Onyak_Outlook .rgHeader a {
    color: #000;
}

/*rows*/

.RadGrid_Onyak_Outlook .rgRow td,
.RadGrid_Onyak_Outlook .rgAltRow td,
.RadGrid_Onyak_Outlook .rgEditRow td,
.RadGrid_Onyak_Outlook .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.RadGrid_Onyak_Outlook .rgRow td,
.RadGrid_Onyak_Outlook .rgAltRow td {
    border-color: #d0d7e5;
}

.RadGrid_Onyak_Outlook .rgRow .rgSorted,
.RadGrid_Onyak_Outlook .rgAltRow .rgSorted {
    background-color: #f2f2f2;
}

.RadGrid_Onyak_Outlook .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Outlook .rgActiveRow .rgSorted,
.RadGrid_Onyak_Outlook .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Outlook .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Outlook .rgRow a,
.RadGrid_Onyak_Outlook .rgAltRow a,
.RadGrid_Onyak_Outlook .rgEditRow a,
.RadGrid_Onyak_Outlook .rgFooter a,
.RadGrid_Onyak_Outlook .rgEditForm a {
    color: #000;
}

.RadGrid_Onyak_Outlook .rgSelectedRow {
    background: #97b8e8 0 -3900px repeat-x url('Outlook/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Outlook .rgSelectedRow .rgSorted {
        background-color: #97b8e8;
    }

    * html .RadGrid_Onyak_Outlook .rgSelectedRow .rgSorted {
        background-color: #97b8e8;
    }

.RadGrid_Onyak_Outlook .rgActiveRow,
.RadGrid_Onyak_Outlook .rgHoveredRow {
    background: #ffd192 0 -2900px repeat-x url('Outlook/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Outlook .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Outlook .rgHoveredRow .rgSorted {
        background-color: #ffd192;
    }

    * html .RadGrid_Onyak_Outlook .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Outlook .rgHoveredRow .rgSorted {
        background-color: #ffd192;
    }

.RadGrid_Onyak_Outlook .rgEditRow {
    background: #c8dbf6;
}

    * + html .RadGrid_Onyak_Outlook .rgEditRow .rgSorted {
        background-color: #c8dbf6;
    }

    * html .RadGrid_Onyak_Outlook .rgEditRow .rgSorted {
        background-color: #c8dbf6;
    }

    .RadGrid_Onyak_Outlook .rgSelectedRow td,
    .RadGrid_Onyak_Outlook .rgActiveRow td,
    .RadGrid_Onyak_Outlook .rgHoveredRow td,
    .RadGrid_Onyak_Outlook .rgEditRow td {
        border-left-width: 0;
        padding-left: 8px;
    }

.RadGrid_Onyak_Outlook .rgSelectedRow td {
    border-bottom-color: #002d96;
}

.RadGrid_Onyak_Outlook .rgActiveRow td,
.RadGrid_Onyak_Outlook .rgHoveredRow td {
    border-color: #d0d7e5;
}

.RadGrid_Onyak_Outlook .rgDrag {
    background-image: url('Outlook/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Outlook .rgFooterDiv,
.RadGrid_Onyak_Outlook .rgFooter {
    background: #d5e4f3 0 -6500px repeat-x url('Outlook/Grid/sprite.gif');
}

    .RadGrid_Onyak_Outlook .rgFooter td {
        border-width: 1px 0;
        border-color: #567db0 #fff #fff;
        padding-left: 8px;
    }

/*status*/

.RadGrid_Onyak_Outlook .rgPager .rgStatus {
    border: 1px solid;
    border-width: 1px 1px 0 0;
    border-color: #5d8cc9 #9cb9dc;
}

.RadGrid_Onyak_Outlook .rgStatus div {
    background-image: url('Outlook/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Outlook .rgPager {
    background: #d6e5f3;
}

.RadGrid_Onyak_Outlook td.rgPagerCell {
    border: 0;
    border-top: 1px solid #5d8cc9;
    border-left: 1px solid #fff;
}

.RadGrid_Onyak_Outlook .rgInfoPart {
    color: #333;
}

    .RadGrid_Onyak_Outlook .rgInfoPart strong {
        color: #000;
    }

.RadGrid_Onyak_Outlook .rgPageFirst {
    margin: 0 3px 0 0;
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Outlook .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Outlook .rgPagePrev {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Outlook .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Outlook .rgPageNext {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Outlook .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Outlook .rgPageLast {
    margin: 0 0 0 3px;
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Outlook .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Outlook .rgPager .rgPagerButton {
    border-color: #003c74;
    background: #ebe8e3 repeat-x 0 -1550px url('Outlook/Grid/sprite.gif');
    color: #000;
    font: 12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Outlook .rgNumPart a:hover,
.RadGrid_Onyak_Outlook .rgNumPart a:hover span,
.RadGrid_Onyak_Outlook .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Outlook .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Outlook/Grid/sprite.gif');
}

.RadGrid_Onyak_Outlook .rgNumPart a {
    color: #000;
}

    .RadGrid_Onyak_Outlook .rgNumPart a:hover {
        background-position: 100% -1250px;
    }

        .RadGrid_Onyak_Outlook .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Outlook .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Outlook .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
    }

        .RadGrid_Onyak_Outlook .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Outlook .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Outlook .rgHeader .rgSortAsc {
    background-position: 3px -146px;
    height: 10px;
}

.RadGrid_Onyak_Outlook .rgHeader .rgSortDesc {
    background-position: 3px -96px;
    height: 10px;
}

.GridReorderTop_Onyak_Outlook,
.GridReorderBottom_Onyak_Outlook {
    height: 12px;
    background: 0 0 no-repeat url('Outlook/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Outlook {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Outlook .rgFilterRow {
    background: #d6e5f3;
}

    .RadGrid_Onyak_Outlook .rgFilterRow td {
        border: solid #89aee5;
        border-width: 0 0 1px 1px;
    }

.RadGrid_Onyak_Outlook .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Outlook .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Outlook .rgFilterActive,
.RadGrid_Onyak_Outlook .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Outlook .rgFilterBox {
    border-color: #c3d9f9;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

/*filter context menu*/

.RadMenu_Onyak_Outlook .rgHCMClear,
.RadMenu_Onyak_Outlook .rgHCMFilter {
    border-color: #003c74;
    background: #ebe8e2 center -23px repeat-x url('Outlook/FormDecorator/ButtonSprites.gif');
    color: #000;
    font-family: "segoe ui",arial,sans-serif;
}

/*context menu*/

.GridContextMenu_Onyak_Outlook .rmLeftImage {
    background-image: url('Outlook/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Outlook .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Outlook .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Outlook .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Outlook .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Outlook .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Outlook .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Outlook .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Outlook .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Outlook .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #002d96;
    background: #d5e4f3 -1900px repeat-x url('Outlook/Grid/sprite.gif');
}

    .RadGrid_Onyak_Outlook .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
        vertical-align: middle;
    }

        .RadGrid_Onyak_Outlook .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Outlook .rgGroupPanel .rgSortAsc {
        height: 12px;
        background-position: 4px -146px;
    }

    .RadGrid_Onyak_Outlook .rgGroupPanel .rgSortDesc {
        height: 12px;
        background-position: 4px -96px;
    }

.RadGrid_Onyak_Outlook .rgUngroup {
    background-position: 0 -7200px;
}

.RadGrid_Onyak_Outlook .rgGroupItem {
    border: 1px solid #4b78ca;
    background: #eae7e2 0 -7000px repeat-x url('Outlook/Grid/sprite.gif');
    color: #000;
}

.RadGrid_Onyak_Outlook .rgGroupHeader {
    background: #d7e6f7;
    font-size: 1.1em;
    line-height: 21px;
    color: #0045d6;
}

    .RadGrid_Onyak_Outlook .rgGroupHeader td {
        border-top: 1px solid #fcfdfe;
        border-bottom: 1px solid #8fb2e6;
        padding-left: 8px;
    }

.RadGrid_Onyak_Outlook td.rgGroupCol,
.RadGrid_Onyak_Outlook td.rgExpandCol {
    background: #d7e6f7 none;
    border-color: #d7e6f7;
}

.RadGrid_Onyak_Outlook .rgGroupHeader .rgExpand {
    background-position: 5px -495px;
}

.RadGrid_Onyak_Outlook .rgGroupHeader .rgCollapse {
    background-position: 3px -93px;
}

/*editing*/

.RadGrid_Onyak_Outlook .rgEditForm {
    border-bottom: 1px solid #d0d7e5;
}

.RadGrid_Onyak_Outlook .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Outlook .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Outlook .rgDetailTable {
    border-color: #002d96;
}

.RadGrid_Onyak_Outlook .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Outlook .rgCollapse {
    background-position: 3px -94px;
}

/*command row*/

.RadGrid_Onyak_Outlook .rgCommandRow {
    background: #043199 0 -2100px repeat-x url('Outlook/Grid/sprite.gif');
    color: #fff;
}

.RadGrid_Onyak_Outlook .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Outlook thead .rgCommandCell {
    border-bottom: 1px solid #002d96;
}

.RadGrid_Onyak_Outlook tfoot .rgCommandCell,
.RadGrid_Onyak_Outlook .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top: 1px solid #002d96;
}

.RadGrid_Onyak_Outlook .rgCommandTable {
    border: 0;
    border-bottom: 1px solid #6797d1;
}

    .RadGrid_Onyak_Outlook .rgCommandTable td {
        border: 0;
        padding: 2px 7px;
    }

        .RadGrid_Onyak_Outlook .rgCommandTable td td {
            padding: 0;
        }

.RadGrid_Onyak_Outlook .rgCommandRow a {
    color: #fff;
    text-decoration: none;
}

.RadGrid_Onyak_Outlook .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Outlook .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Outlook .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Outlook .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Outlook .rgExpXLS,
.RadGrid_Onyak_Outlook .rgExpDOC,
.RadGrid_Onyak_Outlook .rgExpPDF,
.RadGrid_Onyak_Outlook .rgExpCSV {
    background-image: url('Outlook/Common/export.gif');
}

.RadGrid_Onyak_Outlook .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Outlook .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Outlook .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Outlook .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Outlook {
    background: #002d96;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Outlook {
    border-top: 1px dashed #002d96;
}

/*tooltip*/

.GridToolTip_Onyak_Outlook {
    border: 1px solid #6187b8;
    padding: 3px;
    background: #ccddf5;
    color: #000;
}

/*rtl*/

.RadGridRTL_Onyak_Outlook .rgHeader:first-child,
.RadGridRTL_Onyak_Outlook th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Outlook .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Outlook .rgRow > td:first-child,
.RadGridRTL_Onyak_Outlook .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Outlook .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Outlook .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Outlook .rgPagePrev {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Outlook .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Outlook .rgPageNext {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Outlook .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Outlook .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Outlook .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Outlook .rgGroupHeader .rgExpand {
    background-position: -20px -495px;
}

.RadGridRTL_Onyak_Outlook .rgExpand {
    background-position: -20px -496px;
}
/*Telerik RadInput Outlook Skin*/

/*global*/

.RadInput_Onyak_Outlook,
.RadInputMgr_Onyak_Outlook {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Outlook .riTextBox,
html body .RadInputMgr_Onyak_Outlook {
    border-color: #c3d9f9;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Outlook .riEmpty,
html body .RadInput_Empty_Onyak_Outlook {
    color: #8d8d8d;
}

html body .RadInput_Onyak_Outlook .riHover,
html body .RadInput_Hover_Onyak_Outlook,
html body .RadInput_Onyak_Outlook .riFocused,
html body .RadInput_Focused_Onyak_Outlook {
    border-color: #305090;
}

html body .RadInput_Onyak_Outlook .riRead,
html body .RadInput_Read_Onyak_Outlook {
    border-color: #ccdbed;
}

html body .RadInput_Onyak_Outlook .riDisabled,
html body .RadInput_Disabled_Onyak_Outlook {
    border-color: #ccdbed;
    color: #8d8d8d;
    cursor: default;
}

html body .RadInput_Onyak_Outlook .riError,
html body .RadInput_Error_Onyak_Outlook {
    border-color: #b32d34 #dc643f #ea8541;
    background: #fff 100% -298px no-repeat url('Outlook/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Outlook .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Outlook[type="text"] {
    border-color: #b32d34 #dc643f #ea8541;
    background: #fff 100% -298px no-repeat url('Outlook/Input/sprite.gif');
    color: #b32d34;
}

html body .RadInput_Onyak_Outlook .riNegative,
html body .RadInput_Negative_Onyak_Outlook {
    color: #565656;
}

/*buttons*/

.RadInput_Onyak_Outlook a {
    background: transparent no-repeat url('Outlook/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Outlook .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_Outlook .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_Outlook .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Outlook a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Outlook a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Outlook a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Outlook a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Outlook .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_Outlook .riError,
html body .RadInputRTL_Error_Onyak_Outlook {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Outlook .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Outlook[type="text"] {
    background-position: 3px -298px;
}
/* <RadMenu / Outlook> */

.RadMenu_Onyak_Outlook a.rmLink,
.RadMenu_Onyak_Outlook .rmText,
.RadMenu_Onyak_Outlook .rmLeftArrow,
.RadMenu_Onyak_Outlook .rmRightArrow,
.RadMenu_Onyak_Outlook .rmTopArrow,
.RadMenu_Onyak_Outlook .rmBottomArrow {
    background-image: url('Outlook/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Outlook .rmRootGroup {
    border: 1px solid #b7bdcd;
    background-color: #adc9f7;
}

/* <Root items> */

.RadMenu_Onyak_Outlook,
.RadMenu_Onyak_Outlook a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #000;
    text-decoration: none;
}

    .RadMenu_Onyak_Outlook a.rmLink,
    .RadMenu_Onyak_Outlook .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_Outlook a.rmLink:hover,
        .RadMenu_Onyak_Outlook a.rmFocused,
        .RadMenu_Onyak_Outlook a.rmSelected {
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_Outlook a.rmLink:hover .rmText,
            .RadMenu_Onyak_Outlook a.rmFocused .rmText,
            .RadMenu_Onyak_Outlook a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_Outlook a.rmExpanded,
    .RadMenu_Onyak_Outlook a.rmExpanded:hover {
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_Outlook a.rmExpanded .rmText,
        .RadMenu_Onyak_Outlook a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_Outlook a.rmDisabled,
    .RadMenu_Onyak_Outlook a.rmDisabled:hover {
        color: #7d7d7d;
    }

        .RadMenu_Onyak_Outlook a.rmDisabled:hover,
        .RadMenu_Onyak_Outlook a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Outlook .rmGroup,
    .RadMenu_Onyak_Outlook .rmMultiColumn,
    .RadMenu_Onyak_Outlook .rmGroup .rmVertical {
        border: 1px solid #002d96;
        background: #f6f6f6 url('Outlook/Menu/rmVSprite.png') repeat-y 0 0;
    }

.RadMenu_Onyak_Outlook_rtl .rmGroup,
.RadMenu_Onyak_Outlook_rtl .rmMultiColumn,
.RadMenu_Onyak_Outlook_rtl .rmGroup .rmVertical {
    background-image: url('Outlook/Menu/rmVSprite_rtl.png');
    background-position: 101% 0;
}

.RadMenu_Onyak_Outlook .rmTopFix,
.RadMenu_Onyak_Outlook .rmBottomFix,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Onyak_Outlook .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_Onyak_Outlook .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
    background-image: url('Outlook/Menu/rmVSprite.png');
    background-color: #f6f6f6;
    background-repeat: repeat-y;
    background-position: -2px 0;
}

* html .rmRoundedCorners_Onyak_Outlook .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Outlook ul.rmHorizontal .rmFirst {
    background-image: url('Outlook/Menu/rmVSprite.png');
    background-color: #f6f6f6;
    background-repeat: repeat-y;
    background-position: -2px 0;
}

.RadMenu_Onyak_Outlook_rtl .rmTopFix,
.RadMenu_Onyak_Outlook_rtl .rmBottomFix,
.RadMenu_Onyak_Outlook_rtl .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Onyak_Outlook_rtl .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Onyak_Outlook_rtl .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_Onyak_Outlook_rtl .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_Onyak_Outlook_Context_rtl.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Onyak_Outlook_Context_rtl.rmRoundedCorners ul.rmHorizontal .rmFirst {
    background-image: url('Outlook/Menu/rmVSprite_rtl.png');
    background-position: 101% 0;
}

* html .rmRoundedCorners.RadMenu_Onyak_Outlook_Context_rtl .rmGroup .rmItem,
* html .rmRoundedCorners.RadMenu_Onyak_Outlook_Context_rtl ul.rmHorizontal .rmFirst {
    background-image: url('Outlook/Menu/rmVSprite_rtl.png');
    background-position: 101% 0;
}

.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Outlook .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Outlook .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Outlook .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Outlook .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Outlook .rmRoundedCorners .rmGroupColumn {
    background-color: #f6f6f6;
}

.RadMenu_Onyak_Outlook .rmBottomLeft,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Outlook .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmMultiColumn {
    background-image: url('Outlook/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Outlook .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Outlook .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Outlook ul.rmGroup {
    background-image: url('Outlook/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Outlook .rmTopRight,
.RadMenu_Onyak_Outlook .rmBottomRight {
    background-image: url('Outlook/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Outlook .rmTopFix,
.RadMenu_Onyak_Outlook .rmBottomFix,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Outlook .rmGroup .rmFirst {
    border-color: #002d96;
}

.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #f6f6f6;
}

* html .rmRoundedCorners_Onyak_Outlook .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Outlook .rmScrollWrapContainer .rmBottomFix {
    background: #f6f6f6;
}

.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #f6f6f6;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Outlook .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Outlook .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Outlook .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Outlook .rmScrollWrapContainer .rmRightArrow {
    background-color: #f6f6f6;
    border: 0;
}

.RadMenu_Onyak_Outlook li.rmTopFix,
.RadMenu_Onyak_Outlook li.rmBottomFix {
    background-position: -3px 0;
}

.RadMenu_Onyak_Outlook_rtl .rmBottomLeft,
.RadMenu_Onyak_Outlook_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Outlook_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Outlook .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Outlook_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Outlook/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Outlook_rtl .rmTopRight,
.RadMenu_Onyak_Outlook_rtl .rmBottomRight {
    background-image: url('Outlook/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Outlook_rtl li.rmTopFix,
.RadMenu_Onyak_Outlook_rtl li.rmBottomFix,
.RadMenu_Onyak_Outlook_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Outlook_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Outlook .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Outlook_rtl .rmGroup,
.RadMenu_Onyak_Outlook_rtl .rmMultiColumn,
.RadMenu_Onyak_Outlook_rtl .rmGroup .rmVertical {
    background-position: 100% 0;
}

.RadMenu_Onyak_Outlook .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Outlook .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Outlook .rmGroup .rmFirst,
.RadMenu_Onyak_Outlook .rmGroup .rmLast,
.RadMenu_Onyak_Outlook .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Outlook_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Outlook .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Outlook .rmGroup .rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Outlook .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Outlook .rmGroup a.rmFocused,
.RadMenu_Onyak_Outlook .rmGroup a.rmSelected,
.RadMenu_Onyak_Outlook .rmGroup a.rmExpanded {
    background-position: 0 -168px;
}

    .RadMenu_Onyak_Outlook .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Outlook .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Outlook .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Outlook .rmGroup a.rmExpanded .rmText {
        background-position: 100% -192px;
    }

/* <expand arrows> */

.RadMenu_Onyak_Outlook .rmVertical .rmExpandRight,
.RadMenu_Onyak_Outlook_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_Outlook .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_Outlook .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Outlook .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Outlook .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Outlook .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Outlook .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Outlook .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Outlook .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Outlook .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('Outlook/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Outlook .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Outlook .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Outlook .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_Outlook .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Outlook .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_Outlook .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Outlook .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Outlook .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Outlook .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Outlook .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Outlook .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Outlook .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Outlook .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Outlook/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Outlook .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Outlook_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Outlook_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Outlook .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Outlook/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Outlook_rtl a.rmLink:hover,
.RadMenu_Onyak_Outlook_rtl a.rmFocused,
.RadMenu_Onyak_Outlook_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Outlook_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Outlook_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Outlook_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Outlook_rtl a.rmExpanded,
.RadMenu_Onyak_Outlook_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Outlook_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Outlook_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Outlook_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Outlook_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Outlook_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Outlook_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Outlook_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Outlook_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Outlook_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Outlook_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Outlook_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Outlook_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Outlook_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Outlook_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Outlook_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_Outlook_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Outlook_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_Outlook_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Outlook_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Outlook_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Outlook_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Outlook/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Outlook_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Outlook_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Outlook/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Outlook - specific, overlapping submenus)> */

.RadMenu_Onyak_Outlook .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_Outlook .rmVertical .rmSlide,
    .RadMenu_Onyak_Outlook .rmSlide .rmSlide,
    .RadMenu_Onyak_Outlook_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Outlook_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_Outlook_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_Outlook_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_Outlook_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Outlook .rmLeftArrow,
.RadMenu_Onyak_Outlook .rmRightArrow {
    background-color: #E0E5F5;
}

.RadMenu_Onyak_Outlook .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Outlook .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Outlook .rmTopArrow,
.RadMenu_Onyak_Outlook .rmBottomArrow,
.RadMenu_Onyak_Outlook .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Outlook .rmGroup .rmRightArrow {
    background-color: #f0f0f0;
}

.RadMenu_Onyak_Outlook .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Outlook .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #B7BDCD;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Outlook .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_Outlook .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_Outlook .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Outlook .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Outlook> */

/* RadSlider for ASP.NET AJAX Outlook Skin */
.RadSlider_Onyak_Outlook .rslTrack {
    border-color: #85aadb #85aadb #799bc9 #799bc9;
}

.RadSlider_Onyak_Outlook .rslHorizontal a.rslHandle {
    background-image: url('Outlook/Slider/Handles.gif');
}

.RadSlider_Onyak_Outlook .rslHorizontal a.rslDraghandle {
    background-image: url('Outlook/Slider/DragHandle.gif');
    width: 9px;
}

.RadSlider_Onyak_Outlook .rslBottom a.rslDraghandle {
    background-image: url('Outlook/Slider/DragHandleUp.gif');
}

.RadSlider_Onyak_Outlook .rslHorizontal .rslTrack {
    background: url('Outlook/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Outlook .rslHorizontal .rslSelectedregion {
    background: url('Outlook/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Outlook .rslVertical a.rslHandle {
    background-image: url('Outlook/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Outlook .rslVertical .rslTrack {
    background: url('Outlook/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Outlook .rslVertical .rslSelectedregion {
    background: url('Outlook/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Outlook .rslVertical a.rslDraghandle {
    background: url('Outlook/Slider/DragVerticalHandle.gif') no-repeat;
    height: 9px;
}

.RadSlider_Onyak_Outlook .rslLeft a.rslDraghandle {
    background: url('Outlook/Slider/DragVerticalHandleRight.gif') no-repeat;
}

.RadSlider_Onyak_Outlook .rslItem,
.RadSlider_Onyak_Outlook .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Outlook .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Outlook .rslHorizontal .rslItem {
    background-image: url('Outlook/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Outlook .rslVertical .rslItem {
    background-image: url('Outlook/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Outlook .rslTop .rslSmallTick,
.RadSlider_Onyak_Outlook .rslBottom .rslSmallTick {
    background-image: url('Outlook/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Outlook .rslTop .rslLargeTick,
.RadSlider_Onyak_Outlook .rslBottom .rslLargeTick {
    background-image: url('Outlook/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Outlook .rslLeft .rslSmallTick,
.RadSlider_Onyak_Outlook .rslRight .rslSmallTick {
    background-image: url('Outlook/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Outlook .rslLeft .rslLargeTick,
.RadSlider_Onyak_Outlook .rslRight .rslLargeTick {
    background-image: url('Outlook/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Outlook .rslMiddle .rslSmallTick {
    background-image: url('Outlook/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Outlook .rslMiddle .rslLargeTick {
    background-image: url('Outlook/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Outlook .rslCenter .rslSmallTick {
    background-image: url('Outlook/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Outlook .rslCenter .rslLargeTick {
    background-image: url('Outlook/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadCalendar Outlook skin*/

table.RadCalendar_Onyak_Outlook {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Outlook .rcTitlebar {
    border-color: #002d96 #002d96 #89aee5;
    background: #7da5e0 0 -1000px repeat-x url('Outlook/Calendar/sprite.gif');
    color: #000;
}

    .RadCalendar_Onyak_Outlook .rcTitlebar table {
        font: 12px/22px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Outlook .rcTitlebar td {
        padding: 0 0 2px;
    }

    .RadCalendar_Onyak_Outlook .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Outlook .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Outlook .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Outlook .rcTitlebar .rcFastNext {
        width: 17px;
        height: 17px;
        margin: 1px 2px 0;
        background: transparent url('Outlook/Calendar/sprite.gif') no-repeat;
        color: #ccc;
    }

    .RadCalendar_Onyak_Outlook .rcTitlebar .rcFastPrev {
        margin-left: 4px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Outlook .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Outlook .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Outlook .rcTitlebar .rcFastNext {
        margin-right: 4px;
        background-position: 0 -500px;
    }

.RadCalendar_Onyak_Outlook .rcMain {
    border-color: #002d96;
}

.RadCalendar_Onyak_Outlook .rcMainTable {
    color: #000;
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Outlook .rcHeader,
.RadCalendar_Onyak_Outlook .rcFooter {
    border-color: #002d96;
}

/*week numbers and days*/

.RadCalendar_Onyak_Outlook .rcWeek th {
    border-bottom: 1px solid #89aee5;
    padding: 2px 6px 2px 0;
}

.RadCalendar_Onyak_Outlook .rcWeek .rcViewSel,
.RadCalendar_Onyak_Outlook .rcRow th {
    width: 12px;
    padding: 0 7px 0 9px;
    background: #e9eeee;
}

.RadCalendar_Onyak_Outlook .rcRow th {
    color: #555;
}

/*date cells*/

.RadCalendar_Onyak_Outlook .rcRow td {
    border-color: #fff;
}

.RadCalendar_Onyak_Outlook .rcMain .rcRow a,
.RadCalendar_Onyak_Outlook .rcMain .rcRow span {
    color: #000;
}

.RadCalendar_Onyak_Outlook .rcMain .rcWeekend a {
    color: #444;
}

.RadCalendar_Onyak_Outlook .rcRow .rcToday {
    border-color: #bb5503;
}

.RadCalendar_Onyak_Outlook .rcMain .rcOtherMonth a {
    color: #777;
}

.RadCalendar_Onyak_Outlook .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar_Onyak_Outlook .rcRow .rcSelected {
    border-color: #002d96;
    background: #98b8e8 0 -1700px repeat-x url('Outlook/Calendar/sprite.gif');
}

.RadCalendar_Onyak_Outlook .rcRow .rcHover {
    border-color: #002d96;
    background: #ffd295 0 -1600px repeat-x url('Outlook/Calendar/sprite.gif');
}

/*multimonth view*/

.RadCalendarMultiView_Onyak_Outlook .rcTitlebar {
    border-bottom-color: #002d96;
    background: #002d96 0 -1200px repeat-x url('Outlook/Calendar/sprite.gif');
    color: #fff;
}

    .RadCalendarMultiView_Onyak_Outlook .rcTitlebar td {
        padding-bottom: 1px;
    }

    .RadCalendarMultiView_Onyak_Outlook .rcTitlebar table {
        line-height: 29px;
    }

    .RadCalendarMultiView_Onyak_Outlook .rcTitlebar .rcFastPrev {
        background-position: 0 -600px;
    }

    .RadCalendarMultiView_Onyak_Outlook .rcTitlebar .rcPrev {
        background-position: 0 -700px;
    }

    .RadCalendarMultiView_Onyak_Outlook .rcTitlebar .rcNext {
        background-position: 0 -800px;
    }

    .RadCalendarMultiView_Onyak_Outlook .rcTitlebar .rcFastNext {
        background-position: 0 -900px;
    }

.RadCalendarMultiView_Onyak_Outlook .rcCalendar {
    border-color: #002d96;
    border-top: 0;
}

    .RadCalendarMultiView_Onyak_Outlook .rcCalendar .rcMainTable {
        height: 195px;
    }

.RadCalendarMultiView_Onyak_Outlook .rcMainTable .rcTitle {
    border-width: 1px 0;
    border-color: #002d96 #89aee5 #89aee5;
    padding: 0 0 2px;
    background: #9ebef5;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Outlook {
    border-color: #002d96;
    background: #f6f6f6;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

.RadCalendarMonthView_Onyak_Outlook #rcMView_Feb,
.RadCalendarMonthView_Onyak_Outlook #rcMView_Apr,
.RadCalendarMonthView_Onyak_Outlook #rcMView_Jun,
.RadCalendarMonthView_Onyak_Outlook #rcMView_Aug,
.RadCalendarMonthView_Onyak_Outlook #rcMView_Oct,
.RadCalendarMonthView_Onyak_Outlook #rcMView_Dec {
    border-right: 1px solid #89aee5;
}

.RadCalendarMonthView_Onyak_Outlook a {
    color: #000;
}

.RadCalendarMonthView_Onyak_Outlook .rcSelected a {
    border-color: #002d96;
    background: #98b8e8 0 -1700px repeat-x url('Outlook/Calendar/sprite.gif');
}

.RadCalendarMonthView_Onyak_Outlook #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Outlook #rcMView_NextY a {
    width: 15px;
    height: 13px;
    background-image: url('Outlook/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Outlook #rcMView_PrevY a {
    background-position: 3px -200px;
}

.RadCalendarMonthView_Onyak_Outlook #rcMView_NextY a {
    background-position: 4px -500px;
}

.RadCalendarMonthView_Onyak_Outlook .rcButtons {
    padding: 5px 7px 3px;
}

.RadCalendarMonthView_Onyak_Outlook input {
    border-color: #003c74;
    padding: 1px 0 0;
    background: #ebe8e3 0 -2300px repeat-x url('Outlook/Calendar/sprite.gif');
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

/*time view*/

table.RadCalendarTimeView_Onyak_Outlook {
    border-color: #002d96;
    background: #f6f6f6;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Outlook th {
    border-bottom: 1px solid #89aee5;
    padding: 0 0 1px;
    background: #7da5e0 0 -1000px repeat-x url('Outlook/Calendar/sprite.gif');
    color: #000;
    line-height: 23px;
}

table.RadCalendarTimeView_Onyak_Outlook td {
    border-color: #89aee5;
}

.RadCalendarTimeView_Onyak_Outlook a {
    color: #000;
}

.RadCalendarTimeView_Onyak_Outlook td.rcSelected a {
    border-color: #002d96;
    background: #98b8e8 0 -1700px repeat-x url('Outlook/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Outlook td.rcHover a {
    border-color: #002d96;
    background: #ffd295 0 -1600px repeat-x url('Outlook/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Outlook .rcFooter {
    border-color: #002d96;
}

/*pickers*/

.RadPicker_Onyak_Outlook .rcCalPopup,
.RadPicker_Onyak_Outlook .rcTimePopup {
    background-image: url('Outlook/Calendar/sprite.gif');
}

.RadPicker_Onyak_Outlook .rcCalPopup,
.RadPicker_Onyak_Outlook a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Outlook a.rcCalPopup:hover,
.RadPicker_Onyak_Outlook a.rcCalPopup:focus,
.RadPicker_Onyak_Outlook a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Outlook .rcTimePopup,
.RadPicker_Onyak_Outlook a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Outlook a.rcTimePopup:hover,
.RadPicker_Onyak_Outlook a.rcTimePopup:focus,
.RadPicker_Onyak_Outlook a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Outlook .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Outlook .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Outlook .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Outlook .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarMultiViewRTL_Onyak_Outlook .rcTitlebar .rcFastPrev {
    background-position: 0 -900px;
}

.RadCalendarMultiViewRTL_Onyak_Outlook .rcTitlebar .rcPrev {
    background-position: 0 -800px;
}

.RadCalendarMultiViewRTL_Onyak_Outlook .rcTitlebar .rcNext {
    background-position: 0 -700px;
}

.RadCalendarMultiViewRTL_Onyak_Outlook .rcTitlebar .rcFastNext {
    background-position: 0 -600px;
}
/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_Onyak_Simple,
.RadInputMgr_Onyak_Simple {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Simple .riTextBox,
html body .RadInputMgr_Onyak_Simple {
    border-color: #616161;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Simple .riEmpty,
html body .RadInput_Empty_Onyak_Simple {
    color: #777;
}

html body .RadInput_Onyak_Simple .riHover,
html body .RadInput_Hover_Onyak_Simple {
    border-color: #c98400;
}

html body .RadInput_Onyak_Simple .riFocused,
html body .RadInput_Focused_Onyak_Simple {
    border-color: #ca250c;
}

html body .RadInput_Onyak_Simple .riRead,
html body .RadInput_Read_Onyak_Simple {
    border-color: #b0b0b0;
}

html body .RadInput_Onyak_Simple .riDisabled,
html body .RadInput_Disabled_Onyak_Simple {
    border-color: #b0b0b0;
    color: #777;
    cursor: default;
}

html body .RadInput_Onyak_Simple .riError,
html body .RadInput_Error_Onyak_Simple {
    border-color: #f00;
    background: #ffe9e9 100% -298px no-repeat url('Simple/Input/sprite.gif');
    color: #ff000d;
}

.RadForm.rfdTextbox .RadInput_Onyak_Simple .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Simple[type="text"] {
    border-color: #f00;
    background: #ffe9e9 100% -298px no-repeat url('Simple/Input/sprite.gif');
    color: #ff000d;
}

html body .RadInput_Onyak_Simple .riNegative,
html body .RadInput_Negative_Onyak_Simple {
    color: #565656;
}

/*buttons*/

.RadInput_Onyak_Simple a {
    background: transparent no-repeat url('Simple/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Simple .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_Simple .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_Simple .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Simple a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Simple a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Simple a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Simple a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Simple .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_Simple .riError,
html body .RadInputRTL_Error_Onyak_Simple {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Simple .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Simple[type="text"] {
    background-position: 3px -298px;
}
/* <RadMenu / Simple> */

.RadMenu_Onyak_Simple ul.rmRootGroup,
.RadMenu_Onyak_Simple div.rmRootGroup {
    padding: 1px 0;
    border: 1px solid #7c7c7c;
    background-color: #e4e4e4;
}

/* <Root items> */

.RadMenu_Onyak_Simple,
.RadMenu_Onyak_Simple a.rmLink {
    font: normal 12px/19px "Segoe UI", Arial, sans-serif;
    color: #000;
    text-decoration: none;
}

    .RadMenu_Onyak_Simple .rmItem a.rmLink {
        padding: 1px 12px;
    }

    .RadMenu_Onyak_Simple .rmHorizontal a.rmLink .rmText {
        padding-right: 0;
    }

    .RadMenu_Onyak_Simple a.rmRootLink .rmText {
        padding-left: 0;
    }

.RadMenu_Onyak_Simple_Context a.rmRootLink .rmText {
    padding-left: 28px;
}

.RadMenu_Onyak_Simple ul.rmVertical .rmText {
    padding-right: 30px;
}

.RadMenu_Onyak_Simple_rtl ul.rmVertical .rmText {
    padding-left: 30px;
    padding-right: 0;
}

.RadMenu_Onyak_Simple .rmItem a.rmLink:hover,
.RadMenu_Onyak_Simple .rmItem a.rmFocused,
.RadMenu_Onyak_Simple .rmItem a.rmSelected {
    background: #ffe79c;
    border: 1px solid #c98400;
    padding: 0 11px;
}

.RadMenu_Onyak_Simple .rmItem a.rmExpanded,
.RadMenu_Onyak_Simple .rmItem a.rmExpanded:hover {
    background: #ffa517;
    border: 1px solid #ca4b0c;
    padding: 0 11px;
}

.RadMenu_Onyak_Simple .rmItem a.rmDisabled,
.RadMenu_Onyak_Simple .rmItem a.rmDisabled:hover {
    color: #7d7d7d;
    background-color: transparent;
    border: 0;
    padding: 1px 12px;
}

.RadMenu_Onyak_Simple img.rmLeftImage,
.RadMenu_Onyak_Simple span.rmLeftImage {
    margin: 2px 2px 0 0;
    padding-bottom: 3px;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Onyak_Simple .rmGroup,
.RadMenu_Onyak_Simple .rmMultiColumn,
.RadMenu_Onyak_Simple .rmGroup .rmVertical {
    border: 1px solid #616161;
    background: #fff url('Simple/Menu/rmDropDownStripe.png') repeat-y -1px 0;
}

.RadMenu_Onyak_Simple .rmTopFix,
.RadMenu_Onyak_Simple .rmBottomFix,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Onyak_Simple .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_Onyak_Simple .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
    background-image: url('Simple/Menu/rmDropDownStripe.png');
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: -3px 0;
}

* html .rmRoundedCorners_Onyak_Simple .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Simple ul.rmHorizontal .rmFirst {
    background-image: url('Simple/Menu/rmDropDownStripe.png');
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: -3px 0;
}

.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Simple .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Simple .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Simple .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Simple .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Simple .rmRoundedCorners .rmGroupColumn {
    background-color: #fff;
}

.RadMenu_Onyak_Simple .rmBottomLeft,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Simple .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmMultiColumn {
    background-image: url('Simple/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Simple .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Simple .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Simple ul.rmGroup {
    background-image: url('Simple/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Simple .rmTopRight,
.RadMenu_Onyak_Simple .rmBottomRight {
    background-image: url('Simple/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Simple .rmTopFix,
.RadMenu_Onyak_Simple .rmBottomFix,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Simple .rmGroup .rmFirst {
    border-color: #616161;
}

.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

* html .rmRoundedCorners_Onyak_Simple .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Simple .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Simple .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Simple .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Simple .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Simple .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

.RadMenu_Onyak_Simple li.rmTopFix,
.RadMenu_Onyak_Simple li.rmBottomFix {
    background-position: -4px 0;
}

.RadMenu_Onyak_Simple_rtl .rmBottomLeft,
.RadMenu_Onyak_Simple_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Simple_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Simple .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Simple_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Simple/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Simple_rtl .rmTopRight,
.RadMenu_Onyak_Simple_rtl .rmBottomRight {
    background-image: url('Simple/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Simple_rtl li.rmTopFix,
.RadMenu_Onyak_Simple_rtl li.rmBottomFix,
.RadMenu_Onyak_Simple_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Simple_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Simple .rmGroup .rmHorizontal {
    background: #fff;
}

.RadMenu_Onyak_Simple .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Simple_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Simple .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Simple .rmGroup .rmItem a.rmLink {
    padding: 1px;
    margin: 1px 0;
}

.RadMenu_Onyak_Simple .rmGroup .rmItem .rmLeftImage {
    margin: 2px 0 0 6px;
}

* html .RadMenu_Onyak_Simple .rmGroup .rmItem .rmLeftImage {
    margin: 2px 0 0 3px;
}

* + html .RadMenu_Onyak_Simple .rmGroup .rmItem .rmLeftImage {
    margin: 2px 0 0 3px;
}

.RadMenu_Onyak_Simple .rmGroup .rmItem a.rmLink:hover,
.RadMenu_Onyak_Simple .rmGroup .rmItem a.rmFocused,
.RadMenu_Onyak_Simple .rmGroup .rmItem a.rmSelected,
.RadMenu_Onyak_Simple .rmGroup .rmItem a.rmExpanded,
.RadMenu_Onyak_Simple .rmGroup .rmItem a.rmExpanded:hover {
    padding: 0;
}

.RadMenu_Onyak_Simple .rmGroup .rmItem a.rmDisabled,
.RadMenu_Onyak_Simple .rmGroup .rmItem a.rmDisabled:hover {
    padding: 1px;
}

.RadMenu_Onyak_Simple .rmGroup .rmItem a.rmLink .rmText {
    padding-right: 53px;
}

.RadMenu_Onyak_Simple .rmGroup .rmHorizontal a.rmLink .rmText {
    padding-right: 10px;
}

.RadMenu_Onyak_Simple .rmVertical .rmExpandRight,
.RadMenu_Onyak_Simple .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Simple .rmGroup .rmExpandRight,
.RadMenu_Onyak_Simple .rmGroup .rmExpandLeft,
.RadMenu_Onyak_Simple .rmTopArrow,
.RadMenu_Onyak_Simple .rmBottomArrow,
.RadMenu_Onyak_Simple .rmLeftArrow,
.RadMenu_Onyak_Simple .rmRightArrow {
    background: transparent url('Simple/Menu/rmExpandArrows.png') no-repeat;
}

.RadMenu_Onyak_Simple .rmVertical .rmExpandRight,
.RadMenu_Onyak_Simple .rmGroup .rmExpandRight {
    background-position: 100% 0;
}

.RadMenu_Onyak_Simple .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Simple .rmGroup .rmExpandLeft {
    background-position: 0 -48px;
}

.RadMenu_Onyak_Simple a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Simple a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Simple a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Simple a.rmExpanded .rmExpandRight {
    background-position: 100% -24px;
}

.RadMenu_Onyak_Simple a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Simple a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Simple a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Simple a.rmExpanded .rmExpandLeft {
    background-position: 0 -72px;
}

.RadMenu_Onyak_Simple .rmTopArrow,
.RadMenu_Onyak_Simple .rmBottomArrow,
.RadMenu_Onyak_Simple .rmLeftArrow,
.RadMenu_Onyak_Simple .rmRightArrow {
    background-color: #fff;
}

.RadMenu_Onyak_Simple .rmTopArrow {
    border-bottom: 1px solid #616161;
    background-position: 50% -95px;
}

.RadMenu_Onyak_Simple .rmBottomArrow {
    border-top: 1px solid #616161;
    background-position: 50% -109px;
}

.RadMenu_Onyak_Simple .rmLeftArrow {
    border-right: 1px solid #616161;
    background-position: 50% -48px;
}

.RadMenu_Onyak_Simple .rmRightArrow {
    border-left: 1px solid #616161;
    background-position: 50% 1px;
}

.RadMenu_Onyak_Simple .rmVertical li.rmSeparator,
.RadMenu_Onyak_Simple .rmHorizontal .rmVertical li.rmSeparator {
    border-left: 0;
    border-right: 0;
}

    .RadMenu_Onyak_Simple .rmVertical li.rmSeparator .rmText,
    .RadMenu_Onyak_Simple .rmHorizontal .rmVertical li.rmSeparator .rmText {
        background: #616161;
        padding-bottom: 1px;
        margin-top: 2px;
    }

.RadMenu_Onyak_Simple .rmHorizontal li.rmSeparator .rmText,
.RadMenu_Onyak_Simple .rmVertical .rmHorizontal li.rmSeparator .rmText {
    background: #616161;
    width: 1px;
    margin-left: 1px;
}

/* <rtl> */

.RadMenu_Onyak_Simple_rtl .rmGroup,
.RadMenu_Onyak_Simple_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

    .RadMenu_Onyak_Simple_rtl .rmGroup .rmItem a.rmLink .rmText {
        padding-left: 53px;
        padding-right: 27px;
    }

    .RadMenu_Onyak_Simple_rtl .rmGroup .rmHorizontal a.rmLink .rmText {
        padding-left: 10px;
        padding-right: 9px;
    }

/* </rtl> */

.RadMenu_Onyak_Simple .rmScrollWrap .rmVertical {
    border: 0;
}

/* </RadMenu / Simple> */

/* RadSlider for ASP.NET AJAX Simple Skin */
.RadSlider_Onyak_Simple .rslHorizontal div.rslTrack,
.RadSlider_Onyak_Simple .rslVertical div.rslTrack {
    border-width: 0;
}

.RadSlider_Onyak_Simple .rslVertical ul.rslItemsWrapper,
.RadSlider_Onyak_Simple .rslHorizontal ul.rslItemsWrapper {
    margin: 0;
}

.RadSlider_Onyak_Simple .rslHorizontal a.rslHandle {
    background-image: url('Simple/Slider/Handles.gif');
}

.RadSlider_Onyak_Simple a.rslDraghandle {
    background: #c9c9c9;
    border: solid 1px #616161;
}

    .RadSlider_Onyak_Simple a.rslDraghandle:hover {
        background: #ffe79c;
        border-color: #c98400;
    }

    .RadSlider_Onyak_Simple a.rslDraghandle:active,
    .RadSlider_Onyak_Simple a.rslDraghandle:focus {
        background: #ffa517;
        border-color: #ca4b0c;
    }

.RadSlider_Onyak_Simple .rslHorizontal .rslTrack {
    background: url('Simple/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Simple .rslHorizontal .rslSelectedregion {
    background: url('Simple/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Simple .rslVertical a.rslHandle {
    background-image: url('Simple/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Simple .rslVertical .rslTrack {
    background: url('Simple/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Simple .rslVertical .rslSelectedregion {
    background: url('Simple/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Simple .rslItem,
.RadSlider_Onyak_Simple .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Simple .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Simple .rslHorizontal .rslItem {
    background-image: url('Simple/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Simple .rslVertical .rslItem {
    background-image: url('Simple/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Simple .rslTop .rslSmallTick,
.RadSlider_Onyak_Simple .rslBottom .rslSmallTick {
    background-image: url('Simple/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Simple .rslTop .rslLargeTick,
.RadSlider_Onyak_Simple .rslBottom .rslLargeTick {
    background-image: url('Simple/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Simple .rslLeft .rslSmallTick,
.RadSlider_Onyak_Simple .rslRight .rslSmallTick {
    background-image: url('Simple/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Simple .rslLeft .rslLargeTick,
.RadSlider_Onyak_Simple .rslRight .rslLargeTick {
    background-image: url('Simple/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Simple .rslMiddle .rslSmallTick {
    background-image: url('Simple/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Simple .rslMiddle .rslLargeTick {
    background-image: url('Simple/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Simple .rslCenter .rslSmallTick {
    background-image: url('Simple/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Simple .rslCenter .rslLargeTick {
    background-image: url('Simple/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadCalendar Default skin*/

table.RadCalendar_Onyak_Simple {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Simple .rcTitlebar {
    border-color: #7c7c7c;
    background: #e4e4e4;
    color: #000;
}

    .RadCalendar_Onyak_Simple .rcTitlebar table {
        font: 12px/23px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Simple .rcTitlebar td {
        padding: 0 0 1px;
    }

    .RadCalendar_Onyak_Simple .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Simple .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Simple .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Simple .rcTitlebar .rcFastNext {
        width: 18px;
        height: 18px;
        margin: 1px 2px 0;
        background-image: url('Simple/Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar_Onyak_Simple .rcTitlebar .rcFastPrev {
        margin-left: 4px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Simple .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Simple .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Simple .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Simple .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Simple .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Simple .rcTitlebar .rcFastNext {
        margin-right: 4px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Simple .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_Simple .rcMain {
    border-color: #999;
}

.RadCalendar_Onyak_Simple .rcMainTable {
    font: 12px/17px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Simple .rcHeader,
.RadCalendar_Onyak_Simple .rcFooter {
    border-color: #999;
}

/*week numbers and days*/

.RadCalendar_Onyak_Simple .rcWeek th {
    border-bottom: 1px solid #999;
    padding: 4px 6px 4px 0;
    color: #333;
}

.RadCalendar_Onyak_Simple .rcWeek .rcViewSel,
.RadCalendar_Onyak_Simple .rcRow th {
    width: 13px;
    padding: 0 7px 0 9px;
    background: #ececec;
}

/*date cells*/

.RadCalendar_Onyak_Simple .rcRow td {
    border-color: #fff;
}

.RadCalendar_Onyak_Simple .rcMain .rcRow a,
.RadCalendar_Onyak_Simple .rcMain .rcRow span {
    color: #000;
}

.RadCalendar_Onyak_Simple .rcMain .rcWeekend a {
    color: #666;
}

.RadCalendar_Onyak_Simple .rcRow .rcToday {
    border-color: #c95b00;
}

.RadCalendar_Onyak_Simple .rcMain .rcOtherMonth a {
    color: #777;
}

.RadCalendar_Onyak_Simple .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar_Onyak_Simple .rcRow .rcSelected {
    border-color: #ca250c;
    background: #ff7617;
}

.RadCalendar_Onyak_Simple .rcMain .rcRow .rcSelected a {
    color: #882501;
}

.RadCalendar_Onyak_Simple .rcRow .rcHover {
    border-color: #c95b00;
    background: #ffd39c;
}

.RadCalendar_Onyak_Simple .rcMain .rcRow .rcHover a {
    color: #892500;
}

/*multimonth view*/

.RadCalendarMultiView_Onyak_Simple .rcTitlebar {
    border-color: #616161;
    background: #c6c6c6;
}

    .RadCalendarMultiView_Onyak_Simple .rcTitlebar table {
        line-height: 29px;
    }

.RadCalendarMultiView_Onyak_Simple .rcMain {
    border-color: #616161;
}

.RadCalendarMultiView_Onyak_Simple .rcCalendar {
    border-color: #999;
}

    .RadCalendarMultiView_Onyak_Simple .rcCalendar .rcMainTable {
        height: 177px;
    }

.RadCalendarMultiView_Onyak_Simple .rcMainTable .rcTitle {
    border-color: #999;
    padding: 0 0 2px;
    background: #e4e4e4;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Simple {
    border-color: #616161;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

.RadCalendarMonthView_Onyak_Simple #rcMView_Feb,
.RadCalendarMonthView_Onyak_Simple #rcMView_Apr,
.RadCalendarMonthView_Onyak_Simple #rcMView_Jun,
.RadCalendarMonthView_Onyak_Simple #rcMView_Aug,
.RadCalendarMonthView_Onyak_Simple #rcMView_Oct,
.RadCalendarMonthView_Onyak_Simple #rcMView_Dec {
    border-right: 1px solid #999;
}

.RadCalendarMonthView_Onyak_Simple a {
    color: #333;
}

.RadCalendarMonthView_Onyak_Simple .rcSelected a {
    border-color: #ca250c;
    background: #ff7617;
    color: #882501;
}

.RadCalendarMonthView_Onyak_Simple #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Simple #rcMView_NextY a {
    width: 18px;
    height: 13px;
    background: url('Simple/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Simple #rcMView_PrevY a {
    background-position: 0 -2100px;
}

.RadCalendarMonthView_Onyak_Simple #rcMView_NextY a {
    background-position: 0 -2200px;
}

.RadCalendarMonthView_Onyak_Simple .rcButtons {
    padding: 5px 7px 4px;
}

.RadCalendarMonthView_Onyak_Simple input {
    border-color: #7a7a7a;
    background: #c6c6c6;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

/*time view*/

table.RadCalendarTimeView_Onyak_Simple {
    border-color: #616161;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Simple th {
    border-bottom: 1px solid #999;
    padding: 0 0 1px;
    background: #e4e4e4;
    color: #000;
    line-height: 23px;
}

table.RadCalendarTimeView_Onyak_Simple td {
    border-color: #999;
}

.RadCalendarTimeView_Onyak_Simple a {
    color: #333;
}

.RadCalendarTimeView_Onyak_Simple td.rcSelected a {
    border-color: #ca250c;
    background: #ff7617;
    color: #882501;
}

.RadCalendarTimeView_Onyak_Simple td.rcHover a {
    border-color: #c95b00;
    background: #ffd39c;
    color: #892500;
}

.RadCalendarTimeView_Onyak_Simple .rcFooter {
    border-color: #999;
}

/*pickers*/

.RadPicker_Onyak_Simple .rcCalPopup,
.RadPicker_Onyak_Simple .rcTimePopup {
    background-image: url('Simple/Calendar/sprite.gif');
}

.RadPicker_Onyak_Simple .rcCalPopup,
.RadPicker_Onyak_Simple a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Simple a.rcCalPopup:hover,
.RadPicker_Onyak_Simple a.rcCalPopup:focus,
.RadPicker_Onyak_Simple a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Simple .rcTimePopup,
.RadPicker_Onyak_Simple a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Simple a.rcTimePopup:hover,
.RadPicker_Onyak_Simple a.rcTimePopup:focus,
.RadPicker_Onyak_Simple a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Simple .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Simple .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Simple .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Simple .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Simple .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Simple .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Simple .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Simple .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}
/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_Onyak_Simple {
    border: 1px solid #999;
    background: #fff;
    color: #000;
}

    .RadGrid_Onyak_Simple,
    .RadGrid_Onyak_Simple .rgMasterTable,
    .RadGrid_Onyak_Simple .rgDetailTable,
    .RadGrid_Onyak_Simple .rgGroupPanel table,
    .RadGrid_Onyak_Simple .rgCommandRow table,
    .RadGrid_Onyak_Simple .rgEditForm table,
    .RadGrid_Onyak_Simple .rgPager table,
    .GridToolTip_Onyak_Simple {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Simple .rgHeader:first-child,
        .RadGrid_Onyak_Simple th.rgResizeCol:first-child,
        .RadGrid_Onyak_Simple .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Simple .rgRow > td:first-child,
        .RadGrid_Onyak_Simple .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Simple .rgAdd,
        .RadGrid_Onyak_Simple .rgRefresh,
        .RadGrid_Onyak_Simple .rgEdit,
        .RadGrid_Onyak_Simple .rgDel,
        .RadGrid_Onyak_Simple .rgFilter,
        .RadGrid_Onyak_Simple .rgPagePrev,
        .RadGrid_Onyak_Simple .rgPageNext,
        .RadGrid_Onyak_Simple .rgPageFirst,
        .RadGrid_Onyak_Simple .rgPageLast,
        .RadGrid_Onyak_Simple .rgExpand,
        .RadGrid_Onyak_Simple .rgCollapse,
        .RadGrid_Onyak_Simple .rgSortAsc,
        .RadGrid_Onyak_Simple .rgSortDesc,
        .RadGrid_Onyak_Simple .rgUpdate,
        .RadGrid_Onyak_Simple .rgCancel,
        .RadGrid_Onyak_Simple .rgUngroup,
        .RadGrid_Onyak_Simple .rgExpXLS,
        .RadGrid_Onyak_Simple .rgExpDOC,
        .RadGrid_Onyak_Simple .rgExpPDF,
        .RadGrid_Onyak_Simple .rgExpCSV {
            background-image: url('Simple/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Simple .rgHeaderDiv {
            background: #e4e4e4;
        }

        .RadGrid_Onyak_Simple .rgHeader,
        .RadGrid_Onyak_Simple th.rgResizeCol {
            border: 0;
            border-bottom: 1px solid #7c7c7c;
            border-left: 1px solid #9e9e9e;
            background: #e4e4e4;
        }

        .RadGrid_Onyak_Simple th.rgSorted {
            background-color: #fffaeb;
        }

        .RadGrid_Onyak_Simple .rgHeader,
        .RadGrid_Onyak_Simple .rgHeader a {
            color: #000;
        }

        .RadGrid_Onyak_Simple th.rgSorted,
        .RadGrid_Onyak_Simple th.rgSorted a {
            color: #892500;
        }

        /*rows*/

        .RadGrid_Onyak_Simple .rgRow td,
        .RadGrid_Onyak_Simple .rgAltRow td,
        .RadGrid_Onyak_Simple .rgEditRow td,
        .RadGrid_Onyak_Simple .rgFooter td {
            border-style: solid;
            border-width: 0 0 1px 1px;
        }

        .RadGrid_Onyak_Simple .rgRow td {
            border-color: #fff #c3c3c3;
        }

        .RadGrid_Onyak_Simple .rgAltRow {
            background: #ededed;
        }

            .RadGrid_Onyak_Simple .rgAltRow td {
                border-color: #ededed #c3c3c3;
            }

        .RadGrid_Onyak_Simple .rgRow .rgSorted {
            border-bottom-color: #fffaeb;
            background-color: #fffaeb;
        }

        .RadGrid_Onyak_Simple .rgAltRow .rgSorted {
            border-bottom-color: #f1ecdd;
            background-color: #f1ecdd;
        }

        .RadGrid_Onyak_Simple .rgSelectedRow .rgSorted,
        .RadGrid_Onyak_Simple .rgActiveRow .rgSorted,
        .RadGrid_Onyak_Simple .rgHoveredRow .rgSorted,
        .RadGrid_Onyak_Simple .rgEditRow .rgSorted {
            background-color: transparent;
        }

        .RadGrid_Onyak_Simple .rgRow a,
        .RadGrid_Onyak_Simple .rgAltRow a,
        .RadGrid_Onyak_Simple tr.rgEditRow a,
        .RadGrid_Onyak_Simple .rgFooter a,
        .RadGrid_Onyak_Simple .rgEditForm a {
            color: #000;
        }

        .RadGrid_Onyak_Simple .rgSelectedRow {
            background: #ffa517;
            color: #892500;
        }

            * + html .RadGrid_Onyak_Simple .rgSelectedRow .rgSorted {
                background-color: #ffa517;
            }

            * html .RadGrid_Onyak_Simple .rgSelectedRow .rgSorted {
                background-color: #ffa517;
            }

            .RadGrid_Onyak_Simple .rgSelectedRow a,
            .RadGrid_Onyak_Simple .rgHoveredRow a,
            .RadGrid_Onyak_Simple .rgActiveRow a {
                color: #892500;
            }

        .RadGrid_Onyak_Simple .rgActiveRow,
        .RadGrid_Onyak_Simple .rgHoveredRow {
            background: #ffe79c 0 -2900px repeat-x url('Simple/Grid/sprite.gif');
            color: #892500;
        }

            * + html .RadGrid_Onyak_Simple .rgActiveRow .rgSorted,
            * + html .RadGrid_Onyak_Simple .rgHoveredRow .rgSorted {
                background-color: #ffe79c;
            }

            * html .RadGrid_Onyak_Simple .rgActiveRow .rgSorted,
            * html .RadGrid_Onyak_Simple .rgHoveredRow .rgSorted {
                background-color: #ffe79c;
            }

        .RadGrid_Onyak_Simple .rgEditRow {
            background: #fff 0 -4900px repeat-x url('Simple/Grid/sprite.gif');
        }

            * + html .RadGrid_Onyak_Simple .rgEditRow .rgSorted {
                background-color: #fff;
            }

            * html .RadGrid_Onyak_Simple .rgEditRow .rgSorted {
                background-color: #fff;
            }

        .RadGrid_Onyak_Simple .rgSelectedRow td,
        .RadGrid_Onyak_Simple .rgSelectedRow td.rgSorted {
            border-color: #ca4b0c #ffa517;
        }

        .RadGrid_Onyak_Simple .rgActiveRow td,
        .RadGrid_Onyak_Simple .rgActiveRow td.rgSorted,
        .RadGrid_Onyak_Simple .rgHoveredRow td,
        .RadGrid_Onyak_Simple .rgHoveredRow td.rgSorted {
            border-color: #c98400 #ffe79c;
        }

        .RadGrid_Onyak_Simple .rgEditRow td,
        .RadGrid_Onyak_Simple .rgEditRow td.rgSorted {
            border-color: #616161 #c3c3c3;
        }

        .RadGrid_Onyak_Simple .rgDrag {
            background-image: url('Simple/Grid/rgDrag.gif');
        }

        /*footer*/

        .RadGrid_Onyak_Simple .rgFooterDiv,
        .RadGrid_Onyak_Simple .rgFooter {
            background: #e4e4e4;
        }

            .RadGrid_Onyak_Simple .rgFooter td {
                border-top: 1px solid;
                border-color: #999 #c3c3c3;
            }

        /*status*/

        .RadGrid_Onyak_Simple .rgPager .rgStatus {
            border: 1px solid;
            border-color: #999 #999 #e4e4e4 #e4e4e4;
            border-left-width: 0;
        }

        .RadGrid_Onyak_Simple .rgStatus div {
            background-image: url('Simple/Common/loading_small.gif');
        }

        /*pager*/

        .RadGrid_Onyak_Simple .rgPager {
            background: #e4e4e4;
        }

        .RadGrid_Onyak_Simple td.rgPagerCell {
            border: 1px solid;
            border-color: #999 #e4e4e4 #e4e4e4;
            border-right-width: 0;
        }

        .RadGrid_Onyak_Simple .rgInfoPart {
            color: #777;
        }

            .RadGrid_Onyak_Simple .rgInfoPart strong {
                color: #4c4e54;
            }

        .RadGrid_Onyak_Simple .rgPageFirst {
            background-position: 0 -550px;
        }

            .RadGrid_Onyak_Simple .rgPageFirst:hover {
                background-position: 0 -600px;
            }

        .RadGrid_Onyak_Simple .rgPagePrev {
            background-position: 0 -700px;
        }

            .RadGrid_Onyak_Simple .rgPagePrev:hover {
                background-position: 0 -750px;
            }

        .RadGrid_Onyak_Simple .rgPageNext {
            background-position: 0 -850px;
        }

            .RadGrid_Onyak_Simple .rgPageNext:hover {
                background-position: 0 -900px;
            }

        .RadGrid_Onyak_Simple .rgPageLast {
            background-position: 0 -1000px;
        }

            .RadGrid_Onyak_Simple .rgPageLast:hover {
                background-position: 0 -1050px;
            }

        .RadGrid_Onyak_Simple .rgPager .rgPagerButton {
            border-color: #7e7e7e;
            background: #c6c6c6;
            color: #000;
            font: 12px/12px "segoe ui",arial,sans-serif;
        }

        .RadGrid_Onyak_Simple .rgNumPart a {
            border: 1px solid #e4e4e4;
            line-height: 20px;
            color: #000;
        }

            .RadGrid_Onyak_Simple .rgNumPart a:hover {
                border-color: #c98400;
                background: #ffe79c;
                color: #892500;
            }

            .RadGrid_Onyak_Simple .rgNumPart a.rgCurrentPage,
            .RadGrid_Onyak_Simple .rgNumPart a.rgCurrentPage:hover {
                border-color: #ca4b0c;
                background: transparent;
                color: #892500;
            }

        /*sorting, reordering*/

        .RadGrid_Onyak_Simple .rgHeader .rgSortAsc {
            background-position: 3px -248px;
            height: 10px;
        }

        .RadGrid_Onyak_Simple .rgHeader .rgSortDesc {
            background-position: 3px -198px;
            height: 10px;
        }

.GridReorderTop_Onyak_Simple,
.GridReorderBottom_Onyak_Simple {
    background: 0 0 no-repeat url('Simple/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Simple {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Simple .rgFilterRow {
    background: #e4e4e4;
}

    .RadGrid_Onyak_Simple .rgFilterRow td {
        border-bottom: 1px solid #999;
        border-left: 1px solid #e4e4e4;
    }

.RadGrid_Onyak_Simple .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Simple .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Simple .rgFilterActive,
.RadGrid_Onyak_Simple .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Simple .rgFilterBox {
    border-color: #616161;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

/*filter context menu*/

.RadMenu_Onyak_Simple .rgHCMClear,
.RadMenu_Onyak_Simple .rgHCMFilter {
    border-color: #7e7e7e;
    background: #c6c6c6;
    color: #000;
    font-family: "segoe ui",arial,sans-serif;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .RadMenu_Onyak_Simple .rgHCMClear:hover,
    .RadMenu_Onyak_Simple .rgHCMFilter:hover {
        border-color: #c98400;
        background-color: #ffe79c;
        color: #882501;
    }

/*context menu*/

.GridContextMenu_Onyak_Simple .rmLeftImage {
    background-image: url('Simple/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Simple .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Simple .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Simple .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Simple .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Simple .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Simple .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Simple .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Simple .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Simple .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #7c7c7c;
    background: #c6c6c6;
}

    .RadGrid_Onyak_Simple .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
    }

        .RadGrid_Onyak_Simple .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Simple .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Simple .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_Simple .rgUngroup {
    background-position: 0 -6999px;
}

.RadGrid_Onyak_Simple .rgGroupItem {
    border: 1px solid #7e7e7e;
    background: #c6c6c6;
}

.RadGrid_Onyak_Simple .rgMasterTable td.rgGroupCol,
.RadGrid_Onyak_Simple .rgMasterTable td.rgExpandCol {
    border-color: #c9c9c9;
    background: #c9c9c9 none;
}

.RadGrid_Onyak_Simple .rgGroupHeader {
    background: #c9c9c9;
    font-size: 1.1em;
    line-height: 22px;
    color: #000;
}

    .RadGrid_Onyak_Simple .rgGroupHeader td {
        padding-left: 8px;
        padding-bottom: 2px;
    }

.RadGrid_Onyak_Simple .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Simple .rgCollapse {
    background-position: 3px -444px;
}

/*editing*/

.RadGrid_Onyak_Simple .rgEditForm {
    border-bottom: 1px solid #999;
}

.RadGrid_Onyak_Simple .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Simple .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Simple .rgDetailTable {
    border-color: #999;
}

/*command row*/

.RadGrid_Onyak_Simple .rgCommandRow {
    background: #c6c6c6;
    color: #000;
}

.RadGrid_Onyak_Simple .rgCommandCell {
    border: 0;
    border-bottom: 1px solid #7c7c7c;
    padding: 0;
}

.RadGrid_Onyak_Simple tfoot .rgCommandCell,
.RadGrid_Onyak_Simple .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top: 1px solid #7c7c7c;
    border-bottom: 0;
}

.RadGrid_Onyak_Simple .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Simple .rgCommandTable {
    border: 0;
}

.RadGrid_Onyak_Simple .rgCommandRow a {
    color: #000;
    text-decoration: none;
}

.RadGrid_Onyak_Simple .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Simple .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Simple .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Simple .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Simple .rgExpXLS,
.RadGrid_Onyak_Simple .rgExpDOC,
.RadGrid_Onyak_Simple .rgExpPDF,
.RadGrid_Onyak_Simple .rgExpCSV {
    background-image: url('Simple/Common/export.gif');
}

.RadGrid_Onyak_Simple .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Simple .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Simple .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Simple .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Simple {
    background: #4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Simple {
    border-top: 1px dashed #666;
}

/*tooltip*/

.GridToolTip_Onyak_Simple {
    border: 1px solid #c98400;
    padding: 3px;
    background: #ffefbd;
    color: #333;
}

/*rtl*/

.RadGridRTL_Onyak_Simple .rgHeader:first-child,
.RadGridRTL_Onyak_Simple th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Simple .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Simple .rgRow > td:first-child,
.RadGridRTL_Onyak_Simple .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Simple .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Simple .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Simple .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Simple .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Simple .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Simple .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Simple .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Simple .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Simple .rgExpand {
    background-position: -20px -496px;
}
/*Telerik RadInput Sunset Skin*/

/*global*/

.RadInput_Onyak_Sunset,
.RadInputMgr_Onyak_Sunset {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Sunset .riTextBox,
html body .RadInputMgr_Onyak_Sunset {
    border-color: #938879;
    background: #fff;
    color: #272522;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Sunset .riEmpty,
html body .RadInput_Empty_Onyak_Sunset {
    color: #777;
}

html body .RadInput_Onyak_Sunset .riHover,
html body .RadInput_Hover_Onyak_Sunset,
html body .RadInput_Onyak_Sunset .riFocused,
html body .RadInput_Focused_Onyak_Sunset {
    border-color: #904c23;
}

html body .RadInput_Onyak_Sunset .riRead,
html body .RadInput_Read_Onyak_Sunset {
    border-color: #b0b0b0;
}

html body .RadInput_Onyak_Sunset .riDisabled,
html body .RadInput_Disabled_Onyak_Sunset {
    border-color: #b0b0b0;
    color: #777;
    cursor: default;
}

html body .RadInput_Onyak_Sunset .riError,
html body .RadInput_Error_Onyak_Sunset {
    border-color: #e92600;
    background: #fff 100% -298px no-repeat url('Sunset/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Sunset .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Sunset[type="text"] {
    border-color: #e92600;
    background: #fff 100% -298px no-repeat url('Sunset/Input/sprite.gif');
    color: #b32d34;
}

html body .RadInput_Onyak_Sunset .riNegative,
html body .RadInput_Negative_Onyak_Sunset {
    color: #444;
}

/*buttons*/

.RadInput_Onyak_Sunset a {
    background: transparent no-repeat url('Sunset/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Sunset .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 4px 5px;
}

    .RadInput_Onyak_Sunset .riBtn a:hover {
        background-position: 4px -45px;
    }

/*spin*/

.RadInput_Onyak_Sunset .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Sunset a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Sunset a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Sunset a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Sunset a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Sunset .riLabel {
    color: #272522;
}

/*rtl*/

html body .RadInputRTL_Onyak_Sunset .riError,
html body .RadInputRTL_Error_Onyak_Sunset {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Sunset .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Sunset[type="text"] {
    background-position: 3px -298px;
}
/* RadSlider for ASP.NET AJAX Sunset Skin */
.RadSlider_Onyak_Sunset .rslTrack {
    border-color: #978f7d #fff #fff #978f7d;
}

.RadSlider_Onyak_Sunset .rslHorizontal a.rslHandle {
    background-image: url('Sunset/Slider/Handles.gif');
}

.RadSlider_Onyak_Sunset .rslHorizontal a.rslDraghandle {
    background-image: url('Sunset/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Sunset .rslHorizontal .rslTrack {
    background: url('Sunset/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Sunset .rslHorizontal .rslSelectedregion {
    background: url('Sunset/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Sunset .rslVertical a.rslHandle {
    background-image: url('Sunset/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Sunset .rslVertical .rslTrack {
    background: url('Sunset/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Sunset .rslVertical .rslSelectedregion {
    background: url('Sunset/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Sunset .rslVertical a.rslDraghandle {
    background: url('Sunset/Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_Onyak_Sunset .rslItem,
.RadSlider_Onyak_Sunset .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Sunset .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Sunset .rslHorizontal .rslItem {
    background-image: url('Sunset/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Sunset .rslVertical .rslItem {
    background-image: url('Sunset/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Sunset .rslTop .rslSmallTick,
.RadSlider_Onyak_Sunset .rslBottom .rslSmallTick {
    background-image: url('Sunset/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Sunset .rslTop .rslLargeTick,
.RadSlider_Onyak_Sunset .rslBottom .rslLargeTick {
    background-image: url('Sunset/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Sunset .rslLeft .rslSmallTick,
.RadSlider_Onyak_Sunset .rslRight .rslSmallTick {
    background-image: url('Sunset/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Sunset .rslLeft .rslLargeTick,
.RadSlider_Onyak_Sunset .rslRight .rslLargeTick {
    background-image: url('Sunset/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Sunset .rslMiddle .rslSmallTick {
    background-image: url('Sunset/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Sunset .rslMiddle .rslLargeTick {
    background-image: url('Sunset/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Sunset .rslCenter .rslSmallTick {
    background-image: url('Sunset/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Sunset .rslCenter .rslLargeTick {
    background-image: url('Sunset/Slider/LargelChangeCenterVertical.gif');
}
/* <RadMenu / Sunset> */

.RadMenu_Onyak_Sunset .rmRootGroup,
.RadMenu_Onyak_Sunset a.rmLink,
.RadMenu_Onyak_Sunset .rmText,
.RadMenu_Onyak_Sunset .rmLeftArrow,
.RadMenu_Onyak_Sunset .rmRightArrow,
.RadMenu_Onyak_Sunset .rmTopArrow,
.RadMenu_Onyak_Sunset .rmBottomArrow {
    background-image: url('Sunset/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Sunset .rmRootGroup {
    border: 1px solid #cabaab;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #e1dac7;
}

.RadMenu_Onyak_Sunset .rmVertical {
    background-position: 0 -408px;
}

/* <Root items> */

.RadMenu_Onyak_Sunset,
.RadMenu_Onyak_Sunset a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #333;
    text-decoration: none;
}

    .RadMenu_Onyak_Sunset a.rmLink,
    .RadMenu_Onyak_Sunset .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_Sunset a.rmLink:hover,
        .RadMenu_Onyak_Sunset a.rmFocused,
        .RadMenu_Onyak_Sunset a.rmSelected {
            color: #863d02;
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_Sunset a.rmLink:hover .rmText,
            .RadMenu_Onyak_Sunset a.rmFocused .rmText,
            .RadMenu_Onyak_Sunset a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_Sunset a.rmExpanded,
    .RadMenu_Onyak_Sunset a.rmExpanded:hover {
        color: #5d1f00;
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_Sunset a.rmExpanded .rmText,
        .RadMenu_Onyak_Sunset a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_Sunset a.rmDisabled,
    .RadMenu_Onyak_Sunset a.rmDisabled:hover {
        color: #919180;
    }

        .RadMenu_Onyak_Sunset a.rmDisabled:hover,
        .RadMenu_Onyak_Sunset a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Sunset .rmGroup,
    .RadMenu_Onyak_Sunset .rmMultiColumn,
    .RadMenu_Onyak_Sunset .rmGroup .rmVertical {
        border: 1px solid #958a85;
        background: #fff url('Sunset/Menu/rmVSprite.png') repeat-y -1px 0;
    }

    .RadMenu_Onyak_Sunset .rmTopFix,
    .RadMenu_Onyak_Sunset .rmBottomFix,
    .RadMenu_Onyak_Sunset .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Sunset .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Sunset .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Sunset .rmRoundedCorners ul.rmHorizontal .rmFirst,
    .RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Sunset_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        background-image: url('Sunset/Menu/rmVSprite.png');
        background-color: #fff;
        background-repeat: repeat-y;
        background-position: -4px 0;
    }

* html .rmRoundedCorners_Onyak_Sunset .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Sunset ul.rmHorizontal .rmFirst {
    background-image: url('Sunset/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: -4px 0;
}

.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Sunset .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Sunset .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Sunset .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Sunset .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Sunset .rmRoundedCorners .rmGroupColumn {
    background-color: #fff;
}

.RadMenu_Onyak_Sunset .rmBottomLeft,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Sunset .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmMultiColumn {
    background-image: url('Sunset/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Sunset .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Sunset .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Sunset ul.rmGroup {
    background-image: url('Sunset/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Sunset .rmTopRight,
.RadMenu_Onyak_Sunset .rmBottomRight {
    background-image: url('Sunset/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Sunset .rmTopFix,
.RadMenu_Onyak_Sunset .rmBottomFix,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Sunset .rmGroup .rmFirst {
    border-color: #958a85;
}

.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

* html .rmRoundedCorners_Onyak_Sunset .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Sunset .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Sunset .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Sunset .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Sunset .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Sunset .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

.RadMenu_Onyak_Sunset li.rmTopFix,
.RadMenu_Onyak_Sunset li.rmBottomFix {
    background-position: -5px 0;
}

.RadMenu_Onyak_Sunset_rtl .rmBottomLeft,
.RadMenu_Onyak_Sunset_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Sunset_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Sunset .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Sunset_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Sunset/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Sunset_rtl .rmTopRight,
.RadMenu_Onyak_Sunset_rtl .rmBottomRight {
    background-image: url('Sunset/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Sunset_rtl li.rmTopFix,
.RadMenu_Onyak_Sunset_rtl li.rmBottomFix,
.RadMenu_Onyak_Sunset_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Sunset_Context_rtl ul.rmGroup .rmItem {
    background-position: 102% 0;
}

.RadMenu_Onyak_Sunset .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Sunset_rtl .rmGroup,
.RadMenu_Onyak_Sunset_rtl .rmMultiColumn,
.RadMenu_Onyak_Sunset_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

.RadMenu_Onyak_Sunset .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Sunset .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Sunset .rmGroup .rmFirst,
.RadMenu_Onyak_Sunset .rmGroup .rmLast,
.RadMenu_Onyak_Sunset .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Sunset_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Sunset .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Sunset .rmRootGroup li.rmItem .rmGroup {
    padding-bottom: 0;
}

.RadMenu_Onyak_Sunset .rmGroup li.rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Sunset .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Sunset .rmGroup a.rmFocused,
.RadMenu_Onyak_Sunset .rmGroup a.rmSelected,
.RadMenu_Onyak_Sunset .rmGroup a.rmExpanded {
    background-position: 0 -168px;
}

    .RadMenu_Onyak_Sunset .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Sunset .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Sunset .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Sunset .rmGroup a.rmExpanded .rmText {
        background-position: 100% -192px;
    }

    .RadMenu_Onyak_Sunset .rmGroup a.rmExpanded,
    .RadMenu_Onyak_Sunset .rmGroup a.rmExpanded:hover {
        color: #863d02;
    }

.RadMenu_Onyak_Sunset .rmGroup a.rmDisabled,
.RadMenu_Onyak_Sunset .rmGroup a.rmDisabled:hover {
    color: #919180;
}

/* <expand arrows> */

.RadMenu_Onyak_Sunset .rmVertical .rmExpandRight,
.RadMenu_Onyak_Sunset_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_Sunset .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_Sunset .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Sunset .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Sunset .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Sunset .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Sunset .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Sunset .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Sunset .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Sunset .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('Sunset/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Sunset .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Sunset .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Sunset .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_Sunset .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Sunset .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_Sunset .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Sunset .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Sunset .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Sunset .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Sunset .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Sunset .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Sunset .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Sunset/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Sunset .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Sunset_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Sunset_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Sunset .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Sunset/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Sunset_rtl a.rmLink:hover,
.RadMenu_Onyak_Sunset_rtl a.rmFocused,
.RadMenu_Onyak_Sunset_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Sunset_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Sunset_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Sunset_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Sunset_rtl a.rmExpanded,
.RadMenu_Onyak_Sunset_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Sunset_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Sunset_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Sunset_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Sunset_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Sunset_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Sunset_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Sunset_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Sunset_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Sunset_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Sunset_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Sunset_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Sunset_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Sunset_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Sunset_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Sunset_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_Sunset_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Sunset_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_Sunset_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Sunset_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Sunset_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Sunset_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Sunset/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Sunset_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Sunset_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Sunset/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Sunset - specific, overlapping submenus)> */

.RadMenu_Onyak_Sunset .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_Sunset .rmVertical .rmSlide,
    .RadMenu_Onyak_Sunset .rmSlide .rmSlide,
    .RadMenu_Onyak_Sunset_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Sunset_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_Sunset_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_Sunset_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_Sunset_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Sunset .rmLeftArrow,
.RadMenu_Onyak_Sunset .rmRightArrow,
.RadMenu_Onyak_Sunset .rmTopArrow,
.RadMenu_Onyak_Sunset .rmBottomArrow,
.RadMenu_Onyak_Sunset .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Sunset .rmGroup .rmRightArrow {
    background-color: #f4eee6;
}

.RadMenu_Onyak_Sunset .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #cabaab;
}

.RadMenu_Onyak_Sunset .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #cabaab;
}

.RadMenu_Onyak_Sunset .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #cabaab;
}

.RadMenu_Onyak_Sunset .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #cabaab;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Sunset .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_Sunset .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_Sunset .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Sunset .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Sunset> */

/*Telerik RadCalendar Sunset skin*/

table.RadCalendar_Onyak_Sunset {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Sunset .rcTitlebar {
    border-color: #71250a;
    background: #b9500c 0 -999px repeat-x url('Sunset/Calendar/sprite.gif');
    color: #fff;
}

    .RadCalendar_Onyak_Sunset .rcTitlebar table {
        border: 1px solid;
        border-color: #eb8b7e #c55727 #c36a30;
        font: 12px/21px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Sunset .rcTitlebar td {
        padding: 0 0 1px;
    }

    .RadCalendar_Onyak_Sunset .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Sunset .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Sunset .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Sunset .rcTitlebar .rcFastNext {
        width: 18px;
        height: 17px;
        margin: 2px 2px 0;
        background-image: url('Sunset/Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar_Onyak_Sunset .rcTitlebar .rcFastPrev {
        margin-left: 4px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Sunset .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Sunset .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Sunset .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Sunset .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Sunset .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Sunset .rcTitlebar .rcFastNext {
        margin-right: 4px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Sunset .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_Sunset .rcMain {
    border-color: #958a85;
}

.RadCalendar_Onyak_Sunset .rcMainTable {
    color: #272522;
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Sunset .rcHeader,
.RadCalendar_Onyak_Sunset .rcFooter {
    border-color: #958a85;
}

/*week numbers and days*/

.RadCalendar_Onyak_Sunset .rcRow th,
.RadCalendar_Onyak_Sunset .rcWeek th {
    background: #f4eee6;
}

.RadCalendar_Onyak_Sunset .rcWeek th {
    border-bottom: 1px solid #d2c7b4;
    padding: 2px 6px 2px 0;
}

.RadCalendar_Onyak_Sunset .rcWeek .rcViewSel,
.RadCalendar_Onyak_Sunset .rcRow th {
    width: 12px;
    padding: 0 7px 0 9px;
}

.RadCalendar_Onyak_Sunset .rcRow th {
    border-right: 1px solid #d2c7b4;
}

/*date cells*/

.RadCalendar_Onyak_Sunset .rcRow td {
    border-color: #fff;
}

.RadCalendar_Onyak_Sunset .rcMain .rcRow a,
.RadCalendar_Onyak_Sunset .rcMain .rcRow span {
    color: #272522;
}

.RadCalendar_Onyak_Sunset .rcMain .rcWeekend a {
    color: #474542;
}

.RadCalendar_Onyak_Sunset .rcRow .rcToday {
    border-color: #b94600;
}

    .RadCalendar_Onyak_Sunset .rcRow .rcToday a {
        color: #5d1f00;
    }

.RadCalendar_Onyak_Sunset .rcMain .rcOtherMonth a {
    color: #777;
}

.RadCalendar_Onyak_Sunset .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar_Onyak_Sunset .rcRow .rcSelected {
    border-color: #ad5e2f;
    background: #e48544 0 -1700px repeat-x url('Sunset/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Sunset .rcRow .rcSelected a {
        color: #5d1f00;
    }

.RadCalendar_Onyak_Sunset .rcRow .rcHover {
    border-color: #ca9a3e;
    background: #f2d429 0 -1600px repeat-x url('Sunset/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Sunset .rcRow .rcHover a {
        color: #863d02;
    }

/*multimonth view*/

.RadCalendarMultiView_Onyak_Sunset .rcTitlebar {
    border-color: #504a41 #423e36 #36332c;
    background: #575043 0 -1199px repeat-x url('Sunset/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_Sunset .rcTitlebar table {
        border: 1px solid;
        border-color: #9d947f #7c7569 #6c665a;
        line-height: 27px;
    }

    .RadCalendarMultiView_Onyak_Sunset .rcTitlebar td {
        padding-bottom: 1px;
    }

    .RadCalendarMultiView_Onyak_Sunset .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -650px;
    }

    .RadCalendarMultiView_Onyak_Sunset .rcTitlebar a.rcPrev:hover {
        background-position: 0 -750px;
    }

    .RadCalendarMultiView_Onyak_Sunset .rcTitlebar a.rcNext:hover {
        background-position: 0 -850px;
    }

    .RadCalendarMultiView_Onyak_Sunset .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -950px;
    }

.RadCalendarMultiView_Onyak_Sunset .rcCalendar {
    border-color: #958a85;
    border-top: 0;
}

    .RadCalendarMultiView_Onyak_Sunset .rcCalendar .rcMainTable {
        height: 195px;
    }

.RadCalendarMultiView_Onyak_Sunset .rcMainTable .rcTitle {
    border: 1px solid;
    border-color: #eb8b7e #d06d44 #71250a;
    padding: 0 0 2px;
    background: #b9500c 0 -1000px repeat-x url('Sunset/Calendar/sprite.gif');
    color: #fff;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Sunset {
    border-color: #958a85;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #272522;
}

.RadCalendarMonthView_Onyak_Sunset #rcMView_Feb,
.RadCalendarMonthView_Onyak_Sunset #rcMView_Apr,
.RadCalendarMonthView_Onyak_Sunset #rcMView_Jun,
.RadCalendarMonthView_Onyak_Sunset #rcMView_Aug,
.RadCalendarMonthView_Onyak_Sunset #rcMView_Oct,
.RadCalendarMonthView_Onyak_Sunset #rcMView_Dec {
    border-right: 1px solid #958a85;
}

.RadCalendarMonthView_Onyak_Sunset a {
    color: #272522;
}

.RadCalendarMonthView_Onyak_Sunset .rcSelected a {
    border-color: #ad5e2f;
    background: #e48544 0 -1700px repeat-x url('Sunset/Calendar/sprite.gif');
}

.RadCalendarMonthView_Onyak_Sunset #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Sunset #rcMView_NextY a {
    width: 15px;
    height: 13px;
    background-image: url('Sunset/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Sunset #rcMView_PrevY a {
    background-position: 6px -2095px;
}

.RadCalendarMonthView_Onyak_Sunset #rcMView_NextY a {
    background-position: 7px -2195px;
}

.RadCalendarMonthView_Onyak_Sunset .rcButtons {
    padding: 5px 7px 3px;
}

.RadCalendarMonthView_Onyak_Sunset input {
    border-color: #b97322 #9d5d13 #824703;
    padding: 1px 0 0;
    background: #f4be77 0 -2300px repeat-x url('Sunset/Calendar/sprite.gif');
    color: #3d1400;
    font: 12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_Sunset input:hover
{
    border-color:#bd8b2b #ac7d21 #9c6f18;
    background-color:#f8e35f;
    background-position:0 -2350px;
    color:#3d1400;
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_Sunset {
    border-color: #958a85;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Sunset th {
    border: 1px solid;
    border-color: #eb8b7e #d06d44 #71250a;
    padding: 0 0 2px;
    background: #b9500c 0 -1000px repeat-x url('Sunset/Calendar/sprite.gif');
    color: #fff;
    line-height: 21px;
}

table.RadCalendarTimeView_Onyak_Sunset td {
    border-color: #958a85;
}

.RadCalendarTimeView_Onyak_Sunset a {
    color: #272522;
}

.RadCalendarTimeView_Onyak_Sunset td.rcSelected a {
    border-color: #ad5e2f;
    background: #e48544 0 -1700px repeat-x url('Sunset/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Sunset td.rcHover a {
    border-color: #ca9a3e;
    background: #f2d42b 0 -1600px repeat-x url('Sunset/Calendar/sprite.gif');
}

.RadCalendarTimeView_Onyak_Sunset .rcFooter {
    border-color: #958a85;
}

/*pickers*/

.RadPicker_Onyak_Sunset .rcCalPopup,
.RadPicker_Onyak_Sunset .rcTimePopup {
    background-image: url('Sunset/Calendar/sprite.gif');
}

.RadPicker_Onyak_Sunset .rcCalPopup,
.RadPicker_Onyak_Sunset a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Sunset a.rcCalPopup:hover,
.RadPicker_Onyak_Sunset a.rcCalPopup:focus,
.RadPicker_Onyak_Sunset a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Sunset .rcTimePopup,
.RadPicker_Onyak_Sunset a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Sunset a.rcTimePopup:hover,
.RadPicker_Onyak_Sunset a.rcTimePopup:focus,
.RadPicker_Onyak_Sunset a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Sunset .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Sunset .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Sunset .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Sunset .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Sunset .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Sunset .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Sunset .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Sunset .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}

.RadCalendarMultiViewRTL_Onyak_Sunset .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -950px;
}

.RadCalendarMultiViewRTL_Onyak_Sunset .rcTitlebar a.rcPrev:hover {
    background-position: 0 -850px;
}

.RadCalendarMultiViewRTL_Onyak_Sunset .rcTitlebar a.rcNext:hover {
    background-position: 0 -750px;
}

.RadCalendarMultiViewRTL_Onyak_Sunset .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -650px;
}
/*Telerik RadGrid Sunset Skin*/

/*global*/

.RadGrid_Onyak_Sunset {
    border: 1px solid #bbb99d;
    background: #fff;
    color: #272522;
}

    .RadGrid_Onyak_Sunset,
    .RadGrid_Onyak_Sunset .rgMasterTable,
    .RadGrid_Onyak_Sunset .rgDetailTable,
    .RadGrid_Onyak_Sunset .rgGroupPanel table,
    .RadGrid_Onyak_Sunset .rgCommandRow table,
    .RadGrid_Onyak_Sunset .rgEditForm table,
    .RadGrid_Onyak_Sunset .rgPager table,
    .GridToolTip_Onyak_Sunset {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Sunset .rgHeader:first-child,
        .RadGrid_Onyak_Sunset th.rgResizeCol:first-child,
        .RadGrid_Onyak_Sunset .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Sunset .rgRow > td:first-child,
        .RadGrid_Onyak_Sunset .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Sunset .rgAdd,
        .RadGrid_Onyak_Sunset .rgRefresh,
        .RadGrid_Onyak_Sunset .rgEdit,
        .RadGrid_Onyak_Sunset .rgDel,
        .RadGrid_Onyak_Sunset .rgFilter,
        .RadGrid_Onyak_Sunset .rgPagePrev,
        .RadGrid_Onyak_Sunset .rgPageNext,
        .RadGrid_Onyak_Sunset .rgPageFirst,
        .RadGrid_Onyak_Sunset .rgPageLast,
        .RadGrid_Onyak_Sunset .rgExpand,
        .RadGrid_Onyak_Sunset .rgCollapse,
        .RadGrid_Onyak_Sunset .rgSortAsc,
        .RadGrid_Onyak_Sunset .rgSortDesc,
        .RadGrid_Onyak_Sunset .rgUpdate,
        .RadGrid_Onyak_Sunset .rgCancel,
        .RadGrid_Onyak_Sunset .rgUngroup,
        .RadGrid_Onyak_Sunset .rgExpXLS,
        .RadGrid_Onyak_Sunset .rgExpDOC,
        .RadGrid_Onyak_Sunset .rgExpPDF,
        .RadGrid_Onyak_Sunset .rgExpCSV {
            background-image: url('Sunset/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Sunset .rgHeaderDiv {
            background: #e1dac7 0 -7550px repeat-x url('Sunset/Grid/sprite.gif');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7050px;
}

.RadGrid_Onyak_Sunset .rgHeader,
.RadGrid_Onyak_Sunset th.rgResizeCol {
    border: 1px solid;
    border-color: #e98879 #cd6a3f #71250a #872b07;
    border-top-width: 0;
    background: 0 -2300px repeat-x #b94d0a url('Sunset/Grid/sprite.gif');
}

.RadGrid_Onyak_Sunset th.rgSorted {
    border-color: #ec9883 #cd6a3f #854324 #8b3312;
    background-color: #c36624;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Sunset .rgHeader,
.RadGrid_Onyak_Sunset .rgHeader a {
    color: #fff;
}

/*rows*/

.RadGrid_Onyak_Sunset .rgRow td,
.RadGrid_Onyak_Sunset .rgAltRow td,
.RadGrid_Onyak_Sunset .rgEditRow td,
.RadGrid_Onyak_Sunset .rgFooter td {
    border-style: solid;
    border-width: 0 1px 1px;
}

.RadGrid_Onyak_Sunset .rgRow td {
    border-color: #fff #fff #fff #cabaab;
}

.RadGrid_Onyak_Sunset .rgAltRow {
    background: #f1e9dc;
}

    .RadGrid_Onyak_Sunset .rgAltRow td {
        border-color: #f1e9dc #f1e9dc #f1e9dc #cabaab;
    }

.RadGrid_Onyak_Sunset .rgRow .rgSorted {
    border-bottom-color: #f6f1e8;
    background-color: #f6f1e8;
}

.RadGrid_Onyak_Sunset .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Sunset .rgActiveRow .rgSorted,
.RadGrid_Onyak_Sunset .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Sunset .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Sunset .rgRow a,
.RadGrid_Onyak_Sunset .rgAltRow a,
.RadGrid_Onyak_Sunset .rgEditRow a,
.RadGrid_Onyak_Sunset .rgFooter a,
.RadGrid_Onyak_Sunset .rgEditForm a {
    color: #5d1f00;
}

.RadGrid_Onyak_Sunset .rgSelectedRow {
    background: #e38443 0 -3900px repeat-x url('Sunset/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Sunset .rgSelectedRow .rgSorted {
        background-color: #e38443;
    }

    * html .RadGrid_Onyak_Sunset .rgSelectedRow .rgSorted {
        background-color: #e38443;
    }

.RadGrid_Onyak_Sunset .rgActiveRow,
.RadGrid_Onyak_Sunset .rgHoveredRow {
    background: #f2d328 0 -2900px repeat-x url('Sunset/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Sunset .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Sunset .rgHoveredRow .rgSorted {
        background-color: #f2d328;
    }

    * html .RadGrid_Onyak_Sunset .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Sunset .rgHoveredRow .rgSorted {
        background-color: #f2d328;
    }

.RadGrid_Onyak_Sunset .rgEditRow {
    background: #e1dac7;
}

    * + html .RadGrid_Onyak_Sunset .rgEditRow .rgSorted {
        background-color: #e1dac7;
    }

    * html .RadGrid_Onyak_Sunset .rgEditRow .rgSorted {
        background-color: #e1dac7;
    }

    .RadGrid_Onyak_Sunset .rgSelectedRow td,
    .RadGrid_Onyak_Sunset .rgActiveRow td,
    .RadGrid_Onyak_Sunset .rgHoveredRow td,
    .RadGrid_Onyak_Sunset .rgEditRow td {
        border-left-width: 0;
        border-right-width: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

        .RadGrid_Onyak_Sunset .rgSelectedRow td,
        .RadGrid_Onyak_Sunset .rgSelectedRow td.rgSorted {
            border-bottom-color: #ad5e2f;
        }

        .RadGrid_Onyak_Sunset .rgActiveRow td,
        .RadGrid_Onyak_Sunset .rgHoveredRow td,
        .RadGrid_Onyak_Sunset .rgActiveRow td.rgSorted,
        .RadGrid_Onyak_Sunset .rgHoveredRow td.rgSorted {
            border-bottom-color: #ca9a3e;
        }

        .RadGrid_Onyak_Sunset .rgEditRow td,
        .RadGrid_Onyak_Sunset .rgEditRow td.rgSorted {
            border-color: #e1dac7;
        }

.RadGrid_Onyak_Sunset .rgDrag {
    background-image: url('Sunset/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Sunset .rgFooterDiv,
.RadGrid_Onyak_Sunset .rgFooter {
    background: #e1dac7;
}

    .RadGrid_Onyak_Sunset .rgFooter td {
        border-top-width: 1px;
        border-color: #cabaab #e1dac7 #f1e9dc #e1dac7;
    }

/*status*/

.RadGrid_Onyak_Sunset .rgPager .rgStatus {
    border: 1px solid;
    border-color: #cabaab #cabaab #f1e9dc #cabaab;
    border-left-width: 0;
}

.RadGrid_Onyak_Sunset .rgStatus div {
    background-image: url('Sunset/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Sunset .rgPager {
    background: #e1dac7;
}

.RadGrid_Onyak_Sunset td.rgPagerCell {
    border: 1px solid;
    border-color: #cabaab #f1e9dc #f1e9dc;
    border-right-width: 0;
}

.RadGrid_Onyak_Sunset .rgInfoPart {
    color: #676462;
}

    .RadGrid_Onyak_Sunset .rgInfoPart strong {
        color: #272522;
    }

.RadGrid_Onyak_Sunset .rgPageFirst {
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Sunset .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Sunset .rgPagePrev {
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Sunset .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Sunset .rgPageNext {
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Sunset .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Sunset .rgPageLast {
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Sunset .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Sunset .rgPager .rgPagerButton {
    border-color: #b97322 #9d5d13 #824703;
    background: #f4be77 repeat-x 0 -1550px url('Sunset/Grid/sprite.gif');
    color: #3d1400;
    font: 12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Sunset .rgNumPart a:hover,
.RadGrid_Onyak_Sunset .rgNumPart a:hover span,
.RadGrid_Onyak_Sunset .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Sunset .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Sunset/Grid/sprite.gif');
}

.RadGrid_Onyak_Sunset .rgNumPart a {
    color: #272522;
}

    .RadGrid_Onyak_Sunset .rgNumPart a:hover {
        background-position: 100% -1250px;
        color: #863d02;
    }

        .RadGrid_Onyak_Sunset .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Sunset .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Sunset .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
        color: #5d1f00;
    }

        .RadGrid_Onyak_Sunset .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Sunset .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Sunset .rgHeader .rgSortAsc {
    background-position: 3px -247px;
    height: 10px;
}

.RadGrid_Onyak_Sunset .rgHeader .rgSortDesc {
    background-position: 3px -197px;
    height: 10px;
}

.GridReorderTop_Onyak_Sunset,
.GridReorderBottom_Onyak_Sunset {
    background: 0 0 no-repeat url('Sunset/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Sunset {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Sunset .rgFilterRow {
    background: #e1dac7;
}

    .RadGrid_Onyak_Sunset .rgFilterRow td {
        border: 1px solid;
        border-top-width: 0;
        border-color: #e1dac7 #e1dac7 #89806b;
    }

.RadGrid_Onyak_Sunset .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Sunset .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Sunset .rgFilterActive,
.RadGrid_Onyak_Sunset .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Sunset .rgFilterBox {
    border-color: #938879;
    font: 12px "segoe ui",arial,sans-serif;
    color: #272522;
}

/*filter context menu*/

.RadMenu_Onyak_Sunset .rgHCMClear,
.RadMenu_Onyak_Sunset .rgHCMFilter {
    border-color: #938879;
    background: #ded7c6 center -23px repeat-x url('Sunset/FormDecorator/ButtonSprites.png');
    color: #3d1400;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Sunset .rgHCMClear:hover,
    .RadMenu_Onyak_Sunset .rgHCMFilter:hover {
        border-color: #bd8b2b #ad7e22 #9c6f18;
        background-position: center -67px;
        background-color: #f8e360;
    }

/*context menu*/

.GridContextMenu_Onyak_Sunset .rmLeftImage {
    background-image: url('Sunset/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Sunset .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Sunset .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Sunset .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Sunset .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Sunset .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Sunset .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Sunset .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Sunset .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Sunset .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #504b41;
    background: #afa79a 0 -1900px repeat-x url('Sunset/Grid/sprite.gif');
    color: #fff;
}

    .RadGrid_Onyak_Sunset .rgGroupPanel td {
        border: 0;
        padding: 3px;
        vertical-align: middle;
    }

        .RadGrid_Onyak_Sunset .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Sunset .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Sunset .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_Sunset .rgUngroup {
    background-position: 0 -7000px;
}

.RadGrid_Onyak_Sunset .rgGroupItem {
    border: 1px solid #904c23;
    background: #e38443 0 -6500px repeat-x url('Sunset/Grid/sprite.gif');
    color: #5d1f00;
}

.RadGrid_Onyak_Sunset .rgGroupHeader {
    background: #a39787;
    font-size: 1.1em;
    line-height: 21px;
    color: #fff;
}

    .RadGrid_Onyak_Sunset .rgGroupHeader td {
        padding: 0 8px;
    }

.RadGrid_Onyak_Sunset td.rgGroupCol,
.RadGrid_Onyak_Sunset td.rgExpandCol {
    background: #a39787 none;
    border-color: #a39787;
}

.RadGrid_Onyak_Sunset .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Sunset .rgCollapse {
    background-position: 3px -444px;
}

/*editing*/

.RadGrid_Onyak_Sunset .rgEditForm {
    border-bottom: 1px solid #cabaab;
    background: #eae5d7;
}

.RadGrid_Onyak_Sunset .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Sunset .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Sunset .rgDetailTable {
    border-color: #cabaab;
}

/*command row*/

.RadGrid_Onyak_Sunset .rgCommandRow {
    background: #585043 0 0 repeat-x url('Sunset/Grid/rgCommandRow.gif');
    color: #fff;
}

.RadGrid_Onyak_Sunset .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Sunset thead .rgCommandCell {
    border-bottom: 1px solid #36332c;
}

.RadGrid_Onyak_Sunset tfoot .rgCommandCell,
.RadGrid_Onyak_Sunset .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top: 1px solid #36332c;
}

.RadGrid_Onyak_Sunset .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Sunset .rgCommandTable {
    border: 1px solid;
    border-color: #968e7c #7c7669 #6d665a;
}

.RadGrid_Onyak_Sunset .rgCommandRow a {
    color: #fff;
    text-decoration: none;
}

.RadGrid_Onyak_Sunset .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Sunset .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Sunset .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Sunset .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Sunset .rgExpXLS,
.RadGrid_Onyak_Sunset .rgExpDOC,
.RadGrid_Onyak_Sunset .rgExpPDF,
.RadGrid_Onyak_Sunset .rgExpCSV {
    background-image: url('Sunset/Common/export.gif');
}

.RadGrid_Onyak_Sunset .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Sunset .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Sunset .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Sunset .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Sunset {
    background: #71250a;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Sunset {
    border-top: 1px dashed #71250a;
}

/*tooltip*/

.GridToolTip_Onyak_Sunset {
    border: 1px solid #cabaab;
    padding: 3px;
    background: #f6f1e8;
    color: #272522;
}

/*rtl*/

.RadGridRTL_Onyak_Sunset .rgHeader:first-child,
.RadGridRTL_Onyak_Sunset th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Sunset .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Sunset .rgRow > td:first-child,
.RadGridRTL_Onyak_Sunset .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Sunset .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Sunset .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Sunset .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Sunset .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Sunset .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Sunset .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Sunset .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Sunset .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Sunset .rgExpand {
    background-position: -20px -496px;
}
/* <RadMenu / Telerik> */

.RadMenu_Onyak_Telerik .rmRootGroup,
.RadMenu_Onyak_Telerik a.rmLink,
.RadMenu_Onyak_Telerik .rmGroup .rmText,
.RadMenu_Onyak_Telerik .rmVertical .rmText,
.RadMenu_Onyak_Telerik .rmLeftArrow,
.RadMenu_Onyak_Telerik .rmRightArrow,
.RadMenu_Onyak_Telerik .rmTopArrow,
.RadMenu_Onyak_Telerik .rmBottomArrow {
    background-image: url('Telerik/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Telerik .rmRootGroup {
    border: 1px solid #828282;
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: #e6e6e6;
}

/* <Root items> */

.RadMenu_Onyak_Telerik,
.RadMenu_Onyak_Telerik a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #000;
    text-decoration: none;
}

    .RadMenu_Onyak_Telerik a.rmLink,
    .RadMenu_Onyak_Telerik a.rmDisabled,
    .RadMenu_Onyak_Telerik a.rmDisabled:hover {
        background-position: 0 -72px;
    }

    .RadMenu_Onyak_Telerik .rmFirst a.rmLink,
    .RadMenu_Onyak_Telerik .rmFirst a.rmLink:hover,
    .RadMenu_Onyak_Telerik .rmLast .rmText,
    .RadMenu_Onyak_Telerik .rmLast a.rmLink:hover .rmText,
    .RadMenu_Onyak_Telerik .rmVertical a.rmLink,
    .RadMenu_Onyak_Telerik .rmVertical .rmText {
        background-repeat: no-repeat;
        background-position: 0 500px;
    }

    .RadMenu_Onyak_Telerik .rmVertical .rmFirst,
    .RadMenu_Onyak_Telerik .rmVertical .rmLast {
        background: none;
    }

    .RadMenu_Onyak_Telerik a.rmLink:hover,
    .RadMenu_Onyak_Telerik a.rmFocused,
    .RadMenu_Onyak_Telerik a.rmSelected {
        background-color: #fff;
    }

    .RadMenu_Onyak_Telerik .rmHorizontal .rmRootLink span.rmText {
        display: inline;
        padding-left: 12px;
    }

.RadMenu_Onyak_Telerik_rtl .rmRootLink span.rmText {
    padding-right: 12px;
}

.RadMenu_Onyak_Telerik_Context_rtl .rmRootLink span.rmText {
    padding-right: 28px;
}

.RadMenu_Onyak_Telerik .rmHorizontal a.rmRootLink {
    padding-left: 0;
}

.RadMenu_Onyak_Telerik_rtl a.rmRootLink {
    margin-left: 0;
    padding: 0;
}

.RadMenu_Onyak_Telerik .rmHorizontal .rmItem > a.rmRootLink /* IE6 doesn't like width: 100% on its items. */ {
    width: 100%;
}

.RadMenu_Onyak_Telerik ul.rmHorizontal .rmLeftImage {
    margin: 4px -4px 0 6px;
}

.RadMenu_Onyak_Telerik_rtl ul.rmHorizontal .rmLeftImage {
    margin: 4px 6px 0 -4px;
}

.RadMenu_Onyak_Telerik .rmVertical a.rmLink {
    padding-top: 1px;
    padding-bottom: 1px;
}

    .RadMenu_Onyak_Telerik .rmVertical a.rmLink:hover,
    .RadMenu_Onyak_Telerik .rmVertical a.rmFocused,
    .RadMenu_Onyak_Telerik .rmVertical a.rmSelected,
    .RadMenu_Onyak_Telerik .rmVertical a.rmExpanded,
    .RadMenu_Onyak_Telerik .rmVertical a.rmExpanded:hover {
        padding-top: 0;
        padding-bottom: 0;
        border-style: solid;
        border-color: #828282;
        border-width: 1px 0;
    }

.RadMenu_Onyak_Telerik .rmVertical .rmFirst a.rmLink:hover,
.RadMenu_Onyak_Telerik .rmVertical .rmFirst a.rmFocused,
.RadMenu_Onyak_Telerik .rmVertical .rmFirst a.rmSelected,
.RadMenu_Onyak_Telerik .rmVertical .rmFirst a.rmExpanded,
.RadMenu_Onyak_Telerik .rmVertical .rmFirst a.rmExpanded:hover {
    padding-top: 1px;
    padding-bottom: 0;
    border-top-width: 0;
}

.RadMenu_Onyak_Telerik .rmVertical .rmLast a.rmLink:hover,
.RadMenu_Onyak_Telerik .rmVertical .rmLast a.rmFocused,
.RadMenu_Onyak_Telerik .rmVertical .rmLast a.rmSelected,
.RadMenu_Onyak_Telerik .rmVertical .rmLast a.rmExpanded,
.RadMenu_Onyak_Telerik .rmVertical .rmLast a.rmExpanded:hover {
    padding-bottom: 1px;
    padding-top: 0;
    border-bottom-width: 0;
}

.RadMenu_Onyak_Telerik .rmVertical .rmItem a.rmDisabled:hover {
    padding-top: 1px;
    padding-bottom: 1px;
    border-width: 0;
}

.RadMenu_Onyak_Telerik a.rmExpanded,
.RadMenu_Onyak_Telerik a.rmExpanded:hover {
    background-color: #fff;
}

.RadMenu_Onyak_Telerik a.rmDisabled,
.RadMenu_Onyak_Telerik a.rmDisabled:hover {
    color: #7d7d7d;
    background-color: transparent;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Onyak_Telerik .rmGroup,
.RadMenu_Onyak_Telerik .rmMultiColumn,
.RadMenu_Onyak_Telerik .rmGroup .rmVertical {
    border: 1px solid #979797;
    background: #fff url('Telerik/Menu/rmVSprite.png') repeat-y 0 0;
}

.RadMenu_Onyak_Telerik .rmTopFix,
.RadMenu_Onyak_Telerik .rmBottomFix,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Onyak_Telerik .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
.RadMenu_Onyak_Telerik .rmRoundedCorners ul.rmHorizontal .rmFirst,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmGroup .rmItem,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
    background-image: url('Telerik/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
}

* html .rmRoundedCorners_Onyak_Telerik .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Telerik ul.rmHorizontal .rmFirst {
    background-image: url('Telerik/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
}

.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Telerik .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Telerik .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Telerik .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Telerik .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Telerik .rmRoundedCorners .rmGroupColumn {
    background-color: #fff;
}

.RadMenu_Onyak_Telerik .rmBottomLeft,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Telerik .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmMultiColumn {
    background-image: url('Telerik/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Telerik .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Telerik .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Telerik ul.rmGroup {
    background-image: url('Telerik/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Telerik .rmTopRight,
.RadMenu_Onyak_Telerik .rmBottomRight {
    background-image: url('Telerik/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Telerik .rmTopFix,
.RadMenu_Onyak_Telerik .rmBottomFix,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Telerik .rmGroup .rmFirst {
    border-color: #979797;
}

.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

* html .rmRoundedCorners_Onyak_Telerik .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Telerik .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Telerik .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Telerik .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Telerik .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Telerik .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

.RadMenu_Onyak_Telerik_rtl .rmBottomLeft,
.RadMenu_Onyak_Telerik_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Telerik_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Telerik .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Telerik_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Telerik/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Telerik_rtl .rmTopRight,
.RadMenu_Onyak_Telerik_rtl .rmBottomRight {
    background-image: url('Telerik/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Telerik_rtl li.rmTopFix,
.RadMenu_Onyak_Telerik_rtl li.rmBottomFix,
.RadMenu_Onyak_Telerik_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Telerik_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Telerik .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Telerik_rtl .rmGroup,
.RadMenu_Onyak_Telerik_rtl .rmMultiColumn,
.RadMenu_Onyak_Telerik_rtl .rmGroup .rmVertical {
    background-position: 100% 0;
}

.RadMenu_Onyak_Telerik .rmRootGroup li.rmItem .rmGroup {
    padding-bottom: 0;
}

.RadMenu_Onyak_Telerik .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Telerik .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Telerik .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Telerik_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Telerik .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmLink,
.RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmLink:hover,
.RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmFocused,
.RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmSelected,
.RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmExpanded {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.RadMenu_Onyak_Telerik .rmGroup .rmLast a.rmLink,
.RadMenu_Onyak_Telerik .rmGroup .rmLast a.rmLink:hover,
.RadMenu_Onyak_Telerik .rmGroup .rmLast a.rmFocused,
.RadMenu_Onyak_Telerik .rmGroup .rmLast a.rmSelected,
.RadMenu_Onyak_Telerik .rmGroup .rmLast a.rmExpanded {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Telerik .rmGroup a.rmLink,
.RadMenu_Onyak_Telerik .rmGroup .rmText,
.RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmDisabled,
.RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmDisabled:hover,
.RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmDisabled .rmText,
.RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmDisabled:hover .rmText {
    background-position: 0 500px;
    background-repeat: no-repeat;
    background-color: transparent;
}

    .RadMenu_Onyak_Telerik .rmGroup a.rmLink:hover,
    .RadMenu_Onyak_Telerik .rmGroup a.rmFocused,
    .RadMenu_Onyak_Telerik .rmGroup a.rmSelected,
    .RadMenu_Onyak_Telerik .rmGroup a.rmExpanded {
        background-position: 0 -168px;
    }

        .RadMenu_Onyak_Telerik .rmGroup a.rmLink:hover .rmText,
        .RadMenu_Onyak_Telerik .rmGroup a.rmFocused .rmText,
        .RadMenu_Onyak_Telerik .rmGroup a.rmSelected .rmText,
        .RadMenu_Onyak_Telerik .rmGroup a.rmExpanded .rmText {
            background-position: 100% -192px;
        }

    /* <expand arrows> */

    .RadMenu_Onyak_Telerik .rmRootGroup .rmExpandRight,
    .RadMenu_Onyak_Telerik .rmGroup .rmExpandDown,
    .RadMenu_Onyak_Telerik_Context .rmGroup .rmExpandRight,
    .RadMenu_Onyak_Telerik .rmRootGroup .rmItem a.rmDisabled .rmExpandRight,
    .RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmDisabled .rmExpandDown,
    .RadMenu_Onyak_Telerik .rmRootGroup .rmItem a.rmDisabled:hover .rmExpandRight,
    .RadMenu_Onyak_Telerik .rmGroup .rmItem a.rmDisabled:hover .rmExpandDown {
        background-position: 100% -216px;
    }

.RadMenu_Onyak_Telerik a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Telerik .rmLast a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Telerik a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Telerik a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Telerik a.rmExpanded .rmExpandRight {
    background-position: 100% -312px;
}

.RadMenu_Onyak_Telerik .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Telerik .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Telerik .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Telerik .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Telerik .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Telerik .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Telerik .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Telerik .rmGroup a.rmExpanded .rmExpandDown {
    background-position: 100% -240px;
}

.RadMenu_Onyak_Telerik .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Telerik .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Telerik/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Telerik_rtl a.rmLink {
    background-position: 100% -96px;
}

.RadMenu_Onyak_Telerik_rtl .rmText {
    background-position: 0 -72px;
}

.RadMenu_Onyak_Telerik_rtl .rmVertical a.rmExpanded .rmText,
.RadMenu_Onyak_Telerik_rtl .rmVertical a.rmExpanded:hover .rmText {
    background-position: 0 500px;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Telerik_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Telerik_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Telerik_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Telerik_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Telerik_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Telerik_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Telerik_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Telerik_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Telerik_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Telerik_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Telerik_rtl .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Telerik_rtl .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Telerik_rtl .rmVertical a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Telerik_rtl .rmVertical a.rmExpanded .rmExpandLeft {
    background-position: 0 -216px;
}

.RadMenu_Onyak_Telerik_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Telerik_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Telerik_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Telerik_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-position: 0 -336px;
}

.RadMenu_Onyak_Telerik_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Telerik - specific, overlapping submenus)> */

.RadMenu_Onyak_Telerik .rmSlide {
    margin: 0 0 0 -1px;
}

    .RadMenu_Onyak_Telerik .rmVertical .rmSlide,
    .RadMenu_Onyak_Telerik .rmSlide .rmSlide,
    .RadMenu_Onyak_Telerik_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Telerik_rtl .rmSlide {
    margin: 0 0 0 0;
}

.RadMenu_Onyak_Telerik_rtl .rmFirst .rmSlide {
    margin-left: 1px;
}

.RadMenu_Onyak_Telerik_rtl .rmVertical .rmSlide,
.RadMenu_Onyak_Telerik_rtl .rmSlide .rmSlide,
.RadMenu_Onyak_Telerik_Context_rtl .rmGroup .rmSlide {
    margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Telerik .rmLeftArrow,
.RadMenu_Onyak_Telerik .rmRightArrow {
    background-color: #E6E6E6;
}

.RadMenu_Onyak_Telerik .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #828282;
}

.RadMenu_Onyak_Telerik .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #828282;
}

.RadMenu_Onyak_Telerik .rmTopArrow,
.RadMenu_Onyak_Telerik .rmBottomArrow,
.RadMenu_Onyak_Telerik .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Telerik .rmGroup .rmRightArrow {
    background-color: #E6E6E6;
}

.RadMenu_Onyak_Telerik .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #828282;
}

.RadMenu_Onyak_Telerik .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #828282;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Telerik .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Telerik .rmVertical .rmHorizontal .rmSeparator .rmText {
    height: 22px;
    margin: 1px 0 0;
    width: 1px;
    background-color: #A8A8A8;
}

.RadMenu_Onyak_Telerik_Context .rmSeparator .rmText,
.RadMenu_Onyak_Telerik .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_Onyak_Telerik .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText {
    background-color: transparent;
    background-position: 0 -406px;
}

/* </Separators> */

/* </RadMenu / Telerik> */
/* RadSlider for ASP.NET AJAX Telerik Skin */
.RadSlider_Onyak_Telerik .rslTrack {
    border-color: #b9b9b9 #939393 #939393 #b9b9b9;
}

.RadSlider_Onyak_Telerik .rslHorizontal a.rslHandle {
    background-image: url('Telerik/Slider/Handles.gif');
}

.RadSlider_Onyak_Telerik .rslHorizontal a.rslDraghandle {
    background-image: url('Telerik/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Telerik .rslTop a.rslDraghandle {
    background-image: url('Telerik/Slider/DragHandleDown.gif');
}

.RadSlider_Onyak_Telerik .rslHorizontal .rslTrack {
    background: url('Telerik/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Telerik .rslHorizontal .rslSelectedregion {
    background: url('Telerik/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Telerik .rslVertical a.rslHandle {
    background-image: url('Telerik/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Telerik .rslVertical .rslTrack {
    background: url('Telerik/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Telerik .rslVertical .rslSelectedregion {
    background: url('Telerik/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Telerik .rslVertical a.rslDraghandle {
    background: url('Telerik/Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_Onyak_Telerik .rslLeft a.rslDraghandle {
    background: url('Telerik/Slider/DragVerticalHandleRight.gif') no-repeat;
}

.RadSlider_Onyak_Telerik .rslItem,
.RadSlider_Onyak_Telerik .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Telerik .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Telerik .rslHorizontal .rslItem {
    background-image: url('Telerik/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Telerik .rslVertical .rslItem {
    background-image: url('Telerik/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Telerik .rslTop .rslSmallTick,
.RadSlider_Onyak_Telerik .rslBottom .rslSmallTick {
    background-image: url('Telerik/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Telerik .rslTop .rslLargeTick,
.RadSlider_Onyak_Telerik .rslBottom .rslLargeTick {
    background-image: url('Telerik/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Telerik .rslLeft .rslSmallTick,
.RadSlider_Onyak_Telerik .rslRight .rslSmallTick {
    background-image: url('Telerik/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Telerik .rslLeft .rslLargeTick,
.RadSlider_Onyak_Telerik .rslRight .rslLargeTick {
    background-image: url('Telerik/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Telerik .rslMiddle .rslSmallTick {
    background-image: url('Telerik/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Telerik .rslMiddle .rslLargeTick {
    background-image: url('Telerik/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Telerik .rslCenter .rslSmallTick {
    background-image: url('Telerik/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Telerik .rslCenter .rslLargeTick {
    background-image: url('Telerik/Slider/LargelChangeCenterVertical.gif');
}

/*Telerik RadCalendar Telerik skin*/

table.RadCalendar_Onyak_Telerik {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Telerik .rcTitlebar {
    border-color: #868686 #868686 #c4c4c4;
    background: #f3f3f3 0 -1000px repeat-x url('Telerik/Calendar/sprite.gif');
    color: #000;
}

    .RadCalendar_Onyak_Telerik .rcTitlebar table {
        font: 12px/23px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Telerik .rcTitlebar td {
        padding: 0 0 1px;
    }

    .RadCalendar_Onyak_Telerik .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Telerik .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Telerik .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Telerik .rcTitlebar .rcFastNext {
        width: 13px;
        height: 14px;
        margin: 1px 4px 0;
        background-image: url('Telerik/Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar_Onyak_Telerik .rcTitlebar .rcFastPrev {
        margin-left: 6px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Telerik .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Telerik .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Telerik .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Telerik .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Telerik .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Telerik .rcTitlebar .rcFastNext {
        margin-right: 6px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Telerik .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_Telerik .rcMain {
    border-color: #868686;
}

.RadCalendar_Onyak_Telerik .rcMainTable {
    font: 12px/17px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Telerik .rcHeader,
.RadCalendar_Onyak_Telerik .rcFooter {
    border-color: #868686;
}

/*week numbers and days*/

.RadCalendar_Onyak_Telerik .rcWeek th {
    border-bottom: 1px solid #c5c5c5;
    padding: 4px 6px 3px 0;
    color: #333;
}

.RadCalendar_Onyak_Telerik .rcWeek .rcViewSel,
.RadCalendar_Onyak_Telerik .rcRow th {
    width: 13px;
    padding: 0 7px 0 9px;
    background: #eee;
}

.RadCalendar_Onyak_Telerik .rcRow th {
    color: #777;
}

/*date cells*/

.RadCalendar_Onyak_Telerik .rcRow td {
    border-color: #fff;
}

.RadCalendar_Onyak_Telerik .rcMain .rcRow a,
.RadCalendar_Onyak_Telerik .rcMain .rcRow span {
    color: #333;
}

.RadCalendar_Onyak_Telerik .rcMain .rcWeekend a {
    color: #565656;
}

.RadCalendar_Onyak_Telerik .rcRow .rcToday {
    border-color: #239500;
}

.RadCalendar_Onyak_Telerik .rcMain .rcOtherMonth a {
    color: #777;
}

.RadCalendar_Onyak_Telerik .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar_Onyak_Telerik .rcRow .rcSelected {
    border-color: #239500 #1b7400 #155900;
    background: #63ad39 0 -1700px repeat-x url('Telerik/Calendar/sprite.gif');
}

.RadCalendar_Onyak_Telerik .rcRow .rcHover {
    border-color: #2ebf00 #2bb400 #28a900;
    background: #a3ea8c 0 -1600px repeat-x url('Telerik/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_Telerik .rcRow .rcHover a,
    .RadCalendar_Onyak_Telerik .rcRow .rcSelected a {
        color: #000;
    }

/*multimonth view*/

.RadCalendarMultiView_Onyak_Telerik .rcTitlebar {
    border-color: #7e7e7e #727272 #8b8b8b;
    background: #b5b5b5 0 -1199px repeat-x url('Telerik/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_Telerik .rcTitlebar table {
        border: 1px solid;
        border-color: #f5f5f5 #e4e4e4 #d5d5d5;
        line-height: 27px;
    }

    .RadCalendarMultiView_Onyak_Telerik .rcTitlebar .rcFastPrev {
        background-position: 0 -600px;
    }

    .RadCalendarMultiView_Onyak_Telerik .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -650px;
    }

    .RadCalendarMultiView_Onyak_Telerik .rcTitlebar .rcPrev {
        background-position: 0 -700px;
    }

    .RadCalendarMultiView_Onyak_Telerik .rcTitlebar a.rcPrev:hover {
        background-position: 0 -750px;
    }

    .RadCalendarMultiView_Onyak_Telerik .rcTitlebar .rcNext {
        background-position: 0 -800px;
    }

    .RadCalendarMultiView_Onyak_Telerik .rcTitlebar a.rcNext:hover {
        background-position: 0 -850px;
    }

    .RadCalendarMultiView_Onyak_Telerik .rcTitlebar .rcFastNext {
        background-position: 0 -900px;
    }

    .RadCalendarMultiView_Onyak_Telerik .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -950px;
    }

.RadCalendarMultiView_Onyak_Telerik .rcMain {
    border-color: #727272;
}

.RadCalendarMultiView_Onyak_Telerik .rcCalendar {
    border-color: #868686;
}

    .RadCalendarMultiView_Onyak_Telerik .rcCalendar .rcMainTable {
        height: 176px;
    }

.RadCalendarMultiView_Onyak_Telerik .rcMainTable .rcTitle {
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 2px;
    background: #f3f3f3 0 -1000px repeat-x url('Telerik/Calendar/sprite.gif');
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Telerik {
    border-color: #979797;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

.RadCalendarMonthView_Onyak_Telerik #rcMView_Feb,
.RadCalendarMonthView_Onyak_Telerik #rcMView_Apr,
.RadCalendarMonthView_Onyak_Telerik #rcMView_Jun,
.RadCalendarMonthView_Onyak_Telerik #rcMView_Aug,
.RadCalendarMonthView_Onyak_Telerik #rcMView_Oct,
.RadCalendarMonthView_Onyak_Telerik #rcMView_Dec {
    border-right: 1px solid #e0e0e0;
}

.RadCalendarMonthView_Onyak_Telerik a {
    color: #333;
}

.RadCalendarMonthView_Onyak_Telerik .rcSelected a {
    border-color: #239500 #1b7400 #155900;
    background: #63ad39 0 -1700px repeat-x url('Telerik/Calendar/sprite.gif');
    color: #000;
}

.RadCalendarMonthView_Onyak_Telerik #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Telerik #rcMView_NextY a {
    width: 14px;
    height: 14px;
    background-image: url('Telerik/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Telerik #rcMView_PrevY a {
    background-position: 7px -2094px;
}

.RadCalendarMonthView_Onyak_Telerik #rcMView_NextY a {
    background-position: 8px -2194px;
}

.RadCalendarMonthView_Onyak_Telerik .rcButtons {
    padding: 6px 7px 5px;
}

.RadCalendarMonthView_Onyak_Telerik input {
    border-color: #cecece #afafaf #8f8f8f;
    background: #eee 0 -2300px repeat-x url('Telerik/Calendar/sprite.gif');
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_Telerik input:hover
{
    border-color:#2ebf00 #2bb300 #28a800;
    background:#a2ea8b 0 -2350px repeat-x url('Telerik/Calendar/sprite.gif');
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_Telerik {
    border-color: #979797;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Telerik th {
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 1px;
    background: #f3f3f3 0 -1000px repeat-x url('Telerik/Calendar/sprite.gif');
    color: #000;
    line-height: 23px;
}

table.RadCalendarTimeView_Onyak_Telerik td {
    border-color: #c5c5c5;
}

.RadCalendarTimeView_Onyak_Telerik a {
    color: #333;
}

.RadCalendarTimeView_Onyak_Telerik td.rcSelected a {
    border-color: #239500 #1b7400 #155900;
    background: #63ad39 0 -1700px repeat-x url('Telerik/Calendar/sprite.gif');
    color: #000;
}

.RadCalendarTimeView_Onyak_Telerik td.rcHover a {
    border-color: #2ebf00 #2bb400 #28a900;
    background: #a3ea8c 0 -1600px repeat-x url('Telerik/Calendar/sprite.gif');
    color: #000;
}

.RadCalendarTimeView_Onyak_Telerik .rcFooter {
    border-color: #c5c5c5;
}

/*pickers*/

.RadPicker_Onyak_Telerik .rcCalPopup,
.RadPicker_Onyak_Telerik .rcTimePopup {
    background-image: url('Telerik/Calendar/sprite.gif');
}

.RadPicker_Onyak_Telerik .rcCalPopup,
.RadPicker_Onyak_Telerik a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Telerik a.rcCalPopup:hover,
.RadPicker_Onyak_Telerik a.rcCalPopup:focus,
.RadPicker_Onyak_Telerik a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Telerik .rcTimePopup,
.RadPicker_Onyak_Telerik a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Telerik a.rcTimePopup:hover,
.RadPicker_Onyak_Telerik a.rcTimePopup:focus,
.RadPicker_Onyak_Telerik a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Telerik .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Telerik .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Telerik .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Telerik .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Telerik .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Telerik .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Telerik .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Telerik .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}

.RadCalendarMultiViewRTL_Onyak_Telerik .rcTitlebar .rcFastPrev {
    background-position: 0 -900px;
}

.RadCalendarMultiViewRTL_Onyak_Telerik .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -950px;
}

.RadCalendarMultiViewRTL_Onyak_Telerik .rcTitlebar .rcPrev {
    background-position: 0 -800px;
}

.RadCalendarMultiViewRTL_Onyak_Telerik .rcTitlebar a.rcPrev:hover {
    background-position: 0 -850px;
}

.RadCalendarMultiViewRTL_Onyak_Telerik .rcTitlebar .rcNext {
    background-position: 0 -700px;
}

.RadCalendarMultiViewRTL_Onyak_Telerik .rcTitlebar a.rcNext:hover {
    background-position: 0 -750px;
}

.RadCalendarMultiViewRTL_Onyak_Telerik .rcTitlebar .rcFastNext {
    background-position: 0 -600px;
}

.RadCalendarMultiViewRTL_Onyak_Telerik .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -650px;
}
/*Telerik RadGrid Telerik Skin*/

/*global*/

.RadGrid_Onyak_Telerik {
    border: 1px solid #828282;
    background: #fff;
    color: #000;
}

    .RadGrid_Onyak_Telerik,
    .RadGrid_Onyak_Telerik .rgMasterTable,
    .RadGrid_Onyak_Telerik .rgDetailTable,
    .RadGrid_Onyak_Telerik .rgGroupPanel table,
    .RadGrid_Onyak_Telerik .rgCommandRow table,
    .RadGrid_Onyak_Telerik .rgEditForm table,
    .RadGrid_Onyak_Telerik .rgPager table,
    .GridToolTip_Onyak_Telerik {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Telerik .rgAdd,
        .RadGrid_Onyak_Telerik .rgRefresh,
        .RadGrid_Onyak_Telerik .rgEdit,
        .RadGrid_Onyak_Telerik .rgDel,
        .RadGrid_Onyak_Telerik .rgFilter,
        .RadGrid_Onyak_Telerik .rgPagePrev,
        .RadGrid_Onyak_Telerik .rgPageNext,
        .RadGrid_Onyak_Telerik .rgPageFirst,
        .RadGrid_Onyak_Telerik .rgPageLast,
        .RadGrid_Onyak_Telerik .rgExpand,
        .RadGrid_Onyak_Telerik .rgCollapse,
        .RadGrid_Onyak_Telerik .rgSortAsc,
        .RadGrid_Onyak_Telerik .rgSortDesc,
        .RadGrid_Onyak_Telerik .rgUpdate,
        .RadGrid_Onyak_Telerik .rgCancel,
        .RadGrid_Onyak_Telerik .rgUngroup,
        .RadGrid_Onyak_Telerik .rgExpXLS,
        .RadGrid_Onyak_Telerik .rgExpDOC,
        .RadGrid_Onyak_Telerik .rgExpPDF,
        .RadGrid_Onyak_Telerik .rgExpCSV {
            background-image: url('Telerik/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Telerik .rgHeaderDiv {
            background: #eee 0 -8050px repeat-x url('Telerik/Grid/sprite.gif');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7550px;
}

.RadGrid_Onyak_Telerik .rgHeader,
.RadGrid_Onyak_Telerik th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid #828282;
    background: #f3f3f3 0 -2300px repeat-x url('Telerik/Grid/sprite.gif');
}

.RadGrid_Onyak_Telerik th.rgSorted {
    background-color: #a6e193;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Telerik .rgHeader,
.RadGrid_Onyak_Telerik .rgHeader a {
    color: #333;
}

/*rows*/

.RadGrid_Onyak_Telerik .rgRow td,
.RadGrid_Onyak_Telerik .rgAltRow td,
.RadGrid_Onyak_Telerik .rgEditRow td,
.RadGrid_Onyak_Telerik .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 0;
}

.RadGrid_Onyak_Telerik .rgRow td {
    border-color: #fff;
}

.RadGrid_Onyak_Telerik .rgAltRow {
    background: #f2f2f2;
}

    .RadGrid_Onyak_Telerik .rgAltRow td {
        border-color: #f2f2f2;
    }

    .RadGrid_Onyak_Telerik .rgRow .rgSorted,
    .RadGrid_Onyak_Telerik .rgAltRow .rgSorted {
        border-color: #d7f8cc;
        background-color: #d7f8cc;
    }

.RadGrid_Onyak_Telerik .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Telerik .rgActiveRow .rgSorted,
.RadGrid_Onyak_Telerik .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Telerik .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Telerik .rgRow a,
.RadGrid_Onyak_Telerik .rgAltRow a,
.RadGrid_Onyak_Telerik .rgEditRow a,
.RadGrid_Onyak_Telerik .rgFooter a,
.RadGrid_Onyak_Telerik .rgEditForm a {
    color: #155800;
}

.RadGrid_Onyak_Telerik .rgSelectedRow {
    background: #63ac38 0 -3900px repeat-x url('Telerik/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Telerik .rgSelectedRow .rgSorted {
        background-color: #63ac38;
    }

    * html .RadGrid_Onyak_Telerik .rgSelectedRow .rgSorted {
        background-color: #63ac38;
    }

.RadGrid_Onyak_Telerik .rgActiveRow,
.RadGrid_Onyak_Telerik .rgHoveredRow {
    background: #a2ea8b 0 -2900px repeat-x url('Telerik/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Telerik .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Telerik .rgHoveredRow .rgSorted {
        background-color: #a2ea8b;
    }

    * html .RadGrid_Onyak_Telerik .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Telerik .rgHoveredRow .rgSorted {
        background-color: #a2ea8b;
    }

.RadGrid_Onyak_Telerik .rgEditRow {
    background: #fff 0 -4900px repeat-x url('Telerik/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Telerik .rgEditRow .rgSorted {
        background-color: #fff;
    }

    * html .RadGrid_Onyak_Telerik .rgEditRow .rgSorted {
        background-color: #fff;
    }

.RadGrid_Onyak_Telerik .rgActiveRow td,
.RadGrid_Onyak_Telerik .rgActiveRow td.rgSorted,
.RadGrid_Onyak_Telerik .rgHoveredRow td,
.RadGrid_Onyak_Telerik .rgHoveredRow td.rgSorted {
    border-bottom-color: #28a800;
}

.RadGrid_Onyak_Telerik .rgSelectedRow td,
.RadGrid_Onyak_Telerik .rgSelectedRow td.rgSorted {
    border-bottom-color: #155800;
}

.RadGrid_Onyak_Telerik .rgEditRow td,
.RadGrid_Onyak_Telerik .rgEditRow td.rgSorted {
    border-bottom-color: #333;
}

.RadGrid_Onyak_Telerik .rgDrag {
    background-image: url('Telerik/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Telerik .rgFooterDiv,
.RadGrid_Onyak_Telerik .rgFooter {
    background: #eee;
}

    .RadGrid_Onyak_Telerik .rgFooter td {
        border-top: 1px solid #828282;
        border-bottom: 1px solid #fff;
    }

/*status*/

.RadGrid_Onyak_Telerik .rgStatus {
    border: 1px solid;
    border-color: #828282 #c9c9c9 #eee #c9c9c9;
    border-left-width: 0;
}

    .RadGrid_Onyak_Telerik .rgStatus div {
        background-image: url('Telerik/Common/loading_small.gif');
    }

/*pager*/

.RadGrid_Onyak_Telerik .rgPager {
    background: #eee;
}

.RadGrid_Onyak_Telerik td.rgPagerCell {
    border: 1px solid;
    border-color: #828282 #eee #eee;
    border-right-width: 0;
}

.RadGrid_Onyak_Telerik .rgInfoPart {
    color: #8a8a8a;
}

    .RadGrid_Onyak_Telerik .rgInfoPart strong {
        color: #4c4e54;
    }

.RadGrid_Onyak_Telerik .rgPageFirst {
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Telerik .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Telerik .rgPagePrev {
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Telerik .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Telerik .rgPageNext {
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Telerik .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Telerik .rgPageLast {
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Telerik .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Telerik .rgPager .rgPagerButton {
    border-color: #d0d0d0 #aeaeae #8b8b8b;
    background: #eee repeat-x 0 -1550px url('Telerik/Grid/sprite.gif');
    color: #000;
    font: 12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Telerik .rgNumPart a:hover,
.RadGrid_Onyak_Telerik .rgNumPart a:hover span,
.RadGrid_Onyak_Telerik .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Telerik .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Telerik/Grid/sprite.gif');
}

.RadGrid_Onyak_Telerik .rgNumPart a {
    color: #000;
}

    .RadGrid_Onyak_Telerik .rgNumPart a:hover {
        background-position: 100% -1250px;
    }

        .RadGrid_Onyak_Telerik .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Telerik .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Telerik .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
    }

        .RadGrid_Onyak_Telerik .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Telerik .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Telerik .rgHeader .rgSortAsc {
    background-position: 3px -248px;
    height: 10px;
}

.RadGrid_Onyak_Telerik .rgHeader .rgSortDesc {
    background-position: 3px -198px;
    height: 10px;
}

.GridReorderTop_Onyak_Telerik,
.GridReorderBottom_Onyak_Telerik {
    background: 0 0 no-repeat url('Telerik/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Telerik {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Telerik .rgFilterRow {
    background: #eee;
}

    .RadGrid_Onyak_Telerik .rgFilterRow td {
        border-bottom: 1px solid #828282;
    }

.RadGrid_Onyak_Telerik .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Telerik .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Telerik .rgFilterActive,
.RadGrid_Onyak_Telerik .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Telerik .rgFilterBox {
    border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

/*filter context menu*/

.RadMenu_Onyak_Telerik .rgHCMClear,
.RadMenu_Onyak_Telerik .rgHCMFilter {
    border-color: #ccc #999 #a8a8a8;
    background: #eee center -23px repeat-x url('Telerik/FormDecorator/ButtonSprites.png');
    color: #000;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Telerik .rgHCMClear:hover,
    .RadMenu_Onyak_Telerik .rgHCMFilter:hover {
        border-color: #2ebf00 #2bb500 #28a800;
        background-position: center -67px;
        background-color: #a2ea8b;
    }

/*context menu*/

.GridContextMenu_Onyak_Telerik .rmLeftImage {
    background-image: url('Telerik/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Telerik .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Telerik .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Telerik .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Telerik .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Telerik .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Telerik .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Telerik .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Telerik .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Telerik .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #828282;
    background: #eee 0 -1900px repeat-x url('Telerik/Grid/sprite.gif');
}

    .RadGrid_Onyak_Telerik .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
    }

        .RadGrid_Onyak_Telerik .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Telerik .rgGroupPanel .rgSortAsc {
        background-position: 4px -143px;
    }

    .RadGrid_Onyak_Telerik .rgGroupPanel .rgSortDesc {
        background-position: 4px -93px;
    }

.RadGrid_Onyak_Telerik .rgUngroup {
    background-position: 0 -7498px;
}

.RadGrid_Onyak_Telerik .rgGroupItem {
    border: 1px solid;
    border-color: #d0d0d0 #bdbdbd #8a8a8a;
    background: #e8e8e8 0 -6500px repeat-x url('Telerik/Grid/sprite.gif');
}

.RadGrid_Onyak_Telerik .rgMasterTable td.rgGroupCol,
.RadGrid_Onyak_Telerik .rgMasterTable td.rgExpandCol {
    border-color: #d2f8c5;
    background: #d2f8c5 none;
}

.RadGrid_Onyak_Telerik .rgGroupHeader,
.RadGrid_Onyak_Telerik .rgGroupHeader td.rgGroupCol {
    background: #d2f8c5 0 -7000px repeat-x url('Telerik/Grid/sprite.gif');
}

.RadGrid_Onyak_Telerik .rgGroupHeader {
    font-size: 1.1em;
    line-height: 21px;
}

    .RadGrid_Onyak_Telerik .rgGroupHeader td {
        border-bottom: 1px solid #98ec7d;
    }

.RadGrid_Onyak_Telerik .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Telerik .rgCollapse {
    background-position: 3px -444px;
}

/*editing*/

.RadGrid_Onyak_Telerik .rgEditForm {
    border-bottom: 1px solid #828282;
}

.RadGrid_Onyak_Telerik .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Telerik .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Telerik .rgDetailTable {
    border-color: #828282;
}

/*command row*/

.RadGrid_Onyak_Telerik .rgCommandRow {
    background: #b5b5b5 0 -2099px repeat-x url('Telerik/Grid/sprite.gif');
    color: #000;
}

.RadGrid_Onyak_Telerik .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Telerik thead .rgCommandCell {
    border-bottom: 1px solid #8b8b8b;
}

.RadGrid_Onyak_Telerik tfoot .rgCommandCell,
.RadGrid_Onyak_Telerik .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top: 1px solid #a1a1a1;
}

.RadGrid_Onyak_Telerik .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Telerik .rgCommandTable {
    border: 1px solid;
    border-color: #f5f5f5 #e4e4e4 #d5d5d5;
}

.RadGrid_Onyak_Telerik .rgCommandRow a {
    color: #000;
    text-decoration: none;
}

.RadGrid_Onyak_Telerik .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Telerik .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Telerik .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Telerik .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Telerik .rgExpXLS,
.RadGrid_Onyak_Telerik .rgExpDOC,
.RadGrid_Onyak_Telerik .rgExpPDF,
.RadGrid_Onyak_Telerik .rgExpCSV {
    background-image: url('Telerik/Common/export.gif');
}

.RadGrid_Onyak_Telerik .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Telerik .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Telerik .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Telerik .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Telerik {
    background: #155800;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Telerik {
    border-top: 1px dashed #155800;
}

/*tooltip*/

.GridToolTip_Onyak_Telerik {
    border: 1px solid #828282;
    padding: 3px;
    background: #fff;
    color: #000;
}

/*rtl*/

.RadGridRTL_Onyak_Telerik .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Telerik .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Telerik .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Telerik .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Telerik .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Telerik .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Telerik .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Telerik .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Telerik .rgExpand {
    background-position: -20px -496px;
}
/*Telerik RadInput Telerik Skin*/

/*global*/

.RadInput_Onyak_Telerik,
.RadInputMgr_Onyak_Telerik {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Telerik .riTextBox,
html body .RadInputMgr_Onyak_Telerik {
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Telerik .riEmpty,
html body .RadInput_Empty_Onyak_Telerik {
    color: #8a8a8a;
}

html body .RadInput_Onyak_Telerik .riHover,
html body .RadInput_Hover_Onyak_Telerik,
html body .RadInput_Onyak_Telerik .riFocused,
html body .RadInput_Focused_Onyak_Telerik {
    border-color: #2ebf00 #2bb300 #28a800;
}

html body .RadInput_Onyak_Telerik .riRead,
html body .RadInput_Read_Onyak_Telerik {
    border-color: #d0d0d0;
}

html body .RadInput_Onyak_Telerik .riDisabled,
html body .RadInput_Disabled_Onyak_Telerik {
    border-color: #d0d0d0;
    color: #8a8a8a;
    cursor: default;
}

html body .RadInput_Onyak_Telerik .riError,
html body .RadInput_Error_Onyak_Telerik {
    border-color: #d51923;
    background: #fff 100% -298px no-repeat url('Telerik/Input/sprite.gif');
    color: #d51923;
}

.RadForm.rfdTextbox .RadInput_Onyak_Telerik .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Telerik[type="text"] {
    border-color: #d51923;
    background: #fff 100% -298px no-repeat url('Telerik/Input/sprite.gif');
    color: #d51923;
}

html body .RadInput_Onyak_Telerik .riNegative,
html body .RadInput_Negative_Onyak_Telerik {
    color: #565656;
}

/*buttons*/

.RadInput_Onyak_Telerik a {
    background: transparent no-repeat url('Telerik/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Telerik .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_Telerik .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_Telerik .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Telerik a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Telerik a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Telerik a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Telerik a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Telerik .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_Telerik .riError,
html body .RadInputRTL_Error_Onyak_Telerik {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Telerik .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Telerik[type="text"] {
    background-position: 3px -298px;
}
/*Telerik RadInput Transparent Skin*/

/*global*/

.RadInput_Onyak_Transparent,
.RadInputMgr_Onyak_Transparent {
    font: 12px Tahoma, Arial, sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Transparent .riTextBox,
html body .RadInputMgr_Onyak_Transparent {
    border-color: #9e9e9e #e3e3e3 #e3e3e3 #9e9e9e;
    border-color: rgba(0,0,0,0.38) rgba(204,204,204,0.55) rgba(204,204,204,0.55) rgba(0,0,0,0.38);
    background: url('Transparent/Common/TransContent_42.png');
    color: #000;
    font: 12px Tahoma, Arial, sans-serif;
}

html body .RadInput_Onyak_Transparent .riEmpty,
html body .RadInput_Empty_Onyak_Transparent {
    color: #8d8d8d;
}

html body .RadInput_Onyak_Transparent .riHover,
html body .RadInput_Hover_Onyak_Transparent,
html body .RadInput_Onyak_Transparent .riFocused,
html body .RadInput_Focused_Onyak_Transparent {
    border-color: #f3d64a;
}

html body .RadInput_Onyak_Transparent .riRead,
html body .RadInput_Read_Onyak_Transparent {
    border-color: #ccdbed;
}

html body .RadInput_Onyak_Transparent .riDisabled,
html body .RadInput_Disabled_Onyak_Transparent {
    background: url('Transparent/Common/TransContent_22.png');
    border-color: #ccc;
    border-color: rgba(0,0,0, 0.2);
    color: #737373;
    cursor: default;
}

html body .RadInput_Onyak_Transparent .riError,
html body .RadInput_Error_Onyak_Transparent {
    border-color: #e50000 #dc643f #ea8541;
    background: #f6f6f6 100% -298px no-repeat url('Transparent/Input/sprite.png');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Transparent .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Transparent[type="text"] {
    border-color: #b32d34 #dc643f #ea8541;
    background: #fff 100% -298px no-repeat url('Transparent/Input/sprite.png');
    color: #b32d34;
}

/*buttons*/

.RadInput_Onyak_Transparent a {
    background: transparent no-repeat url('Transparent/Input/sprite.png');
}

/*go*/

.RadInput_Onyak_Transparent .riBtn a {
    width: 21px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 6px;
}

    .RadInput_Onyak_Transparent .riBtn a:hover {
        background-position: 3px -44px;
    }

/*spin*/

.RadInput_Onyak_Transparent .riSpin a {
    width: 13px;
    height: 11px;
    line-height: 10px;
}

.RadInput_Onyak_Transparent a.riUp {
    background-position: 0 -96px;
}

    .RadInput_Onyak_Transparent a.riUp:hover {
        background-position: 0 -146px;
    }

.RadInput_Onyak_Transparent a.riDown {
    background-position: 0 -198px;
    margin-top: 0;
}

    .RadInput_Onyak_Transparent a.riDown:hover {
        background-position: 0 -247px;
    }

/*label*/

.RadInput_Onyak_Transparent .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_Transparent .riError,
html body .RadInputRTL_Error_Onyak_Transparent {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Transparent .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Transparent[type="text"] {
    background-position: 3px -298px;
}

/* <RadMenu / Transparent> */

.RadMenu_Onyak_Transparent .rmRootGroup,
.RadMenu_Onyak_Transparent a.rmLink,
.RadMenu_Onyak_Transparent .rmText,
.RadMenu_Onyak_Transparent .rmLeftArrow,
.RadMenu_Onyak_Transparent .rmRightArrow,
.RadMenu_Onyak_Transparent .rmTopArrow,
.RadMenu_Onyak_Transparent .rmBottomArrow {
    background-image: url('Transparent/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Transparent .rmRootGroup {
    /*border: 1px solid #5e5e5e;*/
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: transparent;
}

/* <Root items> */

.RadMenu_Onyak_Transparent,
.RadMenu_Onyak_Transparent a.rmLink {
    font: normal 12px/23px Tahoma, Arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

    .RadMenu_Onyak_Transparent a.rmLink,
    .RadMenu_Onyak_Transparent .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_Transparent a.rmLink:hover,
        .RadMenu_Onyak_Transparent a.rmFocused,
        .RadMenu_Onyak_Transparent a.rmSelected {
            color: #000;
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_Transparent a.rmLink:hover .rmText,
            .RadMenu_Onyak_Transparent a.rmFocused .rmText,
            .RadMenu_Onyak_Transparent a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_Transparent a.rmExpanded,
    .RadMenu_Onyak_Transparent a.rmExpanded:hover {
        color: #000;
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_Transparent a.rmExpanded .rmText,
        .RadMenu_Onyak_Transparent a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_Transparent a.rmDisabled,
    .RadMenu_Onyak_Transparent a.rmDisabled:hover {
        color: #5e5e5e;
    }

        .RadMenu_Onyak_Transparent a.rmDisabled:hover,
        .RadMenu_Onyak_Transparent a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Transparent .rmGroup,
    .RadMenu_Onyak_Transparent .rmMultiColumn,
    .RadMenu_Onyak_Transparent .rmGroup .rmVertical {
        /*border: 1px solid #9199a4;*/
        background: transparent url('Transparent/Menu/rmVSprite.png') repeat-y -1px 0;
    }

    .RadMenu_Onyak_Transparent .rmTopFix,
    .RadMenu_Onyak_Transparent .rmBottomFix,
    .RadMenu_Onyak_Transparent .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Transparent .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Transparent .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Transparent .rmRoundedCorners ul.rmHorizontal .rmFirst,
    .RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Transparent_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        /*background-image: url("Menu/rmVSprite.png");
    background-color: #f6f6f6; 
    background-repeat: repeat-y;
    background-position: -4px 0;*/
    }

* html .rmRoundedCorners_Office2007 .rmGroup .rmItem,
* html .rmRoundedCorners_Office2007 ul.rmHorizontal .rmFirst {
    /*background-image: url("Menu/rmVSprite.png");
    background-color: #f6f6f6; 
    background-repeat: repeat-y;
    background-position: -4px 0;*/
}

.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrap .rmVertical .RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Office2007 .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Office2007 .rmHorizontal .rmItem,
* html .rmRoundedCorners_Office2007 .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Transparent .rmRoundedCorners .rmGroupColumn {
    background-color: transparent;
}

.RadMenu_Onyak_Transparent .rmBottomLeft,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Transparent .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmMultiColumn {
    /*background-image:  url("Menu/rmRoundedLeft.png");
    background-color: transparent; 
    background-repeat: no-repeat;*/
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer,
* html .rmRoundedCorners_Office2007 .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Office2007 ul.rmGroup {
    /*background-image:  url("Menu/rmRoundedLeft.png");
    background-color: transparent; 
    background-repeat: no-repeat;*/
}

.RadMenu_Onyak_Transparent .rmTopRight,
.RadMenu_Onyak_Transparent .rmBottomRight {
    /*background-image:  url("Menu/rmRoundedRight.png");
    background-color: transparent; 
    background-repeat: no-repeat;*/
}

.RadMenu_Onyak_Transparent .rmTopFix,
.RadMenu_Onyak_Transparent .rmBottomFix,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Office2007 .rmGroup .rmFirst {
    /*border-color: #9199a4;*/
}

.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    /*background: #f6f6f6;*/
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmBottomFix {
    /*background: #f6f6f6;*/
}

.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    /*background-color: #f6f6f6;*/
    border: 0;
}

* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Office2007 .rmScrollWrapContainer .rmRightArrow {
    /*background-color: #f6f6f6;*/
    border: 0;
}

.RadMenu_Onyak_Transparent li.rmTopFix,
.RadMenu_Onyak_Transparent li.rmBottomFix {
    background-position: -5px 0;
}

.RadMenu_Onyak_Transparent_rtl .rmBottomLeft,
.RadMenu_Onyak_Transparent_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Transparent_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Transparent .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Transparent_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrapContainer {
    /*background-image: url("Menu/rmRoundedLeft_rtl.png");*/
}

.RadMenu_Onyak_Transparent_rtl .rmTopRight,
.RadMenu_Onyak_Transparent_rtl .rmBottomRight {
    /*background-image: url("Menu/rmRoundedRight_rtl.png");*/
}

.RadMenu_Onyak_Transparent_rtl li.rmTopFix,
.RadMenu_Onyak_Transparent_rtl li.rmBottomFix,
.RadMenu_Onyak_Transparent_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Transparent_Context_rtl .rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Transparent_Context,
.RadMenu_Onyak_Transparent .rmSlide {
    background: url('Transparent/Menu/rmScroll.png');
}

    .RadMenu_Onyak_Transparent .rmSlide .rmScrollWrap {
        background-image: none;
    }

.RadMenu_Onyak_Transparent_rtl .rmGroup,
.RadMenu_Onyak_Transparent_rtl .rmMultiColumn,
.RadMenu_Onyak_Transparent_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

.RadMenu_Onyak_Transparent .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Transparent .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Transparent .rmGroup .rmFirst,
.RadMenu_Onyak_Transparent .rmGroup .rmLast,
.RadMenu_Onyak_Transparent .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Transparent_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Office2007 .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Transparent .rmGroup .rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Transparent .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Transparent .rmGroup a.rmFocused,
.RadMenu_Onyak_Transparent .rmGroup a.rmSelected,
.RadMenu_Onyak_Transparent .rmGroup a.rmExpanded {
    background-position: 0 -168px;
}

    .RadMenu_Onyak_Transparent .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Transparent .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Transparent .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Transparent .rmGroup a.rmExpanded .rmText {
        background-position: 100% -192px;
    }

/* <expand arrows> */

.RadMenu_Onyak_Transparent .rmVertical .rmExpandRight,
.RadMenu_Onyak_Transparent_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_Transparent .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_Transparent .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Transparent .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Transparent .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Transparent .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Transparent .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Transparent .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Transparent .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Transparent .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('Transparent/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Transparent .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Transparent .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Transparent .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_Transparent .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Transparent .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_Transparent .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Transparent .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Transparent .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Transparent .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Transparent .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Transparent .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Transparent .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Transparent .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Transparent/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Transparent .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Transparent_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Transparent_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Transparent .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Transparent/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Transparent_rtl a.rmLink:hover,
.RadMenu_Onyak_Transparent_rtl a.rmFocused,
.RadMenu_Onyak_Transparent_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Transparent_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Transparent_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Transparent_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Transparent_rtl a.rmExpanded,
.RadMenu_Onyak_Transparent_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Transparent_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Transparent_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Transparent_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Transparent_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Transparent_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Transparent_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Transparent_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Transparent_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Transparent_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Transparent_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Transparent_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Transparent_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Transparent_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Transparent_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Transparent_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_Transparent_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Transparent_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_Transparent_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Transparent_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Transparent_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Transparent_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Transparent/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Transparent_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Transparent_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Transparent/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Office2007 - specific, overlapping submenus)> */

.RadMenu_Onyak_Transparent .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_Transparent .rmVertical .rmSlide,
    .RadMenu_Onyak_Transparent .rmSlide .rmSlide,
    .RadMenu_Onyak_Transparent_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Transparent_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_Transparent_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_Transparent_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_Transparent_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Transparent .rmLeftArrow,
.RadMenu_Onyak_Transparent .rmRightArrow {
    /*background-color: #f6f6f6;*/
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Transparent .rmLeftArrow,
.RadMenu_Onyak_Transparent .rmRightArrow {
    /*background-color: #f6f6f6;*/
}

.RadMenu_Onyak_Transparent .rmLeftArrow {
    background-position: -8px -312px; /*border-right: 1px solid #9199a4;*/
}

.RadMenu_Onyak_Transparent .rmRightArrow {
    background-position: -482px -216px; /*border-left: 1px solid #9199a4;*/
}

.RadMenu_Onyak_Transparent .rmTopArrow,
.RadMenu_Onyak_Transparent .rmBottomArrow,
.RadMenu_Onyak_Transparent .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Transparent .rmGroup .rmRightArrow {
    /*background-color: #f6f6f6;*/
}

.RadMenu_Onyak_Transparent .rmTopArrow {
    background-position: 50% -367px; /*border-bottom: 1px solid #9199a4;*/
}

.RadMenu_Onyak_Transparent .rmBottomArrow {
    background-position: 50% -391px; /*border-top: 1px solid #9199a4;*/
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Transparent .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_Transparent .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_Transparent .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Transparent .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Office2007> */
/* RadSlider for ASP.NET AJAX Transparent Skin */
.RadSlider_Onyak_Transparent .rslTrack {
    border-color: transparent;
}

/*base style overwrites*/
div.RadSlider_Onyak_Transparent,
div.RadSlider_Onyak_Transparent .rslItem,
div.RadSlider_Onyak_Transparent .rslLargeTick span {
    color: #000;
}


/*base style overwrites end*/

.RadSlider_Onyak_Transparent .rslHorizontal a.rslHandle {
    background-image: url('Transparent/Slider/Handles.png');
}

.RadSlider_Onyak_Transparent .rslHorizontal a.rslDraghandle {
    background-image: url('Transparent/Slider/DragHandle.png');
}

.RadSlider_Onyak_Transparent .rslTop a.rslDraghandle {
    background-image: url('Transparent/Slider/DragHandleDown.png');
}

.RadSlider_Onyak_Transparent .rslHorizontal .rslTrack {
    background: url('Transparent/Slider/TrackBgr.png') repeat-x;
}

.RadSlider_Onyak_Transparent .rslHorizontal .rslSelectedregion {
    background: url('Transparent/Slider/SelectedRegionHorizontalBgr.png') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Transparent .rslVertical a.rslHandle {
    background-image: url('Transparent/Slider/HandlesVertical.png');
}

.RadSlider_Onyak_Transparent .rslVertical .rslTrack {
    background: url('Transparent/Slider/TrackVerticalBgr.png') repeat-y;
}

.RadSlider_Onyak_Transparent .rslVertical .rslSelectedregion {
    background: url('Transparent/Slider/SelectedRegionVerticalBgr.png') left bottom no-repeat;
}

.RadSlider_Onyak_Transparent .rslVertical a.rslDraghandle {
    background: url('Transparent/Slider/DragVerticalHandle.png') no-repeat;
}

.RadSlider_Onyak_Transparent .rslLeft a.rslDraghandle {
    background: url('Transparent/Slider/DragVerticalHandleRight.png') no-repeat;
}

.RadSlider_Onyak_Transparent .rslItem,
.RadSlider_Onyak_Transparent .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Transparent .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Transparent .rslHorizontal .rslItem {
    background-image: url('Transparent/Slider/ItemHorizontalBgr.png');
}

/* vertical slider items */
.RadSlider_Onyak_Transparent .rslVertical .rslItem {
    background-image: url('Transparent/Slider/ItemVerticalBgr.png');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Transparent .rslTop .rslSmallTick,
.RadSlider_Onyak_Transparent .rslBottom .rslSmallTick {
    background-image: url('Transparent/Slider/SmallChangeHorizontal.png');
}

.RadSlider_Onyak_Transparent .rslTop .rslLargeTick,
.RadSlider_Onyak_Transparent .rslBottom .rslLargeTick {
    background-image: url('Transparent/Slider/LargeChangeHorizontal.png');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Transparent .rslLeft .rslSmallTick,
.RadSlider_Onyak_Transparent .rslRight .rslSmallTick {
    background-image: url('Transparent/Slider/SmallChangeVertical.png');
}

.RadSlider_Onyak_Transparent .rslLeft .rslLargeTick,
.RadSlider_Onyak_Transparent .rslRight .rslLargeTick {
    background-image: url('Transparent/Slider/LargelChangeVertical.png');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Transparent .rslMiddle .rslSmallTick {
    background-image: url('Transparent/Slider/SmallChangeMiddleHorizontal.png');
}

.RadSlider_Onyak_Transparent .rslMiddle .rslLargeTick {
    background-image: url('Transparent/Slider/LargeChangeMiddleHorizontal.png');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Transparent .rslCenter .rslSmallTick {
    background-image: url('Transparent/Slider/SmallChangeCenterVertical.png');
}

.RadSlider_Onyak_Transparent .rslCenter .rslLargeTick {
    background-image: url('Transparent/Slider/LargelChangeCenterVertical.png');
}
/*Telerik RadCalendar Transparent skin*/

table.RadCalendar_Onyak_Transparent {
    background: url('Transparent/Common/TransContent_42.png');
    font: 12px Tahoma, Arial, sans-serif;
    color: #000;
}

/*titlebar*/

.RadCalendar_Onyak_Transparent .rcTitlebar {
    border-color: #dfe0dd;
    border-color: rgba(0,0,0,0.12);
    background: 0 -1000px repeat-x url('Transparent/Calendar/sprite.png');
}

    .RadCalendar_Onyak_Transparent .rcTitlebar td {
        padding: 0 0 2px;
    }

    .RadCalendar_Onyak_Transparent .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Transparent .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Transparent .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Transparent .rcTitlebar .rcFastNext {
        width: 17px;
        height: 17px;
        margin: 1px 2px 0;
        background: transparent url('Transparent/Calendar/sprite.png') no-repeat;
        color: #ccc;
    }

    .RadCalendar_Onyak_Transparent .rcTitlebar .rcFastPrev {
        margin-left: 4px;
        background-position: -1px -200px;
    }

    .RadCalendar_Onyak_Transparent .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Transparent .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Transparent .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Transparent .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Transparent .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Transparent .rcTitlebar .rcFastNext {
        margin-right: 4px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Transparent .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_Transparent .rcMain {
    border-color: #dfe0dd;
    border-color: rgba(0,0,0,0.12);
}

.RadCalendar_Onyak_Transparent .rcMainTable {
    font: 12px/20px Tahoma, Arial, sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Transparent .rcHeader,
.RadCalendar_Onyak_Transparent .rcFooter {
    border-color: #688caf;
}

/*week numbers and days*/

.RadCalendar_Onyak_Transparent .rcWeek th {
    border-bottom: 1px solid #b4b4b4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 2px 6px 2px 0;
}

.RadCalendar_Onyak_Transparent .rcWeek .rcViewSel {
    border-color: transparent;
}

.RadCalendar .rcRow th {
    border-right: 1px solid #b4b4b4;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.RadCalendar_Onyak_Transparent .rcWeek .rcViewSel,
.RadCalendar_Onyak_Transparent .rcRow th {
    width: 12px;
    padding: 0 7px 0 9px;
}

/*date cells*/

.RadCalendar_Onyak_Transparent .rcRow td {
    border-color: transparent;
    background: url('Transparent/Common/TransContent_22.png');
}

.RadCalendar_Onyak_Transparent .rcMain .rcRow a,
.RadCalendar_Onyak_Transparent .rcMain .rcRow span {
    color: #000;
}

.RadCalendar_Onyak_Transparent .rcRow .rcToday {
    background: 100% -1400px url('Transparent/Calendar/sprite.png') no-repeat;
}

.RadCalendar_Onyak_Transparent .rcMain .rcOtherMonth a {
    color: #737373;
}

.RadCalendar_Onyak_Transparent .rcMain .rcOutOfRange span {
    color: #737373;
}

.RadCalendar_Onyak_Transparent .rcRow .rcSelected {
    background: 100% -1700px no-repeat url('Transparent/Calendar/sprite.png');
}

.RadCalendar_Onyak_Transparent .rcRow .rcHover {
    background: 100% -1600px no-repeat url('Transparent/Calendar/sprite.png');
}

.RadCalendar_Onyak_Transparent .rcRow .rcSelected,
.RadCalendar_Onyak_Transparent .rcRow .rcSelected a {
    color: #fff;
}

/*multimonth view*/

.RadCalendarMultiView_Onyak_Transparent .rcTitlebar {
    background: 0 -2200px repeat-x url('Transparent/Calendar/sprite.png');
}

    .RadCalendarMultiView_Onyak_Transparent .rcTitlebar table {
        line-height: 27px;
    }

    .RadCalendarMultiView_Onyak_Transparent .rcTitlebar td {
        padding-bottom: 1px;
    }

.RadCalendarMultiView_Onyak_Transparent .rcCalendar {
    border-color: #dfe0dd;
    border-color: rgba(0,0,0,0.12);
    border-top: 0;
}

    .RadCalendarMultiView_Onyak_Transparent .rcCalendar .rcMainTable {
        height: 195px;
    }

.RadCalendarMultiView_Onyak_Transparent .rcMainTable .rcTitle {
    border-color: #dfe0dd;
    border-color: rgba(0,0,0,0.12);
    padding: 0 0 2px;
    background: 0 -1000px repeat-x url('Transparent/Calendar/sprite.png');
    line-height: 22px;
}

/*month view*/
table.RadCalendarMonthView_Onyak_Transparent {
    border-width: 0;
    background: url('Transparent/Common/TransContent.png');
    font: 12px Tahoma, Arial, sans-serif;
    color: #000;
}

.RadCalendarMonthView_Onyak_Transparent #rcMView_Feb,
.RadCalendarMonthView_Onyak_Transparent #rcMView_Apr,
.RadCalendarMonthView_Onyak_Transparent #rcMView_Jun,
.RadCalendarMonthView_Onyak_Transparent #rcMView_Aug,
.RadCalendarMonthView_Onyak_Transparent #rcMView_Oct,
.RadCalendarMonthView_Onyak_Transparent #rcMView_Dec {
    border-right: 1px solid #9ebfdb;
}

.rcShadTR,
.rcShadBL,
.rcShadBR {
    opacity: 0.5;
}

.RadCalendarMonthView_Onyak_Transparent a {
    color: #000;
}

.RadCalendarMonthView_Onyak_Transparent .rcSelected a {
    border-color: #e8e9e3 #a7a99e #93958b #d9dad2;
    border-color: rgba(221,221,221,0.65) rgba(0,0,0,0.34) rgba(0,0,0,0.42) rgba(170,170,170,0.43);
    background: 0 -1800px repeat-x url('Transparent/Calendar/sprite.png');
}

.RadCalendarMonthView_Onyak_Transparent #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Transparent #rcMView_NextY a {
    width: 15px;
    height: 13px;
    overflow: hidden;
    background-image: url('Transparent/Calendar/sprite.png');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Transparent #rcMView_PrevY a {
    background-position: 3px -200px;
}

.RadCalendarMonthView_Onyak_Transparent #rcMView_NextY a {
    background-position: 4px -500px;
}

.RadCalendarMonthView_Onyak_Transparent .rcButtons {
    padding: 5px 7px 3px;
}

.RadCalendarMonthView_Onyak_Transparent input {
    border-color: #a4abb2;
    padding: 1px 0 0;
    background: #dbdde1 0 -2300px repeat-x url('Transparent/Calendar/sprite.png');
    color: #3b3b3b;
    font: 12px Tahoma, Arial, sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_Transparent input:hover
{
    border-color:#d8ca95 #b89f73 #c6b99c;
    background-color:#ffe18a;
    background-position:0 -2350px;
    color:#000;
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_Transparent {
    border-color: #9199a4;
    background: url('Transparent/Common/TransContent.png');
    font: 12px Tahoma, Arial, sans-serif;
}

.RadCalendarTimeView_Onyak_Transparent th {
    border-bottom: 1px solid #9eb6ce;
    padding: 0 0 1px;
    background: 0 -1000px repeat-x url('Transparent/Calendar/sprite.png');
    color: #3b3b3b;
    line-height: 23px;
}

table.RadCalendarTimeView_Onyak_Transparent td {
    border-color: #9199a4;
}

.RadCalendarTimeView_Onyak_Transparent a {
    color: #000;
}

.RadCalendarTimeView_Onyak_Transparent td.rcSelected a {
    border-color: #e8e9e3 #a7a99e #93958b #d9dad2;
    border-color: rgba(221,221,221,0.65) rgba(0,0,0,0.34) rgba(0,0,0,0.42) rgba(170,170,170,0.43);
    background: 0 -1800px repeat-x url('Transparent/Calendar/sprite.png');
}

.RadCalendarTimeView_Onyak_Transparent td.rcHover a {
    border-color: #f7c840;
    background: #fff3c8 0 -1900px repeat-x url('Transparent/Calendar/sprite.png');
}

.RadCalendarTimeView_Onyak_Transparent .rcFooter {
    border-color: #688caf;
}

/*pickers*/

.RadPicker_Onyak_Transparent .rcCalPopup,
.RadPicker_Onyak_Transparent .rcTimePopup {
    background-image: url('Transparent/Calendar/sprite.png');
}

.RadPicker_Onyak_Transparent .rcCalPopup,
.RadPicker_Onyak_Transparent a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Transparent a.rcCalPopup:hover,
.RadPicker_Onyak_Transparent a.rcCalPopup:focus,
.RadPicker_Onyak_Transparent a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Transparent .rcTimePopup,
.RadPicker_Onyak_Transparent a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Transparent a.rcTimePopup:hover,
.RadPicker_Onyak_Transparent a.rcTimePopup:focus,
.RadPicker_Onyak_Transparent a.rcTimePopup:active {
    background-position: 0 -150px;
}

.RadCalendarPopup table.RadCalendar_Onyak_Transparent {
    background: url('Transparent/Common/TransContent.png');
}
/*rtl*/

.RadCalendarRTL_Onyak_Transparent .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Transparent .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Transparent .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Transparent .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Transparent .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Transparent .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Transparent .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Transparent .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}
/*Telerik RadGrid Transparent Skin*/

/*global*/

.RadGrid_Onyak_Transparent {
    border: 1px solid #a4abb2;
    background: url('Transparent/Common/TransContent.png');
    color: #3b3b3b;
}

    .RadGrid_Onyak_Transparent,
    .RadGrid_Onyak_Transparent .rgMasterTable,
    .RadGrid_Onyak_Transparent .rgDetailTable,
    .RadGrid_Onyak_Transparent .rgGroupPanel table,
    .RadGrid_Onyak_Transparent .rgCommandRow table,
    .RadGrid_Onyak_Transparent .rgEditForm table,
    .RadGrid_Onyak_Transparent .rgPager table,
    .GridToolTip_Onyak_Transparent {
        font: 12px/16px Tahoma, Arial, sans-serif;
    }

        .RadGrid_Onyak_Transparent .rgHeader:first-child,
        .RadGrid_Onyak_Transparent th.rgResizeCol:first-child,
        .RadGrid_Onyak_Transparent .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Transparent .rgRow > td:first-child,
        .RadGrid_Onyak_Transparent .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Transparent .rgAdd,
        .RadGrid_Onyak_Transparent .rgRefresh,
        .RadGrid_Onyak_Transparent .rgEdit,
        .RadGrid_Onyak_Transparent .rgDel,
        .RadGrid_Onyak_Transparent .rgFilter,
        .RadGrid_Onyak_Transparent .rgPagePrev,
        .RadGrid_Onyak_Transparent .rgPageNext,
        .RadGrid_Onyak_Transparent .rgPageFirst,
        .RadGrid_Onyak_Transparent .rgPageLast,
        .RadGrid_Onyak_Transparent .rgExpand,
        .RadGrid_Onyak_Transparent .rgCollapse,
        .RadGrid_Onyak_Transparent .rgSortAsc,
        .RadGrid_Onyak_Transparent .rgSortDesc,
        .RadGrid_Onyak_Transparent .rgUpdate,
        .RadGrid_Onyak_Transparent .rgCancel,
        .RadGrid_Onyak_Transparent .rgUngroup,
        .RadGrid_Onyak_Transparent .rgExpXLS,
        .RadGrid_Onyak_Transparent .rgExpDOC,
        .RadGrid_Onyak_Transparent .rgExpPDF,
        .RadGrid_Onyak_Transparent .rgExpCSV {
            background-image: url('Transparent/Grid/sprite.png');
        }

/*header*/
.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7550px;
}

.RadGrid_Onyak_Transparent .rgHeader,
.RadGrid_Onyak_Transparent th.rgResizeCol {
    border: solid #a4abb2;
    border-width: 0 0 1px 1px;
    background: 0 -500px repeat-x url('Transparent/Grid/bgrSprite.png');
}

.RadGrid_Onyak_Transparent th.rgSorted {
    border-bottom-color: rgba(245,245,245,0.41);
    background: 0 -2500px repeat-x url('Transparent/Grid/bgrSprite.png');
}

.RadGrid_Onyak_Transparent .rgHeader,
.RadGrid_Onyak_Transparent .rgHeader a {
    color: #000;
}

/*rows*/
.RadGrid_Onyak_Transparent > table > tbody,
.rgDataDiv {
    background: url('Transparent/Common/TransContent_22.png');
}

.RadGrid_Onyak_Transparent .rgRow td,
.RadGrid_Onyak_Transparent .rgAltRow td,
.RadGrid_Onyak_Transparent .rgEditRow td,
.RadGrid_Onyak_Transparent .rgFooter td {
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.RadGrid_Onyak_Transparent .rgRow td,
.RadGrid_Onyak_Transparent .rgAltRow td {
    border-color: #d0d7e5;
}

.RadGrid_Onyak_Transparent .rgRow .rgSorted,
.RadGrid_Onyak_Transparent .rgAltRow .rgSorted {
    background: url('Transparent/Common/TransContent_22.png');
}

.RadGrid_Onyak_Transparent .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Transparent .rgActiveRow .rgSorted,
.RadGrid_Onyak_Transparent .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Transparent .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Transparent .rgRow a,
.RadGrid_Onyak_Transparent .rgAltRow a,
.RadGrid_Onyak_Transparent .rgEditRow a,
.RadGrid_Onyak_Transparent .rgFooter a,
.RadGrid_Onyak_Transparent .rgEditForm a {
    color: #3b3b3b;
}

.RadGrid_Onyak_Transparent .rgSelectedRow {
    background: 0 -1500px repeat-x url('Transparent/Grid/bgrSprite.png');
    color: #fff;
}

    .RadGrid_Onyak_Transparent .rgSelectedRow.rgHoveredRow {
        background: 0 -2000px repeat-x url('Transparent/Grid/bgrSprite.png');
    }

    * + html .RadGrid_Onyak_Transparent .rgSelectedRow .rgSorted {
        background-color: #ffcb60;
    }

    * html .RadGrid_Onyak_Transparent .rgSelectedRow .rgSorted {
        background-color: #ffcb60;
    }

.RadGrid_Onyak_Transparent .rgActiveRow,
.RadGrid_Onyak_Transparent .rgHoveredRow {
    background: 0 -1000px repeat-x url('Transparent/Grid/bgrSprite.png');
}

    * + html .RadGrid_Onyak_Transparent .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Transparent .rgHoveredRow .rgSorted {
        background-color: #ecf4ff;
    }

    * html .RadGrid_Onyak_Transparent .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Transparent .rgHoveredRow .rgSorted {
        background-color: #ecf4ff;
    }

.RadGrid_Onyak_Transparent .rgEditRow {
    background: #ebebeb;
}

    * + html .RadGrid_Onyak_Transparent .rgEditRow .rgSorted {
        background-color: #ffe5ad;
    }

    * html .RadGrid_Onyak_Transparent .rgEditRow .rgSorted {
        background-color: #ffe5ad;
    }

    .RadGrid_Onyak_Transparent .rgSelectedRow td,
    .RadGrid_Onyak_Transparent .rgActiveRow td,
    .RadGrid_Onyak_Transparent .rgHoveredRow td,
    .RadGrid_Onyak_Transparent .rgEditRow td {
        border-left-width: 0;
        padding-left: 8px;
    }

    .RadGrid_Onyak_Transparent .rgActiveRow td,
    .RadGrid_Onyak_Transparent .rgHoveredRow td,
    .RadGrid_Onyak_Transparent .rgEditRow td {
        border-bottom-color: #d0d7e5;
    }

.RadGrid_Onyak_Transparent .rgDrag {
    background-image: url('Transparent/Grid/rgDrag.png');
}

/*footer*/
.RadGrid_Onyak_Transparent > table > tfoot,
.RadGrid_Onyak_Transparent .rgFooterDiv,
.RadGrid_Onyak_Transparent .rgFooter {
    background: url('Transparent/Common/TransContent_42.png');
}

    .RadGrid_Onyak_Transparent .rgFooter td {
        border-width: 1px 0 0;
        border-color: #848484 #fff #fff;
        padding-left: 8px;
    }

/*status*/

.RadGrid_Onyak_Transparent .rgPager .rgStatus {
    border: 1px solid;
    border-width: 0 1px 0 0;
    border-color: #d0d7e5;
}

.RadGrid_Onyak_Transparent .rgStatus div {
    background-image: url('Transparent/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Transparent .rgPager {
    color: #3b3b3b;
}

.RadGrid_Onyak_Transparent td.rgPagerCell {
}

.RadGrid_Onyak_Transparent .rgPageFirst {
    margin: 0 3px 0 0;
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Transparent .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Transparent .rgPagePrev {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Transparent .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Transparent .rgPageNext {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Transparent .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Transparent .rgPageLast {
    margin: 0 0 0 3px;
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Transparent .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Transparent .rgPager .rgPagerButton {
    border-color: #a4abb2;
    color: #3b3b3b;
    font: 12px/12px Tahoma, Arial, sans-serif;
}

.RadGrid_Onyak_Transparent .rgNumPart a:hover,
.RadGrid_Onyak_Transparent .rgNumPart a:hover span,
.RadGrid_Onyak_Transparent .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Transparent .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Transparent/Grid/sprite.png');
}

.RadGrid_Onyak_Transparent .rgNumPart a {
    color: #3b3b3b;
}

    .RadGrid_Onyak_Transparent .rgNumPart a:hover {
        background-position: 100% -1250px;
        color: #1e395b;
    }

        .RadGrid_Onyak_Transparent .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Transparent .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Transparent .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
        color: #fff;
    }

        .RadGrid_Onyak_Transparent .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Transparent .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Transparent .rgHeader .rgSortAsc {
    background-position: 3px -147px;
    height: 10px;
}

.RadGrid_Onyak_Transparent .rgHeader .rgSortDesc {
    background-position: 3px -197px;
    height: 10px;
}

.GridReorderTop_Onyak_Transparent,
.GridReorderBottom_Onyak_Transparent {
    height: 12px;
    background: 0 0 no-repeat url('Transparent/Grid/sprite.png');
}

.GridReorderBottom_Onyak_Transparent {
    background-position: 0 -50px;
}

/*filtering*/
.RadGrid_Onyak_Transparent .rgFilterRow td {
    border-style: solid;
    border-color: #a4abb2;
    border-width: 0 0 1px 1px;
}

.RadGrid_Onyak_Transparent .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Transparent .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Transparent .rgFilterActive,
.RadGrid_Onyak_Transparent .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Transparent .rgFilterBox {
    border-color: #9e9e9e #e3e3e3 #e3e3e3 #9e9e9e;
    border-color: rgba(0,0,0,0.38) rgba(204,204,204,0.55) rgba(204,204,204,0.55) rgba(0,0,0,0.38);
    background: url('Transparent/Common/TransContent_42.png');
    color: #000;
    font: 12px Tahoma, Arial, sans-serif;
}

/*filter context menu*/

.RadMenu_Onyak_Transparent .rgHCMClear,
.RadMenu_Onyak_Transparent .rgHCMFilter {
    border-color: #a7bedb #7d98bd #a3bad8;
    background: #e8f1fc center -23px repeat-x url('Transparent/FormDecorator/ButtonSprites.gif');
    color: #00156e;
    font-family: Tahoma, Arial, sans-serif;
}

    .RadMenu_Onyak_Transparent .rgHCMClear:hover,
    .RadMenu_Onyak_Transparent .rgHCMFilter:hover {
        border-color: #d8ca95 #b9a073 #c6ba9d;
        background-position: center -67px;
        background-color: #ffe18a;
        color: #000;
    }

/*context menu*/

.GridContextMenu_Onyak_Transparent .rmLeftImage {
    background-image: url('Transparent/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Transparent .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Transparent .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Transparent .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Transparent .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Transparent .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Transparent .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Transparent .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Transparent .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Transparent .rgGroupPanel {
    border: 0 solid #a4abb2;
    border-bottom-width: 1px;
    background: repeat-x url('Transparent/Grid/bgrSprite.png');
}

    .RadGrid_Onyak_Transparent .rgGroupPanel td {
        border: 0;
        padding: 3px 4px;
        vertical-align: middle;
    }

        .RadGrid_Onyak_Transparent .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Transparent .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Transparent .rgGroupPanel .rgSortDesc {
        background-position: 4px -194px;
    }

.RadGrid_Onyak_Transparent .rgUngroup {
    background-position: 0 -7500px;
}

.RadGrid_Onyak_Transparent .rgGroupItem {
    border: 1px solid #a4abb2;
    color: #3b3b3b;
}

.RadGrid_Onyak_Transparent .rgGroupHeader {
    font-size: 1.1em;
    line-height: 21px;
    color: #3b3b3b;
}

    .RadGrid_Onyak_Transparent .rgGroupHeader td {
        border-bottom: 1px solid #dadcdd;
        padding-left: 8px;
    }

.RadGrid_Onyak_Transparent td.rgGroupCol,
.RadGrid_Onyak_Transparent td.rgExpandCol {
    border-color: #dbdfe4;
}

.RadGrid_Onyak_Transparent .rgGroupHeader .rgExpand {
    background-position: 5px -495px;
}

.RadGrid_Onyak_Transparent .rgGroupHeader .rgCollapse {
    background-position: 3px -93px;
}

/*editing*/

.RadGrid_Onyak_Transparent .rgEditForm {
    border-bottom: 1px solid #a4abb2;
}

.RadGrid_Onyak_Transparent .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Transparent .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Transparent .rgDetailTable {
    border-color: #688caf;
}

.RadGrid_Onyak_Transparent .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Transparent .rgCollapse {
    background-position: 3px -94px;
}

/*command row*/

.RadGrid_Onyak_Transparent .rgCommandRow {
    background: url('Transparent/Grid/bgrSprite.png');
    color: #333;
}

.RadGrid_Onyak_Transparent .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Transparent thead .rgCommandCell {
    border-bottom: 1px solid #a4abb2;
}

.RadGrid_Onyak_Transparent .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Transparent .rgCommandRow a {
    color: #242424;
    text-decoration: none;
}

.RadGrid_Onyak_Transparent .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Transparent .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Transparent .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Transparent .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Transparent .rgExpXLS,
.RadGrid_Onyak_Transparent .rgExpDOC,
.RadGrid_Onyak_Transparent .rgExpPDF,
.RadGrid_Onyak_Transparent .rgExpCSV {
    background-image: url('Transparent/Common/export.gif');
}

.RadGrid_Onyak_Transparent .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Transparent .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Transparent .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Transparent .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Transparent {
    background: #00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Transparent {
    border-top: 1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_Onyak_Transparent {
    border: 1px solid #6187b8;
    padding: 3px;
    background: #d7e3f2;
    color: #333;
}

/*rtl*/

.RadGridRTL_Onyak_Transparent .rgHeader:first-child,
.RadGridRTL_Onyak_Transparent th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Transparent .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Transparent .rgRow > td:first-child,
.RadGridRTL_Onyak_Transparent .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Transparent .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Transparent .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Transparent .rgPagePrev {
    margin: 0 0 0 3px;
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Transparent .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Transparent .rgPageNext {
    margin: 0 3px 0 0;
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Transparent .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Transparent .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Transparent .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Transparent .rgGroupHeader .rgExpand {
    background-position: -20px -495px;
}

.RadGridRTL_Onyak_Transparent .rgExpand {
    background-position: -20px -496px;
}

.RadGridRTL_Onyak_Transparent .rgGroupHeader .rgCollapse {
    background-position: -20px -93px;
}
/*Telerik RadInput Vista Skin*/

/*global*/

.RadInput_Onyak_Vista,
.RadInputMgr_Onyak_Vista {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Vista .riTextBox,
html body .RadInputMgr_Onyak_Vista {
    border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Vista .riEmpty,
html body .RadInput_Empty_Onyak_Vista {
    color: #8a8a8a;
}

html body .RadInput_Onyak_Vista .riHover,
html body .RadInput_Hover_Onyak_Vista,
html body .RadInput_Onyak_Vista .riFocused,
html body .RadInput_Focused_Onyak_Vista {
    border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}

html body .RadInput_Onyak_Vista .riRead,
html body .RadInput_Read_Onyak_Vista {
    border-color: #e3e9ef;
}

html body .RadInput_Onyak_Vista .riDisabled,
html body .RadInput_Disabled_Onyak_Vista {
    border-color: #e3e9ef;
    color: #8a8a8a;
    cursor: default;
}

html body .RadInput_Onyak_Vista .riError,
html body .RadInput_Error_Onyak_Vista {
    border-color: #b32d34 #dc643f #ea8541 #e5713e;
    background: #fff 100% -298px no-repeat url('Vista/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Vista .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Vista[type="text"] {
    border-color: #b32d34 #dc643f #ea8541 #e5713e;
    background: #fff 100% -298px no-repeat url('Vista/Input/sprite.gif');
    color: #b32d34;
}

html body .RadInput_Onyak_Vista .riNegative,
html body .RadInput_Negative_Onyak_Vista {
    color: #565656;
}

/*buttons*/

.RadInput_Onyak_Vista a {
    background: transparent no-repeat url('Vista/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Vista .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_Vista .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_Vista .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Vista a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Vista a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Vista a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Vista a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Vista .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_Vista .riError,
html body .RadInputRTL_Error_Onyak_Vista {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Vista .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Vista[type="text"] {
    background-position: 3px -298px;
}

/* <RadMenu / Vista> */

.RadMenu_Onyak_Vista .rmRootGroup,
.RadMenu_Onyak_Vista .rmFirst,
.RadMenu_Onyak_Vista a.rmLink,
.RadMenu_Onyak_Vista .rmText,
.RadMenu_Onyak_Vista .rmLeftArrow,
.RadMenu_Onyak_Vista .rmRightArrow,
.RadMenu_Onyak_Vista .rmTopArrow,
.RadMenu_Onyak_Vista .rmBottomArrow {
    background-image: url('Vista/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Vista .rmRootGroup {
    border: 1px solid #b7bdcd;
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: #e0e5f5;
}

.RadMenu_Onyak_Vista .rmFirst {
    background-position: 0 -24px;
}

.RadMenu_Onyak_Vista .rmVertical .rmFirst,
.RadMenu_Onyak_Vista .rmVertical .rmLast {
    background: none;
    padding: 0;
}

/* <Root items> */

.RadMenu_Onyak_Vista,
.RadMenu_Onyak_Vista a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #000;
    text-decoration: none;
}

    .RadMenu_Onyak_Vista a.rmLink,
    .RadMenu_Onyak_Vista .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_Vista a.rmLink:hover,
        .RadMenu_Onyak_Vista a.rmFocused,
        .RadMenu_Onyak_Vista a.rmSelected {
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_Vista a.rmLink:hover .rmText,
            .RadMenu_Onyak_Vista a.rmFocused .rmText,
            .RadMenu_Onyak_Vista a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_Vista a.rmExpanded,
    .RadMenu_Onyak_Vista a.rmExpanded:hover {
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_Vista a.rmExpanded .rmText,
        .RadMenu_Onyak_Vista a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_Vista a.rmDisabled,
    .RadMenu_Onyak_Vista a.rmDisabled:hover {
        color: #7d7d7d;
    }

        .RadMenu_Onyak_Vista a.rmDisabled:hover,
        .RadMenu_Onyak_Vista a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Vista .rmGroup,
    .RadMenu_Onyak_Vista .rmMultiColumn,
    .RadMenu_Onyak_Vista .rmGroup .rmVertical {
        border: 1px solid #979797;
        background: #f0f0f0 url('Vista/Menu/rmVSprite.png') repeat-y 0 0;
    }

    .RadMenu_Onyak_Vista .rmTopFix,
    .RadMenu_Onyak_Vista .rmBottomFix,
    .RadMenu_Onyak_Vista .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Vista .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Vista .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmGroup .rmItem {
        background-image: url('Vista/Menu/rmVSprite.png');
        background-color: #f0f0f0;
        background-repeat: repeat-y;
        background-position: -3px 0;
    }

* html .rmRoundedCorners_Onyak_Vista .rmGroup .rmItem {
    background-image: url('Vista/Menu/rmVSprite.png');
    background-color: #f0f0f0;
    background-repeat: repeat-y;
    background-position: -3px 0;
}

.RadMenu_Onyak_Vista .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Vista .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Vista .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Vista .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Vista .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Vista .rmRoundedCorners .rmGroupColumn {
    background-color: #f0f0f0;
}

.RadMenu_Onyak_Vista .rmBottomLeft,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Vista .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmMultiColumn {
    background-image: url('Vista/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Vista .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Vista .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Vista ul.rmGroup {
    background-image: url('Vista/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Vista .rmTopRight,
.RadMenu_Onyak_Vista .rmBottomRight {
    background-image: url('Vista/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Vista .rmTopFix,
.RadMenu_Onyak_Vista .rmBottomFix,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Vista .rmGroup .rmFirst {
    border-color: #979797;
}

.RadMenu_Onyak_Vista li.rmTopFix,
.RadMenu_Onyak_Vista li.rmBottomFix {
    background: #f0f0f0;
}

.RadMenu_Onyak_Vista .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #f0f0f0;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Vista .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Vista .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Vista .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Vista .rmScrollWrapContainer .rmRightArrow {
    background-color: #f0f0f0;
    border: 0;
}

.RadMenu_Onyak_Vista_rtl .rmBottomLeft,
.RadMenu_Onyak_Vista_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Vista_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Vista .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Vista_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Vista/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Vista_rtl .rmTopRight,
.RadMenu_Onyak_Vista_rtl .rmBottomRight {
    background-image: url('Vista/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Vista_rtl li.rmTopFix,
.RadMenu_Onyak_Vista_rtl li.rmBottomFix,
.RadMenu_Onyak_Vista_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Vista_Context_rtl ul.rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Vista .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Vista_rtl .rmGroup,
.RadMenu_Onyak_Vista_rtl .rmMultiColumn,
.RadMenu_Onyak_Vista_rtl .rmGroup .rmVertical {
    background-position: 100% 0;
}

.RadMenu_Onyak_Vista .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Vista .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Vista .rmGroup .rmFirst,
.RadMenu_Onyak_Vista .rmGroup .rmLast,
.RadMenu_Onyak_Vista .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Vista_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Vista .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Vista .rmGroup .rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Vista .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Vista .rmGroup a.rmFocused,
.RadMenu_Onyak_Vista .rmGroup a.rmSelected,
.RadMenu_Onyak_Vista .rmGroup a.rmExpanded {
    background-position: 0 -168px;
}

    .RadMenu_Onyak_Vista .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Vista .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Vista .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Vista .rmGroup a.rmExpanded .rmText {
        background-position: 100% -192px;
    }

/* <expand arrows> */

.RadMenu_Onyak_Vista .rmVertical .rmExpandRight,
.RadMenu_Onyak_Vista_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_Vista .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_Vista .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Vista .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Vista .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Vista .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Vista .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Vista .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Vista .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Vista .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('Vista/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Vista .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Vista .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Vista .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_Vista .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Vista .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_Vista .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Vista .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Vista .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Vista .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Vista .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Vista .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Vista .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Vista .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Vista/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Vista .rmVertical a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Vista_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Vista_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Vista .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Vista/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Vista_rtl a.rmLink:hover,
.RadMenu_Onyak_Vista_rtl a.rmFocused,
.RadMenu_Onyak_Vista_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Vista_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Vista_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Vista_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Vista_rtl a.rmExpanded,
.RadMenu_Onyak_Vista_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Vista_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Vista_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Vista_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Vista_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Vista_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Vista_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Vista_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Vista_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Vista_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Vista_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Vista_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Vista_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Vista_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Vista_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Vista_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_Vista_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Vista_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_Vista_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Vista_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Vista_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Vista_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Vista/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Vista_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Vista_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Vista/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Vista - specific, overlapping submenus)> */

.RadMenu_Onyak_Vista .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_Vista .rmVertical .rmSlide,
    .RadMenu_Onyak_Vista .rmSlide .rmSlide,
    .RadMenu_Onyak_Vista_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Vista_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_Vista_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_Vista_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_Vista_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Vista .rmLeftArrow,
.RadMenu_Onyak_Vista .rmRightArrow {
    background-color: #E0E5F5;
}

.RadMenu_Onyak_Vista .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Vista .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Vista .rmTopArrow,
.RadMenu_Onyak_Vista .rmBottomArrow,
.RadMenu_Onyak_Vista .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Vista .rmGroup .rmRightArrow {
    background-color: #f0f0f0;
}

.RadMenu_Onyak_Vista .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Vista .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #B7BDCD;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Vista .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_Vista .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_Vista .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Vista .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Vista> */
/* RadSlider for ASP.NET AJAX Vista Skin */
.RadSlider_Onyak_Vista .rslTrack {
    border-color: #b0b0b0 #fff #fff #b0b0b0;
}

.RadSlider_Onyak_Vista .rslHorizontal a.rslHandle {
    background-image: url('Vista/Slider/Handles.gif');
}

.RadSlider_Onyak_Vista .rslHorizontal a.rslDraghandle {
    background-image: url('Vista/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Vista .rslHorizontal .rslTrack {
    background: url('Vista/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Vista .rslHorizontal .rslSelectedregion {
    background: url('Vista/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Vista .rslVertical a.rslHandle {
    background-image: url('Vista/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Vista .rslVertical .rslTrack {
    background: url('Vista/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Vista .rslVertical .rslSelectedregion {
    background: url('Vista/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Vista .rslVertical a.rslDraghandle {
    background: url('Vista/Slider/DragVerticalHandle.gif') no-repeat 0 0;
}

.RadSlider_Onyak_Vista .rslItem,
.RadSlider_Onyak_Vista .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Vista .rslItemsWrapper .rslItemSelected {
    color: #6e96ff;
}

.RadSlider_Onyak_Vista .rslDisabled .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Vista .rslHorizontal .rslItem {
    background-image: url('Vista/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Vista .rslVertical .rslItem {
    background-image: url('Vista/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Vista .rslTop .rslSmallTick,
.RadSlider_Onyak_Vista .rslBottom .rslSmallTick {
    background-image: url('Vista/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Vista .rslTop .rslLargeTick,
.RadSlider_Onyak_Vista .rslBottom .rslLargeTick {
    background-image: url('Vista/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Vista .rslLeft .rslSmallTick,
.RadSlider_Onyak_Vista .rslRight .rslSmallTick {
    background-image: url('Vista/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Vista .rslLeft .rslLargeTick,
.RadSlider_Onyak_Vista .rslRight .rslLargeTick {
    background-image: url('Vista/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Vista .rslMiddle .rslSmallTick {
    background-image: url('Vista/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Vista .rslMiddle .rslLargeTick {
    background-image: url('Vista/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Vista .rslCenter .rslSmallTick {
    background-image: url('Vista/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Vista .rslCenter .rslLargeTick {
    background-image: url('Vista/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadGrid Vista Skin*/

/*global*/

.RadGrid_Onyak_Vista {
    border: 1px solid #9cb6c5;
    background: #fff;
    color: #333;
}

    .RadGrid_Onyak_Vista,
    .RadGrid_Onyak_Vista .rgMasterTable,
    .RadGrid_Onyak_Vista .rgDetailTable,
    .RadGrid_Onyak_Vista .rgGroupPanel table,
    .RadGrid_Onyak_Vista .rgCommandRow table,
    .RadGrid_Onyak_Vista .rgEditForm table,
    .RadGrid_Onyak_Vista .rgPager table,
    .GridToolTip_Onyak_Vista {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Vista .rgHeader:first-child,
        .RadGrid_Onyak_Vista th.rgResizeCol:first-child,
        .RadGrid_Onyak_Vista .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Vista .rgRow > td:first-child,
        .RadGrid_Onyak_Vista .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Vista .rgAdd,
        .RadGrid_Onyak_Vista .rgRefresh,
        .RadGrid_Onyak_Vista .rgEdit,
        .RadGrid_Onyak_Vista .rgDel,
        .RadGrid_Onyak_Vista .rgFilter,
        .RadGrid_Onyak_Vista .rgPagePrev,
        .RadGrid_Onyak_Vista .rgPageNext,
        .RadGrid_Onyak_Vista .rgPageFirst,
        .RadGrid_Onyak_Vista .rgPageLast,
        .RadGrid_Onyak_Vista .rgExpand,
        .RadGrid_Onyak_Vista .rgCollapse,
        .RadGrid_Onyak_Vista .rgSortAsc,
        .RadGrid_Onyak_Vista .rgSortDesc,
        .RadGrid_Onyak_Vista .rgUpdate,
        .RadGrid_Onyak_Vista .rgCancel,
        .RadGrid_Onyak_Vista .rgUngroup,
        .RadGrid_Onyak_Vista .rgExpXLS,
        .RadGrid_Onyak_Vista .rgExpDOC,
        .RadGrid_Onyak_Vista .rgExpPDF,
        .RadGrid_Onyak_Vista .rgExpCSV {
            background-image: url('Vista/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Vista .rgHeaderDiv {
            background: #ebeef6 0 -7750px repeat-x url('Vista/Grid/sprite.gif');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -7250px;
}

.RadGrid_Onyak_Vista .rgHeader,
.RadGrid_Onyak_Vista th.rgResizeCol {
    border: 1px solid;
    border-color: #fff #dcf2fc #3c7fb1 #8bbdde;
    border-top-width: 0;
    background: 0 -2300px repeat-x #a6d9f4 url('Vista/Grid/sprite.gif');
}

.RadGrid_Onyak_Vista th.rgSorted {
    border-bottom-color: #79b3d8;
    background-color: #d9ecf6;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Vista .rgHeader,
.RadGrid_Onyak_Vista .rgHeader a {
    color: #333;
}

/*rows*/

.RadGrid_Onyak_Vista .rgRow td,
.RadGrid_Onyak_Vista .rgAltRow td,
.RadGrid_Onyak_Vista .rgEditRow td,
.RadGrid_Onyak_Vista .rgFooter td {
    border-style: solid;
    border-width: 0 1px 1px;
}

.RadGrid_Onyak_Vista .rgRow td,
.RadGrid_Onyak_Vista .rgAltRow td {
    border-color: #fff #fff #fff #ededed;
}

.RadGrid_Onyak_Vista .rgRow .rgSorted,
.RadGrid_Onyak_Vista .rgAltRow .rgSorted {
    background-color: #f2f3f5;
}

.RadGrid_Onyak_Vista .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Vista .rgActiveRow .rgSorted,
.RadGrid_Onyak_Vista .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Vista .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Vista .rgRow a,
.RadGrid_Onyak_Vista .rgAltRow a,
.RadGrid_Onyak_Vista .rgEditRow a,
.RadGrid_Onyak_Vista .rgFooter a,
.RadGrid_Onyak_Vista .rgEditForm a {
    color: #06c;
}

.RadGrid_Onyak_Vista .rgSelectedRow {
    background: #abdbf5 0 -3900px repeat-x url('Vista/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Vista .rgSelectedRow .rgSorted {
        background-color: #abdbf5;
    }

    * html .RadGrid_Onyak_Vista .rgSelectedRow .rgSorted {
        background-color: #abdbf5;
    }

.RadGrid_Onyak_Vista .rgActiveRow,
.RadGrid_Onyak_Vista .rgHoveredRow {
    background: #d7f0fc 0 -2900px repeat-x url('Vista/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Vista .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Vista .rgHoveredRow .rgSorted {
        background-color: #d7f0fc;
    }

    * html .RadGrid_Onyak_Vista .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Vista .rgHoveredRow .rgSorted {
        background-color: #d7f0fc;
    }

.RadGrid_Onyak_Vista .rgEditRow {
    background: #96cfee 0 -4900px repeat-x url('Vista/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_Vista .rgEditRow .rgSorted {
        background-color: #96cfee;
    }

    * html .RadGrid_Onyak_Vista .rgEditRow .rgSorted {
        background-color: #96cfee;
    }

    .RadGrid_Onyak_Vista .rgSelectedRow td,
    .RadGrid_Onyak_Vista .rgActiveRow td,
    .RadGrid_Onyak_Vista .rgHoveredRow td,
    .RadGrid_Onyak_Vista .rgEditRow td {
        border-left-width: 0;
        border-right-width: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

.RadGrid_Onyak_Vista .rgSelectedRow td {
    border-bottom-color: #d7f0fc;
}

.RadGrid_Onyak_Vista .rgActiveRow td,
.RadGrid_Onyak_Vista .rgHoveredRow td {
    border-bottom-color: #99defd;
}

.RadGrid_Onyak_Vista .rgEditRow td {
    border-bottom-color: #96cfee;
}

.RadGrid_Onyak_Vista .rgDrag {
    background-image: url('Vista/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Vista .rgFooterDiv,
.RadGrid_Onyak_Vista .rgFooter {
    background: #e0e5f5;
}

    .RadGrid_Onyak_Vista .rgFooter td {
        border-top-width: 1px;
        border-color: #aec5d1 #e0e5f5 #fff #e0e5f5;
    }

/*status*/

.RadGrid_Onyak_Vista .rgPager .rgStatus {
    border: 1px solid;
    border-color: #aec5d1 #9cb6c5 #fff #9cb6c5;
    border-left-width: 0;
}

.RadGrid_Onyak_Vista .rgStatus div {
    background-image: url('Vista/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Vista .rgPager {
    background: #eff7fc;
}

.RadGrid_Onyak_Vista td.rgPagerCell {
    border: 1px solid;
    border-color: #aec5d1 #fff #fff;
    border-right-width: 0;
}

.RadGrid_Onyak_Vista .rgInfoPart {
    color: #8a8a8a;
}

    .RadGrid_Onyak_Vista .rgInfoPart strong {
        color: #4c4e54;
    }

.RadGrid_Onyak_Vista .rgPageFirst {
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Vista .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Vista .rgPagePrev {
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Vista .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Vista .rgPageNext {
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Vista .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Vista .rgPageLast {
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Vista .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Vista .rgPager .rgPagerButton {
    border-color: #a6d9f4;
    background: #cfcfcf repeat-x 0 -1550px url('Vista/Grid/sprite.gif');
    color: #000;
    font: 12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Vista .rgNumPart a:hover,
.RadGrid_Onyak_Vista .rgNumPart a:hover span,
.RadGrid_Onyak_Vista .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Vista .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Vista/Grid/sprite.gif');
}

.RadGrid_Onyak_Vista .rgNumPart a {
    color: #000;
}

    .RadGrid_Onyak_Vista .rgNumPart a:hover {
        background-position: 100% -1250px;
        color: #06c;
    }

        .RadGrid_Onyak_Vista .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Vista .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Vista .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
        color: #000;
    }

        .RadGrid_Onyak_Vista .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Vista .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Vista .rgHeader .rgSortAsc {
    background-position: 3px -248px;
    height: 10px;
}

.RadGrid_Onyak_Vista .rgHeader .rgSortDesc {
    background-position: 3px -198px;
    height: 10px;
}

.GridReorderTop_Onyak_Vista,
.GridReorderBottom_Onyak_Vista {
    height: 11px;
    background: 0 0 no-repeat url('Vista/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Vista {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Vista .rgFilterRow {
    background: #ebeef6;
}

    .RadGrid_Onyak_Vista .rgFilterRow td {
        border-left: 1px solid #ededed;
        border-right: 1px solid #fff;
    }

.RadGrid_Onyak_Vista .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Vista .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Vista .rgFilterActive,
.RadGrid_Onyak_Vista .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Vista .rgFilterBox {
    border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

/*filter context menu*/

.RadMenu_Onyak_Vista .rgHCMClear,
.RadMenu_Onyak_Vista .rgHCMFilter {
    border-color: #707070;
    background: #cfcfcf center -23px repeat-x url('Vista/FormDecorator/ButtonSprites.gif');
    color: #000;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Vista .rgHCMClear:hover,
    .RadMenu_Onyak_Vista .rgHCMFilter:hover {
        border-color: #3c7fb1;
        background-position: center -67px;
        background-color: #a7d9f5;
    }

/*context menu*/

.GridContextMenu_Onyak_Vista .rmLeftImage {
    background-image: url('Vista/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Vista .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Vista .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Vista .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Vista .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Vista .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Vista .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Vista .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Vista .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Vista .rgGroupPanel {
    border: 1px solid;
    border-color: #eaedf6 #f2f5fa #9cb6c5;
    background: #e6ebf5 0 -1900px repeat-x url('Vista/Grid/sprite.gif');
}

    .RadGrid_Onyak_Vista .rgGroupPanel td {
        border: 0;
        border-bottom: 1px solid #f2f5fa;
        padding: 0;
    }

        .RadGrid_Onyak_Vista .rgGroupPanel td td {
            border: 0;
            padding: 2px 3px 1px;
        }

            .RadGrid_Onyak_Vista .rgGroupPanel td td td {
                padding: 0;
            }

    .RadGrid_Onyak_Vista .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Vista .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_Vista .rgUngroup {
    background-position: 0 -7200px;
}

.RadGrid_Onyak_Vista .rgGroupItem {
    border: 1px solid;
    border-color: #8a929e #9298a1 #9298a1;
    background: #e6ebf5 0 -7000px repeat-x url('Vista/Grid/sprite.gif');
}

.RadGrid_Onyak_Vista .rgGroupHeader {
    background: 0 -6489px repeat-x url('Vista/Grid/sprite.gif');
    font-size: 1.1em;
    line-height: 21px;
    color: #039;
}

    .RadGrid_Onyak_Vista .rgGroupHeader td {
        padding: 0 8px;
    }

    .RadGrid_Onyak_Vista .rgGroupHeader .rgGroupCol {
        background: #fff none;
    }

.RadGrid_Onyak_Vista .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Vista .rgCollapse {
    background-position: 3px -444px;
}

.RadGrid_Onyak_Vista .rgGroupHeader .rgExpand,
.RadGrid_Onyak_Vista .rgGroupHeader .rgCollapse {
    background-color: #fff;
}

.RadGrid_Onyak_Vista .rgGroupHeader td p,
.RadGrid_Onyak_Vista .rgGroupHeader td div div {
    background: #fff;
}

/*editing*/

.RadGrid_Onyak_Vista .rgEditForm {
    border-bottom: 1px solid #ededed;
}

.RadGrid_Onyak_Vista .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Vista .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Vista .rgDetailTable {
    border-color: #ededed;
}

/*command row*/

.RadGrid_Onyak_Vista .rgCommandRow {
    background: #4e96aa 0 0 repeat-x url('Vista/Grid/rgCommandRow.gif');
    color: #fff;
}

.RadGrid_Onyak_Vista .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Vista thead .rgCommandCell {
    border-bottom: 1px solid #3c7fb1;
}

.RadGrid_Onyak_Vista tfoot .rgCommandCell,
.RadGrid_Onyak_Vista .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top: 1px solid #3c7fb1;
}

.RadGrid_Onyak_Vista .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Vista .rgCommandTable {
    border: 1px solid;
    border-color: #b2ccd8 #75a4b7 #95c3ce;
}

.RadGrid_Onyak_Vista .rgCommandRow a {
    color: #fff;
    text-decoration: none;
}

.RadGrid_Onyak_Vista .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Vista .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Vista .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Vista .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Vista .rgExpXLS,
.RadGrid_Onyak_Vista .rgExpDOC,
.RadGrid_Onyak_Vista .rgExpPDF,
.RadGrid_Onyak_Vista .rgExpCSV {
    background-image: url('Vista/Common/export.gif');
}

.RadGrid_Onyak_Vista .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Vista .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Vista .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Vista .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Vista {
    background: #039;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Vista {
    border-top: 1px dashed #039;
}

/*tooltip*/

.GridToolTip_Onyak_Vista {
    border: 1px solid #767676;
    padding: 3px;
    background: #e4e5f0;
    color: #000;
}

/*rtl*/

.RadGridRTL_Onyak_Vista .rgHeader:first-child,
.RadGridRTL_Onyak_Vista th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Vista .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Vista .rgRow > td:first-child,
.RadGridRTL_Onyak_Vista .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Vista .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Vista .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Vista .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Vista .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Vista .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Vista .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Vista .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Vista .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Vista .rgExpand {
    background-position: -20px -496px;
}
/*Telerik RadCalendar Vista skin*/

table.RadCalendar_Onyak_Vista {
    background: #fff;
    color: #333;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Vista .rcTitlebar {
    border-color: #a7bac5;
    border-bottom-color: #3c7fb1;
    background: #a6d9f4 0 -800px repeat-x url('Vista/Calendar/sprite.gif');
    color: #000;
}

    .RadCalendar_Onyak_Vista .rcTitlebar table {
        font: 12px/18px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Vista .rcTitlebar td {
        border-bottom: 1px solid #e5f4fd;
        padding: 2px 0 3px;
    }

    /*IE7 performance issue*/
    /*.RadCalendar_Onyak_Vista .rcTitlebar td.rcTitle:hover
{
    color:#06c;
}
.RadCalendar_Onyak_Vista .rcNoNav td.rcTitle:hover
{
    color:#000;
}*/

    .RadCalendar_Onyak_Vista .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Vista .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Vista .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Vista .rcTitlebar .rcFastNext {
        width: 15px;
        height: 14px;
        margin: 0 3px;
        background-image: url('Vista/Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar_Onyak_Vista .rcTitlebar .rcFastPrev {
        margin-left: 5px;
        background-position: 1px 2px;
    }

    .RadCalendar_Onyak_Vista .rcTitlebar a.rcFastPrev:hover {
        background-position: 1px -48px;
    }

    .RadCalendar_Onyak_Vista .rcTitlebar .rcPrev {
        background-position: 3px -98px;
    }

    .RadCalendar_Onyak_Vista .rcTitlebar a.rcPrev:hover {
        background-position: 3px -148px;
    }

    .RadCalendar_Onyak_Vista .rcTitlebar .rcNext {
        background-position: 4px -198px;
    }

    .RadCalendar_Onyak_Vista .rcTitlebar a.rcNext:hover {
        background-position: 4px -248px;
    }

    .RadCalendar_Onyak_Vista .rcTitlebar .rcFastNext {
        margin-right: 5px;
        background-position: 1px -298px;
    }

    .RadCalendar_Onyak_Vista .rcTitlebar a.rcFastNext:hover {
        background-position: 1px -348px;
    }

.RadCalendar_Onyak_Vista .rcMain {
    border-color: #a7bac5;
}

.RadCalendar_Onyak_Vista .rcMainTable {
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Vista .rcHeader,
.RadCalendar_Onyak_Vista .rcFooter {
    border-color: #a7bac5;
}

/*week numbers and days*/

.RadCalendar_Onyak_Vista .rcWeek th {
    padding: 2px 0 1px 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.RadCalendar_Onyak_Vista .rcWeek .rcViewSel {
    border-bottom-color: #fff;
}

.RadCalendar_Onyak_Vista .rcViewSel,
.RadCalendar_Onyak_Vista .rcRow th {
    background: #e7ebf6;
}

.RadCalendar_Onyak_Vista .rcRow th {
    width: 28px;
    color: #777;
}

/*date cells*/

.RadCalendar_Onyak_Vista .rcRow td {
    width: 26px;
    border: 0;
    padding: 0 0 1px 1px;
}

.RadCalendar_Onyak_Vista .rcMain .rcRow a,
.RadCalendar_Onyak_Vista .rcMain .rcRow span {
    width: 20px;
    padding: 0 6px 0 0;
    color: #333;
}

.RadCalendar_Onyak_Vista .rcMain .rcWeekend a {
    color: #555;
}

.RadCalendar_Onyak_Vista .rcMain .rcRow .rcToday a {
    background: 100% -1400px no-repeat url('Vista/Calendar/sprite.gif');
}

.RadCalendar_Onyak_Vista .rcMain .rcOtherMonth a {
    color: #777;
}

.RadCalendar_Onyak_Vista .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar_Onyak_Vista .rcMain .rcRow .rcSelected a {
    background: 100% -1300px no-repeat url('Vista/Calendar/sprite.gif');
    color: #06c;
}

.RadCalendar_Onyak_Vista .rcMain .rcRow .rcHover a {
    background: 100% -1200px no-repeat url('Vista/Calendar/sprite.gif');
    color: #06c;
}

/*multimonth view*/

.RadCalendarMultiView_Onyak_Vista .rcTitlebar {
    border-color: #131c24;
    border-bottom-color: #052d41;
    background: #4e96aa 0 -999px repeat-x url('Vista/Calendar/sprite.gif');
    color: #fff;
}

    .RadCalendarMultiView_Onyak_Vista .rcTitlebar table {
        border: 1px solid;
        border-color: #b2ccd8 #87b2c3 #95c3ce;
        line-height: 24px;
    }

    .RadCalendarMultiView_Onyak_Vista .rcTitlebar td {
        border: 0;
        padding-top: 1px;
    }

        .RadCalendarMultiView_Onyak_Vista .rcTitlebar td.rcTitle:hover {
            color: #fff;
        }

    .RadCalendarMultiView_Onyak_Vista .rcTitlebar .rcFastPrev {
        height: 18px;
        background-position: 1px -396px;
    }

    .RadCalendarMultiView_Onyak_Vista .rcTitlebar a.rcFastPrev:hover {
        background-position: 1px -446px;
    }

    .RadCalendarMultiView_Onyak_Vista .rcTitlebar .rcPrev {
        height: 18px;
        background-position: 3px -496px;
    }

    .RadCalendarMultiView_Onyak_Vista .rcTitlebar a.rcPrev:hover {
        background-position: 3px -546px;
    }

    .RadCalendarMultiView_Onyak_Vista .rcTitlebar .rcNext {
        height: 18px;
        background-position: 3px -596px;
    }

    .RadCalendarMultiView_Onyak_Vista .rcTitlebar a.rcNext:hover {
        background-position: 3px -646px;
    }

    .RadCalendarMultiView_Onyak_Vista .rcTitlebar .rcFastNext {
        height: 18px;
        background-position: 1px -696px;
    }

    .RadCalendarMultiView_Onyak_Vista .rcTitlebar a.rcFastNext:hover {
        background-position: 1px -746px;
    }

.RadCalendarMultiView_Onyak_Vista .rcMain {
    border-color: #9cb6c5;
}

.RadCalendarMultiView_Onyak_Vista .rcCalendar {
    border-color: #a7bac5;
}

.RadCalendarMultiView_Onyak_Vista .rcMain .rcTitle {
    border-color: #3c7fb1;
    padding: 3px 0 4px;
    background: #a6d9f4 0 -800px repeat-x url('Vista/Calendar/sprite.gif');
    color: #000;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Vista {
    border-color: #979797;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

.RadCalendarMonthView_Onyak_Vista #rcMView_Feb,
.RadCalendarMonthView_Onyak_Vista #rcMView_Apr,
.RadCalendarMonthView_Onyak_Vista #rcMView_Jun,
.RadCalendarMonthView_Onyak_Vista #rcMView_Aug,
.RadCalendarMonthView_Onyak_Vista #rcMView_Oct,
.RadCalendarMonthView_Onyak_Vista #rcMView_Dec {
    border-right: 1px solid #e0e0e0;
}

.RadCalendarMonthView_Onyak_Vista a {
    color: #333;
}

.RadCalendarMonthView_Onyak_Vista .rcHover a {
    border-color: #daf2fc;
}

.RadCalendarMonthView_Onyak_Vista .rcSelected a {
    border-color: #06c;
    color: #000;
}

.RadCalendarMonthView_Onyak_Vista #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Vista #rcMView_NextY a {
    width: 15px;
    height: 14px;
    background-image: url('Vista/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Vista #rcMView_PrevY a {
    background-position: 6px 4px;
}

.RadCalendarMonthView_Onyak_Vista #rcMView_NextY a {
    background-position: 6px -296px;
}

    .RadCalendarMonthView_Onyak_Vista #rcMView_PrevY a:hover,
    .RadCalendarMonthView_Onyak_Vista #rcMView_NextY a:hover {
        background: transparent no-repeat url('Vista/Calendar/animations.gif');
    }

.RadCalendarMonthView_Onyak_Vista #rcMView_PrevY a:hover {
    background-position: 5px 6px;
}

.RadCalendarMonthView_Onyak_Vista #rcMView_NextY a:hover {
    background-position: -49px 6px;
}

.RadCalendarMonthView_Onyak_Vista .rcButtons {
    padding: 4px 7px 6px;
}

.RadCalendarMonthView_Onyak_Vista input {
    border: 0;
    margin: 0 3px;
    padding: 1px 0 0;
    background: 0 100% repeat-x url('Vista/Calendar/sprite.gif');
    color: #06c;
    font: 12px "segoe ui",arial,sans-serif;
}

/*time view*/

table.RadCalendarTimeView_Onyak_Vista {
    border-color: #979797;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

.RadCalendarTimeView_Onyak_Vista th {
    border-bottom: 1px solid #3c7fb1;
    padding: 3px 0;
    background: #a6d9f4 0 -800px repeat-x url('Vista/Calendar/sprite.gif');
    color: #000;
    line-height: 18px;
}

table.RadCalendarTimeView_Onyak_Vista td {
    border-color: #e0e0e0;
}

.RadCalendarTimeView_Onyak_Vista a {
    width: 58px;
    padding: 1px 6px 1px 1px;
    line-height: 15px;
    color: #333;
    text-align: right;
}

.RadCalendarTimeView_Onyak_Vista td.rcSelected a {
    border-color: #06c;
    padding: 0 5px 0 0;
    color: #000;
}

.RadCalendarTimeView_Onyak_Vista td.rcHover a {
    border: 0;
    padding: 1px 6px 1px 1px;
    background: 100% -1800px no-repeat url('Vista/Calendar/sprite.gif');
    color: #06c;
}

.RadCalendarTimeView_Onyak_Vista .rcFooter {
    border-color: #e0e0e0;
}

/*pickers*/

.RadPicker_Onyak_Vista .rcCalPopup,
.RadPicker_Onyak_Vista .rcTimePopup {
    background-image: url('Vista/Calendar/sprite.gif');
}

.RadPicker_Onyak_Vista .rcCalPopup,
.RadPicker_Onyak_Vista a.rcDisabled.rcCalPopup:hover {
    background-position: 0 -2000px;
}

.RadPicker_Onyak_Vista a.rcCalPopup:hover,
.RadPicker_Onyak_Vista a.rcCalPopup:focus,
.RadPicker_Onyak_Vista a.rcCalPopup:active {
    background-position: 0 -2050px;
}

.RadPicker_Onyak_Vista .rcTimePopup,
.RadPicker_Onyak_Vista a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -2100px;
}

.RadPicker_Onyak_Vista a.rcTimePopup:hover,
.RadPicker_Onyak_Vista a.rcTimePopup:focus,
.RadPicker_Onyak_Vista a.rcTimePopup:active {
    background-position: 0 -2150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Vista .rcTitlebar .rcFastPrev {
    background-position: 1px -298px;
}

.RadCalendarRTL_Onyak_Vista .rcTitlebar a.rcFastPrev:hover {
    background-position: 1px -348px;
}

.RadCalendarRTL_Onyak_Vista .rcTitlebar .rcPrev {
    background-position: 4px -198px;
}

.RadCalendarRTL_Onyak_Vista .rcTitlebar a.rcPrev:hover {
    background-position: 4px -248px;
}

.RadCalendarRTL_Onyak_Vista .rcTitlebar .rcNext {
    background-position: 3px -98px;
}

.RadCalendarRTL_Onyak_Vista .rcTitlebar a.rcNext:hover {
    background-position: 3px -148px;
}

.RadCalendarRTL_Onyak_Vista .rcTitlebar .rcFastNext {
    background-position: 1px 2px;
}

.RadCalendarRTL_Onyak_Vista .rcTitlebar a.rcFastNext:hover {
    background-position: 1px -48px;
}

.RadCalendarMultiViewRTL_Onyak_Vista .rcTitlebar .rcFastPrev {
    background-position: 1px -696px;
}

.RadCalendarMultiViewRTL_Onyak_Vista .rcTitlebar a.rcFastPrev:hover {
    background-position: 1px -746px;
}

.RadCalendarMultiViewRTL_Onyak_Vista .rcTitlebar .rcPrev {
    background-position: 3px -596px;
}

.RadCalendarMultiViewRTL_Onyak_Vista .rcTitlebar a.rcPrev:hover {
    background-position: 3px -646px;
}

.RadCalendarMultiViewRTL_Onyak_Vista .rcTitlebar .rcNext {
    background-position: 3px -496px;
}

.RadCalendarMultiViewRTL_Onyak_Vista .rcTitlebar a.rcNext:hover {
    background-position: 3px -546px;
}

.RadCalendarMultiViewRTL_Onyak_Vista .rcTitlebar .rcFastNext {
    background-position: 1px -396px;
}

.RadCalendarMultiViewRTL_Onyak_Vista .rcTitlebar a.rcFastNext:hover {
    background-position: 1px -446px;
}
/* <RadMenu / Web20> */

.RadMenu_Onyak_Web20 .rmRootGroup,
.RadMenu_Onyak_Web20 a.rmLink,
.RadMenu_Onyak_Web20 .rmText,
.RadMenu_Onyak_Web20 .rmLeftArrow,
.RadMenu_Onyak_Web20 .rmRightArrow,
.RadMenu_Onyak_Web20 .rmTopArrow,
.RadMenu_Onyak_Web20 .rmBottomArrow {
    background-image: url('Web20/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Web20 .rmRootGroup {
    border: 1px solid #6788be;
    background-color: #93b4df;
}

.RadMenu_Onyak_Web20 .rmHorizontal {
    background-repeat: repeat-x;
    background-position: 0 0;
}

.RadMenu_Onyak_Web20 .rmVertical {
    background-image: none;
}

/* <Root items> */

.RadMenu_Onyak_Web20,
.RadMenu_Onyak_Web20 a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    text-decoration: none;
}

    .RadMenu_Onyak_Web20 a.rmLink {
        color: #fff;
    }

        .RadMenu_Onyak_Web20 a.rmLink,
        .RadMenu_Onyak_Web20 a.rmLink .rmText {
            background-repeat: no-repeat;
            background-position: 0 500px;
        }

    .RadMenu_Onyak_Web20 .rmVertical .rmFirst,
    .RadMenu_Onyak_Web20 .rmVertical .rmLast {
        background: none;
    }

    .RadMenu_Onyak_Web20 a.rmLink:hover,
    .RadMenu_Onyak_Web20 a.rmFocused,
    .RadMenu_Onyak_Web20 a.rmSelected,
    .RadMenu_Onyak_Web20 a.rmExpanded,
    .RadMenu_Onyak_Web20 a.rmExpanded:hover {
        color: #0f3789;
        background-position: 0 -72px;
    }

    .RadMenu_Onyak_Web20 .rmFirst a.rmLink:hover,
    .RadMenu_Onyak_Web20 .rmFirst a.rmFocused,
    .RadMenu_Onyak_Web20 .rmFirst a.rmSelected,
    .RadMenu_Onyak_Web20 .rmFirst a.rmExpanded,
    .RadMenu_Onyak_Web20 .rmFirst a.rmExpanded:hover {
        background-position: -1px -72px;
    }

    .RadMenu_Onyak_Web20 a.rmLink:hover .rmText,
    .RadMenu_Onyak_Web20 a.rmFocused .rmText,
    .RadMenu_Onyak_Web20 a.rmSelected .rmText,
    .RadMenu_Onyak_Web20 a.rmExpanded .rmText,
    .RadMenu_Onyak_Web20 a.rmExpanded:hover .rmText {
        background-position: 100% -96px;
    }

    .RadMenu_Onyak_Web20 .rmLast a.rmLink:hover .rmText,
    .RadMenu_Onyak_Web20 .rmLast a.rmFocused .rmText,
    .RadMenu_Onyak_Web20 .rmLast a.rmSelected .rmText,
    .RadMenu_Onyak_Web20 .rmLast a.rmExpanded .rmText,
    .RadMenu_Onyak_Web20 .rmLast a.rmExpanded:hover .rmText {
        background-position: 0 -96px;
    }

    .RadMenu_Onyak_Web20 .rmItem a.rmDisabled,
    .RadMenu_Onyak_Web20 .rmItem a.rmDisabled:hover,
    .RadMenu_Onyak_Web20 .rmItem a.rmDisabled .rmText,
    .RadMenu_Onyak_Web20 .rmItem a.rmDisabled:hover .rmText {
        background-repeat: no-repeat;
        background-position: 0 500px;
    }

    .RadMenu_Onyak_Web20 .rmVertical a.rmLink {
        padding-top: 1px;
        padding-bottom: 1px;
    }

        .RadMenu_Onyak_Web20 .rmVertical a.rmLink:hover,
        .RadMenu_Onyak_Web20 .rmVertical a.rmFocused,
        .RadMenu_Onyak_Web20 .rmVertical a.rmSelected,
        .RadMenu_Onyak_Web20 .rmVertical a.rmExpanded,
        .RadMenu_Onyak_Web20 .rmVertical a.rmExpanded:hover {
            padding-top: 0;
            padding-bottom: 0;
            border-style: solid;
            border-color: #3f5f94;
            border-width: 1px 0;
        }

            .RadMenu_Onyak_Web20 .rmVertical a.rmLink:hover,
            .RadMenu_Onyak_Web20 .rmVertical a.rmFocused,
            .RadMenu_Onyak_Web20 .rmVertical a.rmSelected,
            .RadMenu_Onyak_Web20 .rmVertical a.rmExpanded,
            .RadMenu_Onyak_Web20 .rmVertical a.rmExpanded:hover,
            .RadMenu_Onyak_Web20 .rmVertical a.rmLink:hover .rmText,
            .RadMenu_Onyak_Web20 .rmVertical a.rmFocused .rmText,
            .RadMenu_Onyak_Web20 .rmVertical a.rmSelected .rmText,
            .RadMenu_Onyak_Web20 .rmVertical a.rmExpanded .rmText,
            .RadMenu_Onyak_Web20 .rmVertical a.rmExpanded:hover .rmText {
                background-position: -1px -72px;
            }

    .RadMenu_Onyak_Web20 .rmVertical .rmFirst a.rmLink:hover,
    .RadMenu_Onyak_Web20 .rmVertical .rmFirst a.rmFocused,
    .RadMenu_Onyak_Web20 .rmVertical .rmFirst a.rmSelected,
    .RadMenu_Onyak_Web20 .rmVertical .rmFirst a.rmExpanded,
    .RadMenu_Onyak_Web20 .rmVertical .rmFirst a.rmExpanded:hover {
        padding-top: 1px;
        padding-bottom: 0;
        border-top-width: 0;
    }

    .RadMenu_Onyak_Web20 .rmVertical .rmLast a.rmLink:hover,
    .RadMenu_Onyak_Web20 .rmVertical .rmLast a.rmFocused,
    .RadMenu_Onyak_Web20 .rmVertical .rmLast a.rmSelected,
    .RadMenu_Onyak_Web20 .rmVertical .rmLast a.rmExpanded,
    .RadMenu_Onyak_Web20 .rmVertical .rmLast a.rmExpanded:hover {
        padding-bottom: 1px;
        padding-top: 0;
        border-bottom-width: 0;
    }

    .RadMenu_Onyak_Web20 .rmVertical .rmItem a.rmDisabled:hover {
        padding-top: 1px;
        padding-bottom: 1px;
        border-width: 0;
    }

    .RadMenu_Onyak_Web20 .rmLast a.rmExpanded .rmText {
        background-position: 0 500px;
        background-repeat: no-repeat;
    }

    .RadMenu_Onyak_Web20 .rmRootGroup a.rmDisabled,
    .RadMenu_Onyak_Web20 .rmRootGroup a.rmDisabled:hover {
        color: #bdcae3;
        background: none;
    }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Web20 .rmGroup,
    .RadMenu_Onyak_Web20 .rmMultiColumn,
    .RadMenu_Onyak_Web20 .rmGroup .rmVertical {
        border: 1px solid #6788BE;
        background: #fff url('Web20/Menu/rmVSprite.png') repeat-y -1px 0;
    }

    .RadMenu_Onyak_Web20 .rmTopFix,
    .RadMenu_Onyak_Web20 .rmBottomFix,
    .RadMenu_Onyak_Web20 .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Web20 .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Web20 .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Web20 .rmRoundedCorners ul.rmHorizontal .rmFirst,
    .RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Web20_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        background-image: url('Web20/Menu/rmVSprite.png');
        background-color: #fff;
        background-repeat: repeat-y;
        background-position: -3px 0;
    }

* html .rmRoundedCorners_Onyak_Web20 .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Web20 ul.rmHorizontal .rmFirst {
    background-image: url('Web20/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: -3px 0;
}

.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Web20 .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Web20 .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Web20 .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Web20 .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Web20 .rmRoundedCorners .rmGroupColumn {
    background-color: #fff;
}

.RadMenu_Onyak_Web20 .rmBottomLeft,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Web20 .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmMultiColumn {
    background-image: url('Web20/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Web20 .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Web20 .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Web20 ul.rmGroup {
    background-image: url('Web20/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Web20 .rmTopRight,
.RadMenu_Onyak_Web20 .rmBottomRight {
    background-image: url('Web20/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Web20 .rmTopFix,
.RadMenu_Onyak_Web20 .rmBottomFix,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Web20 .rmGroup .rmFirst {
    border-color: #6788BE;
}

.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

* html .rmRoundedCorners_Onyak_Web20 .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Web20 .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Web20 .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Web20 .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Web20 .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Web20 .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

.RadMenu_Onyak_Web20 li.rmTopFix,
.RadMenu_Onyak_Web20 li.rmBottomFix {
    background-position: -4px 0;
}

.RadMenu_Onyak_Web20_rtl .rmBottomLeft,
.RadMenu_Onyak_Web20_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Web20_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Web20 .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Web20_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Web20/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Web20_rtl .rmTopRight,
.RadMenu_Onyak_Web20_rtl .rmBottomRight {
    background-image: url('Web20/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Web20_rtl li.rmTopFix,
.RadMenu_Onyak_Web20_rtl li.rmBottomFix,
.RadMenu_Onyak_Web20_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Web20_Context_rtl ul.rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Web20 .rmGroup a.rmLink {
    color: #000;
}

.RadMenu_Onyak_Web20 .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Web20_rtl .rmGroup,
.RadMenu_Onyak_Web20_rtl .rmMultiColumn,
.RadMenu_Onyak_Web20_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

.RadMenu_Onyak_Web20 .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Web20 .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Web20 .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Web20_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Web20 .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Web20 .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmFocused,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmSelected,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmExpanded {
    color: #0f3789;
}

.RadMenu_Onyak_Web20 .rmGroup a.rmDisabled,
.RadMenu_Onyak_Web20 .rmGroup a.rmDisabled:hover {
    color: #8a8a8a;
}

.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmLink,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmLink:hover,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmFocused,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmSelected,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmExpanded {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.RadMenu_Onyak_Web20 .rmGroup a.rmLink,
.RadMenu_Onyak_Web20 .rmGroup .rmText,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmDisabled,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmDisabled:hover,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmDisabled .rmText,
.RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmDisabled:hover .rmText {
    background-position: 0 500px;
    background-repeat: no-repeat;
    background-color: transparent;
}

    .RadMenu_Onyak_Web20 .rmGroup a.rmLink:hover,
    .RadMenu_Onyak_Web20 .rmGroup a.rmFocused,
    .RadMenu_Onyak_Web20 .rmGroup a.rmSelected,
    .RadMenu_Onyak_Web20 .rmGroup a.rmExpanded {
        background-position: 0 -168px;
    }

        .RadMenu_Onyak_Web20 .rmGroup a.rmLink:hover .rmText,
        .RadMenu_Onyak_Web20 .rmGroup a.rmFocused .rmText,
        .RadMenu_Onyak_Web20 .rmGroup a.rmSelected .rmText,
        .RadMenu_Onyak_Web20 .rmGroup a.rmExpanded .rmText {
            background-position: 100% -192px;
        }

    /* <expand arrows> */

    .RadMenu_Onyak_Web20 .rmRootGroup .rmLink .rmExpandRight,
    .RadMenu_Onyak_Web20 .rmGroup .rmLink .rmExpandDown,
    .RadMenu_Onyak_Web20_Context .rmGroup .rmLink .rmExpandRight,
    .RadMenu_Onyak_Web20 .rmRootGroup .rmItem a.rmDisabled .rmExpandRight,
    .RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmDisabled .rmExpandDown,
    .RadMenu_Onyak_Web20 .rmRootGroup .rmItem a.rmDisabled:hover .rmExpandRight,
    .RadMenu_Onyak_Web20 .rmGroup .rmItem a.rmDisabled:hover .rmExpandDown {
        background-position: 100% -216px;
    }

.RadMenu_Onyak_Web20 a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Web20 a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Web20 a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Web20 a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Web20 a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Web20 a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Web20 a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Web20 a.rmSelected .rmExpandLeft {
    background-image: url('Web20/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Web20 .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Web20 .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Web20 .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Web20 .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% 0;
}

.RadMenu_Onyak_Web20 .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Web20 .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Web20 .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Web20 .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Web20 .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Web20 .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Web20 .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Web20 .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Web20/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Web20 .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_Web20 .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('Web20/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Web20_rtl a.rmLink:hover,
.RadMenu_Onyak_Web20_rtl a.rmFocused,
.RadMenu_Onyak_Web20_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Web20_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Web20_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Web20_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Web20_rtl a.rmExpanded,
.RadMenu_Onyak_Web20_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Web20_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Web20_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Web20_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Web20_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Web20_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Web20_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Web20_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Web20_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Web20_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Web20_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Web20_Context_rtl .rmVertical .rmLink .rmExpandLeft,
.RadMenu_Onyak_Web20_rtl .rmRootGroup a.rmLink .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Web20_rtl .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Web20_rtl .rmVertical a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Web20_rtl .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Web20_rtl .rmVertical a.rmFocused .rmExpandLeft {
    background-position: 0 0;
}

.RadMenu_Onyak_Web20_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Web20_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Web20_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Web20_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Web20/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Web20_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Web20/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Web20 - specific, overlapping submenus)> */

.RadMenu_Onyak_Web20 .rmFirst .rmSlide {
    margin: 0 0 0 -1px;
}

.RadMenu_Onyak_Web20 .rmVertical .rmSlide,
.RadMenu_Onyak_Web20 .rmSlide .rmSlide,
.RadMenu_Onyak_Web20_Context .rmGroup .rmSlide {
    margin: 0 0 0 -5px;
}

.RadMenu_Onyak_Web20_rtl .rmSlide {
    margin: 0 0 0 0;
}

.RadMenu_Onyak_Web20_rtl .rmFirst .rmSlide {
    margin-left: 1px;
}

.RadMenu_Onyak_Web20_rtl .rmVertical .rmSlide,
.RadMenu_Onyak_Web20_rtl .rmSlide .rmSlide,
.RadMenu_Onyak_Web20_Context_rtl .rmGroup .rmSlide {
    margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Web20 .rmLeftArrow,
.RadMenu_Onyak_Web20 .rmRightArrow {
    background-color: #ECF4FF;
}

.RadMenu_Onyak_Web20 .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #828282;
}

.RadMenu_Onyak_Web20 .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #828282;
}

.RadMenu_Onyak_Web20 .rmTopArrow,
.RadMenu_Onyak_Web20 .rmBottomArrow,
.RadMenu_Onyak_Web20 .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Web20 .rmGroup .rmRightArrow {
    background-color: #ECF4FF;
}

.RadMenu_Onyak_Web20 .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #828282;
}

.RadMenu_Onyak_Web20 .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #828282;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Web20 .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Web20 .rmVertical .rmHorizontal .rmSeparator .rmText {
    height: 22px;
    margin: 1px 0 0;
    width: 1px;
}

.RadMenu_Onyak_Web20 .rmHorizontal .rmSeparator .rmText {
    background-color: transparent;
    background-position: 0 -386px;
}

.RadMenu_Onyak_Web20_Context .rmSeparator .rmText,
.RadMenu_Onyak_Web20 .rmHorizontal .rmGroup .rmSeparator .rmText,
.RadMenu_Onyak_Web20 .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText {
    background-color: transparent;
    background-position: 0 -408px;
}

/* </Separators> */

/* </RadMenu / Web20> */

/*Telerik RadInput Web20 Skin*/

/*global*/

.RadInput_Onyak_Web20,
.RadInputMgr_Onyak_Web20 {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Web20 .riTextBox,
html body .RadInputMgr_Onyak_Web20 {
    border-color: #6788be;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Web20 .riEmpty,
html body .RadInput_Empty_Onyak_Web20 {
    color: #777;
}

html body .RadInput_Onyak_Web20 .riHover,
html body .RadInput_Hover_Onyak_Web20,
html body .RadInput_Onyak_Web20 .riFocused,
html body .RadInput_Focused_Onyak_Web20 {
    border-color: #3f5f94;
}

html body .RadInput_Onyak_Web20 .riRead,
html body .RadInput_Read_Onyak_Web20 {
    border-color: #bebebe;
}

html body .RadInput_Onyak_Web20 .riDisabled,
html body .RadInput_Disabled_Onyak_Web20 {
    border-color: #bebebe;
    color: #777;
    cursor: default;
}

html body .RadInput_Onyak_Web20 .riError,
html body .RadInput_Error_Onyak_Web20 {
    border-color: #d24000;
    background: #fff 100% -298px no-repeat url('Web20/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Web20 .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Web20[type="text"] {
    border-color: #d24000;
    background: #fff 100% -298px no-repeat url('Web20/Input/sprite.gif');
    color: #b32d34;
}

html body .RadInput_Onyak_Web20 .riNegative,
html body .RadInput_Negative_Onyak_Web20 {
    color: #444;
}

/*buttons*/

.RadInput_Onyak_Web20 a {
    background: transparent no-repeat url('Web20/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Web20 .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_Web20 .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_Web20 .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Web20 a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Web20 a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Web20 a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Web20 a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Web20 .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_Web20 .riError,
html body .RadInputRTL_Error_Onyak_Web20 {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Web20 .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Web20[type="text"] {
    background-position: 3px -298px;
}

/* RadSlider for ASP.NET AJAX Web20 Skin */
.RadSlider_Onyak_Web20 .rslTrack {
    border-color: #7996c6 #fff #fff #7996c6;
}

.RadSlider_Onyak_Web20 .rslHorizontal a.rslHandle {
    background-image: url('Web20/Slider/Handles.gif');
}

.RadSlider_Onyak_Web20 .rslHorizontal a.rslDraghandle {
    background-image: url('Web20/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Web20 .rslHorizontal .rslTrack {
    background: url('Web20/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Web20 .rslHorizontal .rslSelectedregion {
    background: url('Web20/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Web20 .rslVertical a.rslHandle {
    background-image: url('Web20/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Web20 .rslVertical .rslTrack {
    background: url('Web20/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Web20 .rslVertical .rslSelectedregion {
    background: url('Web20/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Web20 .rslVertical a.rslDraghandle {
    background: url('Web20/Slider/DragVerticalHandle.gif') no-repeat 0 0;
}

.RadSlider_Onyak_Web20 .rslItem,
.RadSlider_Onyak_Web20 .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Web20 .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Web20 .rslHorizontal .rslItem {
    background-image: url('Web20/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Web20 .rslVertical .rslItem {
    background-image: url('Web20/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Web20 .rslTop .rslSmallTick,
.RadSlider_Onyak_Web20 .rslBottom .rslSmallTick {
    background-image: url('Web20/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Web20 .rslTop .rslLargeTick,
.RadSlider_Onyak_Web20 .rslBottom .rslLargeTick {
    background-image: url('Web20/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Web20 .rslLeft .rslSmallTick,
.RadSlider_Onyak_Web20 .rslRight .rslSmallTick {
    background-image: url('Web20/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Web20 .rslLeft .rslLargeTick,
.RadSlider_Onyak_Web20 .rslRight .rslLargeTick {
    background-image: url('Web20/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Web20 .rslMiddle .rslSmallTick {
    background-image: url('Web20/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Web20 .rslMiddle .rslLargeTick {
    background-image: url('Web20/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Web20 .rslCenter .rslSmallTick {
    background-image: url('Web20/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Web20 .rslCenter .rslLargeTick {
    background-image: url('Web20/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadCalendar Web20 skin*/

table.RadCalendar_Onyak_Web20 {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Web20 .rcTitlebar {
    border-color: #6788be;
    background: #93b4df 0 -1000px repeat-x url('Web20/Calendar/sprite.gif');
    color: #fff;
}

    .RadCalendar_Onyak_Web20 .rcTitlebar table {
        font: 12px/22px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Web20 .rcTitlebar td {
        padding: 0 0 2px;
    }

    .RadCalendar_Onyak_Web20 .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Web20 .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Web20 .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Web20 .rcTitlebar .rcFastNext {
        width: 22px;
        height: 20px;
        margin: 2px 0 0;
        background-image: url('Web20/Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar_Onyak_Web20 .rcTitlebar .rcFastPrev {
        margin-left: 2px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Web20 .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Web20 .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Web20 .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Web20 .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Web20 .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Web20 .rcTitlebar .rcFastNext {
        margin-right: 2px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Web20 .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_Web20 .rcMain {
    border-color: #6788be;
}

.RadCalendar_Onyak_Web20 .rcMainTable {
    color: #000;
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Web20 .rcHeader,
.RadCalendar_Onyak_Web20 .rcFooter {
    border-color: #6788be;
}

/*week numbers and days*/

.RadCalendar_Onyak_Web20 .rcRow th,
.RadCalendar_Onyak_Web20 .rcWeek th {
    background: #ecf4ff;
}

.RadCalendar_Onyak_Web20 .rcWeek th {
    border-bottom: 1px solid #bcd2f1;
    padding: 2px 6px 3px 0;
}

.RadCalendar_Onyak_Web20 .rcWeek .rcViewSel,
.RadCalendar_Onyak_Web20 .rcRow th {
    width: 13px;
    border-right: 1px solid #bcd2f1;
    padding: 0 7px 0 9px;
}

.RadCalendar_Onyak_Web20 .rcWeek .rcViewSel {
    border-right-color: #ecf4ff;
}

/*date cells*/

.RadCalendar_Onyak_Web20 .rcRow td {
    border-color: #fff;
}

.RadCalendar_Onyak_Web20 .rcMain .rcRow a,
.RadCalendar_Onyak_Web20 .rcMain .rcRow span {
    color: #000;
}

.RadCalendar_Onyak_Web20 .rcMain .rcWeekend a {
    color: #444;
}

.RadCalendar_Onyak_Web20 .rcRow .rcToday {
    border-color: #85c843;
}

.RadCalendar_Onyak_Web20 .rcMain .rcOtherMonth a {
    color: #777;
}

.RadCalendar_Onyak_Web20 .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar_Onyak_Web20 .rcRow .rcSelected {
    border-color: #85c843;
    background: #d4ffbc;
}

    .RadCalendar_Onyak_Web20 .rcRow .rcSelected a {
        color: #0d202b;
    }

.RadCalendar_Onyak_Web20 .rcRow .rcHover {
    border-color: #bcd2f1;
    background: #e7f1ff;
}

    .RadCalendar_Onyak_Web20 .rcRow .rcHover a {
        color: #0e3d4f;
    }

/*multimonth view*/

.RadCalendarMultiView_Onyak_Web20 .rcTitlebar {
    border-color: #243567;
    background: #3b548c 0 -1200px repeat-x url('Web20/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_Web20 .rcTitlebar table {
        line-height: 28px;
    }

    .RadCalendarMultiView_Onyak_Web20 .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -650px;
    }

    .RadCalendarMultiView_Onyak_Web20 .rcTitlebar a.rcPrev:hover {
        background-position: 0 -750px;
    }

    .RadCalendarMultiView_Onyak_Web20 .rcTitlebar a.rcNext:hover {
        background-position: 0 -850px;
    }

    .RadCalendarMultiView_Onyak_Web20 .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -950px;
    }

.RadCalendarMultiView_Onyak_Web20 .rcMain {
    border-color: #6788be;
}

.RadCalendarMultiView_Onyak_Web20 .rcCalendar {
    border-color: #6788be;
}

    .RadCalendarMultiView_Onyak_Web20 .rcCalendar .rcMainTable {
        height: 195px;
    }

.RadCalendarMultiView_Onyak_Web20 .rcMainTable .rcTitle {
    border-bottom: 1px solid #6788be;
    padding: 0 0 2px;
    background: #93b4df 0 -1000px repeat-x url('Web20/Calendar/sprite.gif');
    color: #fff;
    line-height: 22px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Web20 {
    border-color: #6788be;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

.RadCalendarMonthView_Onyak_Web20 #rcMView_Feb,
.RadCalendarMonthView_Onyak_Web20 #rcMView_Apr,
.RadCalendarMonthView_Onyak_Web20 #rcMView_Jun,
.RadCalendarMonthView_Onyak_Web20 #rcMView_Aug,
.RadCalendarMonthView_Onyak_Web20 #rcMView_Oct,
.RadCalendarMonthView_Onyak_Web20 #rcMView_Dec {
    border-right: 1px solid #6788be;
}

.RadCalendarMonthView_Onyak_Web20 a {
    color: #333;
}

.RadCalendarMonthView_Onyak_Web20 .rcSelected a {
    border-color: #85c843;
    background: #d4ffbc;
    color: #0d202b;
}

.RadCalendarMonthView_Onyak_Web20 #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Web20 #rcMView_NextY a {
    width: 16px;
    height: 13px;
    background: url('Web20/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Web20 #rcMView_PrevY a {
    background-position: 3px -2100px;
}

.RadCalendarMonthView_Onyak_Web20 #rcMView_NextY a {
    background-position: 5px -2200px;
}

.RadCalendarMonthView_Onyak_Web20 .rcButtons {
    padding: 5px 7px 3px;
}

.RadCalendarMonthView_Onyak_Web20 input {
    border-color: #0f1d48 #08122e #010615;
    background: #607fc5 0 -2300px repeat-x url('Web20/Calendar/sprite.gif');
    color: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_Web20 input:hover
{
    border-color:#3f5f94;
    background-color:#c1d5ef;
    background-position:0 -2350px;
    color:#0f3789;
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_Web20 {
    border-color: #6788be;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_Web20 th {
    border-bottom: 1px solid #6788be;
    padding: 0 0 2px;
    background: #93b4df 0 -1000px repeat-x url('Web20/Calendar/sprite.gif');
    color: #fff;
    line-height: 22px;
}

table.RadCalendarTimeView_Onyak_Web20 td {
    border-color: #6788be;
}

.RadCalendarTimeView_Onyak_Web20 a {
    color: #333;
}

.RadCalendarTimeView_Onyak_Web20 td.rcSelected a {
    border-color: #85c843;
    background: #d4ffbc;
    color: #0d202b;
}

.RadCalendarTimeView_Onyak_Web20 td.rcHover a {
    border-color: #bcd2f1;
    background: #e7f1ff;
    color: #0e3d4f;
}

.RadCalendarTimeView_Onyak_Web20 .rcFooter {
    border-color: #6788be;
}

/*pickers*/

.RadPicker_Onyak_Web20 .rcCalPopup,
.RadPicker_Onyak_Web20 .rcTimePopup {
    background-image: url('Web20/Calendar/sprite.gif');
}

.RadPicker_Onyak_Web20 .rcCalPopup,
.RadPicker_Onyak_Web20 a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Web20 a.rcCalPopup:hover,
.RadPicker_Onyak_Web20 a.rcCalPopup:focus,
.RadPicker_Onyak_Web20 a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Web20 .rcTimePopup,
.RadPicker_Onyak_Web20 a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Web20 a.rcTimePopup:hover,
.RadPicker_Onyak_Web20 a.rcTimePopup:focus,
.RadPicker_Onyak_Web20 a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Web20 .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Web20 .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Web20 .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Web20 .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Web20 .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Web20 .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Web20 .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Web20 .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}

.RadCalendarMultiViewRTL_Onyak_Web20 .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -950px;
}

.RadCalendarMultiViewRTL_Onyak_Web20 .rcTitlebar a.rcPrev:hover {
    background-position: 0 -850px;
}

.RadCalendarMultiViewRTL_Onyak_Web20 .rcTitlebar a.rcNext:hover {
    background-position: 0 -750px;
}

.RadCalendarMultiViewRTL_Onyak_Web20 .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -650px;
}
/*Telerik RadGrid Web20 Skin*/

/*global*/

.RadGrid_Onyak_Web20 {
    border: 1px solid #4e75b3;
    background: #fff;
    color: #000;
}

    .RadGrid_Onyak_Web20,
    .RadGrid_Onyak_Web20 .rgMasterTable,
    .RadGrid_Onyak_Web20 .rgDetailTable,
    .RadGrid_Onyak_Web20 .rgGroupPanel table,
    .RadGrid_Onyak_Web20 .rgCommandRow table,
    .RadGrid_Onyak_Web20 .rgEditForm table,
    .RadGrid_Onyak_Web20 .rgPager table,
    .GridToolTip_Onyak_Web20 {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Web20 .rgHeader:first-child,
        .RadGrid_Onyak_Web20 th.rgResizeCol:first-child,
        .RadGrid_Onyak_Web20 .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Web20 .rgRow > td:first-child,
        .RadGrid_Onyak_Web20 .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Web20 .rgAdd,
        .RadGrid_Onyak_Web20 .rgRefresh,
        .RadGrid_Onyak_Web20 .rgEdit,
        .RadGrid_Onyak_Web20 .rgDel,
        .RadGrid_Onyak_Web20 .rgFilter,
        .RadGrid_Onyak_Web20 .rgPagePrev,
        .RadGrid_Onyak_Web20 .rgPageNext,
        .RadGrid_Onyak_Web20 .rgPageFirst,
        .RadGrid_Onyak_Web20 .rgPageLast,
        .RadGrid_Onyak_Web20 .rgExpand,
        .RadGrid_Onyak_Web20 .rgCollapse,
        .RadGrid_Onyak_Web20 .rgSortAsc,
        .RadGrid_Onyak_Web20 .rgSortDesc,
        .RadGrid_Onyak_Web20 .rgUpdate,
        .RadGrid_Onyak_Web20 .rgCancel,
        .RadGrid_Onyak_Web20 .rgUngroup,
        .RadGrid_Onyak_Web20 .rgExpXLS,
        .RadGrid_Onyak_Web20 .rgExpDOC,
        .RadGrid_Onyak_Web20 .rgExpPDF,
        .RadGrid_Onyak_Web20 .rgExpCSV {
            background-image: url('Web20/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Web20 .rgHeaderDiv {
            background: #537ab8 0 -7050px repeat-x url('Web20/Grid/sprite.gif');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -6550px;
}

.RadGrid_Onyak_Web20 .rgHeader,
.RadGrid_Onyak_Web20 th.rgResizeCol {
    border: 1px solid;
    border-color: #fff #6e8ec2 #204582 #355a99;
    border-top-width: 0;
    background: 0 -2300px repeat-x #7fa5d7 url('Web20/Grid/sprite.gif');
}

.RadGrid_Onyak_Web20 th.rgSorted {
    border-color: #fff #8eaad6 #204582 #204582;
    background-color: #c0d5ee;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_Web20 .rgHeader,
.RadGrid_Onyak_Web20 .rgHeader a {
    color: #fff;
}

.RadGrid_Onyak_Web20 th.rgSorted,
.RadGrid_Onyak_Web20 th.rgSorted a {
    color: #0f3789;
}

/*rows*/

.RadGrid_Onyak_Web20 .rgRow td,
.RadGrid_Onyak_Web20 .rgAltRow td,
.RadGrid_Onyak_Web20 .rgEditRow td,
.RadGrid_Onyak_Web20 .rgFooter td {
    border-style: solid;
    border-width: 0 1px 1px;
}

.RadGrid_Onyak_Web20 .rgRow td,
.RadGrid_Onyak_Web20 .rgAltRow td {
    border-color: #fff #fff #cfd9e7 #829cbf;
}

.RadGrid_Onyak_Web20 .rgRow .rgSorted,
.RadGrid_Onyak_Web20 .rgAltRow .rgSorted {
    border-bottom-color: #cfd9e7;
    background-color: #e3eeff;
}

.RadGrid_Onyak_Web20 .rgSelectedRow .rgSorted,
.RadGrid_Onyak_Web20 .rgActiveRow .rgSorted,
.RadGrid_Onyak_Web20 .rgHoveredRow .rgSorted,
.RadGrid_Onyak_Web20 .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_Web20 .rgRow a,
.RadGrid_Onyak_Web20 .rgAltRow a,
.RadGrid_Onyak_Web20 .rgEditRow a,
.RadGrid_Onyak_Web20 .rgFooter a,
.RadGrid_Onyak_Web20 .rgEditForm a {
    color: #0f3789;
}

.RadGrid_Onyak_Web20 .rgSelectedRow {
    background: #cdffb1;
}

    * + html .RadGrid_Onyak_Web20 .rgSelectedRow .rgSorted {
        background-color: #cdffb1;
    }

    * html .RadGrid_Onyak_Web20 .rgSelectedRow .rgSorted {
        background-color: #cdffb1;
    }

.RadGrid_Onyak_Web20 .rgActiveRow,
.RadGrid_Onyak_Web20 .rgHoveredRow {
    background: #e3eeff;
}

    * + html .RadGrid_Onyak_Web20 .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_Web20 .rgHoveredRow .rgSorted {
        background-color: #e3eeff;
    }

    * html .RadGrid_Onyak_Web20 .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_Web20 .rgHoveredRow .rgSorted {
        background-color: #e3eeff;
    }

.RadGrid_Onyak_Web20 .rgEditRow {
    background: #fff;
}

    * + html .RadGrid_Onyak_Web20 .rgEditRow .rgSorted {
        background-color: #fff;
    }

    * html .RadGrid_Onyak_Web20 .rgEditRow .rgSorted {
        background-color: #fff;
    }

    .RadGrid_Onyak_Web20 .rgSelectedRow td,
    .RadGrid_Onyak_Web20 .rgActiveRow td,
    .RadGrid_Onyak_Web20 .rgHoveredRow td,
    .RadGrid_Onyak_Web20 .rgEditRow td {
        border-left-width: 0;
        border-right-width: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

        .RadGrid_Onyak_Web20 .rgSelectedRow td,
        .RadGrid_Onyak_Web20 .rgSelectedRow td.rgSorted {
            border-bottom-color: #71bf25;
        }

        .RadGrid_Onyak_Web20 .rgActiveRow td,
        .RadGrid_Onyak_Web20 .rgHoveredRow td,
        .RadGrid_Onyak_Web20 .rgActiveRow td.rgSorted,
        .RadGrid_Onyak_Web20 .rgHoveredRow td.rgSorted {
            border-bottom-color: #b1caee;
        }

        .RadGrid_Onyak_Web20 .rgEditRow td,
        .RadGrid_Onyak_Web20 .rgEditRow td.rgSorted {
            border-color: #fff #fff #4e75b3 #fff;
        }

.RadGrid_Onyak_Web20 .rgDrag {
    background-image: url('Web20/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_Web20 .rgFooterDiv,
.RadGrid_Onyak_Web20 .rgFooter {
    background: #e3eeff;
}

    .RadGrid_Onyak_Web20 .rgFooter td {
        border-top-width: 1px;
        border-color: #829cbf #e3eeff #fff #e3eeff;
    }

/*status*/

.RadGrid_Onyak_Web20 .rgPager .rgStatus {
    border: 1px solid;
    border-color: #829cbf #8caabb #fff #8caabb;
    border-left-width: 0;
}

.RadGrid_Onyak_Web20 .rgStatus div {
    background-image: url('Web20/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_Web20 .rgPager {
    background: #e3eeff;
}

.RadGrid_Onyak_Web20 td.rgPagerCell {
    border: 1px solid;
    border-color: #829cbf #fff #fff;
    border-right-width: 0;
}

.RadGrid_Onyak_Web20 .rgInfoPart {
    color: #666;
}

    .RadGrid_Onyak_Web20 .rgInfoPart strong {
        color: #000;
    }

.RadGrid_Onyak_Web20 .rgPageFirst {
    background-position: 0 -550px;
}

    .RadGrid_Onyak_Web20 .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_Web20 .rgPagePrev {
    background-position: 0 -700px;
}

    .RadGrid_Onyak_Web20 .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_Web20 .rgPageNext {
    background-position: 0 -850px;
}

    .RadGrid_Onyak_Web20 .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_Web20 .rgPageLast {
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_Web20 .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_Web20 .rgPager .rgPagerButton {
    border-color: #00002a #00002a #000;
    background: #466abb repeat-x 0 -1550px url('Web20/Grid/sprite.gif');
    color: #fff;
    font: 12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_Web20 .rgNumPart a:hover,
.RadGrid_Onyak_Web20 .rgNumPart a:hover span,
.RadGrid_Onyak_Web20 .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_Web20 .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('Web20/Grid/sprite.gif');
}

.RadGrid_Onyak_Web20 .rgNumPart a {
    color: #000;
}

    .RadGrid_Onyak_Web20 .rgNumPart a:hover {
        background-position: 100% -1250px;
        color: #0f3789;
    }

        .RadGrid_Onyak_Web20 .rgNumPart a:hover span {
            background-position: 0 -1150px;
        }

    .RadGrid_Onyak_Web20 .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_Web20 .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
        color: #0d202b;
    }

        .RadGrid_Onyak_Web20 .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_Web20 .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_Web20 .rgHeader .rgSortAsc {
    background-position: 3px -247px;
    height: 10px;
}

.RadGrid_Onyak_Web20 .rgHeader .rgSortDesc {
    background-position: 3px -197px;
    height: 10px;
}

.RadGrid_Onyak_Web20 .rgSorted .rgSortAsc {
    background-position: 3px -147px;
}

.RadGrid_Onyak_Web20 .rgSorted .rgSortDesc {
    background-position: 3px -97px;
}

.GridReorderTop_Onyak_Web20,
.GridReorderBottom_Onyak_Web20 {
    background: 0 0 no-repeat url('Web20/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Web20 {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Web20 .rgFilterRow {
    background: #537ab8;
}

    .RadGrid_Onyak_Web20 .rgFilterRow td {
        border: 1px solid;
        border-top-width: 0;
        border-color: #537ab8 #537ab8 #3c5c90;
    }

.RadGrid_Onyak_Web20 .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Web20 .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Web20 .rgFilterActive,
.RadGrid_Onyak_Web20 .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Web20 .rgFilterBox {
    border: 1px solid #4e75b3;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

/*filter context menu*/

.RadMenu_Onyak_Web20 .rgHCMClear,
.RadMenu_Onyak_Web20 .rgHCMFilter {
    border-color: #0f1d48 #07112d #010615;
    background: #617fc5 center -23px repeat-x url('Web20/FormDecorator/ButtonSprites.gif');
    color: #fff;
    font-family: "segoe ui",arial,sans-serif;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .RadMenu_Onyak_Web20 .rgHCMClear:hover,
    .RadMenu_Onyak_Web20 .rgHCMFilter:hover {
        border-color: #3f5f94;
        background-position: center -67px;
        background-color: #c1d5ef;
        color: #0f3789;
    }

/*context menu*/

.GridContextMenu_Onyak_Web20 .rmLeftImage {
    background-image: url('Web20/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Web20 .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Web20 .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Web20 .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Web20 .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Web20 .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Web20 .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Web20 .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Web20 .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Web20 .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #4e75b3;
    background: #e3eeff;
}

    .RadGrid_Onyak_Web20 .rgGroupPanel td {
        border: 0;
        padding: 3px;
        vertical-align: middle;
    }

        .RadGrid_Onyak_Web20 .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_Web20 .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Web20 .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_Web20 .rgUngroup {
    background-position: 0 -6500px;
}

.RadGrid_Onyak_Web20 .rgGroupItem {
    border: 1px solid #4e75b3;
    background: #c6d8f2;
    color: #0f3789;
}

.RadGrid_Onyak_Web20 .rgGroupHeader {
    background: #859bbc;
    font-size: 1.1em;
    line-height: 21px;
    color: #fff;
}

    .RadGrid_Onyak_Web20 .rgGroupHeader td {
        padding: 0 8px;
    }

.RadGrid_Onyak_Web20 td.rgGroupCol,
.RadGrid_Onyak_Web20 td.rgExpandCol {
    background: #859bbc none;
    border-color: #859bbc;
}

.RadGrid_Onyak_Web20 .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Web20 .rgCollapse {
    background-position: 3px -444px;
}

/*editing*/

.RadGrid_Onyak_Web20 .rgEditForm {
    border-bottom: 1px solid #829cbf;
}

.RadGrid_Onyak_Web20 .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Web20 .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Web20 .rgDetailTable {
    border-color: #4e75b3;
}

/*command row*/

.RadGrid_Onyak_Web20 .rgCommandRow {
    background: #3b548c 0 -2099px repeat-x url('Web20/Grid/sprite.gif');
    color: #fff;
}

.RadGrid_Onyak_Web20 .rgCommandCell {
    border: 0;
    padding: 0;
}

.RadGrid_Onyak_Web20 thead .rgCommandCell {
    border-bottom: 1px solid #6788be;
}

.RadGrid_Onyak_Web20 tfoot .rgCommandCell {
    border-top: 1px solid #6788be;
}

.RadGrid_Onyak_Web20 .rgCommandTable {
    border: 1px solid #243567;
}

    .RadGrid_Onyak_Web20 .rgCommandTable td {
        border: 0;
        padding: 2px 7px;
    }

        .RadGrid_Onyak_Web20 .rgCommandTable td td {
            padding: 0;
        }

.RadGrid_Onyak_Web20 .rgCommandRow a {
    color: #fff;
    text-decoration: none;
}

.RadGrid_Onyak_Web20 .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Web20 .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Web20 .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Web20 .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Web20 .rgExpXLS,
.RadGrid_Onyak_Web20 .rgExpDOC,
.RadGrid_Onyak_Web20 .rgExpPDF,
.RadGrid_Onyak_Web20 .rgExpCSV {
    background-image: url('Web20/Common/export.gif');
}

.RadGrid_Onyak_Web20 .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Web20 .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Web20 .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Web20 .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Web20 {
    background: #1346ad;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Web20 {
    border-top: 1px dashed #1346ad;
}

/*tooltip*/

.GridToolTip_Onyak_Web20 {
    border: 1px solid #4e75b3;
    padding: 3px;
    background: #e3eeff;
    color: #000;
}

/*rtl*/

.RadGridRTL_Onyak_Web20 .rgHeader:first-child,
.RadGridRTL_Onyak_Web20 th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Web20 .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Web20 .rgRow > td:first-child,
.RadGridRTL_Onyak_Web20 .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Web20 .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Web20 .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Web20 .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Web20 .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Web20 .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Web20 .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Web20 .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Web20 .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Web20 .rgExpand {
    background-position: -20px -496px;
}
/*Telerik RadGrid WebBlue Skin*/

/*global*/

.RadGrid_Onyak_WebBlue {
    border: 1px solid #768ca5;
    background: #fff;
    color: #000;
}

    .RadGrid_Onyak_WebBlue,
    .RadGrid_Onyak_WebBlue .rgMasterTable,
    .RadGrid_Onyak_WebBlue .rgDetailTable,
    .RadGrid_Onyak_WebBlue .rgGroupPanel table,
    .RadGrid_Onyak_WebBlue .rgCommandRow table,
    .RadGrid_Onyak_WebBlue .rgEditForm table,
    .RadGrid_Onyak_WebBlue .rgPager table,
    .GridToolTip_Onyak_WebBlue {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_WebBlue .rgHeader:first-child,
        .RadGrid_Onyak_WebBlue th.rgResizeCol:first-child,
        .RadGrid_Onyak_WebBlue .rgFilterRow > td:first-child,
        .RadGrid_Onyak_WebBlue .rgRow > td:first-child,
        .RadGrid_Onyak_WebBlue .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_WebBlue .rgAdd,
        .RadGrid_Onyak_WebBlue .rgRefresh,
        .RadGrid_Onyak_WebBlue .rgEdit,
        .RadGrid_Onyak_WebBlue .rgDel,
        .RadGrid_Onyak_WebBlue .rgFilter,
        .RadGrid_Onyak_WebBlue .rgPagePrev,
        .RadGrid_Onyak_WebBlue .rgPageNext,
        .RadGrid_Onyak_WebBlue .rgPageFirst,
        .RadGrid_Onyak_WebBlue .rgPageLast,
        .RadGrid_Onyak_WebBlue .rgExpand,
        .RadGrid_Onyak_WebBlue .rgCollapse,
        .RadGrid_Onyak_WebBlue .rgSortAsc,
        .RadGrid_Onyak_WebBlue .rgSortDesc,
        .RadGrid_Onyak_WebBlue .rgUpdate,
        .RadGrid_Onyak_WebBlue .rgCancel,
        .RadGrid_Onyak_WebBlue .rgUngroup,
        .RadGrid_Onyak_WebBlue .rgExpXLS,
        .RadGrid_Onyak_WebBlue .rgExpDOC,
        .RadGrid_Onyak_WebBlue .rgExpPDF,
        .RadGrid_Onyak_WebBlue .rgExpCSV {
            background-image: url('WebBlue/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_WebBlue .rgHeaderDiv {
            background: #dae2e8 0 -7050px repeat-x url('WebBlue/Grid/sprite.gif');
        }

.rgTwoLines .rgHeaderDiv {
    background-position: 0 -6550px;
}

.RadGrid_Onyak_WebBlue .rgHeader,
.RadGrid_Onyak_WebBlue th.rgResizeCol {
    border: 1px solid;
    border-color: #98acbf #728ba1 #3d556c #455f77;
    border-top-width: 0;
    background: 0 -2300px repeat-x #718ca1 url('WebBlue/Grid/sprite.gif');
}

.RadGrid_Onyak_WebBlue th.rgSorted {
    border-color: #7c93a8 #758ea4 #334d65 #39556e;
    background-color: #5c7990;
    background-position: 0 -2600px;
}

.RadGrid_Onyak_WebBlue .rgHeader,
.RadGrid_Onyak_WebBlue .rgHeader a {
    color: #fff;
}

/*rows*/

.RadGrid_Onyak_WebBlue .rgRow td,
.RadGrid_Onyak_WebBlue .rgAltRow td,
.RadGrid_Onyak_WebBlue .rgEditRow td,
.RadGrid_Onyak_WebBlue .rgFooter td {
    border-style: solid;
    border-width: 0 1px 1px;
}

.RadGrid_Onyak_WebBlue .rgRow td {
    border-color: #fff #fff #fff #dae2e8;
}

.RadGrid_Onyak_WebBlue .rgAltRow {
    background: #dae2e8;
}

    .RadGrid_Onyak_WebBlue .rgAltRow td {
        border-color: #dae2e8;
    }

.RadGrid_Onyak_WebBlue .rgRow .rgSorted {
    border-bottom-color: #f0f0f0;
    background-color: #f0f0f0;
}

.RadGrid_Onyak_WebBlue .rgSelectedRow .rgSorted,
.RadGrid_Onyak_WebBlue .rgActiveRow .rgSorted,
.RadGrid_Onyak_WebBlue .rgHoveredRow .rgSorted,
.RadGrid_Onyak_WebBlue .rgEditRow .rgSorted {
    background-color: transparent;
}

.RadGrid_Onyak_WebBlue .rgRow a,
.RadGrid_Onyak_WebBlue .rgAltRow a,
.RadGrid_Onyak_WebBlue .rgEditRow a,
.RadGrid_Onyak_WebBlue .rgFooter a,
.RadGrid_Onyak_WebBlue .rgEditForm a {
    color: #0e3d4f;
}

.RadGrid_Onyak_WebBlue .rgSelectedRow {
    background: #7bbbcf 0 -3900px repeat-x url('WebBlue/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_WebBlue .rgSelectedRow .rgSorted {
        background-color: #7bbbcf;
    }

    * html .RadGrid_Onyak_WebBlue .rgSelectedRow .rgSorted {
        background-color: #7bbbcf;
    }

.RadGrid_Onyak_WebBlue .rgActiveRow,
.RadGrid_Onyak_WebBlue .rgHoveredRow {
    background: #bfe3f6 0 -2900px repeat-x url('WebBlue/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_WebBlue .rgActiveRow .rgSorted,
    * + html .RadGrid_Onyak_WebBlue .rgHoveredRow .rgSorted {
        background-color: #bfe3f6;
    }

    * html .RadGrid_Onyak_WebBlue .rgActiveRow .rgSorted,
    * html .RadGrid_Onyak_WebBlue .rgHoveredRow .rgSorted {
        background-color: #bfe3f6;
    }

.RadGrid_Onyak_WebBlue .rgEditRow {
    background: #fff 0 -4900px repeat-x url('WebBlue/Grid/sprite.gif');
}

    * + html .RadGrid_Onyak_WebBlue .rgEditRow .rgSorted {
        background-color: #fff;
    }

    * html .RadGrid_Onyak_WebBlue .rgEditRow .rgSorted {
        background-color: #fff;
    }

    .RadGrid_Onyak_WebBlue .rgSelectedRow td,
    .RadGrid_Onyak_WebBlue .rgActiveRow td,
    .RadGrid_Onyak_WebBlue .rgHoveredRow td,
    .RadGrid_Onyak_WebBlue .rgEditRow td {
        border-left-width: 0;
        border-right-width: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

        .RadGrid_Onyak_WebBlue .rgSelectedRow td,
        .RadGrid_Onyak_WebBlue .rgSelectedRow td.rgSorted {
            border-bottom-color: #133c44;
        }

        .RadGrid_Onyak_WebBlue .rgActiveRow td,
        .RadGrid_Onyak_WebBlue .rgHoveredRow td,
        .RadGrid_Onyak_WebBlue .rgActiveRow td.rgSorted,
        .RadGrid_Onyak_WebBlue .rgHoveredRow td.rgSorted {
            border-bottom-color: #5d9fb7;
        }

        .RadGrid_Onyak_WebBlue .rgEditRow td,
        .RadGrid_Onyak_WebBlue .rgEditRow td.rgSorted {
            border-color: #fff #fff #768ca5 #fff;
        }

.RadGrid_Onyak_WebBlue .rgDrag {
    background-image: url('WebBlue/Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Onyak_WebBlue .rgFooterDiv,
.RadGrid_Onyak_WebBlue .rgFooter {
    background: #dae2e8;
}

    .RadGrid_Onyak_WebBlue .rgFooter td {
        border-top-width: 1px;
        border-color: #a2b3c7 #dae2e8 #fff #dae2e8;
    }

/*status*/

.RadGrid_Onyak_WebBlue .rgPager .rgStatus {
    border: 1px solid;
    border-color: #a2b3c7 #9cb6c5 #fff #9cb6c5;
    border-left-width: 0;
}

.RadGrid_Onyak_WebBlue .rgStatus div {
    background-image: url('WebBlue/Common/loading_small.gif');
}

/*pager*/

.RadGrid_Onyak_WebBlue .rgPager {
    background: #dae2e8;
}

.RadGrid_Onyak_WebBlue td.rgPagerCell {
    border: 1px solid;
    border-color: #a2b3c7 #fff #fff;
    border-right-width: 0;
}

.RadGrid_Onyak_WebBlue .rgInfoPart {
    color: #506175;
}

    .RadGrid_Onyak_WebBlue .rgInfoPart strong {
        color: #000;
    }

.RadGrid_Onyak_WebBlue .rgPageFirst {
    background-position: 0 -550px;
}

    .RadGrid_Onyak_WebBlue .rgPageFirst:hover {
        background-position: 0 -600px;
    }

.RadGrid_Onyak_WebBlue .rgPagePrev {
    background-position: 0 -700px;
}

    .RadGrid_Onyak_WebBlue .rgPagePrev:hover {
        background-position: 0 -750px;
    }

.RadGrid_Onyak_WebBlue .rgPageNext {
    background-position: 0 -850px;
}

    .RadGrid_Onyak_WebBlue .rgPageNext:hover {
        background-position: 0 -900px;
    }

.RadGrid_Onyak_WebBlue .rgPageLast {
    background-position: 0 -1000px;
}

    .RadGrid_Onyak_WebBlue .rgPageLast:hover {
        background-position: 0 -1050px;
    }

.RadGrid_Onyak_WebBlue .rgPager .rgPagerButton {
    border-color: #4e667e #476077 #425c71;
    background: #d6e1e7 repeat-x 0 -1550px url('WebBlue/Grid/sprite.gif');
    color: #0d202b;
    font: 12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_Onyak_WebBlue .rgNumPart a:hover,
.RadGrid_Onyak_WebBlue .rgNumPart a:hover span,
.RadGrid_Onyak_WebBlue .rgNumPart a.rgCurrentPage,
.RadGrid_Onyak_WebBlue .rgNumPart a.rgCurrentPage span {
    background: no-repeat url('WebBlue/Grid/sprite.gif');
}

.RadGrid_Onyak_WebBlue .rgNumPart a {
    color: #000;
}

    .RadGrid_Onyak_WebBlue .rgNumPart a:hover {
        background-position: 100% -1250px;
        color: #0e3d4f;
    }

        .RadGrid_Onyak_WebBlue .rgNumPart a:hover span {
            background-position: 0 -1150px;
            cursor: pointer;
        }

    .RadGrid_Onyak_WebBlue .rgNumPart a.rgCurrentPage,
    .RadGrid_Onyak_WebBlue .rgNumPart a.rgCurrentPage:hover {
        background-position: 100% -1450px;
        color: #0053a5;
    }

        .RadGrid_Onyak_WebBlue .rgNumPart a.rgCurrentPage span,
        .RadGrid_Onyak_WebBlue .rgNumPart a.rgCurrentPage:hover span {
            background-position: 0 -1350px;
        }

/*sorting, reordering*/

.RadGrid_Onyak_WebBlue .rgHeader .rgSortAsc {
    background-position: 3px -247px;
    height: 10px;
}

.RadGrid_Onyak_WebBlue .rgHeader .rgSortDesc {
    background-position: 3px -197px;
    height: 10px;
}

.GridReorderTop_Onyak_WebBlue,
.GridReorderBottom_Onyak_WebBlue {
    background: 0 0 no-repeat url('WebBlue/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_WebBlue {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_WebBlue .rgFilterRow {
    background: #dae2e8;
}

    .RadGrid_Onyak_WebBlue .rgFilterRow td {
        border: 1px solid;
        border-top-width: 0;
        border-color: #dae2e8 #dae2e8 #a2b3c7;
    }

.RadGrid_Onyak_WebBlue .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_WebBlue .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_WebBlue .rgFilterActive,
.RadGrid_Onyak_WebBlue .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_WebBlue .rgFilterBox {
    border-color: #768ca5;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

/*filter context menu*/

.RadMenu_Onyak_WebBlue .rgHCMClear,
.RadMenu_Onyak_WebBlue .rgHCMFilter {
    border-color: #4e667e #476078 #425c71;
    background: #d7e2e7 center -23px repeat-x url('WebBlue/FormDecorator/ButtonSprites.gif');
    color: #0d202b;
    font-family: "segoe ui",arial,sans-serif;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .RadMenu_Onyak_WebBlue .rgHCMClear:hover,
    .RadMenu_Onyak_WebBlue .rgHCMFilter:hover {
        border-color: #5d9fb7;
        background-position: center -67px;
        background-color: #bee3f6;
        color: #0e3d4f;
    }

/*context menu*/

.GridContextMenuWebBlue .rmLeftImage {
    background-image: url('WebBlue/Common/contextMenu.gif');
}

.GridContextMenuWebBlue .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenuWebBlue .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenuWebBlue .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenuWebBlue .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenuWebBlue .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenuWebBlue .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenuWebBlue .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenuWebBlue .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_WebBlue .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #3d556c;
    background: #dfeeff;
}

    .RadGrid_Onyak_WebBlue .rgGroupPanel td {
        border: 0;
        padding: 3px;
        vertical-align: middle;
    }

        .RadGrid_Onyak_WebBlue .rgGroupPanel td td {
            padding: 0;
        }

    .RadGrid_Onyak_WebBlue .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_WebBlue .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_WebBlue .rgUngroup {
    background-position: 0 -6500px;
}

.RadGrid_Onyak_WebBlue .rgGroupItem {
    border: 1px solid #506175;
    background: #ebf7ff;
    color: #0053a5;
}

.RadGrid_Onyak_WebBlue .rgGroupHeader {
    background: #8ea3b9;
    font-size: 1.1em;
    line-height: 21px;
    color: #fff;
}

    .RadGrid_Onyak_WebBlue .rgGroupHeader td {
        padding: 0 8px;
    }

.RadGrid_Onyak_WebBlue td.rgGroupCol,
.RadGrid_Onyak_WebBlue td.rgExpandCol {
    background: #8ea3b9 none;
    border-color: #8ea3b9;
}

.RadGrid_Onyak_WebBlue .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_WebBlue .rgCollapse {
    background-position: 3px -444px;
}

/*editing*/

.RadGrid_Onyak_WebBlue .rgEditForm {
    border-bottom: 1px solid #768ca5;
}

.RadGrid_Onyak_WebBlue .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_WebBlue .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_WebBlue .rgDetailTable {
    border-color: #768ca5;
}

/*command row*/

.RadGrid_Onyak_WebBlue .rgCommandRow {
    background: #495a70 0 -2099px repeat-x url('WebBlue/Grid/sprite.gif');
    color: #fff;
}

.RadGrid_Onyak_WebBlue .rgCommandCell {
    border: 1px solid #212f41;
    padding: 0;
}

.RadGrid_Onyak_WebBlue .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_WebBlue .rgCommandTable {
    border: 1px solid;
    border-color: #63758a #3d4b5b #58697d;
}

.RadGrid_Onyak_WebBlue .rgCommandRow a {
    color: #fff;
    text-decoration: none;
}

.RadGrid_Onyak_WebBlue .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_WebBlue .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_WebBlue .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_WebBlue .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_WebBlue .rgExpXLS,
.RadGrid_Onyak_WebBlue .rgExpDOC,
.RadGrid_Onyak_WebBlue .rgExpPDF,
.RadGrid_Onyak_WebBlue .rgExpCSV {
    background-image: url('WebBlue/Common/export.gif');
}

.RadGrid_Onyak_WebBlue .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_WebBlue .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_WebBlue .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_WebBlue .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_WebBlue {
    background: #3d556c;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_WebBlue {
    border-top: 1px dashed #3d556c;
}

/*tooltip*/

.GridToolTip_Onyak_WebBlue {
    border: 1px solid #768ca5;
    padding: 3px;
    background: #dae2e8;
    color: #000;
}

/*rtl*/

.RadGridRTL_Onyak_WebBlue .rgHeader:first-child,
.RadGridRTL_Onyak_WebBlue th.rgResizeCol:first-child,
.RadGridRTL_Onyak_WebBlue .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_WebBlue .rgRow > td:first-child,
.RadGridRTL_Onyak_WebBlue .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_WebBlue .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_WebBlue .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_WebBlue .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_WebBlue .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_WebBlue .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_WebBlue .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_WebBlue .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_WebBlue .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_WebBlue .rgExpand {
    background-position: -20px -496px;
}
/*Telerik RadInput WebBlue Skin*/

/*global*/

.RadInput_Onyak_WebBlue,
.RadInputMgr_Onyak_WebBlue {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_WebBlue .riTextBox,
html body .RadInputMgr_Onyak_WebBlue {
    border-color: #768ca5;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_WebBlue .riEmpty,
html body .RadInput_Empty_Onyak_WebBlue {
    color: #777;
}

html body .RadInput_Onyak_WebBlue .riHover,
html body .RadInput_Hover_Onyak_WebBlue,
html body .RadInput_Onyak_WebBlue .riFocused,
html body .RadInput_Focused_Onyak_WebBlue {
    border-color: #133c44;
}

html body .RadInput_Onyak_WebBlue .riRead,
html body .RadInput_Read_Onyak_WebBlue {
    border-color: #b0b0b0;
}

html body .RadInput_Onyak_WebBlue .riDisabled,
html body .RadInput_Disabled_Onyak_WebBlue {
    border-color: #b0b0b0;
    color: #777;
    cursor: default;
}

html body .RadInput_Onyak_WebBlue .riError,
html body .RadInput_Error_Onyak_WebBlue {
    border-color: #d24000;
    background: #fff 100% -298px no-repeat url('WebBlue/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_WebBlue .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_WebBlue[type="text"] {
    border-color: #d24000;
    background: #fff 100% -298px no-repeat url('WebBlue/Input/sprite.gif');
    color: #b32d34;
}

html body .RadInput_Onyak_WebBlue .riNegative,
html body .RadInput_Negative_Onyak_WebBlue {
    color: #444;
}

/*buttons*/

.RadInput_Onyak_WebBlue a {
    background: transparent no-repeat url('WebBlue/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_WebBlue .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_WebBlue .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_WebBlue .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_WebBlue a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_WebBlue a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_WebBlue a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_WebBlue a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_WebBlue .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_WebBlue .riError,
html body .RadInputRTL_Error_Onyak_WebBlue {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_WebBlue .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_WebBlue[type="text"] {
    background-position: 3px -298px;
}
/* <RadMenu / WebBlue> */

.RadMenu_Onyak_WebBlue .rmRootGroup,
.RadMenu_Onyak_WebBlue a.rmLink,
.RadMenu_Onyak_WebBlue .rmText,
.RadMenu_Onyak_WebBlue .rmLeftArrow,
.RadMenu_Onyak_WebBlue .rmRightArrow,
.RadMenu_Onyak_WebBlue .rmTopArrow,
.RadMenu_Onyak_WebBlue .rmBottomArrow {
    background-image: url('WebBlue/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_WebBlue .rmRootGroup {
    border: 1px solid #3d556c;
    background-color: #627f97;
}

.RadMenu_Onyak_WebBlue .rmHorizontal {
    background-position: 0 0;
    background-repeat: repeat-x;
}

.RadMenu_Onyak_WebBlue .rmVertical {
    background-position: 0 -425px;
    background-repeat: repeat-x;
}

/* <Root items> */

.RadMenu_Onyak_WebBlue,
.RadMenu_Onyak_WebBlue a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    text-decoration: none;
}

    .RadMenu_Onyak_WebBlue a.rmLink {
        color: #fff;
    }

    .RadMenu_Onyak_WebBlue a.rmLink,
    .RadMenu_Onyak_WebBlue .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_WebBlue a.rmLink:hover,
        .RadMenu_Onyak_WebBlue a.rmFocused,
        .RadMenu_Onyak_WebBlue a.rmSelected {
            color: #0d202b;
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_WebBlue a.rmLink:hover .rmText,
            .RadMenu_Onyak_WebBlue a.rmFocused .rmText,
            .RadMenu_Onyak_WebBlue a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_WebBlue a.rmExpanded,
    .RadMenu_Onyak_WebBlue a.rmExpanded:hover {
        color: #0d202b;
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_WebBlue a.rmExpanded .rmText,
        .RadMenu_Onyak_WebBlue a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_WebBlue a.rmDisabled,
    .RadMenu_Onyak_WebBlue a.rmDisabled:hover {
        color: #aaa;
    }

        .RadMenu_Onyak_WebBlue a.rmDisabled:hover,
        .RadMenu_Onyak_WebBlue a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_WebBlue .rmGroup,
    .RadMenu_Onyak_WebBlue .rmMultiColumn,
    .RadMenu_Onyak_WebBlue .rmGroup .rmVertical {
        border: 1px solid #768ca5;
        background: #f0f2f4 url('WebBlue/Menu/rmVSprite.png') repeat-y 0 0;
    }

    .RadMenu_Onyak_WebBlue .rmTopFix,
    .RadMenu_Onyak_WebBlue .rmBottomFix,
    .RadMenu_Onyak_WebBlue .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_WebBlue .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_WebBlue .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_WebBlue_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        background-image: url('WebBlue/Menu/rmVSprite.png');
        background-color: #f0f2f4;
        background-repeat: repeat-y;
        background-position: -3px 0;
    }

* html .rmRoundedCorners_Onyak_WebBlue .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_WebBlue ul.rmHorizontal .rmFirst {
    background-image: url('WebBlue/Menu/rmVSprite.png');
    background-color: #f0f2f4;
    background-repeat: repeat-y;
    background-position: -3px 0;
}

.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_WebBlue .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_WebBlue .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_WebBlue .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_WebBlue .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmGroupColumn {
    background-color: #f0f2f4;
}

.RadMenu_Onyak_WebBlue .rmBottomLeft,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_WebBlue .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmMultiColumn {
    background-image: url('WebBlue/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_WebBlue .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_WebBlue .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_WebBlue ul.rmGroup {
    background-image: url('WebBlue/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_WebBlue .rmTopRight,
.RadMenu_Onyak_WebBlue .rmBottomRight {
    background-image: url('WebBlue/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_WebBlue .rmTopFix,
.RadMenu_Onyak_WebBlue .rmBottomFix,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_WebBlue .rmGroup .rmFirst {
    border-color: #768ca5;
}

.RadMenu_Onyak_WebBlue li.rmTopFix,
.RadMenu_Onyak_WebBlue li.rmBottomFix {
    background: #f0f2f4;
}

.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #f0f2f4;
    border: 0;
}

* html .rmRoundedCorners_Onyak_WebBlue .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_WebBlue .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_WebBlue .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_WebBlue .rmScrollWrapContainer .rmRightArrow {
    background-color: #f0f2f4;
    border: 0;
}

.RadMenu_Onyak_WebBlue_rtl .rmBottomLeft,
.RadMenu_Onyak_WebBlue_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_WebBlue_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_WebBlue .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_WebBlue_Context_rtl ul.rmGroup,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('WebBlue/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_WebBlue_rtl .rmTopRight,
.RadMenu_Onyak_WebBlue_rtl .rmBottomRight {
    background-image: url('WebBlue/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_WebBlue_rtl li.rmTopFix,
.RadMenu_Onyak_WebBlue_rtl li.rmBottomFix,
.RadMenu_Onyak_WebBlue_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_WebBlue_Context_rtl ul.rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_WebBlue .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_WebBlue_rtl .rmGroup,
.RadMenu_Onyak_WebBlue_rtl .rmMultiColumn,
.RadMenu_Onyak_WebBlue_rtl .rmGroup .rmVertical {
    background-position: 100% 0;
}

.RadMenu_Onyak_WebBlue .rmGroup a.rmLink {
    color: #000;
}

    .RadMenu_Onyak_WebBlue .rmGroup a.rmLink:hover,
    .RadMenu_Onyak_WebBlue .rmGroup a.rmFocused,
    .RadMenu_Onyak_WebBlue .rmGroup a.rmSelected {
        color: #0e3d4f;
    }

.RadMenu_Onyak_WebBlue .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_WebBlue .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_WebBlue .rmGroup .rmFirst,
.RadMenu_Onyak_WebBlue .rmGroup .rmLast,
.RadMenu_Onyak_WebBlue .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_WebBlue_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_WebBlue .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_WebBlue .rmGroup .rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_WebBlue .rmGroup a.rmLink:hover,
.RadMenu_Onyak_WebBlue .rmGroup a.rmFocused,
.RadMenu_Onyak_WebBlue .rmGroup a.rmSelected,
.RadMenu_Onyak_WebBlue .rmGroup a.rmExpanded {
    background-position: 0 -168px;
}

    .RadMenu_Onyak_WebBlue .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_WebBlue .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_WebBlue .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_WebBlue .rmGroup a.rmExpanded .rmText {
        background-position: 100% -192px;
    }

.RadMenu_Onyak_WebBlue .rmGroup a.rmDisabled,
.RadMenu_Onyak_WebBlue .rmGroup a.rmDisabled:hover {
    color: #aaa;
}

/* <expand arrows> */

.RadMenu_Onyak_WebBlue .rmVertical .rmExpandRight,
.RadMenu_Onyak_WebBlue_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_WebBlue .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_WebBlue .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_WebBlue .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_WebBlue .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('WebBlue/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_WebBlue .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_WebBlue .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_WebBlue .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_WebBlue .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_WebBlue .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_WebBlue .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_WebBlue .rmGroup a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_WebBlue .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_WebBlue .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_WebBlue .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_WebBlue .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('WebBlue/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_WebBlue .rmRootGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_WebBlue_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
.RadMenu_Onyak_WebBlue_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_WebBlue .rmGroup a.rmDisabled:hover .rmExpandDown {
    background-image: url('WebBlue/Menu/rmSprite.png');
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_WebBlue_rtl a.rmLink:hover,
.RadMenu_Onyak_WebBlue_rtl a.rmFocused,
.RadMenu_Onyak_WebBlue_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_WebBlue_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_WebBlue_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_WebBlue_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_WebBlue_rtl a.rmExpanded,
.RadMenu_Onyak_WebBlue_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_WebBlue_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_WebBlue_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_WebBlue_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_WebBlue_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_WebBlue_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_WebBlue_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_WebBlue_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_WebBlue_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_WebBlue_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_WebBlue_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('WebBlue/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_WebBlue_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_WebBlue_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('WebBlue/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (WebBlue - specific, overlapping submenus)> */

.RadMenu_Onyak_WebBlue .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_WebBlue .rmVertical .rmSlide,
    .RadMenu_Onyak_WebBlue .rmSlide .rmSlide,
    .RadMenu_Onyak_WebBlue_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_WebBlue_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_WebBlue_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_WebBlue_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_WebBlue_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_WebBlue .rmLeftArrow,
.RadMenu_Onyak_WebBlue .rmRightArrow {
    background-color: #E0E5F5;
}

.RadMenu_Onyak_WebBlue .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #B7BDCD;
}

.RadMenu_Onyak_WebBlue .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #B7BDCD;
}

.RadMenu_Onyak_WebBlue .rmTopArrow,
.RadMenu_Onyak_WebBlue .rmBottomArrow,
.RadMenu_Onyak_WebBlue .rmGroup .rmLeftArrow,
.RadMenu_Onyak_WebBlue .rmGroup .rmRightArrow {
    background-color: #f0f0f0;
}

.RadMenu_Onyak_WebBlue .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #B7BDCD;
}

.RadMenu_Onyak_WebBlue .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #B7BDCD;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_WebBlue .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_WebBlue_Context .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_WebBlue .rmVertical .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_WebBlue .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -408px;
}

.RadMenu_Onyak_WebBlue .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_WebBlue .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / WebBlue> */
/*Telerik RadCalendar WebBlue skin*/

table.RadCalendar_Onyak_WebBlue {
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_WebBlue .rcTitlebar {
    border-color: #3d556c #3d556c #3a5168;
    background: #738da2 0 -999px repeat-x url('WebBlue/Calendar/sprite.gif');
    color: #fff;
}

    .RadCalendar_Onyak_WebBlue .rcTitlebar table {
        border: 1px solid;
        border-color: #9bafc1 #8196ac #899fb1;
        font: 12px/19px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_WebBlue .rcTitlebar td {
        padding: 1px 0;
    }

    .RadCalendar_Onyak_WebBlue .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_WebBlue .rcTitlebar .rcNext,
    .RadCalendar_Onyak_WebBlue .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_WebBlue .rcTitlebar .rcFastNext {
        width: 20px;
        height: 20px;
        margin: 0;
        background-image: url('WebBlue/Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar_Onyak_WebBlue .rcTitlebar .rcFastPrev {
        margin-left: 1px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_WebBlue .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_WebBlue .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_WebBlue .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_WebBlue .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_WebBlue .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_WebBlue .rcTitlebar .rcFastNext {
        margin-right: 1px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_WebBlue .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_WebBlue .rcMain {
    border-color: #768ca5;
}

.RadCalendar_Onyak_WebBlue .rcMainTable {
    color: #000;
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_WebBlue .rcHeader,
.RadCalendar_Onyak_WebBlue .rcFooter {
    border-color: #768ca5;
}

/*week numbers and days*/

.RadCalendar_Onyak_WebBlue .rcRow th,
.RadCalendar_Onyak_WebBlue .rcWeek th {
    background: #dfeeff;
}

.RadCalendar_Onyak_WebBlue .rcWeek th {
    border-bottom: 1px solid #a7c0df;
    padding: 2px 6px 3px 0;
}

.RadCalendar_Onyak_WebBlue .rcWeek .rcViewSel,
.RadCalendar_Onyak_WebBlue .rcRow th {
    width: 13px;
    border-right: 1px solid #a7c0df;
    padding: 0 7px 0 9px;
}

.RadCalendar_Onyak_WebBlue .rcWeek .rcViewSel {
    border-right-color: #dfeeff;
}

/*date cells*/

.RadCalendar_Onyak_WebBlue .rcRow td {
    border-color: #fff;
}

.RadCalendar_Onyak_WebBlue .rcMain .rcRow a,
.RadCalendar_Onyak_WebBlue .rcMain .rcRow span {
    color: #000;
}

.RadCalendar_Onyak_WebBlue .rcMain .rcWeekend a {
    color: #444;
}

.RadCalendar_Onyak_WebBlue .rcRow .rcToday {
    border-color: #506175;
}

    .RadCalendar_Onyak_WebBlue .rcRow .rcToday a {
        color: #0053a5;
    }

.RadCalendar_Onyak_WebBlue .rcMain .rcOtherMonth a {
    color: #777;
}

.RadCalendar_Onyak_WebBlue .rcMain .rcOutOfRange span {
    color: #777;
}

.RadCalendar_Onyak_WebBlue .rcRow .rcSelected {
    border-color: #133c44;
    background: #75b7cc 0 -1700px repeat-x url('WebBlue/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_WebBlue .rcRow .rcSelected a {
        color: #0d202b;
    }

.RadCalendar_Onyak_WebBlue .rcRow .rcHover {
    border-color: #5d9fb7;
    background: #bee3f6 0 -1600px repeat-x url('WebBlue/Calendar/sprite.gif');
}

    .RadCalendar_Onyak_WebBlue .rcRow .rcHover a {
        color: #0e3d4f;
    }

/*multimonth view*/

.RadCalendarMultiView_Onyak_WebBlue .rcTitlebar {
    border-color: #212f41;
    background: #495a70 0 -1199px repeat-x url('WebBlue/Calendar/sprite.gif');
}

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar table {
        border: 1px solid;
        border-color: #63768a #465668 #58697d;
        line-height: 25px;
    }

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar td {
        padding-bottom: 2px;
    }

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar .rcPrev,
    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar .rcNext,
    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar .rcFastPrev,
    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar .rcFastNext {
        margin-top: 1px;
    }

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar .rcFastPrev {
        background-position: 0 -600px;
    }

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -650px;
    }

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar .rcPrev {
        background-position: 0 -700px;
    }

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar a.rcPrev:hover {
        background-position: 0 -750px;
    }

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar .rcNext {
        background-position: 0 -800px;
    }

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar a.rcNext:hover {
        background-position: 0 -850px;
    }

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar .rcFastNext {
        background-position: 0 -900px;
    }

    .RadCalendarMultiView_Onyak_WebBlue .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -950px;
    }

.RadCalendarMultiView_Onyak_WebBlue .rcMain {
    border-color: #768ca5;
}

.RadCalendarMultiView_Onyak_WebBlue .rcCalendar {
    border-color: #768ca5;
    border-top: 0;
}

    .RadCalendarMultiView_Onyak_WebBlue .rcCalendar .rcMainTable {
        height: 196px;
    }

.RadCalendarMultiView_Onyak_WebBlue .rcMainTable .rcTitle {
    border-style: solid;
    border-width: 1px 0;
    border-color: #3d556c #3a5168 #3a5168;
    padding: 0 0 1px;
    background: #738da2 0 -1000px repeat-x url('WebBlue/Calendar/sprite.gif');
    color: #fff;
    line-height: 23px;
}

/*month view*/

table.RadCalendarMonthView_Onyak_WebBlue {
    border-color: #768ca5;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
    color: #333;
}

.RadCalendarMonthView_Onyak_WebBlue #rcMView_Feb,
.RadCalendarMonthView_Onyak_WebBlue #rcMView_Apr,
.RadCalendarMonthView_Onyak_WebBlue #rcMView_Jun,
.RadCalendarMonthView_Onyak_WebBlue #rcMView_Aug,
.RadCalendarMonthView_Onyak_WebBlue #rcMView_Oct,
.RadCalendarMonthView_Onyak_WebBlue #rcMView_Dec {
    border-right: 1px solid #768ca5;
}

.RadCalendarMonthView_Onyak_WebBlue a {
    color: #333;
}

.RadCalendarMonthView_Onyak_WebBlue .rcSelected a {
    border-color: #133c44;
    background: #75b7cc 0 -1700px repeat-x url('WebBlue/Calendar/sprite.gif');
    color: #0d202b;
}

.RadCalendarMonthView_Onyak_WebBlue #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_WebBlue #rcMView_NextY a {
    width: 16px;
    height: 13px;
    background-image: url('WebBlue/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_WebBlue #rcMView_PrevY a {
    background-position: 6px -2095px;
}

.RadCalendarMonthView_Onyak_WebBlue #rcMView_NextY a {
    background-position: 7px -2195px;
}

.RadCalendarMonthView_Onyak_WebBlue .rcButtons {
    padding: 6px 7px 5px;
}

.RadCalendarMonthView_Onyak_WebBlue input {
    border-color: #4e667e #5e7388 #425c71;
    background: #d6e1e7 0 -2300px repeat-x url('WebBlue/Calendar/sprite.gif');
    color: #0d202b;
    font: 12px "segoe ui",arial,sans-serif;
}

/*IE7 performance issue*/
/*.RadCalendarMonthView_Onyak_WebBlue input:hover
{
    border-color:#5d9fb7 #70aabf #5d9fb7;
    background-color:#bee3f6;
    background-position:0 -2350px;
}*/

/*time view*/

table.RadCalendarTimeView_Onyak_WebBlue {
    border-color: #768ca5;
    border-top-color: #3d556c;
    background: #fff;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarTimeView_Onyak_WebBlue th {
    border-top: 1px solid #9bafc1;
    border-bottom: 1px solid #3a5168;
    padding: 0 0 1px;
    background: #738da2 0 -1000px repeat-x url('WebBlue/Calendar/sprite.gif');
    color: #fff;
    line-height: 22px;
}

table.RadCalendarTimeView_Onyak_WebBlue td {
    border-color: #768ca5;
}

.RadCalendarTimeView_Onyak_WebBlue a {
    color: #333;
}

.RadCalendarTimeView_Onyak_WebBlue td.rcSelected a {
    border-color: #133c44;
    background: #75b7cc 0 -1700px repeat-x url('WebBlue/Calendar/sprite.gif');
    color: #0d202b;
}

.RadCalendarTimeView_Onyak_WebBlue td.rcHover a {
    border-color: #5d9fb7;
    background: #bee3f6 0 -1600px repeat-x url('WebBlue/Calendar/sprite.gif');
    color: #0e3d4f;
}

.RadCalendarTimeView_Onyak_WebBlue .rcFooter {
    border-color: #768ca5;
}

/*pickers*/

.RadPicker_Onyak_WebBlue .rcCalPopup,
.RadPicker_Onyak_WebBlue .rcTimePopup {
    background-image: url('WebBlue/Calendar/sprite.gif');
}

.RadPicker_Onyak_WebBlue .rcCalPopup,
.RadPicker_Onyak_WebBlue a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_WebBlue a.rcCalPopup:hover,
.RadPicker_Onyak_WebBlue a.rcCalPopup:focus,
.RadPicker_Onyak_WebBlue a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_WebBlue .rcTimePopup,
.RadPicker_Onyak_WebBlue a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_WebBlue a.rcTimePopup:hover,
.RadPicker_Onyak_WebBlue a.rcTimePopup:focus,
.RadPicker_Onyak_WebBlue a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_WebBlue .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_WebBlue .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_WebBlue .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_WebBlue .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_WebBlue .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_WebBlue .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_WebBlue .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_WebBlue .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}

.RadCalendarMultiViewRTL_Onyak_WebBlue .rcTitlebar .rcFastPrev {
    background-position: 0 -900px;
}

.RadCalendarMultiViewRTL_Onyak_WebBlue .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -950px;
}

.RadCalendarMultiViewRTL_Onyak_WebBlue .rcTitlebar .rcPrev {
    background-position: 0 -800px;
}

.RadCalendarMultiViewRTL_Onyak_WebBlue .rcTitlebar a.rcPrev:hover {
    background-position: 0 -850px;
}

.RadCalendarMultiViewRTL_Onyak_WebBlue .rcTitlebar .rcNext {
    background-position: 0 -700px;
}

.RadCalendarMultiViewRTL_Onyak_WebBlue .rcTitlebar a.rcNext:hover {
    background-position: 0 -750px;
}

.RadCalendarMultiViewRTL_Onyak_WebBlue .rcTitlebar .rcFastNext {
    background-position: 0 -600px;
}

.RadCalendarMultiViewRTL_Onyak_WebBlue .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -650px;
}
/* RadSlider for ASP.NET AJAX WebBlue Skin */
.RadSlider_Onyak_WebBlue .rslTrack {
    border-color: #8397ae #fff #fff #8397ae;
}

.RadSlider_Onyak_WebBlue .rslHorizontal a.rslHandle {
    background-image: url('WebBlue/Slider/Handles.gif');
}

.RadSlider_Onyak_WebBlue .rslHorizontal a.rslDraghandle {
    background-image: url('WebBlue/Slider/DragHandle.gif');
}

.RadSlider_Onyak_WebBlue .rslHorizontal .rslTrack {
    background: url('WebBlue/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_WebBlue .rslHorizontal .rslSelectedregion {
    background: url('WebBlue/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_WebBlue .rslVertical a.rslHandle {
    background-image: url('WebBlue/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_WebBlue .rslVertical .rslTrack {
    background: url('WebBlue/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_WebBlue .rslVertical .rslSelectedregion {
    background: url('WebBlue/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_WebBlue .rslVertical a.rslDraghandle {
    background: url('WebBlue/Slider/DragVerticalHandle.gif') no-repeat 0 0;
}

.RadSlider_Onyak_WebBlue .rslItem,
.RadSlider_Onyak_WebBlue .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_WebBlue .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_WebBlue .rslHorizontal .rslItem {
    background-image: url('WebBlue/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_WebBlue .rslVertical .rslItem {
    background-image: url('WebBlue/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_WebBlue .rslTop .rslSmallTick,
.RadSlider_Onyak_WebBlue .rslBottom .rslSmallTick {
    background-image: url('WebBlue/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_WebBlue .rslTop .rslLargeTick,
.RadSlider_Onyak_WebBlue .rslBottom .rslLargeTick {
    background-image: url('WebBlue/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_WebBlue .rslLeft .rslSmallTick,
.RadSlider_Onyak_WebBlue .rslRight .rslSmallTick {
    background-image: url('WebBlue/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_WebBlue .rslLeft .rslLargeTick,
.RadSlider_Onyak_WebBlue .rslRight .rslLargeTick {
    background-image: url('WebBlue/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_WebBlue .rslMiddle .rslSmallTick {
    background-image: url('WebBlue/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_WebBlue .rslMiddle .rslLargeTick {
    background-image: url('WebBlue/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_WebBlue .rslCenter .rslSmallTick {
    background-image: url('WebBlue/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_WebBlue .rslCenter .rslLargeTick {
    background-image: url('WebBlue/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadInput Windows7 Skin*/

/*global*/

.RadInput_Onyak_Windows7,
.RadInputMgr_Onyak_Windows7 {
    font: 12px "segoe ui",arial,sans-serif;
}

/*textbox states*/

html body .RadInput_Onyak_Windows7 .riTextBox,
html body .RadInputMgr_Onyak_Windows7 {
    border-color: #b8cbde;
    background: #fff;
    color: #000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Onyak_Windows7 .riEmpty,
html body .RadInput_Empty_Onyak_Windows7 {
    color: #a7a7a7;
}

html body .RadInput_Onyak_Windows7 .riHover,
html body .RadInput_Hover_Onyak_Windows7,
html body .RadInput_Onyak_Windows7 .riFocused,
html body .RadInput_Focused_Onyak_Windows7 {
    border-color: #c1dbfc;
}

html body .RadInput_Onyak_Windows7 .riRead,
html body .RadInput_Read_Onyak_Windows7 {
    border-color: #d9d9d9;
}

html body .RadInput_Onyak_Windows7 .riDisabled,
html body .RadInput_Disabled_Onyak_Windows7 {
    border-color: #d9d9d9;
    color: #a7a7a7;
    cursor: default;
}

html body .RadInput_Onyak_Windows7 .riError,
html body .RadInput_Error_Onyak_Windows7 {
    border-color: #d18185;
    background: #fff 100% -298px no-repeat url('Windows7/Input/sprite.gif');
    color: #b32d34;
}

.RadForm.rfdTextbox .RadInput_Onyak_Windows7 .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Onyak_Windows7[type="text"] {
    border-color: #d18185;
    background: #fff 100% -298px no-repeat url('Windows7/Input/sprite.gif');
    color: #b32d34;
}

html body .RadInput_Onyak_Windows7 .riNegative,
html body .RadInput_Negative_Onyak_Windows7 {
    color: #565656;
}

/*buttons*/

.RadInput_Onyak_Windows7 a {
    background: transparent no-repeat url('Windows7/Input/sprite.gif');
}

/*go*/

.RadInput_Onyak_Windows7 .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Onyak_Windows7 .riBtn a:hover {
        background-position: 3px -45px;
    }

/*spin*/

.RadInput_Onyak_Windows7 .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Onyak_Windows7 a.riUp {
    background-position: 4px -98px;
}

    .RadInput_Onyak_Windows7 a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_Onyak_Windows7 a.riDown {
    background-position: 4px -199px;
}

    .RadInput_Onyak_Windows7 a.riDown:hover {
        background-position: 4px -249px;
    }

/*label*/

.RadInput_Onyak_Windows7 .riLabel {
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Onyak_Windows7 .riError,
html body .RadInputRTL_Error_Onyak_Windows7 {
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Onyak_Windows7 .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Onyak_Windows7[type="text"] {
    background-position: 3px -298px;
}

/* <RadMenu / Vista> */

.RadMenu_Onyak_Windows7 .rmRootGroup,
.RadMenu_Onyak_Windows7 .rmFirst,
.RadMenu_Onyak_Windows7 a.rmLink,
.RadMenu_Onyak_Windows7 .rmText,
.RadMenu_Onyak_Windows7 .rmLeftArrow,
.RadMenu_Onyak_Windows7 .rmRightArrow,
.RadMenu_Onyak_Windows7 .rmTopArrow,
.RadMenu_Onyak_Windows7 .rmBottomArrow {
    background-image: url('Windows7/Menu/rmSprite.png');
    background-color: transparent;
}

.RadMenu_Onyak_Windows7 .rmRootGroup {
    border: 1px solid #aabfd6;
    background-repeat: repeat-x;
    background-position: 0 -408px;
    background-color: #f1f5fb;
}

.RadMenu_Onyak_Windows7 .rmFirst {
    background-position: 0 -24px;
}

.RadMenu_Onyak_Windows7 .rmVertical .rmFirst,
.RadMenu_Onyak_Windows7 .rmVertical .rmLast {
    background: none;
    padding: 0;
}

/* <Root items> */

.RadMenu_Onyak_Windows7,
.RadMenu_Onyak_Windows7 a.rmLink {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    color: #4c607a;
    text-decoration: none;
}

    .RadMenu_Onyak_Windows7 a.rmLink,
    .RadMenu_Onyak_Windows7 .rmText {
        background-position: 0 1050px;
        background-repeat: no-repeat;
    }

        .RadMenu_Onyak_Windows7 a.rmLink:hover,
        .RadMenu_Onyak_Windows7 a.rmFocused,
        .RadMenu_Onyak_Windows7 a.rmSelected {
            background-position: 0 -72px;
        }

            .RadMenu_Onyak_Windows7 a.rmLink:hover .rmText,
            .RadMenu_Onyak_Windows7 a.rmFocused .rmText,
            .RadMenu_Onyak_Windows7 a.rmSelected .rmText {
                background-position: 100% -96px;
            }

    .RadMenu_Onyak_Windows7 a.rmExpanded,
    .RadMenu_Onyak_Windows7 a.rmExpanded:hover {
        background-position: 0 -120px;
    }

        .RadMenu_Onyak_Windows7 a.rmExpanded .rmText,
        .RadMenu_Onyak_Windows7 a.rmExpanded:hover .rmText {
            background-position: 100% -144px;
        }

    .RadMenu_Onyak_Windows7 a.rmDisabled,
    .RadMenu_Onyak_Windows7 a.rmDisabled:hover {
        color: #a7a7a7;
    }

        .RadMenu_Onyak_Windows7 a.rmDisabled:hover,
        .RadMenu_Onyak_Windows7 a.rmDisabled:hover .rmText {
            background: none;
        }

    /* </Root items> */


    /* <Submenu items> */

    .RadMenu_Onyak_Windows7 .rmGroup,
    .RadMenu_Onyak_Windows7 .rmMultiColumn,
    .RadMenu_Onyak_Windows7 .rmGroup .rmVertical {
        border: 1px solid #a5b3c5;
        background: #fff url('Windows7/Menu/rmVSprite.png') repeat-y -1px 0;
    }

    .RadMenu_Onyak_Windows7 .rmTopFix,
    .RadMenu_Onyak_Windows7 .rmBottomFix,
    .RadMenu_Onyak_Windows7 .rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Windows7 .rmRoundedCorners li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Windows7 .rmRoundedCorners .rmFirstGroupColumn li.rmFirstGroupColumn .rmItem,
    .RadMenu_Onyak_Windows7 .rmRoundedCorners ul.rmHorizontal .rmFirst,
    .RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmGroup .rmItem,
    .RadMenu_Onyak_Windows7_Context.rmRoundedCorners ul.rmHorizontal .rmFirst {
        background-image: url('Windows7/Menu/rmVSprite.png');
        background-color: #fff;
        background-repeat: repeat-y;
        background-position: -3px 0;
    }

* html .rmRoundedCorners_Onyak_Windows7 .rmGroup .rmItem,
* html .rmRoundedCorners_Onyak_Windows7 ul.rmHorizontal .rmFirst {
    background-image: url('Windows7/Menu/rmVSprite.png');
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: -3px 0;
}

.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmGroupColumn .rmItem,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmGroupColumn .rmGroupColumn .rmItem,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrap .rmVertical,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmGroup,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrap .rmItem,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmHorizontal .rmItem,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrap .rmVertical {
    background-image: none;
}

* html .rmRoundedCorners_Onyak_Windows7 .rmScrollWrapContainer .rmGroup,
* html .rmRoundedCorners_Onyak_Windows7 .rmScrollWrap .rmItem,
* html .rmRoundedCorners_Onyak_Windows7 .rmHorizontal .rmItem,
* html .rmRoundedCorners_Onyak_Windows7 .rmScrollWrap .rmVertical {
    background-image: none;
}

.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmGroupColumn {
    background-color: #fff;
}

.RadMenu_Onyak_Windows7 .rmBottomLeft,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Windows7 .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmMultiColumn {
    background-image: url('Windows7/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

* html .rmRoundedCorners_Onyak_Windows7 .rmScrollWrapContainer,
* html .rmRoundedCorners_Onyak_Windows7 .rmGroup ul.rmGroup,
* html .rmRoundedCorners_Onyak_Windows7 ul.rmGroup {
    background-image: url('Windows7/Menu/rmRoundedLeft.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Windows7 .rmTopRight,
.RadMenu_Onyak_Windows7 .rmBottomRight {
    background-image: url('Windows7/Menu/rmRoundedRight.png');
    background-color: transparent;
    background-repeat: no-repeat;
}

.RadMenu_Onyak_Windows7 .rmTopFix,
.RadMenu_Onyak_Windows7 .rmBottomFix,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmGroup .rmFirst,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmGroup .rmFirst,
.rmRoundedCorners_Onyak_Windows7 .rmGroup .rmFirst {
    border-color: #a5b3c5;
}

.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmBottomFix,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopFix,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

* html .rmRoundedCorners_Onyak_Windows7 .rmScrollWrapContainer .rmTopFix,
* html .rmRoundedCorners_Onyak_Windows7 .rmScrollWrapContainer .rmBottomFix {
    background: #FFF;
}

.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrapContainer .rmRightArrow,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmTopArrow,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmBottomArrow,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmLeftArrow,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

* html .rmRoundedCorners_Onyak_Windows7 .rmScrollWrapContainer .rmTopArrow,
* html .rmRoundedCorners_Onyak_Windows7 .rmScrollWrapContainer .rmBottomArrow,
* html .rmRoundedCorners_Onyak_Windows7 .rmScrollWrapContainer .rmLeftArrow,
* html .rmRoundedCorners_Onyak_Windows7 .rmScrollWrapContainer .rmRightArrow {
    background-color: #FFF;
    border: 0;
}

.RadMenu_Onyak_Windows7 li.rmTopFix,
.RadMenu_Onyak_Windows7 li.rmBottomFix {
    background-position: -4px 0;
}

.RadMenu_Onyak_Windows7_rtl .rmBottomLeft,
.RadMenu_Onyak_Windows7_rtl .rmRoundedCorners ul.rmGroup,
.RadMenu_Onyak_Windows7_rtl .rmRoundedCorners .rmMultiColumn,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrapContainer,
.RadMenu_Onyak_Windows7 .rmScrollWrapContainer .rmBottomLeft,
.rmRoundedCorners.RadMenu_Onyak_Windows7_Context_rtl ul.rmGroup,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer {
    background-image: url('Windows7/Menu/rmRoundedLeft_rtl.png');
}

.RadMenu_Onyak_Windows7_rtl .rmTopRight,
.RadMenu_Onyak_Windows7_rtl .rmBottomRight {
    background-image: url('Windows7/Menu/rmRoundedRight_rtl.png');
}

.RadMenu_Onyak_Windows7_rtl li.rmTopFix,
.RadMenu_Onyak_Windows7_rtl li.rmBottomFix,
.RadMenu_Onyak_Windows7_rtl .rmRoundedCorners .rmGroup .rmItem,
.rmRoundedCorners.RadMenu_Onyak_Windows7_Context_rtl ul.rmGroup .rmItem {
    background-position: 101% 0;
}

.RadMenu_Onyak_Windows7 .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_Onyak_Windows7_rtl .rmGroup,
.RadMenu_Onyak_Windows7_rtl .rmMultiColumn,
.RadMenu_Onyak_Windows7_rtl .rmGroup .rmVertical {
    background-position: 101% 0;
}

.RadMenu_Onyak_Windows7 .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_Onyak_Windows7 .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_Onyak_Windows7 .rmGroup .rmFirst,
.RadMenu_Onyak_Windows7 .rmGroup .rmLast,
.RadMenu_Onyak_Windows7 .rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.RadMenu_Onyak_Windows7_Context.rmRoundedCorners .rmScrollWrapContainer li.rmItem,
.rmRoundedCorners_Onyak_Windows7 .rmScrollWrapContainer li.rmItem {
    background: none;
}

.RadMenu_Onyak_Windows7 .rmGroup .rmLast {
    padding-bottom: 1px;
}

.RadMenu_Onyak_Windows7 .rmGroup a.rmLink {
    color: #000;
}

    .RadMenu_Onyak_Windows7 .rmGroup a.rmLink:hover,
    .RadMenu_Onyak_Windows7 .rmGroup a.rmFocused,
    .RadMenu_Onyak_Windows7 .rmGroup a.rmSelected,
    .RadMenu_Onyak_Windows7 .rmGroup a.rmExpanded {
        color: #4c607a;
        background-position: 0 -168px;
    }

        .RadMenu_Onyak_Windows7 .rmGroup a.rmLink:hover .rmText,
        .RadMenu_Onyak_Windows7 .rmGroup a.rmFocused .rmText,
        .RadMenu_Onyak_Windows7 .rmGroup a.rmSelected .rmText,
        .RadMenu_Onyak_Windows7 .rmGroup a.rmExpanded .rmText {
            background-position: 100% -192px;
        }

/* <expand arrows> */

.RadMenu_Onyak_Windows7 .rmVertical .rmExpandRight,
.RadMenu_Onyak_Windows7_Context .rmGroup .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmGroup .rmExpandDown {
    background-position: 100% -216px;
}

.RadMenu_Onyak_Windows7 .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmVertical a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmVertical a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Windows7 .rmVertical a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Windows7 .rmVertical a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Windows7 .rmVertical a.rmSelected .rmExpandLeft {
    background-image: url('Windows7/Menu/rmRootExpand.png');
}

.RadMenu_Onyak_Windows7 .rmVertical a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmVertical a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmVertical a.rmFocused .rmExpandRight {
    background-position: 100% -2px;
}

.RadMenu_Onyak_Windows7 .rmVertical a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmVertical a.rmExpanded:hover .rmExpandRight {
    background-position: 100% -29px;
}

.RadMenu_Onyak_Windows7 .rmGroup a.rmLink:hover .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmGroup a.rmFocused .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmGroup a.rmSelected .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmGroup a.rmExpanded .rmExpandRight,
.RadMenu_Onyak_Windows7 .rmGroup a.rmLink:hover .rmExpandDown,
.RadMenu_Onyak_Windows7 .rmGroup a.rmFocused .rmExpandDown,
.RadMenu_Onyak_Windows7 .rmGroup a.rmSelected .rmExpandDown,
.RadMenu_Onyak_Windows7 .rmGroup a.rmExpanded .rmExpandDown {
    background-image: url('Windows7/Menu/rmSprite.png');
    background-position: 100% -240px;
}

.RadMenu_Onyak_Windows7 .rmGroup a.rmDisabled,
.RadMenu_Onyak_Windows7 .rmGroup a.rmDisabled:hover {
    color: #a7a7a7;
}

    .RadMenu_Onyak_Windows7 .rmGroup a.rmDisabled:hover,
    .RadMenu_Onyak_Windows7 .rmGroup a.rmDisabled:hover .rmText {
        background: none;
    }

        .RadMenu_Onyak_Windows7 .rmRootGroup a.rmDisabled:hover .rmExpandRight,
        .RadMenu_Onyak_Windows7_Context .rmGroup a.rmDisabled:hover .rmExpandRight,
        .RadMenu_Onyak_Windows7_Context .rmGroup a.rmDisabled:hover .rmExpandLeft,
        .RadMenu_Onyak_Windows7 .rmGroup a.rmDisabled:hover .rmExpandDown {
            background-image: url('Windows7/Menu/rmSprite.png');
            background-position: 100% -216px;
        }

/* </expand arrows> */

/* <rtl> */

.RadMenu_Onyak_Windows7_rtl a.rmLink:hover,
.RadMenu_Onyak_Windows7_rtl a.rmFocused,
.RadMenu_Onyak_Windows7_rtl a.rmSelected {
    background-position: 100% -96px;
}

    .RadMenu_Onyak_Windows7_rtl a.rmLink:hover .rmText,
    .RadMenu_Onyak_Windows7_rtl a.rmFocused .rmText,
    .RadMenu_Onyak_Windows7_rtl a.rmSelected .rmText {
        background-position: 0 -72px;
    }

.RadMenu_Onyak_Windows7_rtl a.rmExpanded,
.RadMenu_Onyak_Windows7_rtl a.rmExpanded:hover {
    background-position: 100% -144px;
}

    .RadMenu_Onyak_Windows7_rtl a.rmExpanded .rmText,
    .RadMenu_Onyak_Windows7_rtl a.rmExpanded:hover .rmText {
        background-position: 0 -120px;
    }

.RadMenu_Onyak_Windows7_rtl .rmGroup a.rmLink:hover,
.RadMenu_Onyak_Windows7_rtl .rmGroup a.rmFocused,
.RadMenu_Onyak_Windows7_rtl .rmGroup a.rmSelected,
.RadMenu_Onyak_Windows7_rtl .rmGroup a.rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_Onyak_Windows7_rtl .rmGroup a.rmLink:hover .rmText,
    .RadMenu_Onyak_Windows7_rtl .rmGroup a.rmFocused .rmText,
    .RadMenu_Onyak_Windows7_rtl .rmGroup a.rmSelected .rmText,
    .RadMenu_Onyak_Windows7_rtl .rmGroup a.rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_Onyak_Windows7_Context_rtl .rmVertical .rmExpandLeft,
.RadMenu_Onyak_Windows7_rtl .rmRootGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_Onyak_Windows7_rtl a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Windows7_rtl a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Windows7_rtl a.rmFocused .rmExpandLeft {
    background-position: 0 -2px;
}

.RadMenu_Onyak_Windows7_rtl a.rmExpanded .rmExpandLeft,
.RadMenu_Onyak_Windows7_rtl a.rmExpanded:hover .rmExpandLeft {
    background-position: 0 -29px;
}

.RadMenu_Onyak_Windows7_rtl .rmGroup a.rmLink:hover .rmExpandLeft,
.RadMenu_Onyak_Windows7_rtl .rmGroup a.rmFocused .rmExpandLeft,
.RadMenu_Onyak_Windows7_rtl .rmGroup a.rmSelected .rmExpandLeft,
.RadMenu_Onyak_Windows7_rtl .rmGroup a.rmExpanded .rmExpandLeft {
    background-image: url('Windows7/Menu/rmSprite.png');
    background-position: 0 -336px;
}

.RadMenu_Onyak_Windows7_Context_rtl .rmGroup a.rmDisabled:hover .rmExpandLeft,
.RadMenu_Onyak_Windows7_rtl .rmRootGroup a.rmDisabled:hover .rmExpandLeft {
    background-image: url('Windows7/Menu/rmSprite.png');
    background-position: 0 -312px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Vista - specific, overlapping submenus)> */

.RadMenu_Onyak_Windows7 .rmSlide {
    margin: -3px 0 0 1px;
}

    .RadMenu_Onyak_Windows7 .rmVertical .rmSlide,
    .RadMenu_Onyak_Windows7 .rmSlide .rmSlide,
    .RadMenu_Onyak_Windows7_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_Onyak_Windows7_rtl .rmSlide {
    margin: -3px 0 0 -1px;
}

    .RadMenu_Onyak_Windows7_rtl .rmVertical .rmSlide,
    .RadMenu_Onyak_Windows7_rtl .rmSlide .rmSlide,
    .RadMenu_Onyak_Windows7_Context_rtl .rmGroup .rmSlide {
        margin: 0 0 0 5px;
    }

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Onyak_Windows7 .rmLeftArrow,
.RadMenu_Onyak_Windows7 .rmRightArrow {
    background-color: #E0E5F5;
}

.RadMenu_Onyak_Windows7 .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Windows7 .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Windows7 .rmTopArrow,
.RadMenu_Onyak_Windows7 .rmBottomArrow,
.RadMenu_Onyak_Windows7 .rmGroup .rmLeftArrow,
.RadMenu_Onyak_Windows7 .rmGroup .rmRightArrow {
    background-color: #f0f0f0;
}

.RadMenu_Onyak_Windows7 .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #B7BDCD;
}

.RadMenu_Onyak_Windows7 .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #B7BDCD;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Onyak_Windows7 .rmVertical .rmSeparator .rmText,
.RadMenu_Onyak_Windows7 .rmHorizontal .rmVertical .rmSeparator .rmText {
    background-position: 0 -406px;
}

.RadMenu_Onyak_Windows7 .rmHorizontal .rmSeparator .rmText,
.RadMenu_Onyak_Windows7 .rmVertical .rmHorizontal .rmSeparator .rmText {
    background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Vista> */
/* RadSlider for ASP.NET AJAX Windows7 Skin */
.RadSlider_Onyak_Windows7 .rslTrack {
    border-color: #959db8 #adb3cb #adb3cb #959db8;
}

.RadSlider_Onyak_Windows7 .rslHorizontal a.rslHandle {
    background-image: url('Windows7/Slider/Handles.gif');
}

.RadSlider_Onyak_Windows7 .rslHorizontal a.rslDraghandle {
    background-image: url('Windows7/Slider/DragHandle.gif');
}

.RadSlider_Onyak_Windows7 .rslBottom a.rslDraghandle {
    background-image: url('Windows7/Slider/DragHandleUp.gif');
}

.RadSlider_Onyak_Windows7 .rslHorizontal .rslTrack {
    background: url('Windows7/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Onyak_Windows7 .rslHorizontal .rslSelectedregion {
    background: url('Windows7/Slider/SelectedRegionHorizontalBgr.gif') right top no-repeat;
}

/* vertical slider */
.RadSlider_Onyak_Windows7 .rslVertical a.rslHandle {
    background-image: url('Windows7/Slider/HandlesVertical.gif');
}

.RadSlider_Onyak_Windows7 .rslVertical .rslTrack {
    background: url('Windows7/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Onyak_Windows7 .rslVertical .rslSelectedregion {
    background: url('Windows7/Slider/SelectedRegionVerticalBgr.gif') left bottom no-repeat;
}

.RadSlider_Onyak_Windows7 .rslVertical a.rslDraghandle {
    background: url('Windows7/Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_Onyak_Windows7 .rslLeft a.rslDraghandle {
    background: url('Windows7/Slider/DragVerticalHandleRight.gif') no-repeat;
}

.RadSlider_Onyak_Windows7 .rslItem,
.RadSlider_Onyak_Windows7 .rslLargeTick span {
    color: #333;
}

.RadSlider_Onyak_Windows7 .rslItemsWrapper .rslItemSelected {
    color: #000;
}

/* horizontal slider items */
.RadSlider_Onyak_Windows7 .rslHorizontal .rslItem {
    background-image: url('Windows7/Slider/ItemHorizontalBgr.gif');
}

/* vertical slider items */
.RadSlider_Onyak_Windows7 .rslVertical .rslItem {
    background-image: url('Windows7/Slider/ItemVerticalBgr.gif');
}

/* horizontal slider - TrackPosition=Top/Bottom */
.RadSlider_Onyak_Windows7 .rslTop .rslSmallTick,
.RadSlider_Onyak_Windows7 .rslBottom .rslSmallTick {
    background-image: url('Windows7/Slider/SmallChangeHorizontal.gif');
}

.RadSlider_Onyak_Windows7 .rslTop .rslLargeTick,
.RadSlider_Onyak_Windows7 .rslBottom .rslLargeTick {
    background-image: url('Windows7/Slider/LargeChangeHorizontal.gif');
}

/* vertical slider - TrackPosition=Left/Right */
.RadSlider_Onyak_Windows7 .rslLeft .rslSmallTick,
.RadSlider_Onyak_Windows7 .rslRight .rslSmallTick {
    background-image: url('Windows7/Slider/SmallChangeVertical.gif');
}

.RadSlider_Onyak_Windows7 .rslLeft .rslLargeTick,
.RadSlider_Onyak_Windows7 .rslRight .rslLargeTick {
    background-image: url('Windows7/Slider/LargelChangeVertical.gif');
}

/* horizontal slider - TrackPosition=Center */
.RadSlider_Onyak_Windows7 .rslMiddle .rslSmallTick {
    background-image: url('Windows7/Slider/SmallChangeMiddleHorizontal.gif');
}

.RadSlider_Onyak_Windows7 .rslMiddle .rslLargeTick {
    background-image: url('Windows7/Slider/LargeChangeMiddleHorizontal.gif');
}

/* vertical slider - TrackPosition=Center */
.RadSlider_Onyak_Windows7 .rslCenter .rslSmallTick {
    background-image: url('Windows7/Slider/SmallChangeCenterVertical.gif');
}

.RadSlider_Onyak_Windows7 .rslCenter .rslLargeTick {
    background-image: url('Windows7/Slider/LargelChangeCenterVertical.gif');
}
/*Telerik RadCalendar Windows7 skin*/

table.RadCalendar_Onyak_Windows7 {
    width: auto;
    background: #fff;
    color: #333;
    font: 12px "segoe ui",arial,sans-serif;
}

/*titlebar*/

.RadCalendar_Onyak_Windows7 .rcTitlebar {
    border-color: #cddaea;
    border-bottom-color: #d4dbe5;
    background: #f1f5fb;
    color: #1e395b;
}

    .RadCalendar_Onyak_Windows7 .rcTitlebar table {
        font: 12px/18px "segoe ui",arial,sans-serif;
    }

    .RadCalendar_Onyak_Windows7 .rcTitlebar td {
        padding: 3px 0 2px;
    }

    .RadCalendar_Onyak_Windows7 .rcTitlebar .rcPrev,
    .RadCalendar_Onyak_Windows7 .rcTitlebar .rcNext,
    .RadCalendar_Onyak_Windows7 .rcTitlebar .rcFastPrev,
    .RadCalendar_Onyak_Windows7 .rcTitlebar .rcFastNext {
        width: 17px;
        height: 16px;
        background-image: url('Windows7/Calendar/sprite.gif');
        color: #ccc;
    }

    .RadCalendar_Onyak_Windows7 .rcTitlebar .rcFastPrev {
        margin-left: 5px;
        background-position: 0 -200px;
    }

    .RadCalendar_Onyak_Windows7 .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -250px;
    }

    .RadCalendar_Onyak_Windows7 .rcTitlebar .rcPrev {
        background-position: 0 -300px;
    }

    .RadCalendar_Onyak_Windows7 .rcTitlebar a.rcPrev:hover {
        background-position: 0 -350px;
    }

    .RadCalendar_Onyak_Windows7 .rcTitlebar .rcNext {
        background-position: 0 -400px;
    }

    .RadCalendar_Onyak_Windows7 .rcTitlebar a.rcNext:hover {
        background-position: 0 -450px;
    }

    .RadCalendar_Onyak_Windows7 .rcTitlebar .rcFastNext {
        margin-right: 5px;
        background-position: 0 -500px;
    }

    .RadCalendar_Onyak_Windows7 .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -550px;
    }

.RadCalendar_Onyak_Windows7 .rcMain {
    border-color: #cddaea;
}

.RadCalendar_Onyak_Windows7 .rcMainTable {
    font: 12px/20px "segoe ui",arial,sans-serif;
}

/*header, footer*/

.RadCalendar_Onyak_Windows7 .rcHeader,
.RadCalendar_Onyak_Windows7 .rcFooter {
    border-color: #cddaea;
}

/*week numbers and days*/

.RadCalendar_Onyak_Windows7 .rcWeek th {
    border-bottom: 1px solid #d4dbe5;
    padding: 2px 0 1px 0;
    text-align: center;
}

.RadCalendar_Onyak_Windows7 .rcWeek .rcViewSel {
    border-bottom-color: #fff;
}

.RadCalendar_Onyak_Windows7 .rcRow th {
    width: 28px;
    color: #4c607a;
}

.RadCalendar_Onyak_Windows7 .rcViewSel,
.RadCalendar_Onyak_Windows7 .rcRow th {
    background: #e7ebf6;
}

/*date cells*/

.RadCalendar_Onyak_Windows7 .rcRow td {
    width: 26px;
    border: 0;
    padding: 0 0 1px 1px;
}

.RadCalendar_Onyak_Windows7 .rcMain .rcRow a,
.RadCalendar_Onyak_Windows7 .rcMain .rcRow span {
    width: 20px;
    padding: 0 6px 0 0;
    color: #000;
}

.RadCalendar_Onyak_Windows7 .rcMain .rcWeekend a {
    color: #444;
}

.RadCalendar_Onyak_Windows7 .rcMain .rcRow .rcToday a {
    background: 100% -1800px no-repeat url('Windows7/Calendar/sprite.gif');
    color: #4c607a;
}

.RadCalendar_Onyak_Windows7 .rcMain .rcOtherMonth a {
    color: #a7a7a7;
}

.RadCalendar_Onyak_Windows7 .rcMain .rcOutOfRange span {
    color: #ccc;
}

.RadCalendar_Onyak_Windows7 .rcMain .rcRow .rcSelected a {
    background: 100% -1700px no-repeat url('Windows7/Calendar/sprite.gif');
    color: #4c607a;
}

.RadCalendar_Onyak_Windows7 .rcMain .rcRow .rcHover a {
    background: 100% -1600px no-repeat url('Windows7/Calendar/sprite.gif');
    color: #4c607a;
}

/*multimonth view*/

.RadCalendarMultiView_Onyak_Windows7 .rcTitlebar {
    border-color: #cddaea;
    background: #e4edf8 0 -1199px repeat-x url('Windows7/Calendar/sprite.gif');
    color: #1e395b;
}

    .RadCalendarMultiView_Onyak_Windows7 .rcTitlebar table {
        border: 1px solid;
        border-color: #fbfdfe #f1f7fc #ebf3fb;
        line-height: 22px;
    }

    .RadCalendarMultiView_Onyak_Windows7 .rcTitlebar td {
        padding: 4px 0 1px;
    }

    .RadCalendarMultiView_Onyak_Windows7 .rcTitlebar .rcFastPrev {
        width: 20px;
        height: 19px;
        background-position: 0 -600px;
    }

    .RadCalendarMultiView_Onyak_Windows7 .rcTitlebar a.rcFastPrev:hover {
        background-position: 0 -650px;
    }

    .RadCalendarMultiView_Onyak_Windows7 .rcTitlebar .rcPrev {
        width: 20px;
        height: 19px;
        background-position: 0 -700px;
    }

    .RadCalendarMultiView_Onyak_Windows7 .rcTitlebar a.rcPrev:hover {
        background-position: 0 -750px;
    }

    .RadCalendarMultiView_Onyak_Windows7 .rcTitlebar .rcNext {
        width: 20px;
        height: 19px;
        background-position: 0 -800px;
    }

    .RadCalendarMultiView_Onyak_Windows7 .rcTitlebar a.rcNext:hover {
        background-position: 0 -850px;
    }

    .RadCalendarMultiView_Onyak_Windows7 .rcTitlebar .rcFastNext {
        width: 20px;
        height: 19px;
        background-position: 0 -900px;
    }

    .RadCalendarMultiView_Onyak_Windows7 .rcTitlebar a.rcFastNext:hover {
        background-position: 0 -950px;
    }

.RadCalendarMultiView_Onyak_Windows7 .rcMain {
    border-color: #cddaea;
}

.RadCalendarMultiView_Onyak_Windows7 .rcCalendar {
    width: auto;
    border-color: #cddaea;
}

.RadCalendarMultiView_Onyak_Windows7 .rcMain .rcTitle {
    border-color: #d4dbe5;
    padding: 3px 0 4px;
    background: #f1f5fb;
    color: #1e395b;
}

/*month view*/

table.RadCalendarMonthView_Onyak_Windows7 {
    border-color: #a5b3c5;
    background: #fcfcfc;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

.RadCalendarMonthView_Onyak_Windows7 #rcMView_Feb,
.RadCalendarMonthView_Onyak_Windows7 #rcMView_Apr,
.RadCalendarMonthView_Onyak_Windows7 #rcMView_Jun,
.RadCalendarMonthView_Onyak_Windows7 #rcMView_Aug,
.RadCalendarMonthView_Onyak_Windows7 #rcMView_Oct,
.RadCalendarMonthView_Onyak_Windows7 #rcMView_Dec {
    border-right: 1px solid #e0e0e0;
}

.RadCalendarMonthView_Onyak_Windows7 a {
    color: #000;
}

.RadCalendarMonthView_Onyak_Windows7 .rcHover a {
    border-color: #a8d8eb;
    background: #f1f4f6;
    color: #4c607a;
}

.RadCalendarMonthView_Onyak_Windows7 .rcSelected a {
    border-color: #8fb0d6;
    background: #cfe3fc;
    color: #4c607a;
}

.RadCalendarMonthView_Onyak_Windows7 #rcMView_PrevY a,
.RadCalendarMonthView_Onyak_Windows7 #rcMView_NextY a {
    width: 12px;
    height: 15px;
    background-image: url('Windows7/Calendar/sprite.gif');
    color: #ccc;
}

.RadCalendarMonthView_Onyak_Windows7 #rcMView_PrevY a {
    background-position: 0 -200px;
}

    .RadCalendarMonthView_Onyak_Windows7 #rcMView_PrevY a:hover {
        background-position: 0 -250px;
    }

.RadCalendarMonthView_Onyak_Windows7 #rcMView_NextY a {
    background-position: 0 -500px;
}

    .RadCalendarMonthView_Onyak_Windows7 #rcMView_NextY a:hover {
        background-position: 0 -550px;
    }

.RadCalendarMonthView_Onyak_Windows7 .rcButtons {
    padding: 4px 7px 6px;
}

.RadCalendarMonthView_Onyak_Windows7 input {
    border: 0;
    margin: 0 3px;
    padding: 1px 0 0;
    background: 0 100% repeat-x url('Windows7/Calendar/sprite.gif');
    color: #005bc6;
    font: 12px "segoe ui",arial,sans-serif;
}

.RadCalendarMonthView_Onyak_Windows7 #rcMView_Today {
    margin-right: 20px;
}

/*time view*/

table.RadCalendarTimeView_Onyak_Windows7 {
    border-color: #a5b3c5;
    background: #fcfcfc;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

.RadCalendarTimeView_Onyak_Windows7 th {
    border-bottom: 1px solid #d4dbe5;
    padding: 3px 0;
    background: #f1f5fb;
    color: #1e395b;
    line-height: 18px;
}

table.RadCalendarTimeView_Onyak_Windows7 td {
    border-color: #e0e0e0;
    padding: 2px 2px 3px;
}

.RadCalendarTimeView_Onyak_Windows7 a {
    width: 59px;
    padding: 1px 6px 1px 1px;
    line-height: 15px;
    text-align: right;
    color: #000;
}

.RadCalendarTimeView_Onyak_Windows7 td.rcSelected a {
    border: 0;
    padding: 1px 6px 1px 1px;
    background: 100% -2550px no-repeat url('Windows7/Calendar/sprite.gif');
    color: #4c607a;
}

.RadCalendarTimeView_Onyak_Windows7 td.rcHover a {
    border: 0;
    padding: 1px 6px 1px 1px;
    background: 100% -2500px no-repeat url('Windows7/Calendar/sprite.gif');
    color: #4c607a;
}

.RadCalendarTimeView_Onyak_Windows7 .rcFooter {
    border-color: #e0e0e0;
}

/*pickers*/

.RadPicker_Onyak_Windows7 .rcCalPopup,
.RadPicker_Onyak_Windows7 .rcTimePopup {
    background-image: url('Windows7/Calendar/sprite.gif');
}

.RadPicker_Onyak_Windows7 .rcCalPopup,
.RadPicker_Onyak_Windows7 a.rcDisabled.rcCalPopup:hover {
    background-position: 0 0;
}

.RadPicker_Onyak_Windows7 a.rcCalPopup:hover,
.RadPicker_Onyak_Windows7 a.rcCalPopup:focus,
.RadPicker_Onyak_Windows7 a.rcCalPopup:active {
    background-position: 0 -50px;
}

.RadPicker_Onyak_Windows7 .rcTimePopup,
.RadPicker_Onyak_Windows7 a.rcDisabled.rcTimePopup:hover {
    background-position: 0 -100px;
}

.RadPicker_Onyak_Windows7 a.rcTimePopup:hover,
.RadPicker_Onyak_Windows7 a.rcTimePopup:focus,
.RadPicker_Onyak_Windows7 a.rcTimePopup:active {
    background-position: 0 -150px;
}

/*rtl*/

.RadCalendarRTL_Onyak_Windows7 .rcTitlebar .rcFastPrev {
    background-position: 0 -500px;
}

.RadCalendarRTL_Onyak_Windows7 .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -550px;
}

.RadCalendarRTL_Onyak_Windows7 .rcTitlebar .rcPrev {
    background-position: 0 -400px;
}

.RadCalendarRTL_Onyak_Windows7 .rcTitlebar a.rcPrev:hover {
    background-position: 0 -450px;
}

.RadCalendarRTL_Onyak_Windows7 .rcTitlebar .rcNext {
    background-position: 0 -300px;
}

.RadCalendarRTL_Onyak_Windows7 .rcTitlebar a.rcNext:hover {
    background-position: 0 -350px;
}

.RadCalendarRTL_Onyak_Windows7 .rcTitlebar .rcFastNext {
    background-position: 0 -200px;
}

.RadCalendarRTL_Onyak_Windows7 .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -250px;
}

.RadCalendarMultiViewRTL_Onyak_Windows7 .rcTitlebar .rcFastPrev {
    background-position: 0 -900px;
}

.RadCalendarMultiViewRTL_Onyak_Windows7 .rcTitlebar a.rcFastPrev:hover {
    background-position: 0 -950px;
}

.RadCalendarMultiViewRTL_Onyak_Windows7 .rcTitlebar .rcPrev {
    background-position: 0 -800px;
}

.RadCalendarMultiViewRTL_Onyak_Windows7 .rcTitlebar a.rcPrev:hover {
    background-position: 0 -850px;
}

.RadCalendarMultiViewRTL_Onyak_Windows7 .rcTitlebar .rcNext {
    background-position: 0 -700px;
}

.RadCalendarMultiViewRTL_Onyak_Windows7 .rcTitlebar a.rcNext:hover {
    background-position: 0 -750px;
}

.RadCalendarMultiViewRTL_Onyak_Windows7 .rcTitlebar .rcFastNext {
    background-position: 0 -600px;
}

.RadCalendarMultiViewRTL_Onyak_Windows7 .rcTitlebar a.rcFastNext:hover {
    background-position: 0 -650px;
}
/*Telerik RadGrid Windows7 Skin*/

/*global*/

.RadGrid_Onyak_Windows7 {
    border: 1px solid #a5b3c5;
    background: #fcfcfc;
    color: #000;
}

    .RadGrid_Onyak_Windows7,
    .RadGrid_Onyak_Windows7 .rgMasterTable,
    .RadGrid_Onyak_Windows7 .rgDetailTable,
    .RadGrid_Onyak_Windows7 .rgGroupPanel table,
    .RadGrid_Onyak_Windows7 .rgCommandRow table,
    .RadGrid_Onyak_Windows7 .rgEditForm table,
    .RadGrid_Onyak_Windows7 .rgPager table,
    .GridToolTip_Onyak_Windows7 {
        /* font:12px/16px "segoe ui",arial,sans-serif; */
    }

        .RadGrid_Onyak_Windows7 .rgHeader:first-child,
        .RadGrid_Onyak_Windows7 th.rgResizeCol:first-child,
        .RadGrid_Onyak_Windows7 .rgFilterRow > td:first-child,
        .RadGrid_Onyak_Windows7 .rgRow > td:first-child,
        .RadGrid_Onyak_Windows7 .rgAltRow > td:first-child {
            border-left-width: 0;
            padding-left: 8px;
        }

        .RadGrid_Onyak_Windows7 .rgAdd,
        .RadGrid_Onyak_Windows7 .rgRefresh,
        .RadGrid_Onyak_Windows7 .rgEdit,
        .RadGrid_Onyak_Windows7 .rgDel,
        .RadGrid_Onyak_Windows7 .rgFilter,
        .RadGrid_Onyak_Windows7 .rgPagePrev,
        .RadGrid_Onyak_Windows7 .rgPageNext,
        .RadGrid_Onyak_Windows7 .rgPageFirst,
        .RadGrid_Onyak_Windows7 .rgPageLast,
        .RadGrid_Onyak_Windows7 .rgExpand,
        .RadGrid_Onyak_Windows7 .rgCollapse,
        .RadGrid_Onyak_Windows7 .rgSortAsc,
        .RadGrid_Onyak_Windows7 .rgSortDesc,
        .RadGrid_Onyak_Windows7 .rgUpdate,
        .RadGrid_Onyak_Windows7 .rgCancel,
        .RadGrid_Onyak_Windows7 .rgUngroup,
        .RadGrid_Onyak_Windows7 .rgExpXLS,
        .RadGrid_Onyak_Windows7 .rgExpDOC,
        .RadGrid_Onyak_Windows7 .rgExpPDF,
        .RadGrid_Onyak_Windows7 .rgExpCSV {
            background-image: url('Windows7/Grid/sprite.gif');
        }

        /*header*/

        .RadGrid_Onyak_Windows7 .rgHeaderDiv {
            background: #f1f5fb;
        }

        .RadGrid_Onyak_Windows7 .rgHeader,
        .RadGrid_Onyak_Windows7 th.rgResizeCol {
            border: 1px solid;
            border-color: #f6f9fb #fff #c2cedb #e1eaf3;
            border-top-width: 0;
            background: #f1f5fb;
        }

        .RadGrid_Onyak_Windows7 th.rgSorted {
            background: 0 -2600px repeat-x #dde8f7 url('Windows7/Grid/sprite.gif');
        }

        .RadGrid_Onyak_Windows7 .rgHeader,
        .RadGrid_Onyak_Windows7 .rgHeader a {
            color: #4c607a;
        }

        /*rows*/

        .RadGrid_Onyak_Windows7 .rgRow td,
        .RadGrid_Onyak_Windows7 .rgAltRow td,
        .RadGrid_Onyak_Windows7 .rgEditRow td,
        .RadGrid_Onyak_Windows7 .rgFooter td {
            border-style: solid;
            border-width: 0 1px 1px;
        }

        .RadGrid_Onyak_Windows7 .rgRow {
            background-color: #ebeff3;
        }

            .RadGrid_Onyak_Windows7 .rgRow td {
                border-color: #ebeff3;
            }

        .RadGrid_Onyak_Windows7 .rgAltRow td {
            border-color: #fff;
        }

        .RadGrid_Onyak_Windows7 .rgRow .rgSorted,
        .RadGrid_Onyak_Windows7 .rgAltRow .rgSorted {
            background-color: #e5ecf5;
            border-color: #e5ecf5;
        }

        .RadGrid_Onyak_Windows7 .rgSelectedRow .rgSorted,
        .RadGrid_Onyak_Windows7 .rgActiveRow .rgSorted,
        .RadGrid_Onyak_Windows7 .rgHoveredRow .rgSorted,
        .RadGrid_Onyak_Windows7 .rgEditRow .rgSorted {
            background-color: transparent;
        }

        .RadGrid_Onyak_Windows7 .rgRow a,
        .RadGrid_Onyak_Windows7 .rgAltRow a,
        .RadGrid_Onyak_Windows7 .rgEditRow a,
        .RadGrid_Onyak_Windows7 .rgFooter a,
        .RadGrid_Onyak_Windows7 .rgEditForm a {
            color: #1e3287;
        }

        .RadGrid_Onyak_Windows7 .rgSelectedRow {
            background: #d7e8fe 0 -3900px repeat-x url('Windows7/Grid/sprite.gif');
        }

            * + html .RadGrid_Onyak_Windows7 .rgSelectedRow .rgSorted {
                background-color: #d7e8fe;
            }

            * html .RadGrid_Onyak_Windows7 .rgSelectedRow .rgSorted {
                background-color: #d7e8fe;
            }

        .RadGrid_Onyak_Windows7 .rgActiveRow,
        .RadGrid_Onyak_Windows7 .rgHoveredRow {
            background: #e7eef6 0 -2900px repeat-x url('Windows7/Grid/sprite.gif');
        }

            * + html .RadGrid_Onyak_Windows7 .rgActiveRow .rgSorted,
            * + html .RadGrid_Onyak_Windows7 .rgHoveredRow .rgSorted {
                background-color: #e7eef6;
            }

            * html .RadGrid_Onyak_Windows7 .rgActiveRow .rgSorted,
            * html .RadGrid_Onyak_Windows7 .rgHoveredRow .rgSorted {
                background-color: #e7eef6;
            }

        .RadGrid_Onyak_Windows7 .rgEditRow {
            background: #e6f0fd 0 -4900px repeat-x url('Windows7/Grid/sprite.gif');
        }

            * + html .RadGrid_Onyak_Windows7 .rgEditRow .rgSorted {
                background-color: #e6f0fd;
            }

            * html .RadGrid_Onyak_Windows7 .rgEditRow .rgSorted {
                background-color: #e6f0fd;
            }

            .RadGrid_Onyak_Windows7 .rgSelectedRow td,
            .RadGrid_Onyak_Windows7 .rgActiveRow td,
            .RadGrid_Onyak_Windows7 .rgHoveredRow td,
            .RadGrid_Onyak_Windows7 .rgEditRow td {
                border-left-width: 0;
                border-right-width: 0;
                padding-left: 8px;
                padding-right: 8px;
            }

        .RadGrid_Onyak_Windows7 .rgSelectedRow td,
        .RadGrid_Onyak_Windows7 .rgSelectedRow .rgSorted {
            border-bottom-color: #8daed5;
        }

        .RadGrid_Onyak_Windows7 .rgActiveRow td,
        .RadGrid_Onyak_Windows7 .rgActiveRow .rgSorted,
        .RadGrid_Onyak_Windows7 .rgHoveredRow td,
        .RadGrid_Onyak_Windows7 .rgHoveredRow .rgSorted {
            border-bottom-color: #a8d8eb;
        }

        .RadGrid_Onyak_Windows7 .rgEditRow td,
        .RadGrid_Onyak_Windows7 .rgEditRow .rgSorted {
            border-bottom-color: #8daed5;
        }

        .RadGrid_Onyak_Windows7 .rgDrag {
            background-image: url('Windows7/Grid/rgDrag.gif');
        }

        /*footer*/

        .RadGrid_Onyak_Windows7 .rgFooterDiv,
        .RadGrid_Onyak_Windows7 .rgFooter {
            background: #e2eaf4;
        }

            .RadGrid_Onyak_Windows7 .rgFooter td {
                border-top-width: 1px;
                border-color: #e2eaf4;
            }

        /*status*/

        .RadGrid_Onyak_Windows7 .rgPager .rgStatus {
            border: 1px solid;
            border-color: #fcfcfc #c2cedb #f1f5fb #f1f5fb;
            border-left-width: 0;
        }

        .RadGrid_Onyak_Windows7 .rgStatus div {
            background-image: url('Windows7/Common/loading_small.gif');
        }

        /*pager*/

        .RadGrid_Onyak_Windows7 .rgPager {
            background: #f1f5fb 0 -5900px repeat-x url('Windows7/Grid/sprite.gif');
        }

        .RadGrid_Onyak_Windows7 td.rgPagerCell {
            border: 1px solid;
            border-color: #fcfcfc #fff #f1f5fb;
            border-right-width: 0;
        }

        .RadGrid_Onyak_Windows7 .rgInfoPart {
            color: #5a6779;
        }

            .RadGrid_Onyak_Windows7 .rgInfoPart strong {
                color: #1e395b;
            }

        .RadGrid_Onyak_Windows7 .rgPageFirst {
            background-position: 0 -550px;
        }

            .RadGrid_Onyak_Windows7 .rgPageFirst:hover {
                background-position: 0 -600px;
            }

        .RadGrid_Onyak_Windows7 .rgPagePrev {
            background-position: 0 -700px;
        }

            .RadGrid_Onyak_Windows7 .rgPagePrev:hover {
                background-position: 0 -750px;
            }

        .RadGrid_Onyak_Windows7 .rgPageNext {
            background-position: 0 -850px;
        }

            .RadGrid_Onyak_Windows7 .rgPageNext:hover {
                background-position: 0 -900px;
            }

        .RadGrid_Onyak_Windows7 .rgPageLast {
            background-position: 0 -1000px;
        }

            .RadGrid_Onyak_Windows7 .rgPageLast:hover {
                background-position: 0 -1050px;
            }

        .RadGrid_Onyak_Windows7 .rgPager .rgPagerButton {
            border-color: #c2cedb;
            background: #dde8f6 repeat-x 0 -1550px url('Windows7/Grid/sprite.gif');
            color: #1e395b;
            font: 12px/12px "segoe ui",arial,sans-serif;
        }

        .RadGrid_Onyak_Windows7 .rgNumPart a:hover,
        .RadGrid_Onyak_Windows7 .rgNumPart a:hover span,
        .RadGrid_Onyak_Windows7 .rgNumPart a.rgCurrentPage,
        .RadGrid_Onyak_Windows7 .rgNumPart a.rgCurrentPage span {
            background: no-repeat url('Windows7/Grid/sprite.gif');
        }

        .RadGrid_Onyak_Windows7 .rgNumPart a {
            color: #1e395b;
        }

            .RadGrid_Onyak_Windows7 .rgNumPart a:hover {
                background-position: 100% -1250px;
                color: #4c607a;
            }

                .RadGrid_Onyak_Windows7 .rgNumPart a:hover span {
                    background-position: 0 -1150px;
                }

            .RadGrid_Onyak_Windows7 .rgNumPart a.rgCurrentPage,
            .RadGrid_Onyak_Windows7 .rgNumPart a.rgCurrentPage:hover {
                background-position: 100% -1450px;
                color: #4c607a;
            }

                .RadGrid_Onyak_Windows7 .rgNumPart a.rgCurrentPage span,
                .RadGrid_Onyak_Windows7 .rgNumPart a.rgCurrentPage:hover span {
                    background-position: 0 -1350px;
                }

        /*sorting, reordering*/

        .RadGrid_Onyak_Windows7 .rgHeader .rgSortAsc {
            background-position: 3px -248px;
            height: 10px;
        }

        .RadGrid_Onyak_Windows7 .rgHeader .rgSortDesc {
            background-position: 3px -198px;
            height: 10px;
        }

.GridReorderTop_Onyak_Windows7,
.GridReorderBottom_Onyak_Windows7 {
    height: 11px;
    background: 0 0 no-repeat url('Windows7/Grid/sprite.gif');
}

.GridReorderBottom_Onyak_Windows7 {
    background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Onyak_Windows7 .rgFilterRow {
    background: #f1f5fb;
}

    .RadGrid_Onyak_Windows7 .rgFilterRow td {
        border-left: 1px solid #f1f5fb;
        border-right: 1px solid #f1f5fb;
    }

.RadGrid_Onyak_Windows7 .rgFilter {
    background-position: 0 -300px;
}

    .RadGrid_Onyak_Windows7 .rgFilter:hover {
        background-position: 0 -350px;
    }

.RadGrid_Onyak_Windows7 .rgFilterActive,
.RadGrid_Onyak_Windows7 .rgFilterActive:hover {
    background-position: 0 -400px;
}

.RadGrid_Onyak_Windows7 .rgFilterBox {
    border-color: #b8cbde;
    font: 12px "segoe ui",arial,sans-serif;
    color: #000;
}

/*filter context menu*/

.RadMenu_Onyak_Windows7 .rgHCMClear,
.RadMenu_Onyak_Windows7 .rgHCMFilter {
    border-color: #c2cedb;
    background: #dde8f6 center -23px repeat-x url('Windows7/FormDecorator/ButtonSprites.gif');
    color: #1e395b;
    font-family: "segoe ui",arial,sans-serif;
}

    .RadMenu_Onyak_Windows7 .rgHCMClear:hover,
    .RadMenu_Onyak_Windows7 .rgHCMFilter:hover {
        border-color: #c2dbfb;
        background-position: center -67px;
        background-color: #e7edf5;
    }

/*context menu*/

.GridContextMenu_Onyak_Windows7 .rmLeftImage {
    background-image: url('Windows7/Common/contextMenu.gif');
}

.GridContextMenu_Onyak_Windows7 .rgHCMSortAsc .rmLeftImage {
    background-position: 0 0;
}

.GridContextMenu_Onyak_Windows7 .rgHCMSortDesc .rmLeftImage {
    background-position: 0 -40px;
}

.GridContextMenu_Onyak_Windows7 .rgHCMUnsort .rmLeftImage {
    background-position: 0 -80px;
}

.GridContextMenu_Onyak_Windows7 .rgHCMGroup .rmLeftImage {
    background-position: 0 -120px;
}

.GridContextMenu_Onyak_Windows7 .rgHCMUngroup .rmLeftImage {
    background-position: 0 -160px;
}

.GridContextMenu_Onyak_Windows7 .rgHCMCols .rmLeftImage {
    background-position: 0 -200px;
}

.GridContextMenu_Onyak_Windows7 .rgHCMFilter .rmLeftImage {
    background-position: 0 -240px;
}

.GridContextMenu_Onyak_Windows7 .rgHCMUnfilter .rmLeftImage {
    background-position: 0 -280px;
}

/*grouping*/

.RadGrid_Onyak_Windows7 .rgGroupPanel {
    border: 1px solid;
    border-color: #f2f5fa #f6f9fb #f6f9fb;
    background: #eef3f8 0 -1900px repeat-x url('Windows7/Grid/sprite.gif');
}

    .RadGrid_Onyak_Windows7 .rgGroupPanel td {
        border: 0;
        padding: 0;
    }

        .RadGrid_Onyak_Windows7 .rgGroupPanel td td {
            padding: 2px 3px 1px;
        }

            .RadGrid_Onyak_Windows7 .rgGroupPanel td td td {
                padding: 0;
            }

    .RadGrid_Onyak_Windows7 .rgGroupPanel .rgSortAsc {
        background-position: 4px -144px;
    }

    .RadGrid_Onyak_Windows7 .rgGroupPanel .rgSortDesc {
        background-position: 4px -94px;
    }

.RadGrid_Onyak_Windows7 .rgUngroup {
    background-position: 0 -7200px;
}

.RadGrid_Onyak_Windows7 .rgGroupItem {
    border: 1px solid #9bc9ff;
    background: #dde8f6 0 -7000px repeat-x url('Windows7/Grid/sprite.gif');
}

.RadGrid_Onyak_Windows7 .rgGroupHeader {
    background: 0 -6489px repeat-x url('Windows7/Grid/sprite.gif');
    font-size: 1.1em;
    line-height: 21px;
    color: #1e3287;
}

    .RadGrid_Onyak_Windows7 .rgGroupHeader td {
        padding: 0 8px;
    }

.RadGrid_Onyak_Windows7 .rgExpand {
    background-position: 5px -496px;
}

.RadGrid_Onyak_Windows7 .rgCollapse {
    background-position: 3px -444px;
}

.RadGrid_Onyak_Windows7 .rgGroupHeader .rgExpand,
.RadGrid_Onyak_Windows7 .rgGroupHeader .rgCollapse {
    background-color: #fcfcfc;
}

.RadGrid_Onyak_Windows7 .rgGroupHeader td p {
    background: #fcfcfc;
}

.RadGrid_Onyak_Windows7 .rgGroupHeader td div div {
    background: #fcfcfc;
}

/*editing*/

.RadGrid_Onyak_Windows7 .rgEditForm {
    border-bottom: 1px solid #666;
}

.RadGrid_Onyak_Windows7 .rgUpdate {
    background-position: 0 -1800px;
}

.RadGrid_Onyak_Windows7 .rgCancel {
    background-position: 0 -1850px;
}

/*hierarchy*/

.RadGrid_Onyak_Windows7 .rgDetailTable {
    border-color: #a5b3c5;
}

/*command row*/

.RadGrid_Onyak_Windows7 .rgCommandRow {
    background: #e4edf8 0 -2099px repeat-x url('Windows7/Grid/sprite.gif');
    color: #1e395b;
}

.RadGrid_Onyak_Windows7 .rgCommandCell {
    border: 1px solid;
    border-color: #fbfdfe #f1f7fc #ebf3fb;
    padding: 0;
}

.RadGrid_Onyak_Windows7 tfoot .rgCommandCell,
.RadGrid_Onyak_Windows7 .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
    border-top: 1px solid #c2cedb;
}

.RadGrid_Onyak_Windows7 .rgCommandTable td {
    border: 0;
    padding: 2px 7px;
}

.RadGrid_Onyak_Windows7 .rgCommandTable {
    border: 0;
}

.RadGrid_Onyak_Windows7 .rgCommandRow a {
    color: #1e395b;
    text-decoration: none;
}

.RadGrid_Onyak_Windows7 .rgAdd {
    margin-right: 3px;
    background-position: 0 -1650px;
}

.RadGrid_Onyak_Windows7 .rgRefresh {
    margin-right: 3px;
    background-position: 0 -1600px;
}

.RadGrid_Onyak_Windows7 .rgEdit {
    background-position: 0 -1700px;
}

.RadGrid_Onyak_Windows7 .rgDel {
    background-position: 0 -1750px;
}

.RadGrid_Onyak_Windows7 .rgExpXLS,
.RadGrid_Onyak_Windows7 .rgExpDOC,
.RadGrid_Onyak_Windows7 .rgExpPDF,
.RadGrid_Onyak_Windows7 .rgExpCSV {
    background-image: url('Windows7/Common/export.gif');
}

.RadGrid_Onyak_Windows7 .rgExpXLS {
    background-position: 0 0;
}

.RadGrid_Onyak_Windows7 .rgExpDOC {
    background-position: 0 -50px;
}

.RadGrid_Onyak_Windows7 .rgExpPDF {
    background-position: 0 -100px;
}

.RadGrid_Onyak_Windows7 .rgExpCSV {
    background-position: 0 -150px;
}

/*multirow select*/

.GridRowSelector_Onyak_Windows7 {
    background: #039;
}

/*row drag n drop*/

.GridItemDropIndicator_Onyak_Windows7 {
    border-top: 1px dashed #039;
}

/*tooltip*/

.GridToolTip_Onyak_Windows7 {
    border: 1px solid #a0afc3;
    padding: 3px;
    background: #eef4fb;
    color: #4c607a;
}

/*rtl*/

.RadGridRTL_Onyak_Windows7 .rgHeader:first-child,
.RadGridRTL_Onyak_Windows7 th.rgResizeCol:first-child,
.RadGridRTL_Onyak_Windows7 .rgFilterRow > td:first-child,
.RadGridRTL_Onyak_Windows7 .rgRow > td:first-child,
.RadGridRTL_Onyak_Windows7 .rgAltRow > td:first-child {
    border-left-width: 1px;
    padding-left: 7px;
}

.RadGridRTL_Onyak_Windows7 .rgPageFirst {
    background-position: 0 -1000px;
}

    .RadGridRTL_Onyak_Windows7 .rgPageFirst:hover {
        background-position: 0 -1050px;
    }

.RadGridRTL_Onyak_Windows7 .rgPagePrev {
    background-position: 0 -850px;
}

    .RadGridRTL_Onyak_Windows7 .rgPagePrev:hover {
        background-position: 0 -900px;
    }

.RadGridRTL_Onyak_Windows7 .rgPageNext {
    background-position: 0 -700px;
}

    .RadGridRTL_Onyak_Windows7 .rgPageNext:hover {
        background-position: 0 -750px;
    }

.RadGridRTL_Onyak_Windows7 .rgPageLast {
    background-position: 0 -550px;
}

    .RadGridRTL_Onyak_Windows7 .rgPageLast:hover {
        background-position: 0 -600px;
    }

.RadGridRTL_Onyak_Windows7 .rgExpand {
    background-position: -20px -496px;
}

.RadGridRTL_Onyak_Windows7 .rgCollapse {
    background-position: -22px -444px;
}
