div.ThreadList-Header
{
    position: relative;
    padding-right: 400px;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 8px black;
    border-width: 2px;
    border-style: solid;
    margin: 0 8px;
    height: 40px;
    line-height: 40px;
    color: white;
}

div.ThreadList-Wrapper
{
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
    display: inline-block;
}

div.ThreadList-Thread
{
    position: relative;
    padding-right: 400px;
    font-size: 10pt;
    font-family: sans-serif;
    color: black;
    border-width: 1px;
    border-style: solid;
    margin: 0 8px;
    height: 40px;
}

div.ThreadList-Title
{
    position: absolute;
    font-size: 10pt;
    font-family: sans-serif;
    vertical-align: middle;
    font-weight: bold;
    line-height: 40px;
    padding: 0 4px;
}

div.ThreadList-FixedColumns
{
    position: relative;
    float: right;
    width: 400px;
    margin-right: -400px;
    z-index: 1;
}

div.ThreadList-FixedColumn
{
    width: 200px;
    font-size: 10pt;
    font-family: sans-serif;
    vertical-align: middle;
    display: inline-block;
}

div.ThreadList-Created
{
}

div.ThreadList-Replied
{
    font-weight: bold;
}

span.ThreadList-Author
{
    font-size: 8pt;
}

span.ThreadList-Time
{
    font-size: 10pt;
}

span.ThreadList-ReplyCount
{
    font-size: 8pt;
}

div.ThreadList-FixedFooter
{
    clear: both;
}
