html .RadButton_Webster
{
    font-family: 'Trebuchet MS',Helvetica,sans-serif;
    font-size: 12px;
}

    html .RadButton_Webster .rbDecorated
    {
        height: 22px;
        padding: 0;
        font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
        font-size: 1em;   
        color:white;
    }
        html .RadButton_Webster .rbDecorated:hover
    {
        height: 22px;
        padding: 0;
        font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
        font-size: 1em;   
        color:black;
    }


    html .RadButton_Webster.rbSkinnedButton, html .RadButton_Webster.rbLinkButton, html .RadButton_Webster.rbVerticalButton {
        /*border-color: #012345;*/
        color: #fff;
        background-color: #c04c28;
        /*background-image: -webkit-linear-gradient(top,#6CC6B0 0,#375C2D 100%);
        background-image: -moz-linear-gradient(top,#6CC6B0 0,#375C2D 100%);
        background-image: -ms-linear-gradient(top,#6CC6B0 0,#375C2D 100%);
        background-image: -o-linear-gradient(top,#6CC6B0 0,#375C2D 100%);
        background-image: linear-gradient(top,#6CC6B0 0,#375C2D 100%);*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82A1BF',endColorstr='#093F75',GradientType=0);
        height: 22px;
        padding: 0 10px;
        border-width: 1px;
        border-style: solid;
        background-position: 0 0;
        background-repeat: repeat-x;
        border-radius: 4px;
    }

    html .RadButton_Webster.rbLinkButton
    {
        line-height: 26px;
    }

        html .RadButton_Webster.rbSkinnedButton:hover, html .RadButton_Webster.rbLinkButton:hover, html .RadButton_Webster.rbVerticalButton:hover {
            border-color: #949494;
            color: #fff;
            background-color: #87241b;
            /*background-image: -webkit-linear-gradient(top,#EEF1F4 0,#82A1BF 100%);
            background-image: -moz-linear-gradient(top,#EEF1F4 0,#82A1BF 100%);
            background-image: -ms-linear-gradient(top,#EEF1F4 0,#82A1BF 100%);
            background-image: -o-linear-gradient(top,#EEF1F4 0,#82A1BF 100%);
            background-image: linear-gradient(top,#EEF1F4 0,#82A1BF 100%);*/
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEF1F4',endColorstr='#82A1BF',GradientType=0);
        }

        html .RadButton_Webster.rbSkinnedButton:active, html .RadButton_Webster.rbLinkButton:active, html .RadButton_Webster.rbVerticalButton:active, html .RadButton_Webster.rbSkinnedButton:focus, html .RadButton_Webster.rbLinkButton:focus, html .RadButton_Webster.rbVerticalButton:focus, html .RadButton_Webster.RadButton.rbSkinnedButtonChecked, html .RadButton_Webster.RadButton.rbSkinnedButtonChecked:hover, html .RadButton_Webster.RadButton.rbLinkButtonChecked, html .RadButton_Webster.RadButton.rbLinkButtonChecked:hover {
            border-color: darkgrey;
            color: #fff;
            background-color: #87241b;
            /*background-image: -webkit-linear-gradient(top,#82A1BF 0,#82A1BF 100%);
            background-image: -moz-linear-gradient(top,#82A1BF 0,#82A1BF 100%);
            background-image: -ms-linear-gradient(top,#82A1BF 0,#82A1BF 100%);
            background-image: -o-linear-gradient(top,#82A1BF 0,#82A1BF 100%);
            background-image: linear-gradient(top,#82A1BF 0,#82A1BF 100%);*/
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82A1BF',endColorstr='#82A1BF',GradientType=0);
            box-shadow: inset 0 0 4px #bfbfbf;
        }

        html .RadButton_Webster.rbSkinnedButton.rbDisabled, html .RadButton_Webster.rbSkinnedButton.rbDisabled:hover, html .RadButton_Webster.rbSkinnedButton.rbDisabled:active, html .RadButton_Webster.rbSkinnedButton.rbDisabled:focus, html .RadButton_Webster.rbLinkButton.rbDisabled, html .RadButton_Webster.rbLinkButton.rbDisabled:hover, html .RadButton_Webster.rbLinkButton.rbDisabled:active, html .RadButton_Webster.rbLinkButton.rbDisabled:focus, html .RadButton_Webster.rbVerticalButton.rbDisabled, html .RadButton_Webster.rbVerticalButton.rbDisabled:hover, html .RadButton_Webster.rbVerticalButton.rbDisabled:active, html .RadButton_Webster.rbVerticalButton.rbDisabled:focus {
            border-color: #c9c9c9;
            color: #d6d6d6;
            background-color: #87241b;
            background-image: -webkit-linear-gradient(top,#ffffff 0,#e3e3e3 100%);
            background-image: -moz-linear-gradient(top,#ffffff 0,#e3e3e3 100%);
            background-image: -ms-linear-gradient(top,#ffffff 0,#e3e3e3 100%);
            background-image: -o-linear-gradient(top,#ffffff 0,#e3e3e3 100%);
            background-image: linear-gradient(top,#ffffff 0,#e3e3e3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3',GradientType=0);
            background-position: 0 0;
            box-shadow: none;
        }

    html .RadButton_Webster .rbToggleCheckbox, html .RadButton_Webster .rbToggleCheckboxChecked, html .RadButton_Webster .rbToggleCheckboxFilled, html .RadButton_Webster .rbToggleRadio, html .RadButton_Webster .rbToggleRadioChecked
    {
        background-image: url('Common/radFormToggleSprite.png');
    }

    html .RadButton_Webster.rbToggleButton, html .RadButton_Webster.rbToggleButton.rbDisabled:hover
    {
        color: #3b3b3b;
    }

    html .RadButton_Webster.RadButton .rbSplitRight, html .RadButton_Webster.RadButton .rbSplitLeft
    {
        width: 20px;
    }

    html .RadButton_Webster .rbDecorated.rbPrimary
    {
        padding: 0 0 0 25px;
    }

    html .RadButton_Webster .rbDecorated.rbSecondary
    {
        padding: 0 25px 0 0;
    }

    html .RadButton_Webster .rbDecorated.rbPrimary.rbSecondary
    {
        padding: 0 25px;
    }

    html .RadButton_Webster.rbNativeButton .rbPrimary
    {
        padding: 0 0 0 20px;
    }

    html .RadButton_Webster.rbNativeButton .rbSecondary
    {
        padding: 0 20px 0 0;
    }

    html .RadButton_Webster.rbNativeButton .rbPrimary.rbSecondary
    {
        padding: 0 20px;
    }

    html .RadButton_Webster .rbSplitLeft
    {
        border-right: 1px solid #c9c9c9;
        border-radius: 4px 0 0 4px;
        background-image: url('Common/radActionsSprite.png');
        background-position: -15px -62px;
    }

        html .RadButton_Webster .rbSplitLeft:hover, html .RadButton_Webster .rbSplitLeft:focus, html .RadButton_Webster .rbSplitLeft:active
        {
            background-position: -15px -62px;
            border-right: 1px solid #949494;
        }

    html .RadButton_Webster .rbSplitRight
    {
        border-left: 1px solid #c9c9c9;
        border-radius: 0 4px 4px 0;
        background-image: url('Common/radActionsSprite.png');
        background-position: -15px -62px;
    }

        html .RadButton_Webster .rbSplitRight:hover, html .RadButton_Webster .rbSplitRight:focus, html .RadButton_Webster .rbSplitRight:active
        {
            background-position: -15px -62px;
            border-left: 1px solid #949494;
        }

    html .RadButton_Webster.RadButton.rbDisabled span.rbSplitLeft, html .RadButton_Webster.RadButton.rbDisabled span.rbSplitLeft:hover, html .RadButton_Webster.RadButton.rbDisabled:hover span.rbSplitLeft, html .RadButton_Webster.RadButton.rbDisabled span.rbSplitLeft:active, html .RadButton_Webster.RadButton.rbDisabled span.rbSplitLeft:focus
    {
        border-right: 1px solid #c9c9c9;
        background-position: -15px -62px;
    }

    html .RadButton_Webster.RadButton.rbDisabled span.rbSplitRight, html .RadButton_Webster.RadButton.rbDisabled span.rbSplitRight:hover, html .RadButton_Webster.RadButton.rbDisabled:hover span.rbSplitRight, html .RadButton_Webster.RadButton.rbDisabled span.rbSplitRight:active, html .RadButton_Webster.RadButton.rbDisabled span.rbSplitRight:focus
    {
        border-left: 1px solid #c9c9c9;
        background-position: -15px -62px;
    }

    html .RadButton_Webster.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckbox, html .RadButton_Webster.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster.rbSkinnedButton .rbPrimaryIcon.rbToggleRadio, html .RadButton_Webster.rbSkinnedButton .rbPrimaryIcon.rbToggleRadioChecked, html .RadButton_Webster.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckboxFilled, html .RadButton_Webster.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckbox, html .RadButton_Webster.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster.rbSkinnedButton .rbSecondaryIcon.rbToggleRadio, html .RadButton_Webster.rbSkinnedButton .rbSecondaryIcon.rbToggleRadioChecked, html .RadButton_Webster.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckboxFilled, html .RadButton_Webster.rbLinkButton .rbPrimaryIcon.rbToggleCheckbox, html .RadButton_Webster.rbLinkButton .rbPrimaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster.rbLinkButton .rbPrimaryIcon.rbToggleRadio, html .RadButton_Webster.rbLinkButton .rbPrimaryIcon.rbToggleRadioChecked, html .RadButton_Webster.rbLinkButton .rbPrimaryIcon.rbToggleCheckboxFilled, html .RadButton_Webster.rbLinkButton .rbSecondaryIcon.rbToggleCheckbox, html .RadButton_Webster.rbLinkButton .rbSecondaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster.rbLinkButton .rbSecondaryIcon.rbToggleRadio, html .RadButton_Webster.rbLinkButton .rbSecondaryIcon.rbToggleRadioChecked, html .RadButton_Webster.rbLinkButton .rbSecondaryIcon.rbToggleCheckboxFilled
    {
        top: 7px;
    }

    html .RadButton_Webster.rbLinkButton .rbPrimaryIcon.rbToggleRadio, html .RadButton_Webster.rbLinkButton .rbPrimaryIcon.rbToggleCheckbox, html .RadButton_Webster.rbLinkButton .rbPrimaryIcon.rbToggleRadioChecked, html .RadButton_Webster.rbLinkButton .rbPrimaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster.rbLinkButton .rbPrimaryIcon.rbToggleCheckboxFilled, html .RadButton_Webster.rbSkinnedButton .rbPrimaryIcon.rbToggleRadio, html .RadButton_Webster.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckbox, html .RadButton_Webster.rbSkinnedButton .rbPrimaryIcon.rbToggleRadioChecked, html .RadButton_Webster.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster.rbSkinnedButton .rbPrimaryIcon.rbToggleCheckboxFilled
    {
        left: 7px;
    }

    html .RadButton_Webster.rbLinkButton .rbSecondaryIcon.rbToggleRadio, html .RadButton_Webster.rbLinkButton .rbSecondaryIcon.rbToggleCheckbox, html .RadButton_Webster.rbLinkButton .rbSecondaryIcon.rbToggleRadioChecked, html .RadButton_Webster.rbLinkButton .rbSecondaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster.rbLinkButton .rbSecondaryIcon.rbToggleCheckboxFilled, html .RadButton_Webster.rbSkinnedButton .rbSecondaryIcon.rbToggleRadio, html .RadButton_Webster.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckbox, html .RadButton_Webster.rbSkinnedButton .rbSecondaryIcon.rbToggleRadioChecked, html .RadButton_Webster.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster.rbSkinnedButton .rbSecondaryIcon.rbToggleCheckboxFilled
    {
        right: 7px;
    }

    html .RadButton_Webster .rbPrimaryIcon.rbToggleRadio, html .RadButton_Webster .rbSecondaryIcon.rbToggleRadio, html .RadButton_Webster .rbPrimaryIcon.rbToggleCheckbox, html .RadButton_Webster .rbSecondaryIcon.rbToggleCheckbox, html .RadButton_Webster .rbPrimaryIcon.rbToggleRadioChecked, html .RadButton_Webster .rbSecondaryIcon.rbToggleRadioChecked, html .RadButton_Webster .rbPrimaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster .rbSecondaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster .rbPrimaryIcon.rbToggleCheckboxFilled, html .RadButton_Webster .rbSecondaryIcon.rbToggleCheckboxFilled
    {
        top: 1px;
    }

    html .RadButton_Webster .rbPrimaryIcon.rbToggleRadio, html .RadButton_Webster .rbPrimaryIcon.rbToggleCheckbox, html .RadButton_Webster .rbPrimaryIcon.rbToggleRadioChecked, html .RadButton_Webster .rbPrimaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster .rbPrimaryIcon.rbToggleCheckboxFilled
    {
        left: 3px;
    }

    html .RadButton_Webster .rbSecondaryIcon.rbToggleRadio, html .RadButton_Webster .rbSecondaryIcon.rbToggleCheckbox, html .RadButton_Webster .rbSecondaryIcon.rbToggleRadioChecked, html .RadButton_Webster .rbSecondaryIcon.rbToggleCheckboxChecked, html .RadButton_Webster .rbSecondaryIcon.rbToggleCheckboxFilled
    {
        right: 3px;
    }

    html .RadButton_Webster.rbSkinnedButton.rbPrimaryButton, html .RadButton_Webster.rbLinkButton.rbPrimaryButton, html .RadButton_Webster.rbVerticalButton.rbPrimaryButton
    {
        background-image: -webkit-linear-gradient(top,#9db1e0 0,#6a82b8 100%);
        background-image: -moz-linear-gradient(top,#9db1e0 0,#6a82b8 100%);
        background-image: -ms-linear-gradient(top,#9db1e0 0,#6a82b8 100%);
        background-image: -o-linear-gradient(top,#9db1e0 0,#6a82b8 100%);
        background-image: linear-gradient(top,#9db1e0 0,#6a82b8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9db1e0',endColorstr='#6a82b8',GradientType=0);
        color: white;
        border-color: #9db1e0;
    }

        html .RadButton_Webster.rbSkinnedButton.rbPrimaryButton .rbDecorated, html .RadButton_Webster.rbVerticalButton.rbPrimaryButton .rbDecorated
        {
            color: white;
        }

        html .RadButton_Webster.rbSkinnedButton.rbPrimaryButton:hover, html .RadButton_Webster.rbLinkButton.rbPrimaryButton:hover, html .RadButton_Webster.rbVerticalButton.rbPrimaryButton:hover
        {
            background-image: -webkit-linear-gradient(top,#6583c7 0,#4b6194 100%);
            background-image: -moz-linear-gradient(top,#6583c7 0,#4b6194 100%);
            background-image: -ms-linear-gradient(top,#6583c7 0,#4b6194 100%);
            background-image: -o-linear-gradient(top,#6583c7 0,#4b6194 100%);
            background-image: linear-gradient(top,#6583c7 0,#4b6194 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6583c7',endColorstr='#4b6194',GradientType=0);
            border-color: #6583c7;
        }

        html .RadButton_Webster.rbSkinnedButton.rbPrimaryButton:active, html .RadButton_Webster.rbLinkButton.rbPrimaryButton:active, html .RadButton_Webster.rbVerticalButton.rbPrimaryButton:active, html .RadButton_Webster.rbSkinnedButton.rbPrimaryButton:focus, html .RadButton_Webster.rbLinkButton.rbPrimaryButton:focus, html .RadButton_Webster.rbVerticalButton.rbPrimaryButton:focus
        {
            background-image: -webkit-linear-gradient(top,#7a90c2 0,#7a90c2 100%);
            background-image: -moz-linear-gradient(top,#7a90c2 0,#7a90c2 100%);
            background-image: -ms-linear-gradient(top,#7a90c2 0,#7a90c2 100%);
            background-image: -o-linear-gradient(top,#7a90c2 0,#7a90c2 100%);
            background-image: linear-gradient(top,#7a90c2 0,#7a90c2 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a90c2',endColorstr='#7a90c2',GradientType=0);
            border-color: #677aa8;
            box-shadow: inset 0 0 4px #7389ba;
        }

    html .RadButton_Webster.rbSkinnedButton.rbDisabled.rbPrimaryButton, html .RadButton_Webster.rbSkinnedButton.rbDisabled.rbPrimaryButton:hover, html .RadButton_Webster.rbSkinnedButton.rbDisabled.rbPrimaryButton:active, html .RadButton_Webster.rbSkinnedButton.rbDisabled.rbPrimaryButton:focus, html .RadButton_Webster.rbLinkButton.rbDisabled.rbPrimaryButton, html .RadButton_Webster.rbLinkButton.rbDisabled.rbPrimaryButton:hover, html .RadButton_Webster.rbLinkButton.rbDisabled.rbPrimaryButton:active, html .RadButton_Webster.rbLinkButton.rbDisabled.rbPrimaryButton:focus, html .RadButton_Webster.rbVerticalButton.rbDisabled.rbPrimaryButton, html .RadButton_Webster.rbVerticalButton.rbDisabled.rbPrimaryButton:hover, html .RadButton_Webster.rbVerticalButton.rbDisabled.rbPrimaryButton:active, html .RadButton_Webster.rbVerticalButton.rbDisabled.rbPrimaryButton:focus
    {
        background-image: -webkit-linear-gradient(top,#9db1e0 0,#6a82b8 100%);
        background-image: -moz-linear-gradient(top,#9db1e0 0,#6a82b8 100%);
        background-image: -ms-linear-gradient(top,#9db1e0 0,#6a82b8 100%);
        background-image: -o-linear-gradient(top,#9db1e0 0,#6a82b8 100%);
        background-image: linear-gradient(top,#9db1e0 0,#6a82b8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9db1e0',endColorstr='#6a82b8',GradientType=0);
        height: 28px;
        background-position: 0 0;
        border-color: #9db1e0;
        box-shadow: none;
    }
