body{
        margin: 5px;
        background-color: #fff;
        color: #000;
        font: 12px "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

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

a {
        color: #009;
        text-decoration: none;
}

a:active {
        color: #f60;
}

a:visited {
        color: #009;
}        

a:hover {
        color: #f60;
}

input[type=text], input[type=password], input[type=button], input[type=submit], select, textarea {
        padding: 0 0.2em;
        border: 1px solid #808080;
}
   
input:focus, select:focus, textarea:focus {
        background: #f0f8ff;
}

input[type=submit], input[type=button] {
        background-color: #eee;
}

img.marker {
        vertical-align: middle;
}

h1 {
        display: inline;
}

h1 img {
        vertical-align: middle;
}

h2 {
        display: inline;
        margin: 7px;
        padding: 3px;
        font-weight: bold;
        font-size: 18px;
        background-color: white;
        color: #2C4487;
        -moz-border-radius: 3px;
}

.centered {
        text-align: center;
        margin: auto;
}

div.goto {
        padding: 4px;
        border: 1px solid #888888;
        background: #f0f0f0;
        font-size: 11px;
}

div.goto h3 {
        display: inline;
        font-size: 11px;
        font-weight: bold;
}

div.goto ul {
        display: inline;
        padding-left: 0;
        margin-left: 0;
}

div.goto li {
        display: inline;
        border-left: 2px solid #999999;
        padding: 0 5px;
}

div.goto li:first-child {
        border: 0;
}

div.goto div {
        float: right;
}

div.pages {
        margin: 4px 0;
        border: 1px solid #d4d4d4;
        padding: 0 5px;
        background-color: #eaeaea;
        color: #000;
}

div.pages p:first-child {
        float: right;
}

div.pages p {
        margin: 0;
        padding: 0;
}

div#footer {
        text-align: center;
        margin-top: 10px;
        font-size: 11px;
}

div#footer p {
        margin: 0;
        padding: 0;
}

table#forumlist,
table#forumindex {
        margin: 10px 0;
        width: 100%;
        font-size: 12px;
        border: 1px solid #2C4487;
}


table#forumindex  h3 {
        font-size: 13px;
        font-weight: bolder;
        margin: 0;
}

table#forumindex h3 + p {
        margin: 0;
}

table#forumindex h3 + p:empty {
        visibility: hidden;
}

table#forumlist th,
table#forumindex th {
        margin: 2px;
        padding: 2px;
        background-color: #2C4499;
        color: #fff;
        text-align: left;
        font-weight: bold;
}

table#forumlist th.posts,
table#forumindex th.threads,
table#forumindex th.posts {
        width: 60px;
}

table#forumlist th.posts2 {
        width: 90px;
}

table#forumlist th.lastpost,
table#forumlist th.startedby {
        width: 180px
}

table#forumlist th.lastpost {
        font-size: 10px;
}

table#forumindex th.lastpost {
        width: 200px;
}

table#forumlist th.views {
        width: 35px;
}

table#forumindex tbody td {
        padding: 0px 0;
        /*border-bottom: 1px dotted #808080;*/
}

table#forumindex tbody tr.odd td {
        background: #eeeeee;
}

table#forumindex tbody tr.even td {
        background: #f0f0f0;
}

table#forumlist tbody tr.odd td {
        background: #fdfdfd;
}

table#forumlist tbody tr.even td {
        background: #f2f2f2;
}

table#forumlist tbody td {
        border-bottom: 1px solid #a0a0a0;
}

table#forumlist ul.moderate {
        display: inline;
        padding: 0;
        margin: 0 0 1px 0;
}

table#forumlist ul.moderate li {
        display: inline;
        margin-left: 10px;
        padding: 0 5px;
        background: #fff;
        color: #888;
        font-size: 10px;
}

table#forumlist ul.moderate li a {
        background-color: transparent;
        color: #888;
}

table#forumlist ul.moderate li:hover {
        background: #fff;
        color: #000;
}

table#forumlist ul.moderate li:hover a {
        background-color: transparent;
        color: #000;
}

table#forumlist tbody span.pagelinks {
        margin-left: 10px;
        font-size: 11px;
}

div.message {
        margin: 10px 0;
        border: 1px solid #2c4487;
        -moz-border-radius: 5px;
        padding: 2px;
}

div.message div.head {
        border: 1px solid #eff2fa;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        padding: 2px;
        background-color: #d1d1db;
}

div.message div.head h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
}

div.message div.head h4 {
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
}

div.message div.head p {
        margin: 0;
        padding: 0;
}

div.message div.body {
        margin: 0;
        padding: 5px 15px;
        font-size: 13px; 
        background: #f3f6f9;
}

div.message div.options {
        border-top: 1px dotted #2b9abd;
        padding-top: 1px;
        background-color: #fbfbfb;
        color: #000;
        font-size: 11px;
}

div.message div.moderate h5,
div.message div.options h5 {
        display: inline;
        font-size: 11px;
        font-weight: bold;
}

div.message div.options ul {
        display: inline;
        padding-left: 0;
        margin-left: 0;
}


div.message div.options li {
        display: inline;
        border-left: 1px dotted #2b9abd;
        padding: 0 5px;
}

div.message div.options li:first-child {
        border: 0;
}

div.message div.moderate {
        margin: 0 0 4px 0;
        padding: 2px 0;
        border-top: 1px dotted #808080;
}

table#prepost ul,
div.message div.moderate ul {
        display: inline;
        padding: 0;
        margin: 0 0 1px 0;
}

table#prepost ul li,
div.message div.moderate li {
        display: inline;
        margin-left: 10px;
        padding: 0 5px;
        background: fff#;
        color: #aaa;
        -moz-border-radius: 3px;
        font-size: 10px;
}

table#prepost ul li a,
div.message div.moderate li a {
        background-color: transparent;
        color: #999;
}

table#prepost ul li:hover,
div.message div.moderate li:hover {
        background: #fff;
        color: #000;
}

table#prepost ul li:hover a,
div.message div.moderate li:hover a {
        background-color: transparent;
        color: #000;
}

div.message div.attachments {
        margin: 0;
        border-top: 1px dotted #808080;
        background: #eee;
}

div.message div.attachments h5 {
        margin: 0;
        font-size: 11px;
        font-weight: bold;
}

div.message div.attachments ul {
        margin: 0;
}

div.message div.attachments li {
        list-style: square;
}

p#error {
        background-color:#ffe1e2;
        color: #000;
        margin: 5px 0;
        border: 1px dashed red ; 
        padding: 10px;
}

table#REPLY {
        margin-top: 10px;
        padding: 5px;
        border: none;
}

table#bb {
        margin-top: 10px;
        padding: 5px;
        border: 2px solid #2c4487;
}

table#bbinput {
        margin-top: 10px;
        padding: 5px;
        border: none;
}

fieldset th,
table#REPLY th {
        padding: 2px;
        text-align: left;
        background-color: #eee;
        color: #000;
}

fieldset {
        width: 400px;
        margin: 10px 0;
        padding: 10px;
        border: 2px solid #2c4487;
}

fieldset tr > * {
        border: 1px solid #fff;
}

fieldset legend {
        font-size: 14px;
        font-weight: bold;
}

.notify,
p#notyetregistered {
        width: 430px;
        margin: 20px auto;
        border: 2px dashed #93cdff;
        background: #f0f8ff;
        text-align: center;
}

div#noresults {
        width: 400px;
        margin: 20px auto;
        border: 2px dashed #93cdff;
        padding: 0 10px;
        background: #f0f8ff;
}

div#noresults h3 {
        font-size: 13px;
        background: #93cdff;
        padding: 4px;
}

div#results h3 {
        padding: 5px;
        font-weight: bold;
        font-size: 13px;
        background-color: #2C4487;
        color: white;
        -moz-border-radius: 4px;
}

div#results div {
        margin: 1px 0 5px 0;
        border-top: 2px solid #d4d4d4;
        border-bottom: 2px solid #d4d4d4;
        background: #fafafa;
}

div#results div h4 {
        margin: 0;
        padding: 2px;
        background: #eaeaea;
        font-size: 12px;
        font-weight: bold;
}

div#results div h4 span {
        font-weight: normal;
        font-size: 11px;
}

div#results div h4 + p {
        padding: 0;
        margin: 2px 20px;
        font-style: italic;
}

div#cc-menu {
        float: left;
        margin-left: 10px;
        width: 200px;
        padding: 5px;
        border: 1px solid #2c4487;
        background: #dae1f3;
}

div#cc-menu h3 {
        font-size: 13px;
        background-color: #2c4487;
        color: #fff;
        padding: 2px 5px;
}

div#cc-menu li {
        list-style: square;
}

div#cc-content {
        margin-left: 240px;
}

div#profile {
        margin-bottom: 20px;
}

div#profile h3,
div#cc-content h3 {
        font-size: 14px;
        background-color: #0099FF;
        color: #fff;
        padding: 5px;
}

div#profile table,
div#cc-content table {
        border: 1px solid #9f9f9f;
}

div#profile th,
div#cc-content th {
        padding: 2px 5px;
        background: #eaeaea;
        width: 150px;
        text-align: left;
        vertical-align: top;
}

table#prepost th {
        width: auto;
}

.caption {
        font-size: 10px;
}

em.new {
        font-size: 10px;
        font-style: normal;
        font-weight: bold;
        color: #c00;
}


#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;
    background-color: #efefef;
    border: 1px solid #999999;
    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;
    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;
}

div.phorum-menu a:hover
{
}

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


   .PhorumNewFlag
    {
        font-size: 9px;
        font-weight: bold;
        color: #f00102;
    }

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


    .PhorumTableHeader
    {
        background-color: #2C4487;
        border-bottom-style: solid;
        border-bottom-color: #2C4487;
        border-bottom-width: 1px;
        color: #f0f0f0;
        font-size: 12px;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: #f9f9f9;
        border-bottom-style: solid;
        border-bottom-color: #999999;
        border-bottom-width: 1px;
        color: #101010;
        height: 28px;
        padding: 3px;
    }

    .PhorumTableRowAlt
    {
        background-color: #d9d9d9;
        border-bottom-style: solid;
        border-bottom-color: #999999;
        border-bottom-width: 1px;
        color: #101010;
        height: 28px;
        padding: 3px;
    }

    table.PhorumFormTable td
    {
        height: 26px;
    }
    

    .PhorumStdBlockHeader
    {

        background-color: #efefef;
/*        width: {tablewidth}; */
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        border-top: 1px solid #999999;
        padding: 3px;
        text-align: left;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }


    {
        margin-bottom: 5px;
    }

   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 14px;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: 12px;
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-size: 12px;
        border-left: 1px solid #999999;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
/*        width: {tablewidth}; */
        background-color: #d9d9d9;
        padding: 2px 3px 2px 3px;
    }


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


    .PhorumSubmit {
        border: 1px dotted #999999;
        color: #010101;
        background-color: #d9d9d9;
        font-size: 12px;
        vertical-align: middle;
    }


    /* PM specifics */

    .phorum-recipientblock
    {
        border: 1px solid black;
        position:relative;
        float:left;
        padding: 1px 1px 1px 5px;
        margin: 0px 5px 5px 0px;
        font-size: 10px;
        background-color: #d0d0d0;
        border: 1px solid #999999;
        white-space: nowrap;
    }

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

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

    .phorum-gauge {
        border: 1px solid #999999;
        background-color: #d9d9d9;
    }

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


    .PhorumStdBlock
    {
        font-size: 12px;
        background-color: #d9d9d9;
        border: 1px solid #999999;
/*        width: {tablewidth}; */
        padding: 3px;
        text-align: left;
    }

