span.RadButton_Custom
{
    font-size: 13px;
}
span.RadButton_Custom .rbDecorated
{
    height: 26px;
    line-height: 28px;
    padding: 0;
    font-size: 1em;
}
span.RadButton_Custom.rbSkinnedButton, span.RadButton_Custom.rbLinkButton, span.RadButton_Custom.rbVerticalButton, span.RadButton_Custom.RadButton.rbDisabled, span.RadButton_Custom.RadButton.rbDisabled:hover, span.RadButton_Custom.RadButton.rbDisabled:active, span.RadButton_Custom.RadButton.rbDisabled:focus
{
    background-image: url('Common/radGradientLightV20.png');
    _background-image: none;
    border-color: #c9c9c9;
    color: #767676;
    background-color: #e3e3e3;
    background-image: linear-gradient(#fefefe 0,#e3e3e3 100%);
    height: 26px;
    border-width: 1px;
    border-style: solid;
    background-position: 0 0;
    background-repeat: repeat-x;
    border-radius: 4px;
}
span.RadButton_Custom.RadButton.rbToggleButton.rbDisabled, span.RadButton_Custom.RadButton.rbToggleButton.rbDisabled:hover, span.RadButton_Custom.RadButton.rbToggleButton.rbDisabled:active, span.RadButton_Custom.RadButton.rbToggleButton.rbDisabled:focus
{
    background-color: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    height: auto;
}
span.RadButton_Custom.rbSkinnedButton, span.RadButton_Custom.rbVerticalButton
{
    padding: 0 10px;
}
span.RadButton_Custom.rbLinkButton
{
    text-decoration: none;
    height: auto;
    line-height: 1.75em;
    min-height: 1.75em;
}
span.RadButton_Custom.rbSkinnedButton:hover, span.RadButton_Custom.rbLinkButton:hover, span.RadButton_Custom.rbVerticalButton:hover
{
    border-color: #939393;
    color: #444;
    background-color: #939393;
    background-image: linear-gradient(#d6d6d6 0,#939393 100%);
}
span.RadButton_Custom.rbSkinnedButton:active, span.RadButton_Custom.rbLinkButton:active, span.RadButton_Custom.rbVerticalButton:active, span.RadButton_Custom.rbSkinnedButton:focus, span.RadButton_Custom.rbLinkButton:focus, span.RadButton_Custom.rbVerticalButton:focus, span.RadButton_Custom.RadButton.rbSkinnedButtonChecked, span.RadButton_Custom.RadButton.rbSkinnedButtonChecked:hover, span.RadButton_Custom.RadButton.rbLinkButtonChecked, span.RadButton_Custom.RadButton.rbLinkButtonChecked:hover, span.RadButton_Custom.RadButton.rbVerticalButtonChecked, span.RadButton_Custom.RadButton.rbVerticalButtonChecked:hover
{
    border-color: darkgray;
    color: black;
    background-color: #dedede;
    background-image: linear-gradient(#c7c7c7 0,#dedede 100%);
    box-shadow: inset 0 0 4px #c0c0c0;
}
span.RadButton_Custom.rbSkinnedButton.rbDisabled, span.RadButton_Custom.rbSkinnedButton.rbDisabled:hover, span.RadButton_Custom.rbSkinnedButton.rbDisabled:active, span.RadButton_Custom.rbSkinnedButton.rbDisabled:focus, span.RadButton_Custom.rbLinkButton.rbDisabled, span.RadButton_Custom.rbLinkButton.rbDisabled:hover, span.RadButton_Custom.rbLinkButton.rbDisabled:active, span.RadButton_Custom.rbLinkButton.rbDisabled:focus, span.RadButton_Custom.rbVerticalButton.rbDisabled, span.RadButton_Custom.rbVerticalButton.rbDisabled:hover, span.RadButton_Custom.rbVerticalButton.rbDisabled:active, span.RadButton_Custom.rbVerticalButton.rbDisabled:focus
{
    border-color: #c9c9c9;
    color: #d7d7d7;
    background-color: #e3e3e3;
    background-image: linear-gradient(#fefefe 0,#e3e3e3 100%);
    background-position: 0 0;
    box-shadow: none;
}
span.RadButton_Custom .rbToggleCheckbox, span.RadButton_Custom .rbToggleCheckboxChecked, span.RadButton_Custom .rbToggleCheckboxFilled, span.RadButton_Custom .rbToggleRadio, span.RadButton_Custom .rbToggleRadioChecked
{
    background-image: url('Common/radFormToggleSprite.png');
}
span.RadButton_Custom.rbToggleButton, span.RadButton_Custom.rbToggleButton.rbDisabled:hover
{
    color: #767676;
}
span.RadButton_Custom.RadButton .rbSplitRight, span.RadButton_Custom.RadButton .rbSplitLeft
{
    width: 20px;
}
span.RadButton_Custom .rbDecorated.rbPrimary
{
    padding: 0 0 0 25px;
}
span.RadButton_Custom .rbDecorated.rbSecondary
{
    padding: 0 25px 0 0;
}
span.RadButton_Custom .rbDecorated.rbPrimary.rbSecondary
{
    padding: 0 25px;
}
span.RadButton_Custom.rbNativeButton .rbPrimary
{
    padding: 0 0 0 20px;
}
span.RadButton_Custom.rbNativeButton .rbSecondary
{
    padding: 0 20px 0 0;
}
span.RadButton_Custom.rbNativeButton .rbPrimary.rbSecondary
{
    padding: 0 20px;
}
span.RadButton_Custom .rbSplitLeft
{
    border-right: 1px solid #c9c9c9;
    border-radius: 4px 0 0 4px;
    background-image: url('Common/radActionsSprite.png');
    background-position: -15px -62px;
}
span.RadButton_Custom .rbSplitLeft:hover, span.RadButton_Custom .rbSplitLeft:focus, span.RadButton_Custom .rbSplitLeft:active
{
    background-position: -15px -62px;
    border-right: 1px solid #939393;
}
span.RadButton_Custom .rbSplitRight
{
    border-left: 1px solid #c9c9c9;
    border-radius: 0 4px 4px 0;
    background-image: url('Common/radActionsSprite.png');
    background-position: -15px -62px;
}
span.RadButton_Custom .rbSplitRight:hover, span.RadButton_Custom .rbSplitRight:focus, span.RadButton_Custom .rbSplitRight:active
{
    background-position: -15px -62px;
    border-left: 1px solid #939393;
}
span.RadButton_Custom.RadButton.rbDisabled span.rbSplitLeft, span.RadButton_Custom.RadButton.rbDisabled span.rbSplitLeft:hover, span.RadButton_Custom.RadButton.rbDisabled:hover span.rbSplitLeft, span.RadButton_Custom.RadButton.rbDisabled span.rbSplitLeft:active, span.RadButton_Custom.RadButton.rbDisabled span.rbSplitLeft:focus
{
    border-right: 1px solid #c9c9c9;
    background-position: -15px -62px;
}
span.RadButton_Custom.RadButton.rbDisabled span.rbSplitRight, span.RadButton_Custom.RadButton.rbDisabled span.rbSplitRight:hover, span.RadButton_Custom.RadButton.rbDisabled:hover span.rbSplitRight, span.RadButton_Custom.RadButton.rbDisabled span.rbSplitRight:active, span.RadButton_Custom.RadButton.rbDisabled span.rbSplitRight:focus
{
    border-left: 1px solid #c9c9c9;
    background-position: -15px -62px;
}
span.RadButton_Custom.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckbox, span.RadButton_Custom.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom.rbSkinnedButton .rbPrimaryIcon.rbToggleRadio, span.RadButton_Custom.rbSkinnedButton .rbPrimaryIcon.rbToggleRadioChecked, span.RadButton_Custom.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckboxFilled, span.RadButton_Custom.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckbox, span.RadButton_Custom.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom.rbSkinnedButton .rbSecondaryIcon.rbToggleRadio, span.RadButton_Custom.rbSkinnedButton .rbSecondaryIcon.rbToggleRadioChecked, span.RadButton_Custom.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckboxFilled, span.RadButton_Custom.rbLinkButton .rbPrimaryIcon.rbToggleCheckbox, span.RadButton_Custom.rbLinkButton .rbPrimaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom.rbLinkButton .rbPrimaryIcon.rbToggleRadio, span.RadButton_Custom.rbLinkButton .rbPrimaryIcon.rbToggleRadioChecked, span.RadButton_Custom.rbLinkButton .rbPrimaryIcon.rbToggleCheckboxFilled, span.RadButton_Custom.rbLinkButton .rbSecondaryIcon.rbToggleCheckbox, span.RadButton_Custom.rbLinkButton .rbSecondaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom.rbLinkButton .rbSecondaryIcon.rbToggleRadio, span.RadButton_Custom.rbLinkButton .rbSecondaryIcon.rbToggleRadioChecked, span.RadButton_Custom.rbLinkButton .rbSecondaryIcon.rbToggleCheckboxFilled
{
    top: 7px;
}
span.RadButton_Custom.rbLinkButton .rbPrimaryIcon.rbToggleRadio, span.RadButton_Custom.rbLinkButton .rbPrimaryIcon.rbToggleCheckbox, span.RadButton_Custom.rbLinkButton .rbPrimaryIcon.rbToggleRadioChecked, span.RadButton_Custom.rbLinkButton .rbPrimaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom.rbLinkButton .rbPrimaryIcon.rbToggleCheckboxFilled, span.RadButton_Custom.rbSkinnedButton .rbPrimaryIcon.rbToggleRadio, span.RadButton_Custom.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckbox, span.RadButton_Custom.rbSkinnedButton .rbPrimaryIcon.rbToggleRadioChecked, span.RadButton_Custom.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckboxFilled
{
    left: 7px;
}
span.RadButton_Custom.rbLinkButton .rbSecondaryIcon.rbToggleRadio, span.RadButton_Custom.rbLinkButton .rbSecondaryIcon.rbToggleCheckbox, span.RadButton_Custom.rbLinkButton .rbSecondaryIcon.rbToggleRadioChecked, span.RadButton_Custom.rbLinkButton .rbSecondaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom.rbLinkButton .rbSecondaryIcon.rbToggleCheckboxFilled, span.RadButton_Custom.rbSkinnedButton .rbSecondaryIcon.rbToggleRadio, span.RadButton_Custom.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckbox, span.RadButton_Custom.rbSkinnedButton .rbSecondaryIcon.rbToggleRadioChecked, span.RadButton_Custom.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckboxFilled
{
    right: 7px;
}
span.RadButton_Custom .rbPrimaryIcon.rbToggleRadio, span.RadButton_Custom .rbSecondaryIcon.rbToggleRadio, span.RadButton_Custom .rbPrimaryIcon.rbToggleCheckbox, span.RadButton_Custom .rbSecondaryIcon.rbToggleCheckbox, span.RadButton_Custom .rbPrimaryIcon.rbToggleRadioChecked, span.RadButton_Custom .rbSecondaryIcon.rbToggleRadioChecked, span.RadButton_Custom .rbPrimaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom .rbSecondaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom .rbPrimaryIcon.rbToggleCheckboxFilled, span.RadButton_Custom .rbSecondaryIcon.rbToggleCheckboxFilled
{
    top: 1px;
}
span.RadButton_Custom .rbPrimaryIcon.rbToggleRadio, span.RadButton_Custom .rbPrimaryIcon.rbToggleCheckbox, span.RadButton_Custom .rbPrimaryIcon.rbToggleRadioChecked, span.RadButton_Custom .rbPrimaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom .rbPrimaryIcon.rbToggleCheckboxFilled
{
    left: 3px;
}
span.RadButton_Custom .rbSecondaryIcon.rbToggleRadio, span.RadButton_Custom .rbSecondaryIcon.rbToggleCheckbox, span.RadButton_Custom .rbSecondaryIcon.rbToggleRadioChecked, span.RadButton_Custom .rbSecondaryIcon.rbToggleCheckboxChecked, span.RadButton_Custom .rbSecondaryIcon.rbToggleCheckboxFilled
{
    right: 3px;
}
span.RadButton_Custom.rbSkinnedButton.rbPrimaryButton, span.RadButton_Custom.rbLinkButton.rbPrimaryButton, span.RadButton_Custom.rbVerticalButton.rbPrimaryButton
{
    background-color: #54cbe0;
    background-image: -webkit-linear-gradient(top,#54cbe0 0,#189fb7 100%);
    background-image: -moz-linear-gradient(top,#54cbe0 0,#189fb7 100%);
    background-image: -ms-linear-gradient(top,#54cbe0 0,#189fb7 100%);
    background-image: -o-linear-gradient(top,#54cbe0 0,#189fb7 100%);
    background-image: linear-gradient(top,#54cbe0 0,#189fb7 100%);
    color: white;
    border: 0 none;
    height: 28px;
}
span.RadButton_Custom.rbSkinnedButton.rbPrimaryButton .rbDecorated, span.RadButton_Custom.rbVerticalButton.rbPrimaryButton .rbDecorated
{
    color: white;
}
span.RadButton_Custom.rbSkinnedButton.rbPrimaryButton:hover, span.RadButton_Custom.rbLinkButton.rbPrimaryButton:hover, span.RadButton_Custom.rbVerticalButton.rbPrimaryButton:hover
{
    background-color: #00a9c7;
    background-image: -webkit-linear-gradient(top,#00a9c7 0,#007d93 100%);
    background-image: -moz-linear-gradient(top,#00a9c7 0,#007d93 100%);
    background-image: -ms-linear-gradient(top,#00a9c7 0,#007d93 100%);
    background-image: -o-linear-gradient(top,#00a9c7 0,#007d93 100%);
    background-image: linear-gradient(top,#00a9c7 0,#007d93 100%);
}
span.RadButton_Custom.rbSkinnedButton.rbPrimaryButton:active, span.RadButton_Custom.rbLinkButton.rbPrimaryButton:active, span.RadButton_Custom.rbVerticalButton.rbPrimaryButton:active, span.RadButton_Custom.rbSkinnedButton.rbPrimaryButton:focus, span.RadButton_Custom.rbLinkButton.rbPrimaryButton:focus, span.RadButton_Custom.rbVerticalButton.rbPrimaryButton:focus
{
    background-color: #2dabc1;
    background-image: -webkit-linear-gradient(top,#2dabc1 0,#2dabc1 100%);
    background-image: -moz-linear-gradient(top,#2dabc1 0,#2dabc1 100%);
    background-image: -ms-linear-gradient(top,#2dabc1 0,#2dabc1 100%);
    background-image: -o-linear-gradient(top,#2dabc1 0,#2dabc1 100%);
    background-image: linear-gradient(top,#2dabc1 0,#2dabc1 100%);
    box-shadow: inset 0 0 4px #2292a8;
}
span.RadButton_Custom.rbSkinnedButton.rbDisabled.rbPrimaryButton, span.RadButton_Custom.rbSkinnedButton.rbDisabled.rbPrimaryButton:hover, span.RadButton_Custom.rbSkinnedButton.rbDisabled.rbPrimaryButton:active, span.RadButton_Custom.rbSkinnedButton.rbDisabled.rbPrimaryButton:focus, span.RadButton_Custom.rbLinkButton.rbDisabled.rbPrimaryButton, span.RadButton_Custom.rbLinkButton.rbDisabled.rbPrimaryButton:hover, span.RadButton_Custom.rbLinkButton.rbDisabled.rbPrimaryButton:active, span.RadButton_Custom.rbLinkButton.rbDisabled.rbPrimaryButton:focus, span.RadButton_Custom.rbVerticalButton.rbDisabled.rbPrimaryButton, span.RadButton_Custom.rbVerticalButton.rbDisabled.rbPrimaryButton:hover, span.RadButton_Custom.rbVerticalButton.rbDisabled.rbPrimaryButton:active, span.RadButton_Custom.rbVerticalButton.rbDisabled.rbPrimaryButton:focus
{
    background-color: #54cbe0;
    background-image: -webkit-linear-gradient(top,#54cbe0 0,#189fb7 100%);
    background-image: -moz-linear-gradient(top,#54cbe0 0,#189fb7 100%);
    background-image: -ms-linear-gradient(top,#54cbe0 0,#189fb7 100%);
    background-image: -o-linear-gradient(top,#54cbe0 0,#189fb7 100%);
    background-image: linear-gradient(top,#54cbe0 0,#189fb7 100%);
    background-position: 0 0;
    box-shadow: none;
}
span.RadButton_Custom .rbAdd, span.RadButton_Custom .rbRemove, span.RadButton_Custom .rbOk, span.RadButton_Custom .rbCancel, span.RadButton_Custom .rbPrevious, span.RadButton_Custom .rbNext, span.RadButton_Custom .rbSave, span.RadButton_Custom .rbConfig, span.RadButton_Custom .rbRefresh, span.RadButton_Custom .rbEdit
{
    background-image: url('Common/rbBasicIcons16x16Dark.png') !important;
}
span.RadButton_Custom .rbUpload, span.RadButton_Custom .rbDownload, span.RadButton_Custom .rbOpen, span.RadButton_Custom .rbAttach, span.RadButton_Custom .rbPrint, span.RadButton_Custom .rbSearch, span.RadButton_Custom .rbHelp, span.RadButton_Custom .rbCart, span.RadButton_Custom .rbRSS, span.RadButton_Custom .rbMail, span.RadButton_Custom .rbFB, span.RadButton_Custom .rbTwitter
{
    background-image: url('Common/rbExtendedIcons16x16Dark.png') !important;
}
span.RadButton_Custom .rbAdd24, span.RadButton_Custom .rbRemove24, span.RadButton_Custom .rbOk24, span.RadButton_Custom .rbCancel24, span.RadButton_Custom .rbPrevious24, span.RadButton_Custom .rbNext24, span.RadButton_Custom .rbSave24, span.RadButton_Custom .rbConfig24, span.RadButton_Custom .rbRefresh24, span.RadButton_Custom .rbEdit24
{
    background-image: url('Common/rbBasicIcons24x24Dark.png') !important;
}
span.RadButton_Custom .rbUpload24, span.RadButton_Custom .rbDownload24, span.RadButton_Custom .rbOpen24, span.RadButton_Custom .rbAttach24, span.RadButton_Custom .rbPrint24, span.RadButton_Custom .rbSearch24, span.RadButton_Custom .rbHelp24, span.RadButton_Custom .rbCart24, span.RadButton_Custom .rbRSS24, span.RadButton_Custom .rbMail24, span.RadButton_Custom .rbFB24, span.RadButton_Custom .rbTwitter24
{
    background-image: url('Common/rbExtendedIcons24x24Dark.png') !important;
}



.RadButton_Custom .rbDecorated
{
    background-color: rgb(0, 139, 167);
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-indent: 0px;
}

.RadButton_Custom.rbSkinnedButton
{
    background-color: rgb(0, 139, 167);
    background-image: none;
}

.RadButton_Custom:hover .rbDecorated
{
    font-family: inherit;
}

.RadButton_Custom:hover.rbSkinnedButton
{
    background-image: none;
}

.RadButton_Custom:active .rbDecorated
{
    font-family: inherit;
}

.RadButton_Custom:active.rbSkinnedButton
{
    background-image: none;
}

.RadButton_Custom.rbLinkButton
{
    background-color: rgb(0, 139, 167);
    background-image: none;
    color: rgb(255, 255, 255);
}

.RadButton_Custom.rbToggleButton
{
    
}

