.RadButton.RadButton_RFE
{
	white-space: normal;
	text-align: left;
}

.RadButton_RFE.rbSkinnedButton {
	background-image: none;
	padding: 0px 0px 2px 0px;
	height: 20px;
	box-sizing: content-box;
}

.RadButton_RFE input.rbDecorated
{
	background-image: none;
	font-size: 13px;
	letter-spacing: 0.013px;
	color: #fff;
	background-color: #2786e6;
	padding: 1px 6px 2px 6px;
	line-height: 18px;
}

.RadButton_RFE.rbInvertButton input.rbDecorated
{
    background-color: #fff;
    color: #2786e6;
    border: 1px solid #2786e6;
}

.RadButton_RFE.rbInvertButton input.rbDecorated:hover
{
    color: #fff;
}

.RadButton_RFE input.rbDecorated:hover
{
	background-color: #3699fc;
}

.RadButton_RFE input.rbDecorated:active
{
	background-color: #96cafe;
}

/* Toggle Buttons */
/* Note that the Radio background-position may be incorrect */

.RadButton_RFE span.rbPrimaryIcon,
.RadButton_RFE span.rbSecondaryIcon
{
    width: 15px;
    height: 15px;
    cursor: pointer;
    left: 0px;
}

.RadButton_RFE span.rbPrimaryIcon.rbToggleCheckbox,
.RadButton_RFE span.rbPrimaryIcon.rbToggleCheckboxChecked
{
    top: 4px;
}

.RadButton_RFE span.rbPrimaryIcon.rbToggleRadio,
.RadButton_RFE span.rbPrimaryIcon.rbToggleRadioChecked
{
    top: 5px;
}

.RadButton_RFE.rbToggleButton
{
    padding-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    outline: none;
}

.RadButton.rbToggleButton > span.rbText
{
	font-size: 13px;
	color: #39465c;
	letter-spacing: 0.013px;
}

.RadButton_RFE.rbToggleButton > .rbText
{
	padding-left: 7px;
}

.RadButton_RFE .rbToggleRadio,
.RadButton_RFE.rbHovered span.rbToggleRadio,
.RadButton_RFE span.rbToggleRadio:hover
{
	background-image: url("img/radioframe.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.RadButton_RFE .rbToggleRadioChecked,
.RadButton_RFE.rbHovered span.rbToggleRadioChecked,
.RadButton_RFE .rbToggleRadioChecked:hover
{
	background-image: url("img/radiochecked.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

span.RadButton_RFE.rbToggleButton.rbDisabled,
span.RadButton_RFE.rbToggleButton.rbDisabled:hover,
span.RadButton_RFE.rbToggleButton.rbDisabled .rbToggleRadio,
span.RadButton_RFE.rbToggleButton.rbDisabled .rbToggleRadio:hover,
.RadButton_RFE.rbDisabled span.rbToggleCheckboxChecked,
.RadButton_RFE.rbDisabled span.rbToggleCheckboxChecked:hover
{
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.RadButton_RFE span.rbToggleCheckbox
{
	background-image: url("img/checkframe.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.RadButton_RFE span.rbToggleCheckbox:hover,
.RadButton_RFE.rbHovered span.rbToggleCheckbox,
.RadButton_RFE .rbToggleButton:hover span.rbToggleCheckbox,
.RadButton_RFE .rbSkinnedButton span.rbToggleCheckbox:hover,
.RadButton_RFE .rbLinkButton span.rbToggleCheckbox:hover
{
	background-image: url("img/checkframe.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.RadButton_RFE span.rbToggleCheckboxChecked
{
	background-image: url("img/checkbox.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.RadButton_RFE span.rbToggleCheckboxChecked:hover,
.RadButton_RFE.rbHovered span.rbToggleCheckboxChecked,
.RadButton_RFE .rbToggleButton:hover span.rbToggleCheckboxChecked,
.RadButton_RFE .rbSkinnedButton span.rbToggleCheckboxChecked:hover,
.RadButton_RFE .rbLinkButton span.rbToggleCheckboxChecked:hover
{
	background-image: url("img/checkbox.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

/* Image Buttons */
span.RadButton_RFE.imageButton,
span.RadButton_RFE.imageButton.rbPressedButton 
{
	background-color: transparent;
	padding-left: 20px;
}

span.RadButton_RFE.imageButton .rbPrimaryIcon 
{
	top: 4px;
}

span.RadButton_RFE.imageButton.rbHovered 
{
	background-color: transparent;
}

span.RadButton_RFE.imageButton input,
span.RadButton_RFE.imageButton.rbHovered input 
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.6px;
	text-align: left;
	color: #2786e6;
	text-transform: uppercase;
	padding-left: 0px;
}

span.RadButton_RFE.imageButton input,
span.RadButton_RFE.imageButton.rbPressedButton input 
{
	background-color: transparent;
}

span.RadButton_RFE.imageButton.rbHovered input 
{
	text-decoration: underline;
	background-color: transparent;
}