/* Dilber Theme*/
.maindiv
{
       border: 2px solid #596981;
        background: #F7F4ED;
         max-width:920px;
        min-width: 920px;
        margin-top: 12px;

}
.mainpage
{
        background: #F7F4ED;
        max-width:920px;
        min-width: 920px;

}

.topbar
{
        background: #F7F4ED;
}

.topbar2
{
        background: #E2DBC6 ;
}
.menubar
{
        background: #91403B;
        color: #FFFFFF;
}
.menubg , tr.menubg td
{
        background: #91403B ;
        color: #FFFFFF;
}

.menubg2 , tr.menubg2 td
{
        background: #596981;
        color: #FFFFFF;
}
.menubg a:link, .menubg a:visited , .menubg2 a:link, .menubg2 a:visited
{
        color: #FFFFFF;
}
.menubg a:hover, .menubg2 a:hover
{
        color: #fff;
        text-decoration: underline;
}

.memberbardiv
{
        background: #E2DCC6;

}


.memberbardivbottom
{
        background: #E2DCC6;
}

.memberbar, tr.memberbar td
{
}
.memberbar a:link, .memberbar a:visited
{
        color: #0D1C58;
        font-weight: bold;
}
.memberbar a:hover
{
        color: #405641;
        font-weight: bold;
}


/* Normal, standard links. */
a:link
{
        color: #0D1C58;
        font-weight: bold;
}
a:visited
{
        color: #0D1C58;
         font-weight: bold;
}
a:hover
{
color:#405641;
 font-weight: bold;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
        color: #0D1C58;
}
a.nav:hover
{
        color: #0D1C58;
}

/* Tables should show empty cells. */
table
{
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
        color: #0D1C58;
}

/* The main body of the entire forum. */
body
{
        background-color: #E7D9B2;
        background-image:url("images/bg.jpg");
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
        color: #596981;
}
input, button
{
}

textarea
{
        color: #596981;
}

/* 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
{
        color: #596981;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
        color: #596981;
        background-color: #0D1C58;
}


/* A quote, perhaps from another post. */
.quote
{
        color: #0D1C58;
        background-color: #F7F4ED;
        border: 1px dotted #0D1C58;
}

/* A code block - maybe even PHP ;). */
.code
{
        color: #0D1C58;
        background-color: #EEEEEE;
        /* Put a nice border around it. */
        border: 1px dotted #0D1C58;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
        color: #0D1C58;
}


/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
        color: red;
}

/* Highlighted text - such as search results. */
.highlight
{
        background-color: yellow;
}
/* The new icon */

.newicon a:link, .newicon a:visited
{
                  background-color: #FFFFFF;
                  border: #0D1C58 1px dotted;
                  color: #666666;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
        color: #0D1C58;
        background: #C6BA92 ;
}
.windowbg2
{
        color: #142944;
        background: #E2DCC6;
}
.windowbg3
{
        color: #0D1C58;
        background: #F7F4ED;
}
/* the today container in calendar */
.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.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
        color: #0D1C58;
        background-color: #B8B08B;

        border-bottom: dotted 1px #405641;
        border-top: dotted 1px #405641;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
        color: black;
}

.titlebg a:hover
{
        color: #fff;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
        color: #0D1C58;
}

.titlebg2 a:hover
{
#fff;
}
.titlebg3, tr.titlebg3 th, tr.titlebg3 td
{
        color: #FFFFFF;
        background-color: #B8B08B;
         border-bottom: dotted 1px #405641;
        border-top: dotted 1px #405641;


}

/* 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*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{

        background-color: #B2A36C;
        color: #FFFFFF;
}
.catbg2 , tr.catbg2 td
{

        background-color: #B2A36C;
        color: #FFFFFF;
}
.catbg, .catbg2, .catbg3
{
        border-bottom: solid 0px #0D1C58;
        background-repeat: repeat-x;
}
.catbg, .catbg2
{
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
        color: #FFFFFF;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
        color: #FFFFFF;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
        color: #fff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
        background-color: #C8CBCE;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
        border: 1px dotted #0D1C58;
        background-color: #FFFFFF;
}



/* Sometimes there will be an error when you post */
.error{
        color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
        color: #FFFFFF;
}

.maintab_first
{
        background-image: url(images/lightsilver/maintab_first.gif);
}
.maintab_back
{
        background-image: url(images/lightsilver/maintab_back.gif);
}
.maintab_last
{
        background-image: url(images/lightsilver/maintab_last.gif);
}
.maintab_active_first
{
        background-image: url(images/lightsilver/maintab_active_first.gif);
}
.maintab_active_back
{
        background-image: url(images/lightsilver/maintab_active_back.gif);
}
.maintab_active_last
{
        background-image: url(images/lightsilver/maintab_active_last.gif);
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
        color: #FFFFFF;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
        color: #E7E7F2;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
        color: #FFFFFF;

}
.mirrortab_back, .mirrortab_active_back
{
        color: #FFFFFF;
}

.mirrortab_first
{
        background-image: url(images/lightsilver/mirrortab_first.gif);
}
.mirrortab_back
{
        background-image: url(images/lightsilver/mirrortab_back.gif);
}
.mirrortab_last
{
        background-image: url(images/lightsilver/mirrortab_last.gif);
}
.mirrortab_active_first
{
        background-image: url(images/lightsilver/mirrortab_active_first.gif);
}
.mirrortab_active_back
{
        background-image: url(images/lightsilver/mirrortab_active_back.gif);
}
.mirrortab_active_last
{
        background-image: url(images/lightsilver/mirrortab_active_last.gif);
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
        color: #FFFFFF;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
        color: #E7E7F2;
}

.mainstrip, .mainstrip_first, .mainstrip_last
{
        color: #FFFFFF;
}
.mainstrip_first
{
        background:#596981;
}
.mainstrip_last
{
        background:#596981;
}
.mainstrip
{
        background:#596981;
}
.mainstrip a:link , .mainstrip a:visited
{
        color: #FFFFFF;
}

.mainstrip a:hover, .mainstrip a:hover
{
        color: #fff;
}
/* The AJAX notifier */
.ajax_in_progress
{
        background: #8DF39D url(images/lightsilver/loading.gif) repeat-x;
        color: white;
}