/* -------- listings table -------- */
table.listings {
width: 680px;
margin: 0 auto;
color: #fff;
}

/* This handles border options */
table.listings {
border: none;
border-collapse: collapse;
}
  
table.listings th {
font-weight: bold;
font-size: 125%;
color: #b4d5e8;
padding: 0 8px 2px 8px;
border-bottom: 1px solid #666666;
text-align: left;
}

table.listings th a, table.listings th a:link, table.listings th a:visited, table.listings th a:hover {
text-decoration: none;
}

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

table.listings td {
padding: 8px;
font-size: 95%;
font-weight: normal;
text-align: left;
border-bottom: none;
border-right: none;
}

table.listings td.date {
font-size: 95%;
}

table.listings td.last {
border-right: none;
}

table.listings td.cell_center {
text-align: center;
}

table.listings tr {
background-color: none;
}

table.listings tr.shaded {
background-color: #2a2a2a;
}

table.listings td a, table.listings td a:link, table.listings td a:visited {
color: #fff;
text-decoration: none;
}

table.listings td a:hover {
color: #304b9f;
text-decoration: underline;

