
.UIChiTiet {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
}
.UIChiTiet .Search:hover {
    background: #005fa2 none repeat scroll 0 0;
}
.UIChiTiet .ResultCount {
    font: italic 10pt arial;
    padding: 10px;
    text-align: right;
}
.UIChiTiet .Search {
    background: #ae0002 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    height: 33px;
    margin-top: 10px;
}
.UIChiTiet fieldset > legend {
    color: #666666;
    font: bold 10pt arial;
    text-transform: uppercase;
    width: 63px;
    margin-left: 27px;
    float: none;
}
.UIChiTiet fieldset {
    border: 1px solid #bbb;
    border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 769px){
.UIChiTiet fieldset table{
    margin-left: 16px;
}
} 

.UIChiTiet .left {
    height: 28px;
    padding: 5px;
}
.UIChiTiet .left .lblSearch, .lblCoQuan, .lblTitle, .lblLinhVuc {
    color: #666666;
    display: inline-block;
    font: bold 10pt arial;
    margin-right: 20px;
}
.UIChiTiet .txtSearch {
    display: inline-block;
    height: 28px;
    width: 282px;
}
.UIChiTiet .ddCoQuan, .ddLinhVuc {
    display: inline-block;
    height: 28px !important;
    width: 282px !important;
}
.UIChiTiet th:nth-child(1), th:nth-child(2), th:nth-child(3) {
    border: 1px solid #bbb;
    color: #222;
    font: bold 9pt arial;
    height: 25px;
    text-align: center;
    text-transform: uppercase;
}
.UIChiTiet th:nth-child(1) {
    width: 60%;
}
.UIChiTiet th:nth-child(2) {
    width: 16%;
}
.UIChiTiet th:nth-child(3) {
    width: 22%;
}
.UIChiTiet .ResultTable td {
    #border: 1px solid #bbb;
    color: #333333;
    padding: 5px;
    text-align: justify;
}
.UIChiTiet .ResultTable .BackLink {
    color: #333333;
    font: 13px arial;
}
.UIChiTiet .Detail {
    margin: 10px 0;
}
.UIChiTiet .Detail .Back {
    background: rgba(0, 0, 0, 0) url("images/back.png") no-repeat scroll left center;
    height: 25px;
}
.UIChiTiet .Detail .Back .BackLink {
    color: #0f6fa9;
    font: bold 10pt/25px arial;
    padding-left: 30px;
}
.UIChiTiet .Detail .FormDetail .lblTitle {
    color: #222;
    font: bold 11pt arial;
    margin: 20px 0;
}
.UIChiTiet .Detail .TTHC-Table td {
    border: 1px solid #bbb;
    padding: 6px;
}
.UIChiTiet .Detail .TbDetail .CoQuanLeft, .LinhVucLeft, .FileLeft {
    color: #222;
    font: bold 10pt/25px arial;
}
.UIChiTiet .Detail .FileRight > a {
    color: #ff4200;
    text-decoration: underline;
}
.UIChiTiet .ResultTable .pager {
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
}
.UIChiTiet .ResultTable .pager span {
    background: #b80002 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font: 13px/20px arial;
    height: 20px;
    text-align: center;
    width: 20px;
}
.UIChiTiet .ResultTable .pager td {
    border: medium none;
    padding: 0 5px;
}
