
.AgencyControl {
    background: #fff none repeat scroll 0 0;
    ?border: 1px solid #eee;
    margin: 0 0 10px;
}
.AgencyControl .Header {
    height: 35px;
    background: #0F5BB8;
    ?margin-bottom: 10px;
}
.AgencyControl .Header span {
    color: #fff;
    font: bold 15px/35px "Segoe UI",Tahoma,Verdana;
    text-transform: uppercase;
    margin-left: 10px;
}
.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/li_hot.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;
}
