.UIGazetteAgency {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #ddd; */
        margin: 10px 0 10px;
        /* border-radius: 3px; */
}
.UIGazetteAgency .Header {
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 15px;
        color: var(--bg-blue-weight);
        display: inline-block;
        /* background: url(images/huyhieu.gif) no-repeat 5px 5px; */
        /* padding-left: 39%; */
        width: 100%;
        margin-bottom: 0;
        background-color: #fff;
        border: 1px solid #ddd;
        align-content: end;
        background-color: whitesmoke;
        text-align: center;
}
.UIGazetteAgency .Header span {
        color: #900000;
}
.UIGazetteAgency .Detail > table {
        width:100%;
}
td.ItemStyle {
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 7px;
}
.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: 9px;
        width: 9px;
}
.UIGazetteAgency .Detail .UserItem > a {
        padding-left: 2px;
}
.UIGazetteAgency .Detail .UserItem {
        padding: 2px 0;
}
.UIGazetteAgency .Detail .UserItem > a:hover {
        color: #830304 !important;
}
