
.AgencyControl {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 10px;
}
.AgencyControl .Header {
    background: rgba(0, 0, 0, 0) url("images/r.png") no-repeat scroll left center;
    height: 25px;
}
.AgencyControl .Header span {
    color: #b90e01;
    display: inline-block;
    font: bold 14px/22px "Segoe UI",Tahoma,Verdana;
    padding: 0 0 0 32px;
    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/arr.png") 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;
}
