/* Normal, standard links. */
#smfoutput a:link
{
        color: #476C8E;
        text-decoration: none;
}
#smfoutput a:visited
{
        color: #476C8E;
        text-decoration: none;
}
#smfoutput a:hover
{
    color: #B3B7C2;
        text-decoration: none;
}

/* Navigation links - for the link tree. */
#smfoutput .nav,
#smfoutput .nav:link,
#smfoutput .nav:visited
{
        color: #000000;
        text-decoration: none;
}
#smfoutput a.nav:hover
{
        color: #A4ACB9;
        text-decoration: underline;
}

/* Tables should show empty cells. */
#smfoutput table
{
        empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
#smfoutput body, td, th , tr
{
        color: #444444;
        font-size: small;
        font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
#smfoutput body
{
background: #FAFBFD url(images/bg.gif) repeat-x;
        margin: 0px;
        padding: 35px 90px 4px 90px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
#smfoutput input, textarea, button
{
        color: #000000;
        font-family: verdana, sans-serif;
}
#smfoutput input, button
{
        font-size: 90%;
}

#smfoutput textarea
{
        font-size: 100%;
        color: #000000;
        font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
#smfoutput input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
#smfoutput select
{
        font-size: 90%;
        font-weight: normal;
        color: #000000;
        font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
#smfoutput hr,
#smfoutput .hrcolor
{
        height: 1px;
        border: 0;
        color: #990000;
        background-color: #666666;
}

/* No image should have a border when linked */
#smfoutput a img
{
        border: 0;
}
/* A quote, perhaps from another post. */
#smfoutput .quote
{
        color: #000000;
        background-color: #D7DAEC;
        border: 1px solid #000000;
        margin: 1px;
        padding: 1px;
        font-size: x-small;
        line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
#smfoutput .code
{
        color: #000000;
        background-color: #dddddd;
        font-family: "courier new", "times new roman", monospace;
        font-size: x-small;
        line-height: 1.3em;
        /* Put a nice border around it. */
        border: 1px solid #000000;
        margin: 1px auto 1px auto;
        padding: 1px;
        width: 99%;
        /* Don't wrap its contents, and show scrollbars. */
        white-space: nowrap;
        overflow: auto;
        /* Stop after about 24 lines, and just show a scrollbar. */
        max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
#smfoutput .quoteheader,
#smfoutput .codeheader
{
        color: #000000;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        font-size: x-small;
        line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
#smfoutput .help
{
        cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
#smfoutput .meaction
{
        color: red;
}

/* The main post box - this makes it as wide as possible. */
#smfoutput .editor
{
        width: 96%;
}

/* Highlighted text - such as search results. */
#smfoutput .highlight
{
        background-color: yellow;
        font-weight: bold;
        color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
#smfoutput .windowbg,
#smfoutput #preview_body
{
        color: #000000;
        background-color: #f7d3a8;
}
#smfoutput .windowbg2
{
        color: #000000;
        background-color: #ffe4b5;
}
#smfoutput .windowbg3
{
        color: #000000;
        background-color: #EFEFEF;
}
/* the today container in calendar */
#smfoutput .calendar_today
{
        background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
#smfoutput .titlebg,
#smfoutput tr.titlebg th,
#smfoutput tr.titlebg td,
#smfoutput .titlebg2,
#smfoutput tr.titlebg2 th,
#smfoutput tr.titlebg2 td
{
        color: white;
        font-style: normal;
        background: url(images/titlebg.jpg) #FFFFFF repeat-x;
        border-bottom: solid 1px #FFFFFF;
        border-top: solid 1px #FFFFFF;
        padding-left: 10px;
        padding-right: 10px;
}
#smfoutput .titlebg,
#smfoutput .titlebg a:link,
#smfoutput .titlebg a:visited
{
        font-weight: bold;
        color: #00137F;

        font-style: normal;
}

#smfoutput .titlebg a:hover
{
        color: #FFFFFF;
}
/* same as titlebg, but used where bold text is not needed */
#smfoutput .titlebg2 a:link,
#smfoutput .titlebg2 a:visited
{
        color: white;
        font-style: normal;
        text-decoration: underline;
}

#smfoutput .titlebg2 a:hover
{
        text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
#smfoutput .catbg ,
#smfoutput tr.catbg td ,
#smfoutput .catbg3 ,
#smfoutput tr.catbg3 td
{
        background: url(images/catbg.jpg) #FFFFFF repeat-x;
        color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
line-height: 23px;
}
#smfoutput .catbg2 ,
#smfoutput tr.catbg2 td
{
        background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
        color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
line-height: 23px;
}
#smfoutput .catbg,
#smfoutput .catbg2,
#smfoutput .catbg3
{
        border-bottom: solid 1px #A4ACB9;
}
#smfoutput .catbg,
#smfoutput .catbg2
{
        font-weight: bold;
}
#smfoutput .catbg3,
#smfoutput tr.catbg3 td,
#smfoutput .catbg3 a:link,
#smfoutput .catbg3 a:visited
{
        font-size: 95%;
        color: white;
        text-decoration: none;
}
#smfoutput .catbg a:link,
#smfoutput .catbg a:visited ,
#smfoutput .catbg2 a:link,
#smfoutput .catbg2 a:visited
{
        color: #FFFFFF;
        text-decoration: none;
}
#smfoutput .catbg a:hover,
#smfoutput .catbg2 a:hover,
#smfoutput .catbg3 a:hover
{
        color: #EFEFEF;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
#smfoutput .bordercolor
{
        background-color: #EFEFEF;
        padding: 0px;
}

/* This is used on tables that should just have a border around them. */
#smfoutput .tborder
{
        padding: 0px;
        border: 2px solid #FFFFFF;
        background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
#smfoutput .smalltext
{
        font-size: x-small;
        font-family: verdana, sans-serif;
}
#smfoutput .middletext
{
        font-size: 90%;
}
#smfoutput .normaltext
{
        font-size: small;
}
#smfoutput .largetext
{
        font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
#smfoutput .post,
#smfoutput .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 ;). */
#smfoutput .signature
{
        width: 100%;
        overflow: auto;
        padding-bottom: 3px;
        line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
#smfoutput .error
{
        color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
#smfoutput .maintab_first,
#smfoutput .maintab_back,
#smfoutput .maintab_last,
#smfoutput .maintab_active_first,
#smfoutput .maintab_active_back,
#smfoutput .maintab_active_last
{
        color: white;
        text-transform: uppercase;
        vertical-align: top;
}
#smfoutput .maintab_back,
#smfoutput .maintab_active_back
{
        color: white;
        text-decoration: none;
        font-size:  11px;
        font-weight: bold;
        vertical-align: top;
        padding: 3px 6px 3px 6px;
        font-family: arial, sans-serif;
}

#smfoutput .maintab_first
{
        background: url(images/maintab_first.gif) left bottom no-repeat;
        width: 10px;
}
#smfoutput .maintab_back
{
        background: url(images/maintab_back.gif) left bottom repeat-x;
}
#smfoutput .maintab_last
{
        background: url(images/maintab_last.gif) left bottom no-repeat;
        width: 8px;
}
#smfoutput .maintab_active_first
{
        background: url(images/maintab_active_first.gif) left bottom no-repeat;
        width: 6px;
}
#smfoutput .maintab_active_back
{
        background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
#smfoutput .maintab_active_last
{
        background: url(images/maintab_active_last.gif) left bottom no-repeat;
        width: 8px;
}

/* how links behave in main tab. */
#smfoutput .maintab_back a:link ,
#smfoutput .maintab_back a:visited,
#smfoutput .maintab_active_back a:link ,
#smfoutput .maintab_active_back a:visited
{
        color: #FFE4B5;
        text-decoration: none;
}

#smfoutput .maintab_back a:hover,
#smfoutput .maintab_active_back a:hover
{
        color: #FFFFFF;
        text-decoration: none;
}
/* definitions for the mirror tab */
#smfoutput .mirrortab_first,
#smfoutput .mirrortab_back,
#smfoutput .mirrortab_last,
#smfoutput .mirrortab_active_first,
#smfoutput .mirrortab_active_back,
#smfoutput .mirrortab_active_last
{
        color: #FFE4B5;
        text-transform: uppercase;
        vertical-align: top;
}
#smfoutput .mirrortab_back,
#smfoutput .mirrortab_active_back
{
        color: #FFE4B5;
        text-decoration: none;
        font-size: 9px;
        vertical-align: bottom;
        padding: 6px 6px 2px 6px;
        font-family: tahoma, sans-serif;
}

#smfoutput .mirrortab_first
{
        background: url(images/mirrortab_first.gif) no-repeat;
        width: 10px;
}
#smfoutput .mirrortab_back
{
        background: url(images/mirrortab_back.gif) repeat-x;
}
#smfoutput .mirrortab_last
{
        background: url(images/mirrortab_last.gif) no-repeat;
        width: 6px;
}
#smfoutput .mirrortab_active_first
{
        background: url(images/mirrortab_active_first.gif) no-repeat;
        width: 6px;
}
#smfoutput .mirrortab_active_back
{
        background: url(images/mirrortab_active_back.gif) repeat-x;
}
#smfoutput .mirrortab_active_last
{
        background: url(images/mirrortab_active_last.gif) no-repeat;
        width: 8px;
}

/* how links behave in mirror tab. */
#smfoutput .mirrortab_back a:link ,
#smfoutput .mirrortab_back a:visited,
#smfoutput .mirrortab_active_back a:link ,
#smfoutput .mirrortab_active_back a:visited
{
        color: #FFE4B5;
        text-decoration: none;
}

#smfoutput .mirrortab_back a:hover,
#smfoutput .mirrortab_active_back a:hover
{
        color: #FFFFFF;
        text-decoration: none;
}



/* The AJAX notifier */
#smfoutput #ajax_in_progress
{
        background: #32CD32;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 18pt;
        padding: 3px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
}