/* -------- listings table -------- */
#listings {
float: left;
width: 640px;
padding: 5px 15px;
color: #333;
}

/* This handles border options */
#listings {
margin-top: 35px;
border: 1px solid #ccc;
border-collapse: collapse;
}
  
#listings th {
font-weight: bold;
font-size: 95%;
padding: 3px;
border-bottom: 1px solid #666666;
text-align: center;
background: #dbdbdb url(/images/backgrounds/navbar_r.gif) repeat-x;
}

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

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

#listings td {
padding: 8px;
font-size: 95%;
font-weight: normal;
text-align: left;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

#listings td.topic {
font-size: 95%;
}

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

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

#listings tr {
background-color: none;
}

#listings tr.shaded {
background-color: #edf3fe;
}

#listings td a, #listings td a:link, #listings td a:visited {
color: #304b9f;
text-decoration: none;
}

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