.hmtHeader
{
	font-size: x-small;
	color: #FFFFFF;
	background-color: #333333;
	border-top: solid 1px  #6B6B6B;
	border-right: solid 1px #252525;
	border-bottom: solid 1px #252525;
	border-left: solid 1px #6B6B6B;
}

.hmtFooter
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: x-small;
}

.hmtCatBorder
{
	background-color: #333333;
	background-color: #666666;
}

a img
{
	border: 0;
}

/* Normal, standard links. */

a.nav:link, a.nav:visited
{
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

a.nav:hover
{
	color: #FFCC00;
	text-decoration: none;		
}

a:link, a:visited
{
	color: #FFCC00;
	text-decoration: none;
}
a:hover
{
	color: #FFCC00;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #FFFFFF;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #000000;
	margin: 1px;
	padding: 1px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, 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: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 1;
	color: #000000;
	background-color: #000000;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #999999;
	background-color: #000000;
	border: 1px solid #999999;
	margin: 8px;
	padding: 6px;
	font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #666666;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #FFFFFF;
	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
{
	font-size: small;
	color: #FFFFFF;
	background-color: #333333;
	border-top: solid 1px  #6B6B6B;
	border-right: solid 1px #252525;
	border-bottom: solid 1px #252525;
	border-left: solid 1px #6B6B6B;

}
.windowbg2
{
	font-size: small;
	color: #FFFFFF;
	background-color: #333333;
	border-top: solid 1px  #6B6B6B;
	border-right: solid 1px #252525;
	border-bottom: solid 1px #252525;
	border-left: solid 1px #6B6B6B;
}

.windowbg_smaller
{
	font-size: x-small;
	color: #FFFFFF;
	background-color: #333333;
	border-top: solid 1px  #6B6B6B;
	border-right: solid 1px #252525;
	border-bottom: solid 1px #252525;
	border-left: solid 1px #6B6B6B;
}

.newPostsbg
{
		
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
	background-color: #333333;
	border-top: solid 1px  #6B6B6B;
	border-right: solid 1px #252525;
	border-bottom: solid 1px #252525;
	border-left: solid 1px #6B6B6B;

}

#headerarea
{
	background-color: #000000;
}

#footerarea
{
	background-color: #FFFFFF;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #666666;
	
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{

	padding: 5px;

}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg
{
	
	font-weight: bold;
	border-top: solid 1px  #6B6B6B;
	border-right: solid 1px #252525;
	border-bottom: solid 1px #252525;
	border-left: solid 1px #6B6B6B;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2
{
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	
}
.catbg
{

border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}
.catbg2
{
border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}


/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #000000;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border-top: solid 1px  #6B6B6B;
	border-right: solid 1px #252525;
	border-bottom: solid 1px #252525;
	border-left: solid 1px #6B6B6B;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
/* HMT blank text baby - random-strike */
.blanktext
{
	color: #666666;
}
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	color: white;
}

.middletext
{
	color: #FFFFFF;
	font-weight: bold;
}

.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

.titlebg, tr.titlebg td, td.titlebg
{
	color: white;
font-style: normal;
background-color: #666666;
background-image:
font-weight: bold;
background-color: #666666; border-color: #FFFFFF #000000 #000000 #FFFFFF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;

}


