/* FORUM */

.forum_table
{
    font-family:Times-New-Roman, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #ff9900;
    background-color: #000000;
    border: none;
    border-width: 0;
    padding: 0;
    border-spacing: 0;
    margin: 0;
    letter-spacing: 0;
    word-spacing: 0;
}

.forum_edit_box_name
{
    font-family:Times-New-Roman, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
	color: #000000;
    border: solid;
    border-width: 1px;
    border-color: #000000;
    width: 310px;
    height: 20px;
    font-size: 11pt;
}

.forum_edit_box_title
{
    font-family:Times-New-Roman, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
	color: #000000;
    border: solid;
    border-width: 1px;
    border-color: #000000;
    width: 490px;
    height: 20px;
    font-size: 11pt;
}

.forum_edit_bigbox
{
    font-family:Times-New-Roman, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
	color: #000000;
    border: solid;
    border-width: 1px;
    border-color: #000000;
    width: 620px;
    height: 80px;
    font-size: 11pt;
}

.forum_article
{
    color: #ff9900;
    background-color: #000000;
    border: solid;
    border-width: 1px;
    border-color: #000000;
    width: 623px;
    font-size: 11pt;
}


.forum_article_1
{
    font-family:Times-New-Roman, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ff9900;
    background-color: #000000;
}

.forum_article_2
{
    font-family:Times-New-Roman, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffaa11;
    background-color: #000000;
}

.forum_button
{
    font-family:Times-New-Roman, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    height: 18px;
    width: 50px;
    border: 1px solid #aaaaaa;
}


