
.ListControl {
    background: #fff none repeat scroll 0 0;
    padding: 0 0 5px;
}
.ListControl .Search .ExTitle {
    background: #f0f0f0 url("images/vb.png") no-repeat scroll 7px 5px;
    border-bottom: 1px solid #ccc;
}
.ListControl .Search .ExContent > table {
    padding: 10px;
}
.ListControl .Search .ExTitle > h1 {
    color: #249d33;
    font: bold 13px/28px arial;
    padding-left: 32px !important;
    white-space: nowrap !important;
    display: block;
}
.ListControl .ExContent tr:nth-child(1) td:nth-child(2) {
    display: inline-flex;
    #width: 368px !important;
}
.ListControl .List .Title > span {
    color: #333;
    display: inline-block;
    font: bold 13px arial;
    margin: 10px 0;
}

.ListControl .List table {
    width: 100% !important;
}

.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: 6px;
      border: 1px solid #bbb;
}
.ListControl .List table tr {
    color: #bbb;
}
.ListControl .Search {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #444;
    cursor: pointer;
    font: 13px arial;
}
.ListControl .List table .download {
    color: #ae0002 !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;
}
.ListControl .Search .ExContent .Search, .Cancel {
    background: #249d33 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #fff;
    font: bold 13px arial;
    margin-top: 10px;
    padding: 3px 8px;
}
