.AgencyControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #eee;
        margin: 0 0 10px;
        min-height: 200px;
}
.AgencyControl .Header {
        border-bottom: 2px solid #eabc00;
        height: 32px;
        margin: 0 0 10px;
        padding: 0 10px;
}
.AgencyControl .Header span {
        border-bottom: 6px solid #b80002;
        color: #ae0002;
        display: inline-block;
        font: 600 10pt/28px "Segoe UI",Tahoma,Verdana;
        text-transform: uppercase;
        white-space: nowrap;
}
.AgencyControl .Detail {
        padding: 5px;
}
.AgencyControl .Detail ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.AgencyControl .Detail .arrow {
        background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
        display: inline-block;
        height: 9px;
        width: 9px;
}
.AgencyControl .Detail .UserItem > a {
        /* padding-left: 2px; */
        text-decoration: none !important;
}
.AgencyControl .Detail .UserItem {
        padding: 2px 0;
}
.AgencyControl .Detail .UserItem > a:hover {
        color: #005f9d;
        text-decoration: underline;
}
@media only screen and (max-width: 768px){
        .AgencyControl {
                padding: 0 10px;
                border: none;
                margin-bottom: 10px;
        }
}
