.RadRotator_skillupUI .rrClipRegion {
    border-color: #d9d9d9;
    color: #5f5f5f;
    background-color: #ffffff;
}

.RadRotator_skillupUI .rrButton {
    border-color: #c4c4c4;
    color: #5f5f5f;
    background-color: #e3e3e3;
    background-image: linear-gradient(white, #e3e3e3);
}

    .RadRotator_skillupUI .rrButton:hover {
        border-color: #a62065;
        color: #ffffff;
        background-color: #a62065;
        background-image: linear-gradient(#c02575, #a62065);
    }

    .RadRotator_skillupUI .rrButton:focus {
        box-shadow: inset 0 0 5px rgba(191, 0, 98, 0.5);
    }

    .RadRotator_skillupUI .rrButton:active {
        border-color: #bf0062;
        color: #ffffff;
        background-color: #e30074;
        background-image: none;
    }

.RadRotator_skillupUI .rrButtonDisabled,
.RadRotator_skillupUI .rrButtonDisabled:hover,
.RadRotator_skillupUI .rrButtonDisabled:focus,
.RadRotator_skillupUI .rrButtonDisabled:active {
    border-color: #c4c4c4;
    color: #5f5f5f;
    background-color: #e3e3e3;
    background-image: linear-gradient(white, #e3e3e3);
    box-shadow: none;
}

.RadRotator_skillupUI .rrLoadingSign {
    background: url('<%=WebResource("Telerik.Web.UI.Skins.skillupUI.Common.loading_small.gif")%>') no-repeat center;
}