.mysupport_status_technical {
    color: blue;
}

.mysupport_status_solved {
    color: green;
}

.mysupport_status_notsolved {
    color: red;
}

.mysupport_bar_technical {
    background: blue;
    height: 10px;
}

.mysupport_bar_solved {
    background: green;
    height: 10px;
}

.mysupport_bar_notsolved {
    background: red;
    height: 10px;
}

.mySupportBestAnswerHighlight {
    background: #D6ECA6 !important;
}

.mySupportBestAnswerButton span {
    background-image: url(../../../images/mysupport_bestanswer.png) !important;
}

.mySupportStaffHighlight {
    background: #E6E8FA !important;
}

.usercp_nav_support_threads {
    background: url(../../../images/mysupport_support.png) no-repeat left center;
}

.usercp_nav_assigned_threads {
    background: url(../../../images/mysupport_assigned.png) no-repeat left center;
}

.modcp_nav_tech_threads {
    background: url(../../../images/mysupport_technical.png) no-repeat left center;
}

.modcp_nav_deny_support {
    background: url(../../../images/mysupport_no_support.png) no-repeat left center;
}