
table
{
    background-color: #f080f0;
    border-color: #c0c0c0;
    border-style: solid;
    border-width: 1px;
}

tr.evenRow
{
    background-color: #8080ff;
}

tr.oddRow
{
    background-color: #ff8080;
}

tr:hover
{
    background-color: #c0c8cf;
}

th
{
    background-color: #80ff80;
    border-color: #808080;
    border-style: none none solid none;
    border-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    white-space: nowrap;
}

th.rightmost
{
    border-style: none none solid none;
}

td
{
    border-color: #c0c0c0;
    border-style: none solid none none;
    border-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

td.rightmost
{
    border-style: none;
}

table
{
    background-color: #cad3e6;
    border-color: #b0b0b0;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

tr.evenRow
{
    background-color: #e4e4e8;
}

tr.oddRow
{
    background-color: #ececef;
}

th
{
    background-color: #cad3e6;
    border-color: #b0b0b0;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

th.wide
{
    width: 99%;
}

th.wideRightMost
{
    width: 99%;
}

td
{
    border-color: #c0c0c0;
    padding-bottom: 15px;
    padding-top: 5px;
    vertical-align: top;
    white-space: normal;
}

div.topicAuthor
{
    white-space: nowrap;
}

div.topicViews
{
    text-align: center;
}

div.topicReplies
{
    text-align: center;
}

div.postAuthor
{
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    white-space: nowrap;
}

div.postMessage
{
}

div.postTime
{
    text-align: center;
    white-space: nowrap;
}

div.postTitle
{
    font-weight: bold;
    margin-bottom: 10px;
}

textarea
{
    font-family: verdana, sans-serif;
    font-size: 100%;
}

div.topicOptions
{
    margin-bottom: 5px;
}

div.userOptions
{
    margin-bottom: 10px;
    float: left;
    width: 593px;
}

div.userLeftOptions
{
    float: left;
    width: 430px;
}

div.userRightOptions
{
    float: right;
    margin-right: 2px;
    text-align: right;
    white-space: nowrap;
    width: 158px;
}

