.list_table{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.list_table a:link, .list_table a:visited, .list_table a:active{
    text-decoration: none;
    color: blue;
}
.list_table td, th{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 4px;
}
.list_table thead th{
    background-color: #f0f0f0;
    font-weight: bold;
    color: blue;
    text-align: left;
    line-height: 20px;
    height: 20px;
}
.list_table tbody td{
    color: #888;
}
.list_table tfoot{
    background-color: #f0f0f0;
    font-weight: bold;
    color: black;
    line-height: 22px;
}
.table_list_alt{
    background-color: #f8faf8;
}
.list_title{
    line-height: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-bottom: 0;
    font-size: 14px;
    color:#003366;
    background-color: #c5defa;
    padding: 4px;
}


