﻿body {
}


body.PopUp 
{
    background-color: gainsboro;
}

div.ForumHeader 
{
    background-color: #9DBFC0;
    font-size: 14pt;
    font-weight: bold;
    height: 30px;   
    border: 2px solid blue;
    
}
div.BoardList
{
    background-color: white;
    border: 2px solid blue;
    border-top: none;
}


div.BoardList table
{
    background-color: Black;
}

div.BoardList table tr th
{
    background-color: gainsboro;
    padding: 2px 5px 2px 5px;
}

div.BoardList table tr td
{
    background-color: White;
    padding: 2px 5px 2px 5px;
    font-size: 10pt;
}

div.ForumFooter
{
    background-color: #9DBFC0;
    font-size: 14pt;
    font-weight: bold;    
    border: 2px solid blue;
    border-top: none;

}




a img 
{
    border: none;
}

div.MessageList
{
    background-color: #eeeeee;
    border: 2px solid blue;
    border-top: none;
    padding: 10px;
    
}

div.ObjectList
{
    background-color: white;
    border: 2px solid blue;
    border-top: none;
}


div.ObjectList table
{
    background-color: Black;
}

div.ObjectList table tr th
{
    background-color: gainsboro;
    padding: 2px 5px 2px 5px;
}

div.ObjectList table tr td
{
    background-color: White;
    padding: 2px 5px 2px 5px;
    font-size: 10pt;
}


div.ObjectList table tr.Deleted td
{
    background-color: gainsboro;
}


table tr.Pager table
{
    background-color: White;
    padding: 0px;
}

table tr.Pager table tr td
{
    
    padding: 0px;
}


div.Preview
{
    background-color: White;
    height: 200px;
    border: solid 1px black;
    font-size: 9pt;
    font-family: Times New Roman;
}

div.MessageEditor
{
    background-color: gainsboro;
}


div.SubmitButtonGroup
{
    margin: 5px 10px 5px 10px;
    padding: 2px 5px 2px 5px;
    text-align: right;
    border-top: 2px white groove;
}


div.SubmitButtonGroup input
{
    width: 6em;
}

div#EditorToolBar input
{
    width: 4em;
}


div.Frm
{
    padding: 5px;
    font-size: 10pt;
}

div.Frm label.SectionTitle
{
    font-weight: bold;
    display: block;
    font-size: 12pt;
    margin: 10px;
    width: auto;
}

div.Frm label
{
    
    width: 8em;
    font-weight: bold;
    display: block;
    float: left;   
}

div.Frm select
{
    width: 8em;
    float: left; 
    margin-bottom: 5px;   
}


div.Frm input
{
    width: 8em;
    float: left; 
    margin-bottom: 5px;   
}

div.Frm br
{
    clear: both;
}

div.Frm fieldset
{
    padding: 5px;
    border: solid 1px black;
}

div.Frm fieldset legend
{
    padding: 0px 5px 0px 5px;
}

div.Frm div.ButtonGroup
{
    margin-top: 5px;
    text-align: right;
    padding: 5px 0px 0px 0px;
    border-top: 1px solid black;

}

div.Frm div.ButtonGroup input
{
    width: 5em;
    display: inline;
    float: none;
}



div.MessageHeader
{
    padding: 2px 5px 2px 5px;
    background-color: #9DBFC0;
    color: #00006b;    
}

div.MessageBody
{
    padding: 5px;
    background-color: white;
    color: black;    
    
}

div.MessageFooter
{
    padding: 2px 5px 2px 5px;
    text-align: right;
    color: White;    
    border-top: 1px solid black;
    
}

div.MessageUserHeader
{
    padding: 2px 5px 2px 5px;
    background-color: #9DBFC0;
    color: #00006b;    
}

div.MessageUserInfo
{
        padding: 5px;
    background-color: white;
    color: black;    

}

table.MessageList
{
    background-color: Black;
    
}

table.MessageList tr td
{
    background-color: White;
    font-size: 9pt;
    font-family: Times New Roman
}

table.MessageList tr th
{
    background-color: White;
    color: Black;
}



table.MessageList tr td.UserColumn
{
    width: 180px;
    
}


table.MessageList tr td.CounterColumn
{
    width: 7em;
}



blockquote.quotedText 
{
    border: solid 1px black;
    background-color: #dfdfdf;
    padding: 2px;
}