/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
color: #000000;
text-decoration: none;
}

a.nav:hover {
color: #b00000;
text-decoration: none;
}

/* Navigation links - for the link tree. */
.navb, .navb:link, .navb:visited {
color: #000000;
text-decoration: none;
}

a.navb:hover {
color: #b00000;
text-decoration: none;
}

/* No image should have a border when linked */
a img {
border: 0;
}

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

/* 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 {
font-size: 8pt;
font-weight: normal;
color: #000000;
font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote {
color: #000000;
background-color: #F4F0EA;
border: 1px solid #777777;
margin: 1px;
padding: 1px;
font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code {
color: #000000;
background-color: #cccccc;
border: 1px solid #999999;
padding: 4px;
font-family: "courier new", helvetica, "times new roman", serif;
font-size: small;
margin: 1px auto 1px auto;
white-space: nowrap;
overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
color: #000000;
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;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
color: #000000;
background-color: #d0c8c0;
}

.windowbg2 {
color: #000000;
background-color: #e0d8d0;
}

.windowbg3 {
color: #000000;
background-color: #d0c8c0;
}

/* the today container in calendar */
.calendar_today {
background-color: #F4F0EA;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, .titlebg2 {
color: black;
background-color: transparent;
font-style: normal;
background-image: url(images/titlebg.png);
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, serif;
}

.tr.titlebg td, .titlebg a:link, .titlebg a:visited {
color: black;
font-style: normal;
background-color: transparent;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, serif;
}

.titlebg a:hover {
color: #b23232;
background-color: transparent;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, serif;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg3 {
background-image: url(images/catbg.png);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2 {
background-image: url(images/catbg2.png);
}

.catbg, .catbg2, .catbg3 {
font-weight: bold;
background-color: #d0c8c0;
color: #000000;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, serif;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
background-color: #828181;
}

/* This is used on tables that should just have a border around them. */
.tborder {
border: 1px solid #828181;
background-color: #FFFFFF;
}

.tborder2 {
border: 1px solid black;
background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
font-size: x-small;
font-family: Tahoma, arial, helvetica, serif;
}

.small2text {
font-size: 8pt;
font-family: Tahoma, arial, helvetica, serif;
}

.middletext {
font-size: 85%;
font-family: Tahoma, arial, helvetica, serif;
}

.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: #ffffff;
}

/* And this is the bottom, where the copyright is, etc. */
#footerarea {
color: black;
background-color: #ffffff;
}

#bodyarea {
background-color: #f4f0ea;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles {
background-color: #ffffff;
border: 0px solid #9D826C;
}

.headerbodies {
font-size: 8pt;
font-family: Tahoma, arial, helvetica, serif;
}

.seachbox {
border: 1px solid #9D826C;
background-color: #f4f0ea;
background-repeat: repeat-x;
background-position: bottom;
}

.highlightme {
background-color: transparent;
font-weight: normal;
color: black;
font-size: 10pt;
font-family: Tahoma, arial, helvetica, serif;
text-decoration: underline;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
width: 100%;
overflow: auto;
line-height: 1.3em;
}

/* Added by spoiler mod */
fieldset.spoiler {
border: 1px dashed #CDC0B0;
}

fieldset.spoiler > legend {
font-size: 1.2em;
}

div.spoilerheader a {
font-family: sans-serif;
font-size: 1.1em;
font-weight: bold;
}

div.spoilerheader input {
background-color: #CDC0B0;
color: #3e3e33;
font: 0.9em sans-serif;
}

div.spoilerheader {
font-size: 1.1em;
}

div.spoilerbody {
color: #0f0f0f;
border: 1px dotted gray;
padding: 1em;
margin: 1em;
}

fieldset.spoiler div.spoilerbody {
border: 0px;
padding: 0em;
}

/* 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;
}

/* The AJAX notifier */
#ajax_in_progress {
background: #d0c8c0;
color: black;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}