#mainFrame {
    display: block;
    _display: inline;
    float: left;
    width: 800px;
    height: auto;
    padding: 0px;
    margin: 0px;
}
#mainFrame .button{
    width: 800px;
    text-align: right;
}

table.list {
    margin: 0px;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 15px;
    width: 800px;
}
table.list th {
    padding: 0px;
    height: 35px;
    line-height: 35px;
    color: #858585;
    border-bottom: 2px solid #656565;
    text-align: center;
}
table.list td {
    padding: 0px;
    text-align: center;
    height: 39px;
    _height: 40px;
    border-bottom: 1px solid #e1e1e1;
}
table.list .column0{
    width: 70px;
}
table.list td.column0{
    padding: 0px;
    text-align: canter;
    border-bottom: px solid #e1e1e1;
    margin-left: 15px;
    width: 55px;
    
}
table.list .column1{
    text-align: left;
    width: 500px;
}
table.list .column2{
    width: 70px;
}
table.list .column3{
    width: 60px;
    _width: 100px;
    padding: 0 20px;
}
table.list .column4{
width: 60px;
}

table.list tr:hover td {
    background: #d0dafd;
}

table.list tr.even {
    background: #e8edff; 
}

/* Pagination */
.paginationContainer{
    display: block;
    width: 800px;
    padding: 5px;
    text-align: center;
}
.pagination {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.pagination span,
.pagination a {
    position: relative;
    display: inline-block;
    height: 12px;
    _height: 24px;
    line-height: 12px;
    padding: 5px 7px;
    border: 1px solid #cfcfcf;
    margin-right: 5px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.pagination .current {
    color: #fff;
    background: #999999;
}

.pagination a {
    color: #666666;
    text-decoration: none;
}

.panelContainer .header .heading {
    font-size: 9pt !important;
}
