/* Tables should show empty cells. */
table
  { empty-cells: show;
} 
 
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
  { font-size: 9pt;
	color: #000000;
	font-family: 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
  { font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
  { color: #e6e6e6;
    background-color: #e6e6e6;
    height: 3px;
	border: 2px solid #e6e6e6;
}

/* A quote, perhaps from another post. */
.quote
  { color: #4c4c4c;
    font-size: small;
    background-color: #f3f3f3;
    margin: 1px;
    padding: 10px;
    border: solid 1px #d6d6d6;
    line-height: 1.5;
}

/* A code block - maybe even PHP ;). */
.code
  { color: #4c4c4c;
    font-size: x-small;
    font-family: "courier new", Courier, helvetica, "times new roman", serif;
    background-color: #f3f3f3;
    white-space: nowrap; margin: 1px auto; padding: 5px; width: 99%;
    overflow: auto;
    border: solid 1px #d6d6d6;
}

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

/* 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: #e52c01 }

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

/* Highlighted text - such as search results ;). */
.highlight
  { background-color: #f9f8e3; }

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
  { background-color: white;
    margin-bottom: 20px;
    line-height: 1.4;
}
.windowbg2
  { color: #666666;
    background-color: #ffffff;
    line-height: 1.4;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
 { color: #666666; }

/* 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: #172A71;
    background: #f2f2f2;
	text-shadow: #ffffff 0 1px 0;
	line-height: 26px;
    margin: 5px;
}

.titlebg a:hover
  { color: #172A71;
  }

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
  { color: #172A71;
    border-bottom: 3px solid #e6e6e6;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.catbg a:link, .catbg a:visited
  { color: #172A71;
}


/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
 { }

.catbg, .catbg2, 
  { }
    

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

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, .smalltext a:link, .smalltext a:visited
  { font-size: x-small;
    color: #666666;
    font-family: 'CartoGothicStdBook';
    line-height: 1.4;
}

.normaltext
  { font-size: small; }
  
.largetext
  { font-size: large;
    font-family: 'CartoGothicStdBook';
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
  { background-color: white;
	border: 4px solid #e6e6e6;
	outline: solid thin #d8d8d8;
    margin-bottom: 20px;
}
    
/* This is the main area of the forum, the part that's gray. */
#bodyarea
  { line-height: 1.4;
    background-color: white;
	border: 4px solid #e6e6e6;
	outline: solid thin #d8d8d8;
    width: 104%;
}

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

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headerbodies
  { color: #666666;
    line-height: 1.4;
}
