﻿div.forumMessageTools
{
    float: right;
    margin-left: 10px;
}

div.forumMessageTools a 
{
    margin-left: 1px;
}

div.forumMessageHeader 
{
    color: #666;
    margin-bottom: 15px;
} 

div.tb div.tbcb div.forumMessageHeader
{
    color: #999; /* fix for black talk box */
}

div.forumEdit
{
    color: #666;
}

img.forumStarMessage { cursor: pointer; }

div.forumSignature, div.forumSignatureFull 
{ 
    font-style: italic;
    color: #666;    
    margin-top: 10px;
    overflow: hidden;
}

div.forumSignature
{
    max-height: 100px;
}

img.vipuser { margin-left: 2px; }

th.forumPrio, td.forumPrio { width: 28px; padding: 0 !important; }
td.forumPrio { cursor: pointer; }

tr.odd td.forumPrio1 { background: #999 url('Images/bgr_mediumfade.png') repeat-x !important; }
tr.even td.forumPrio1 { background: #aaa url('Images/bgr_mediumfade.png') repeat-x !important; }
tr.odd td.forumPrio0 { background: #33cc33 url('Images/bgr_mediumfade.png') repeat-x !important; }
tr.even td.forumPrio0 { background: #44dd44 url('Images/bgr_mediumfade.png') repeat-x !important; }
tr.odd td.forumPrio2 { background: #dd3333 url('Images/bgr_mediumfade.png') repeat-x !important; }
tr.even td.forumPrio2 { background: #ee4444 url('Images/bgr_mediumfade.png') repeat-x !important; }
tr.odd td.forumPrio4 { background: #882222 url('Images/bgr_mediumfade.png') repeat-x !important; }
tr.even td.forumPrio4 { background: #993333 url('Images/bgr_mediumfade.png') repeat-x !important; }

div.forumNewThreadsBox
{
    display: none;
    position: absolute;
    padding: 5px 10px 0 10px;
    background: url("Images/bgr_shortfade.png") repeat-x scroll 0 0 #FFCC00 !important;
    text-align: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #000;
    max-width: 400px;
}

div.forumNewThreadsBox h2 
{
    margin: 0 0 10px 0;
    padding: 0 !important;
}

div.forumNewThreadsBox a { color: #990000; }
div.forumNewThreadsBox table { margin: 0 !important; }