
.AgencyControl {
    background: none repeat scroll 0 0 #eff7f8;;
    border: 1px solid #eee;
    margin: 0 0 10px;
}
.AgencyControl .Header {
   border-bottom: 2px solid #ffad0c;
    height: 32px;
    margin: 0 0 10px;
    padding: 0 10px;
}
.AgencyControl .Header span {
        border-bottom: 5px solid #cd2323;
    color: #cd2323;
    display: inline-block;
    font: bold 10pt/30px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}
.AgencyControl .Detail {
    padding: 10px;
}
.AgencyControl .Detail ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.AgencyControl .Detail .arrow {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    display: inline-block;
    height: 9px;
    width: 9px;
}
.AgencyControl .Detail .UserItem > a {
    padding-left: 2px;
}
.AgencyControl .Detail .UserItem {
    padding: 2px 0;
}
.AgencyControl .Detail .UserItem > a:hover {
    color: #830304;
    text-decoration: underline;
}
