/* Normal, standard links. */
a:link
{
	color: #2A1650;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #2A1650;
	text-decoration: underline;
}

/* Category Links */
.catbg a:link, .catbg2 a:link, .catbg3 a:link
{
	color: #71C6B6;
	text-decoration: underline;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #AD9CE4;
	text-decoration: underline;
}

.catbg a:visited, .catbg2 a:hover, .catbg3 a:hover
{
	color: #71C6B6;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #111012;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #111215;
	text-decoration: underline;
}

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

/* By default (td, body..) use Tahoma in black. */
body, td, th
{
	color: #16151F;
	font-size: small;
	font-family: tahoma, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #2C3542;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;/* Normal, standard links. */
a:link
{
	color: #38625A;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #2D484B;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #193033;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #172E31;
	text-decoration: underline;
}

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

/* By default (td, body..) use Tahoma in black. */
body, td, th
{
	color: #273243;
	font-size: small;
	font-family: tahoma, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #896DC3;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #9f2522;
	font-family: tahoma, 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: #273243;
	font-family: tahoma, sans-serif;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #493a27;
	background-color: #8a6f57;
	border: 1px solid #201F2D;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #273243;
	background-color: #62807A;
	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 #38455E;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	#35202B-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #244e63;	
	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. */
.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: #273243;
	background-color: #A4B0CA;
}
.windowbg2
{
	color: #273243;
	background-color: #6797B9;
}

/* 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, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 

td, .titlebg2 a:link, .titlebg2 

a:link
{
	color: #193033;
	text-decoration: underline;
}
a:visited
{
	color: #193033;
	font-style: normal;
	background-color: #19332E;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #71C1CD;
}

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

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


.catbg, .catbg2, .catbg3
{
	font-weight: bold;
	background-color: #dbd9c0;
	color: #96E2E1;	  
}

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

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: tahoma, sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the #35202B header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #E4E2EC;
	background-image: url(images/subtlestripe-top.gif);
	border-bottom: 0px solid gray;

}


/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #E4E2EC;
	background-image: url(images/subtlestripe-top.gif);
	background-repeat: repeat-x;
}

/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: #C79A62;
	background-color: #E4E2EC;
	background-image: url();
	border-bottom: 0px solid gray;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #719D9A;
	border: 1px solid #273243;
	height: 12px;
}
.headerbodies
{
	border: 1px solid #273243;
	background-color: #6D938B;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .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 ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #6D938B;
	color: #42625C;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
	color: #42625C;
	font-family: tahoma, 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: #273243;
	font-family: tahoma, sans-serif;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #A3BEF5;
	background-color: #4F6185;
	border: 1px solid #201F2D;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #291B3B;
	background-color: #C6B2D8;
	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 #351A46;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	#35202B-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

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

/* 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, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 

td, .titlebg2 a:link, .titlebg2 

a:visited
{
	color: #8AC6C5;
	font-style: bold;
	background-image: url(images/sub-stripebluetop.png);
	background-color: #5E6080;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #8AC6C5;
	font-style: bold;
}

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

}


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


.catbg, .catbg2, .catbg3
{
	font-weight: bold;
	background-color: #6A5F7F;
	color: #8AC6C5;
}


/* This is used for tables that have a grid/border background color (such as the topic listing and preview for new 

topics and post replies.) */
.bordercolor
{
	background-color: #201F2D;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #201F2D;
	background-color: #4F6185;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: tahoma, sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the #35202B header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #201F2D;
/*NEWS-Edit Theme-Board Headers. If you make this bold, it makes most of the text in the forum bold too. YIKES!*/
	font-weight: normal;
	font-size: small; 
	background-image: url(images/back_HT.png);
	background-repeat: repeat;
	border-bottom: 0px solid gray;

}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-image: url(images/invisiblebg.gif);
	background-repeat: repeat;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: #201F2D;  
	background-image: url(images/invisiblebg.gif);
	border-bottom: 0px solid gray;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #59777F; 
	font-weight: bold;
	background-image: url(images/sub-stripebluetop.png);
	border: 1px solid #201F2D;
	height: 12px;
}
.headerbodies
{
	border: 1px solid #201F2D;
	background-color: #648396;
	background-image: url(images/sub-stripebluetop.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .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 ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

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