
/* Phorum CSS */

td, th
{
    color: black;
    font-size: 12px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

img
{
    border-width: 0px;
    vertical-align: middle;
}

input[type=text], input[type=password], input[type=file], select
{
    background-color: white;
    color: black;
    font-size: 12px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    vertical-align: middle;
	padding: 1px 1px 1px 1px;
}

textarea
{
    background-color: white;
    color: black;
    font-size: 13px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 3px 3px 3px 3px;
}


input
{
    vertical-align: middle;
}


/* new styles */

#phorum-index
{
    width: 100%;
    border: 1px solid #2b4e83;
    border-bottom-width: 0px;
    text-align: left;
}

#phorum-index th
{
    border-bottom: 1px solid #2b4e83;
    background-color: #ecf1f5;
    padding: 3px 0 3px 0;
}

#phorum-index td
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background-color: #fff;
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #2b4e83;
}

#phorum-index th.forum-name
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
    padding: 3px 0 3px 3px;
}

#phorum-index th.forum-name a
{
    color: #202020;
}

#phorum-index th.forum-threads
{
    width: 90px;
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-posts
{
    width: 90px;
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-last-post
{
    padding: 3px 5px 3px 3px;
    vertical-align: middle;
}

#phorum-index td.forum-name
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 3px 5px;
}

#phorum-index td.forum-name p
{
    font-size: 12px;
    font-weight: normal;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin: 0 5px 0 0;
}

#phorum-index td.forum-name small
{
    font-weight: normal;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

#phorum-index td.forum-threads
{
    width: 80px;
    text-align: center;
}

#phorum-index td.forum-posts
{
    width: 80px;
    text-align: center;
}

#phorum-index td.forum-last-post
{
    width: 120px;
    padding: 0 5px 0 0;
}

#phorum-menu-table
{
    width: 100%;
    border-width: 0px;
}

#phorum-menu
{
    padding: 5px 3px 0 0;
    vertical-align: top;
    width: 200px;
}

#phorum-content
{
    padding: 5px 0 0 2px;
    vertical-align: top;
}

div.phorum-menu
{
    font-size: 12px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background-color: #ecf1f5;
    border: 1px solid #2b4e83;
    padding: 3px;
}

div.phorum-menu ul
{
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

div.phorum-menu li
{
    font-weight: bold;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin-top:3px;
    background-image: url('templates/default/images/square_bullet.png');
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

div.phorum-menu a
{
    font-weight: normal;
    color: black;
}

div.phorum-menu a:hover
{
    color: #CCC;
}

div.phorum-menu a.phorum-current-page
{
    font-weight: bold;
}

#phorum-post-form ul
{
    padding: 0 0 0 20px;
    margin: 3px 0px 8px 0px;
    font-size: 11px;
}

#phorum-post-form li
{
    margin-bottom: 3px;
}

#phorum-attachment-list td
{
    font-size: 11px;
}

    /* Standard classes for use in any page */
    /* PhorumDesignDiv - a div for keeping the forum-size size */
    .PDDiv
    {
        width: 100%;
        text-align: left;
    }
    /* new class for layouting the submit-buttons in IE too */
    .PhorumSubmit {
	width: 91px;
  height: 20px;
  background: url(/images/addcart.gif) no-repeat;
  outline: none;
  color: #243e68;
  border: none;
  font-size: 11px;
  font-weight: bold;    
  }

    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
        font-size: 12px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        background-color: #fff;
        border: 1px solid #2b4e83;
        padding: 3px;
        text-align: left;
    }

    .PhorumStdBlockHeader
    {
        font-size: 12px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        background-color: #ecf1f5;
        border: 1px solid #2b4e83;
        padding: 3px;
        text-align: left;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        font-size: 12px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        border: 1px solid #2b4e83;
        margin-top: 1px;
        background-color: #ecf1f5;       
        padding: 5px 3px 5px 3px;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    A.PhorumNavLink
    {
        color: black;
        text-decoration: none;
        font-weight: normal;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-size: 12px;
        background-color: #ecf1f5;
        margin: 5px 0px 5px 0px;
        padding: 4px 4px 2px 4px;
    }

    .PhorumSelectedFolder
    {
        color: black;
        text-decoration: none;
        font-weight: normal;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-size: 12px;
        border-style: solid;
        border-color: #2b4e83;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    A.PhorumNavLink:hover
    {
        background-color: #fff;
        font-weight: normal;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-size: 12px;
        border-style: dotted;
        border-color: #2b4e83;
        border-width: 1px;
        color: #202020;
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: red;
        font-size: 16px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-weight: bold;
    }

    .PhorumOkMsg
    {
        padding: 10px;
        text-align: center;
        color: DarkGreen;
        font-size: 16px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: green;
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: #2b4e83;
        border-width: 1px;
    }

    /* PSUEDO Table classes                                       */
    /* In addition to these, each file that uses them will have a */
    /* column with a style property to set its right margin       */

    .PhorumColumnFloatXSmall
    {
        float: right;
        width: 75px;
    }

    .PhorumColumnFloatSmall
    {
        float: right;
        width: 100px;
    }

    .PhorumColumnFloatMedium
    {
        float: right;
        width: 150px;
    }

    .PhorumColumnFloatLarge
    {
        float: right;
        width: 200px;
    }

    .PhorumColumnFloatXLarge
    {
        float: right;
        width: 400px;
    }

    .PhorumRowBlock
    {
        background-color: #fff;
        border-bottom: 1px solid #2b4e83;
        padding: 5px 0px 5px 0px;
    }

    .PhorumRowBlockAlt
    {
        background-color: #f7f7f;
        border-bottom: 1px solid #2b4e83;
        padding: 5px 0px 5px 0px;
    }

    /************/


    /* All that is left of the tables */

    .PhorumStdTable
    {
        border-style: solid;
        border-color: #2b4e83;
        border-width: 1px;
        width: 100%;
    }

    .PhorumTableHeader
    {
        background-color: #ecf1f5;
        border-bottom-style: solid;
        border-bottom-color: #2b4e83;
        border-bottom-width: 1px;
        color: black;
        font-size: 12px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-weight: bold;
        padding: 2px;
    }

    .PhorumTableRow
    {
        background-color: #fff;
        border-bottom-style: solid;
        border-bottom-color: #2b4e83;
        border-bottom-width: 1px;
        color: black;
        font-size: 12px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        height: 35px;
        padding: 2px;
    }

    .PhorumTableRowAlt
    {
        background-color: #ecf1f5;
        border-bottom-style: solid;
        border-bottom-color: #2b4e83;
        border-bottom-width: 1px;
        color: black;
        font-size: 12px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        height: 35px;
        padding: 2px;
    }

    table.PhorumFormTable td
    {
        height: 26px;
    }

    /**********************/


    /* Read Page specifics */

    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }

   .PhorumReadBodySubject
    {
        color: black;
        font-size: 16px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: 12px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-size: 12px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        border-left: 1px solid #2b4e83;
        border-right: 1px solid #2b4e83;
        border-bottom: 1px solid #2b4e83;
        background-color: #ecf1f5;
        padding: 5px 3px 5px 3px;
        
    }

    /********************/

    /* List page specifics */

    .PhorumListSubText
    {
        color: black;
        font-size: 10px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
    }

    .PhorumListPageLink
    {
        color: black;
        font-size: 10px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }

    /********************/

    /* Posting editor specifics */

    .PhorumListModLink, .PhorumListModLink a
    {
        color: black;
        font-size: 10px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
    }

    .PhorumAttachmentRow {
        border-bottom: 1px solid #2b4e83;
        padding: 3px 0px 3px 0px;
    }

    /********************/

    /* PM specifics */

    .phorum-recipientblock
    {
        position:relative;
        float:left;
        padding: 1px 1px 1px 5px;
        margin: 0px 5px 5px 0px;
        font-size: 11px;
        background-color: #f7f7f;
        border: 1px solid #2b4e83;
        white-space: nowrap;
    }

    .phorum-pmuserselection
    {
        padding-bottom: 5px;
    }

    .phorum-gaugetable {
        border-collapse: collapse;
    }

    .phorum-gauge {
        border: 1px solid #2b4e83;
        background-color: #ecf1f5;
    }

    .phorum-gaugeprefix {
        border: none;
        background-color: white;
        padding-right: 10px;
    }

    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        width: 450px;
    }

    .PhorumSmallFont
    {
        font-size: 11px;
    }

    .PhorumLargeFont
    {
        color: black;
        font-size: 16px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-weight: bold;
    }


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: 10px;
        font-family: Helvetica, Arial, Verdana, sans-serif;
    }



    /*   BBCode styles  */

    blockquote.bbcode
    {
        font-size: 11px;
        margin: 0 0 0 10px;
    }

    blockquote.bbcode div
    {
        margin: 0;
        padding: 5px;
        border: 1px solid #2b4e83;
    }

    blockquote.bbcode strong
    {
        font-style: italic;
        margin: 0 0 3px 0;
    }
.message-options {
	padding: 15px 0 5px 0;
}