img
{
	border: 0px;
}

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

a:hover
{
	color: #0124A5;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #0657B2;
	text-decoration: underline;
}
a.nav:hover
{
	color: #3081D4;
	text-decoration: underline;
}

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

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #011222;
	font-size: 9pt;
	font-family: Tahoma, arial, helvetica, serif;
}

body
{
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000102;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000102;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #FFFFFF;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #011E3E;
	background-color: #B1CCED;
	border: 1px solid #0358A8;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
	width:90%;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #011F3E;
	background-color: #B1D4ED;
	border: 1px solid #0358A8;
	font-size: 8pt;
	padding: 1px;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

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

/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.meaction
{
	color: #3F89D4;
}

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

/* Highlighted text - such as search results. */
.highlight
{
	background-color: #1968EA;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #8CB4E0;
}
.windowbg2
{
	color: #000000;
	background-color: #C1CCDD;
}

.windowbg3
{
	color: #022F52;
	background-color: #D4E1F0;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #000C1D;
	font-style: normal;
	background-color: #3B7BCB;
}
.titlebg a:hover
{
	color: #053576;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2
{
	font-weight: bold;
	background-color: #619ADB;
	color: #022052;
}

/* The borders around things. */
.bordercolor
{
	background-color: #0036C0;
}
.tborder
{
	border: 1px solid #0143A5;
	background-color: #215FBD;
	padding: 2px;
}

/* Default font sizes. */
.smalltext
{
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: 9pt;
}
.largetext
{
	font-size: 10pt;
}

/* This is for the special header boxes on the top - it's not used elsewhere. */
.headertitles
{
	background-color: #8CAEE7;
	border: 1px solid #03338A;
}
.headerbodies
{
	border: 1px solid #03338A;
	background-color: #D0DBF2;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* this is the Background of the header and footer */
.back1
{
	 background-image: url(images/bg.jpg);
}

/* this is the Background of the middlepart */
.back2
{
	 background-image: url(images/bg.jpg);
}

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