table.list {
    width: 650px;
    margin: 0px 0px 0px 0px;
    border-top: 2px solid #095881;
    border-bottom: 2px solid #095881;
    border-collapse: collapse;
}

table.rightlist {
    width: 200px;
    margin: 0px 10px 0px 10px;
    margin-top: 0px;
    border-top: 2px solid #095881;
    border-bottom: 2px solid #095881;
    border-collapse: collapse;
}


table.list th {
    background: #FFFFFF;
    margin: 0px 3px 0px 3px;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #ADCDE3;
    border-bottom: 1px solid #ADCDE3;
    border-right: 5px solid #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

table.list th a,
table.list th a:visited {
    background-color: transparent;
    text-decoration: none;
}

table.list th a:hover {
    background-color: transparent;
    text-decoration: underline;
}

table.list th.sorted a,
table.list th.sortable a {
    background-position: right;
    display: block;
}

table.list th.order1 a {
    background-image: url(../images/arrow_down.png) !important;
    background-repeat: no-repeat;
}

table.list th.order2 a {
    background-image: url(../images/arrow_up.png) !important;
    background-repeat: no-repeat;
}

table.list th.sortable a {
    background-image: url(../images/arrow_off.png);
    background-repeat: no-repeat;
}

table.list th.sorted {
    background-color: transparent;
}

table.list th.sorted a,
table.list th.sortable a,
table.list th.sortable a:hover {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

table.list th.sortable a:hover {
    text-decoration: underline;
}

table.list thead tr {
    background-color: #FFCC00;
}

table.list tr.even {
    background: #EEEEEE;
    border-top: 1px solid #C0C0C0;
}

table.list tr.odd {
    background: #FFFFFF;
    border-top: 1px solid #C0C0C0;
}