* {text-rendering: geometricPrecision}
.DocumentList {
    background: none repeat scroll 0 0 #ffffff;
    padding: 0;
}
.DocumentList .tb-Search {
    border-spacing: 4px;
}
.DocumentList .docname {
    padding: 10px;
}
.DocumentList .td-SearchContent {
    width: 230px;
}
.DocumentList .cssSearch, .cssCancel {
    background: none repeat scroll 0 0 #1d95f4;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #ffffff;
    font: bold 9pt Arial;
    margin: 10px 4px 0 0;
    padding: 4px 7px;
    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 .img-file {
    background: url("images/copy.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none !important;
    display: inline-block;
    height: 35px;
    width: 35px;
}
.DocumentList .LBar {
    width: 210px;
}
.DocumentList .LBar .MenuList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.DocumentList .LBar .MenuList .SubItem {
    font: bold 10pt arial;
    padding: 3px 0;
    text-transform: uppercase;
}
.DocumentList .LBar .MenuList .SubItem > a {
    background: none repeat scroll 0 0 #1d95f4;
    border-left: 5px solid #ff4e00;
    box-shadow: 0 3px 2px #08538e;
    color: #fff;
    font: 10pt arial;
    text-decoration: none;
    text-transform: none;
    width: 95%;
    display: inline-block;
    padding: 5px 0 5px 10px;
}
.DocumentList .LBar .MenuList .SubItem > a:hover {
      background: none repeat scroll 0 0 #48a8f3;
}
.DocumentList .td-SearchContent fieldset {
    border: 1px solid #222;
    border-radius: 3px;
}
.DocumentList .td-SearchContent fieldset legend {
    color: #333;
    font: bold 11pt arial;
    text-transform: uppercase;
}
