
.ListControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    padding: 0px 15px 15px 15px;
}

.ListControl .Search .ExTitle {
      border-bottom: 2px solid #294e95;
    height: 32px;
    margin: 0 0 10px;
    padding: 0 10px;
}
.ListControl .Search .ExTitle > span {
      border-bottom: 6px solid #294e95;
    color: #294e95;
    display: inline-block;
    font: bold 10pt/30px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}

.ListControl .ExContent tr:nth-child(1) td:nth-child(2) {
    display: inline-flex;
    width: 368px !important;
}
.ListControl .List .Title > span {
    color: #294e95;
    display: inline-block;
    font: bold 13px arial;
    margin: 10px 0;
}
.ListControl .List table th:nth-child(1) {
    #width: 84%;
}
.ListControl .List table th {
    border: 1px solid #bbb;
    color: #444;
    height: 30px;
    text-align: center;
}
.ListControl .List table td {
    color: #000;
    padding: 3px;
}
.ListControl .List table tr {
    color: #bbb;
}
.ListControl .Search {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px 0 #b3b3b3;
    color: #294e95;
    cursor: pointer;
    font: 13px arial;
    height: auto !important;
    margin-right: 10px;
    margin-top: 8px;
    padding: 4px;
    width: auto;
}
.ListControl .List table .download {
    color: #294e95 !important;
    font: bold 12px arial;
    text-decoration: underline;
}
.ListControl .List table td:nth-child(1) a span {
    color: #333 !important;
    font: 13px arial;
    text-decoration: none;
}
.ListControl .List table td:nth-child(2) {
    text-align: center;
}






