.UIGazetteCategory {
        background: #fff none repeat scroll 0 0;
        margin: 0 0 10px;
        /* border-radius: 3px; */
}
.UIGazetteCategory .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;
}
.UIGazetteCategory .Header span {
       color: #900000;
}
td.ItemStyle {
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 7px;
}
.UIGazetteAgency .Detail > table {
    width: 100%;
}

.UIGazetteCategory .Detail  >table{
    width: 100%;
}
.UIGazetteCategory .Detail ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.UIGazetteCategory .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 > table {
    width: 100%;
      
}

.UIGazetteCategory .Detail .UserItem > a {
       padding: 6px 10px !important;
    font-weight: bold !important;
    color: #337ab7 !important;
}
.UIGazetteCategory .Detail .UserItem {
     
}
.UIGazetteCategory .Detail .UserItem > a:hover {
      color: #900000 ! IMPORTANT;
      
}
