.AgencyControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #eee;
        margin: 0 0 10px;
}
.AgencyControl .Header {
        background: #ffe6ae url("images/n.png") no-repeat scroll right 5px center;
        height: 30px;
}
.AgencyControl .Header span {
        color: #cc0000;
        font-size: 15px;
        font-weight: bold;
        padding: 0 0 0 20px;
        text-transform: uppercase;
        line-height: 33px;
}
.AgencyControl .Detail {
        padding: 10px;
        min-height: 200px;
}
.AgencyControl .Detail ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.AgencyControl .Detail .arrow {
        background: rgba(0, 0, 0, 0) url("Images/i1.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;
}
