﻿body 
{
    font-family: Verdana;
    font-size: 0.8em;
    background-color: #333333;
}

a 
{
    color:Black;
    font-weight:bold;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

div.thread
{
    padding-left: 20px;
    background: #727779 url('msg.gif') no-repeat 2px left;
    border-top: solid 2px white;
    border-left: solid 2px white;
    margin:0;
}
.title
{
    background-color: #ff9933;
    height: 1.55em;
    line-height: 1.5em;
    vertical-align:middle;
}
div.thread div.title a
{
    padding-left: 5px;
    font-weight: bold;
    float:left;
}

div.thread div.content
{
    background-color: #aeb2b3;
    padding-bottom: 1px;
    display:none;
}

div.thread div.content p
{
    margin: 0;
    padding: 5px;
}
div.thread div.content ul
{
    list-style-type: none;
   
}
div.thread div.content li
{
    
}
div.thread div.reply
{
    margin: 5px;
    padding-bottom: 10px;
    display:none;
}

div.thread label
{
    float:left;
    text-align: right;
    vertical-align: middle;
    display: block;
    width: 70px;
}

.author
{
    color:White;
    float:right;
    width:200px;
    text-align:left;
    background: transparent url('person.gif') no-repeat 1px left;
    padding-left:20px;
}
.posted
{
    color:White;
    margin-left: 20px;
    margin-right: 20px;
    float:right;
    width:160px;
    text-align:left;
}

div.root
{
    padding:0;
    margin:0;
    background-color:#aeb2b3;
    padding-bottom:10px;
}
.cancelMsg
{
    
}
.error
{
    color: yellow;
    display: none;
}