/* Normal, standard links. */
a:link
{	color: #CCCCCC;
	text-decoration: underline}a:visited
{	color: #CCCCCC;
	text-decoration: underline}a:hover
{	color: #E5E5E5;
	text-decoration: none}

/* Navigation links - for the link tree. */.nav, .nav:link, .nav:visited
{	color: #CCCCCC;
	text-decoration: none}
a.nav:hover
{	color: #E5E5E5;
	text-decoration: none}
/* Navigation links - for the link tree. */.navb, .navb:link, .navb:visited{        color: #CCCCCC;        text-decoration: none;}
a.nav:hover
{	color: #E5E5E5;
	text-decoration: none}

/* Tables should show empty cells. */table
{	empty-cells: show}

/* By default (td, body..) use Tahoma in black. */body,td
{	font-size: small;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main body of the entire forum. */body{        margin: 10px;        padding: 0px;	background-color: #555555;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: ;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #EEEEEE;
	background-color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 2px;
}

/* All input elements that are checkboxes or radio buttons. */input.check {	background-color: transparent}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 8pt;
	color: #EEEEEE;
	background-color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}

/* Standard horizontal rule.. ([hr], etc.) */hr, hrcolor {	height: 1px;
	border: 0;
	color: #000000;
	background-color: #000000;}
/* A quote, perhaps from another post. */.quote{        color: #E5E5E5;        background-color: #555555;        border: 1px solid #333333;        margin: 1px;        padding: 1px;        font-size: x-small;}/* A code block - maybe even PHP ;). */.code{	color: #000000;        background-color: #E5E5E5;        border: 1px solid #333333;        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
{	font-weight: bold;
	color: black;
	background-color: yellow}

/* Alternating backgrounds for posts, and several other sections of the forum. */.windowbg
{	color: #ffffff;
	background-color: #1E2124}.windowbg2
{	color: #ffffff;
	background-color: #24272B}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */.titlebg, tr.titlebg td,
{	font-weight: bold;
	background-image: url(images/titlebg.jpg);
	color: #EEEEEE;
	FONT-STYLE: normal;
}
.titlebg a:link, .titlebg a:visited
{	font-weight: bold;
	color: #EEEEEE;
	FONT-STYLE: normal;
}.titlebg A:hover
{	color: #CCCCCC;
	text-decoration: underline
}

/* This is used for categories, page indexes, and several other areas in the forum. */.catbg
{
	color: #ffffff;	background-image: url(images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	color: #ffffff;	background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2
{
	font-weight: bold;
	color: #ffffff;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	color: #ffffff;	background-color: #000000;}

/* This is used on tables that should just have a border around them. */.tborder {	border: 1px solid #000000;
	padding: 2px;}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */.smalltext
{	font-size: x-small}.normaltext
{	font-size: small}.largetext
{	font-size: large}

html
{	scrollbar-highlight-color: #666666;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #555555;
	scrollbar-base-color: #444444;}
