
.UIGazetteAgency {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    margin: 0 0 15px;
}
.UIGazetteAgency .Header {
     background-color: #e7e7e7;
    border-bottom: 2px solid #900000;
    display: inline-block;
    height: 30px;
    width: 100%;
    position: relative;
}
.UIGazetteAgency .Header span {
    color: #900000;
    font: bold 11pt/30px arial;
    padding-left: 10px;
    white-space: nowrap;
    text-align: left;
}
.UIGazetteAgency .Header span.down{
    position: absolute;
    right: 5px;
}
.UIGazetteAgency .Detail {
    padding: 10px;
    height: 300px;
    overflow-y: auto;
    display: block;
}



/* width */
.UIGazetteAgency .Detail::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.UIGazetteAgency .Detail::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.UIGazetteAgency .Detail::-webkit-scrollbar-thumb {
  background: #bbb; 
}

/* Handle on hover */
.UIGazetteAgency .Detail::-webkit-scrollbar-thumb:hover {
  background: #888; 
}

.UIGazetteAgency .Detail ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.UIGazetteAgency .Detail .arrow {
    background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
    display: inline-block;
    height: 12px;
    width: 12px;
}
.UIGazetteAgency .Detail .UserItem > a {
    /* padding-left: 2px; */
    font-size: 14px;
    font-weight: bold;
    color: #424242;
}
.UIGazetteAgency .Detail .UserItem {
    padding: 5px 0;
}
.UIGazetteAgency .Detail .UserItem > a:hover {
    color: #900000;
    text-decoration: underline;
}
