/* Tables should show empty cells too. */
table
{
        empty-cells: show;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
        background-color: transparent;
}

/* A more colorful hr.. */
.hrcolor
{
        height: 1px;
        border: 0;
        color: #4A68AE;
        background-color: #4A68AE;
}

/* A quote, perhaps from another post. */
.quote
{
        color: #000000;
        background-color: #E0E0E0;
        border-top: 2px solid #4A68AE;
        border-bottom: 2px solid #4A68AE;
        margin: 3px;
        margin-left: 10px;
        padding: 5px;
        font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
        color: #000000;
        background-color: #DBE1F0;
        border: 1px solid black;
        margin: 1px;
        padding: 1px;
        font-size: x-small;
        line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
        color: #000000;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        font-size: x-small;
        line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
        cursor: help;
        background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
        color: red;
        background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
        background-color: yellow;
        font-weight: bold;
        color: black;
}

/* Alternating backgrounds... */
.windowbg
{
        color: #000000;
        background-color: #E8E8E8;
}
.windowbg2
{
        color: #000000;
        background-color: #f8f8f8;
}

.menubg, .menubg a:link, .menubg a:visited
{
        font-size: 12px;
        font-weight: bold;
        color: #4A68AE;
        padding: 3px;
        border-top: 2px solid #4A68AE;
        border-bottom: 2px solid #4A68AE;
        margin: 3px 0 3px 0;
}

.menubg a:hover
{
        color: #333333;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
        font-weight: bold;
        font-style: normal;
        color: #ffffff;
        background-color: #4A68AE;
}
.titlebg a:hover
{
        color: #ffffff;
        text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg2, .catbg3
{
        font-weight: bold;
        background-color: #384146;
        background-image: url(images/catbg.jpg);
        color: #ffffff;
}
.catbg a, .catbg2 a, .catbg3 a
{
         font-weight: bold;
        color: #ffffff;
}
.catbg a:link, .catbg2 a:link, .catbg3 a:link, .catbg a:visited, .catbg2 a:visited, .catbg3 a:visited
{
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
        font-weight: bold;
        color: #ffffff;
        text-decoration: underline;
}

.catbg td, .catbg2 td, .catbg3 td
{
          color: #ffffff;
}

/* The borders around things. */
.bordercolor
{
        background-color: #E3E3E3;
}
.tborder
{
        border: 1px solid #E3E3E3;
}

/* Default font sizes. */
.smalltext
{
        font-size: x-small;
}
.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
        background-color: #f1f1f1;
        border-bottom: 1px solid gray;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
        background-color: #f1f1f1;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
        color: black;
        background-color: #f1f1f1;
        border-top: 1px solid gray;
}


/* 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;
}
a img{
border: 0;
}