body
{
    background-color: #666666;
}



div#header
{
    text-align: center;
    margin-bottom: 20px;
}

div#main, div#navigation, div#right
{
    margin-top: 10px;
    margin-bottom: 10px;
}

div.container
{
    background-color: #ffffff;
}

ul.filter
{
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

ul.filter li
{
    padding:0px;
    margin: 0px;
    text-align: right;
}
ul.filter li select
{
    padding: 0px;
    margin: 5px;
}

th
{
    background-color: #800000;
    color: #ffffff;
}

.action_column
{
    width: 50px;
    text-align: center;
}

.center_column 
{
    text-align: center;
}

.admin_column
{
    display: none;
}

#throbber
{
    background-image: url(../images/throbber.gif);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 5px;
    top: 5px;
    display: none;
}

div.post, .groupbody
{
    background-color: #EEEEEE;
    border: solid 1px #999999;
    margin-bottom: 10px;
    padding: 5px 10px 5px 5px;
}

div.post table
{
    margin-bottom: 0px;
}

div.post table tr td
{
    vertical-align: top;
}

div.post table tr td.post_details
{
    width: 80px;
}

div.post table tr td.post_details .name
{
    font-weight: bold;
}

div.post p
{
    margin-bottom: 10px;
}

div.post span.time
{
    font-size: 9px;
    display: block;
    margin-bottom: 5px;
    color: #666666;
}

.fieldWithErrors
{
  display: inline;
}    

.fieldWithErrors > input
{
    border: solid 2px #CD5C5C;
}