
.DocumentList th:nth-child(6), td:nth-child(6) {
    display: none;
}
.DocumentList {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
}
.DocumentList .tb-Search {
    border-spacing: 4px;
}
.DocumentList .docname {
    padding: 10px;
}
.DocumentList .td-SearchContent {
    width: 230px;
}
.DocumentList .btnSearch {
    background: none repeat scroll 0 0 #1D95F4;
    border-radius: 3px;
    box-shadow: 0 1px 2px #444444;
    color: #FFFFFF;
    font: bold 9pt/26px Arial;
    padding: 6px;
    text-transform: uppercase;
}
.DocumentList .btnCancel {
    background: none repeat scroll 0 0 #1D95F4;
    border-radius: 3px;
    box-shadow: 0 1px 2px #444444;
    color: #FFFFFF;
    font: bold 9pt/26px Arial;
    padding: 6px;
    text-transform: uppercase;
}
.DocumentList .td-DocumentType, .DocumentType {
    width: 120px !important;
}
.DocumentList .tr-Search td:nth-child(3) {
    width: 82px !important;
}
.DocumentList .tr-Search td:nth-child(4) {
    width: 100px !important;
}
.DocumentList .tr-Search td:nth-child(5) {
    width: 98px !important;
}
.DocumentList .file-download .img-file {
    background: url("images/down.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 25px;
    width: 25px;
}
