.RadDropDownList_Custom
{
    color: #767676;
    font-size: 13px;
    line-height: 1.5;
}
.RadDropDownList_Custom .rddlInner
{
    border-color: #c9c9c9;
    color: #767676;
    background-color: #ebebeb;
    background-image: url('Common/radPrimaryGradientButtonSprite.png');
    background-image: linear-gradient(#fefefe 0,#e3e3e3 100%);
}
.RadDropDownList_Custom .rddlFakeInput
{
    height: 22px;
    line-height: 22px;
}
.RadDropDownList_Custom .rddlEmptyMessage, .RadDropDownList_Custom .rddlDefaultMessage
{
    color: #b1b1b1;
}
.RadDropDownList_Custom .rddlIcon
{
    width: 24px;
    background-image: url('Common/radActionsSprite.png');
    background-position: -13px -63px;
}
.RadDropDownList_Custom .rddlHovered
{
    border-color: #007d93;
    color: #fff;
    background-color: #007d93;
    background-image: linear-gradient(#00a9c7 0,#007d93 100%);
}
.RadDropDownList_Custom .rddlHovered .rddlIcon
{
    background-position: -113px -63px;
}
.RadDropDownList_Custom .rddlFocused
{
    border-color: #2292a8;
    color: #fff;
    background-color: #2dabc1;
    background-image: linear-gradient(#2dabc1 0,#2dabc1 100%);
}
.RadDropDownList_Custom .rddlFocused .rddlIcon
{
    background-position: -113px -63px;
}
.rddlPopup_Custom
{
    border-color: #d7d7d7;
    color: #555;
    background: #fff;
    font: normal 13px/22px Arial,Helvetica,sans-serif;
}
.rddlPopup_Custom .rddlHeader, .rddlPopup_Custom .rddlFooter
{
    color: #5f5f5f;
    background-color: #eaeaea;
}
.rddlPopup_Custom .rddlHeader
{
    border-bottom-color: #d7d7d7;
}
.rddlPopup_Custom .rddlFooter
{
    border-top-color: #d7d7d7;
}
.rddlPopup_Custom .rddlItemHovered
{
    color: #555;
    background-color: #bbeaf3;
}
.rddlPopup_Custom .rddlItemSelected
{
    color: #000;
    background-color: #fff1cc;
}
.rddlPopup_Custom .rddlItemLoading
{
    color: #555;
    background-color: #bbeaf3;
}
