img {
	border: 0px;
}

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

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #696969;
	text-decoration: none;
}
a.nav:hover
{
	color: #494949;
	text-decoration: underline;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

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

body
{
	margin: 0px;
    padding: 12px 30px 4px 30px;
	color: #171717;
	font-size: 9pt;
	font-family: Verdana, arial, serif;
	background-color: #F6F6F6;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 8pt;
	color: #030303;
	font-family: Verdana, arial, serif;
	background-color: #D2D2D2;
}

/* 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: #F1F1F1;
	font-family: Verdana, arial, serif;
	background-color: #474747;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #0A0A0A;
	background-color: #CACACA;
	border: 1px solid #1F1F1F;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #0A0A0A;
	background-color: #CACACA;
	border: 1px solid #1F1F1F;
	padding: 1px;
	font-family: Verdana, arial, serif;
	font-size: 8pt;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #1F1F1F;
	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: #191919;
	font-style:italic;
}

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

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

/* Alternating backgrounds... */
.windowbg, .windowbg3
{
	color: #171717;
	background-color: #E3E3E3;
}
.windowbg2
{
	color: #171717;
	background-color: #F5F5F5;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #181818;
	font-style: normal;
	background-color: #BDBDBD;
}
.titlebg a:hover
{
	color: #050505;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg, .catbg2
{
	color: #050505;
	font-style: bold;
	background-color: #F5F2E7; /* D1D1D1*/
}

/* The borders around things. */
.bordercolor
{
	background-color: #A4A4A4;
}
.tborder
{
	border: 1px solid #A4A4A4;
	background-color: #DADADA;
	padding: 2px;
}

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

.bg1
{
	background-color: #EEEEEE;
}

.table1
{
	position: relative;
	background-color: #DDDDDD;
	border: 1px solid #979797;
}

.table2
{
	position: relative;
	background-color: #CDCDCD;
	border: 1px solid #979797;
	border-top: 0px;
	text-align:center;
}

.b1
{
	background-color:#E6E6E6;
}

/* This is the wrapper */
#headerarea
{
    width: 100%;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}




/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}


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