#forum a {
    text-decoration: none;
    background-color: none;
}

#forum ul li {
    font-weight: bold;
    font-size: 1.2em;
}

#forum table {
    border-spacing: 2px;
}

#forum table th, 
#forum table td {
    padding: 4px;
    border-style: inset;
    background-color: white;
}

#forum table tr.odd, #forum table tr.odd td {
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
    background-color: #edf1f3;
}

#forum table tr.odd td.active, #forum table tr.dark td.active { 
    background-color: #d5dfe3; 
}

#forum table tr.even, #forum table tr.even td { 
    padding: 0.1em 0.6em;
    border-bottom: 1px solid #ccc;
    background-color: #ffffff; 
}

#forum table tr.even td.active { 
    background-color: #e1e7eb; 
}

#forum table tr.odd td.container, #forum table tr.even td.container { 
    font-weight: bold;
    color: #ffffff;
    background-color: #0174bb;
}

#forum table tr.odd td.container a, #forum table tr.even td.container a { 
    font-weight: bold;
    color: #ffffff;
}

#forum table thead th {
    padding: 3px 3px 3px 3px;
    background-color: white;
    color: black; 
    text-align:left;
    padding-left: 1px;
}

#forum .active {
    background-color: white;
    color: #000000;
}
