/* Normal, standard links. */
.menu
{
       cursor: pointer;
       font-size: 12px;
       padding: 2px 8px 2px 8px;
       border: solid 1px #dddddd;
       color: #eeeeee;
       text-decoration: none;
       font-weight:bold;
}

.forum_name
{
       color: #868686;
       font-size: 14px;
       font-weight: bold;
       font-family: Verdana, Helvetica, Arial, sans-serif;
}
.pm_box
{
       padding: 2px 5px 2px 5px;
       color: #0f0f0f;
       font-size: 10px;
       font-family: tahoma;
}

.inputbox{
       background-color: #63666e;
       color: #101010;
       border-top: solid 1px #303030;
       border-bottom: solid 1px #808080;
       border-left: solid 1px #ffffff;
       border-right: solid 1px #a0a0a0;
       padding: 2px 6px 2px 6px;
       font-family: Verdana, Helvetica, Arial, sans-serif;
}
.submitbox{
       background-color: #686a6e;
       color: #f0f0f0;
       border: solid 1px #909090;
       font-family: Verdana, Helvetica, Arial, sans-serif;
       }

.welcome
{
       padding-right: 0px;
       padding-top: 0px;
       color: #868686;
       font-size: 12px;
       font-family: Verdana, Helvetica, Arial, sans-serif;
}

a:link
{
        color: #111111;
        text-decoration: none;
}
a:visited
{
        color: #111111;
        text-decoration: none;
}
a:hover
{
        color: #111111;
        text-decoration: underline;
}



/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
        color: #111111;
        text-decoration: none;
}
a.nav:hover
{
        color: #111111;
}

/* Menu links - for the menu bar. */
.menu_link, .menu_link:link, .menu_link:visited
{
        color: #eeeeee;
        text-decoration: none;
}
.menu_link:hover
{
        color: #eeeeee;
        text-decoration: underline;
}


/* Tables should show empty cells. */
table
{
        empty-cells: show;
        border-collapse:collapse;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
        color: #111111;
        font-size: small;
        font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* The main body of the entire forum. */
body
{
   background-color: #ffffff;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 13px;
   color: #333333;
}

/* Input boxes - just a bit smaller than normal so they align well. */
textarea , input.text
{
       background-color: #ffffff;
       color: #111111;
       border: solid 1px #808080;
       padding: 2px 6px 2px 6px;
       font-family: Verdana, Helvetica, Arial, sans-serif;
       font-size: small;
}

button , input , input.submit
{
       background-color: #ffffff;
       color: #111111;
       border: solid 1px #808080;
       font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
       background-color: #ffffff;
       color: #111111;
       font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, hr.alt, .hrcolor
{
        height: 1px;
        border: 0;
        color: #cccccc;
        background-color: #666666;
}


/* A quote, perhaps from another post. */
.quote
{
        color: #444444;
        border: 1px solid #707070;
        border-left: 5px solid #909090;
        margin: 0px;
        padding: 5px;
        font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
        color: #444444;
        border: 1px solid #707070;
        border-left: 5px solid #a0a0a0;
        margin: 0px;
        padding: 5px;
        font-size: x-small;
        font-family: "courier new", helvetica, "times new roman", serif;
        width: 99%;
        white-space: nowrap;
        overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
        color: #e0e0e0;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
        cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
        color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
        background-color: yellow;
        font-weight: bold;
        color: black;
}

.forum_table
{
        background-color: #d0d0d0;
        border: solid 1px #888888;
}

.cat_info
{
        background-color: #ffffff;
        border:solid 1px #666666;
}

.top_info
{
        background-color: #ffffff;
        border:solid 1px #666666;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
        background-color: #ffffff;
}
.windowbg2
{
        background-color: #ffffff;
        color: #000000;
        border: none;
}
.windowbg3
{
        background-color: #dddddd;
        color: #000000;
}
.windowbg_m
{
        background-color: #ffffff;
}
.windowbg_m2
{
        background-color: #dddddd;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
        color: black;
        font-style: normal;
        background-color: #dddddd;
}
.titlebg a:hover
{
        color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg2, tr.catbg td, .catbg a:link, .catbg a:visited,tr.catbg2 td, .catbg2 a:link, .catbg2 a:visited
{
        font-size: 14px;
        font-weight: bold;
        color: #e6e6e6;
}
.catbg, .catbg2
{
        background-color: #808080;
}
.catbg_mess, tr.catbg_mess td, .catbg_mess a:link, .catbg_mess a:visited
{
        font-size: 10px;
        color: #eeeeee;
}
.catbg_mess a:hover
{
       color: #ffffff;
}
.catbg_mess
{
        background-color: #808080;
}


.catbg_disp, tr.catbg_disp td, .catbg_disp a:link, .catbg_disp a:visited, .catbg_disp a:active
{
        font-size: 10px;
        color: #111111;
}
.catbg_disp a:hover
{
       color: #000000;
}
.catbg_disp
{
        background-color: #606060;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */

/* This is used on tables that should just have a border around them. */
.tborder
{
        background-color: #808080;
}
.bordercolor
{
        background-color: #3c3C3e;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
        font-size: x-small;
        font-family: Verdana, Helvetica, Arial, sans-serif;
}

.smalltext-top, a.smalltext-top:link, a.smalltext-top:visited
{
        color: #666666;
        font-size: x-small;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        padding: 0px 5px 2px 5px;
        text-align: center;
        text-decoration: none;

}

a.smalltext-top:hover
{
        color: #888888;
        font-size: x-small;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        padding: 0px 5px 2px 5px;
        text-align: center;
        text-decoration: none;

}


.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}



/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
        background-color: #6B8EAE;
        border: 1px solid #6B8EAE;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
        width: 100%;
        overflow: auto;
        line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
        width: 100%;
        overflow: auto;
        padding-bottom: 3px;
        line-height: 1.3em;
}
/* No image should have a border when linked */
a img{
        border: 0;
}

.headerbodies
{
        border: 1px solid #7A7777;
        background-color: #EFEFEF;
        background-repeat: repeat-x;
        background-position: bottom;

}
/* The AJAX notifier */
#ajax_in_progress
{
        background: black;
        border: solid 1px red;
        color: #ffffff;
        text-align: center;
        position: absolute;
        font-weight: bold;
        font-size: 14pt;
        padding: 13px;
        width: 40%;
        top: 0;
        left: 30%;
        margin-top: 10%;
        height: 2em;
}
html>body #ajax_in_progress
{
        position: fixed;
}

/* TP other styles */
ul#articlelist
{
padding:2px;
}
ul#catlist
{
padding:5px;
}

ul#articlelist li
{
padding:2px;
}
ul#catlist li
{
padding:5px;
}

div.boxheader {
   color: #333333;
   overflow: hidden;
   font-size: 10px;
   text-align: right;
   padding-left: 6px;
   background-color:#ffffff;
   font-weight:bold;
   }

div.boxline {
   height:1px;
   overflow:hidden;
   border-bottom: 1px solid #dddddd;
   background-color:#ffffff;
   }

div.box {
   font-size: x-small;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #333333;
   line-height: 1.4em;
   text-align: left;
   padding: 0em 0em 0.4em 0.4em;
   margin: 0em 0em 0.2em 0em;
   background-color:#ffffff;
   border-bottom: 1px solid #dddddd;
   margin-bottom: 10px;
   }

td.right {
   width:100%
   padding: 0px 0px 10px 0px;
   vertical-align: top;
   border-left: 1px solid #dddddd;
}

td.left {
   width:100%
   padding: 0px 10px 0px 0px;
   vertical-align: top;
   border-right: 1px solid #dddddd;
}