img
{
border: 0;
}

#tabs
{
	padding: 2px 2ex;
	margin: 0;
	border-bottom: 1px solid #aaaaaa;
	font: x-small Verdana, sans-serif;
}

#tabs li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#tabs li a
{
	padding: 2px 0.5em;
	margin-left: 3px;
	border: 1px solid #aaaaaa;
	border-bottom: none;
	background: #ffffff;
	text-decoration: none;
}

#tabs li a:link
{
	color: #448;
}
#tabs li a:visited
{
	color: #667;
}

#tabs li a:hover
{
	border-bottom: 1px solid white;
}

#tabs li a#current
{
	background: white;
	border-left: 1px solid #FABD23;
	border-right: 1px solid #FABD23;
	border-top: 1px solid #FABD23;
	border-bottom: 1px solid white;
}

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: none;
}

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

body, td, th
{
	font-size: small;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #f9f9f9;
	background-image: url(images/wikilogo.jpg);
	background-repeat: no-repeat;
	margin: 10px;
	padding: 0px;
}

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

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

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

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	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 #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-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: #000000;
	text-decoration: none;
	font-style: normal;
	font-size: xx-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: #000382;
}

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
}
.windowbg2
{
	color: #000000;
}

/* 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
{
	font-style: normal;
	background-color: #f4f4f4;
	padding: 4px;
	font-weight: bold;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

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

/* This is used on tables that should just have a border around them. */
.tborder
{
	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 main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #FFFFFF;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	padding: 20px;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	margin-top: 1ex;
}

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

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

/* 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;
}
h1
{
	font-size: 200%;
	font-weight: normal;
}
h1 a:link, h1 a:visited
{
	color: #000;
	text-decoration: none;
}
h1 a:hover
{
	color: #706000;
	text-decoration: none;
}

.header
{
	font-size: 150%;
	border-bottom: solid 1px #aaaaaa;
	margin-bottom: 1ex;
	margin-top: 1ex;
	line-height: 1.5em;
}
.header a:link, .header a:visited
{
	color: #002BB8;
	text-decoration: none;
}
.header a:hover
{
	color: #706000;
	text-decoration: none;
}

.description
{
	font-size: 120%;
}
#top_text
{
	font-size: 80%;
	background-color: #f4f4f4;
	padding: 12px;
	margin-bottom: 1ex;
}
.description2
{
	font-size: 80%;
	background-color: #f9f9f9;
	border: solid 1px #e0e0e0;
	padding: 12px;
	margin-bottom: 1ex;
	margin-top: 2ex;
}
h2
{
	font-family: Georgia, serif;
	font-size: 240%;
	font-weight: normal;
}
.tab2, .tab2b
{
	float: right;
	margin-right: 2px;
}
.tab3
{
	float: right;
	margin-right: 2px;
}
.tab3 a:link , .tab3 a:visited
{
	display: block;
	font-size: 85%;
	padding: 10px;
}
.tab3 a:hover
{
	display: block;
	font-size: 85%;
	padding: 10px;
	text-decoration: underline;
}

.tab2 a:link , .tab2 a:visited
{
	margin-top: 8px;
	display: block;
	font-size: 85%;
	padding: 5px;
	border: solid 1px #d0d0d0;
	background-color: #ffffff;
}
.tab2b a:link , .tab2b a:visited
{
	margin-top: 8px;
	display: block;
	font-size: 85%;
	padding: 5px;
	border: solid 1px #d0d0d0;
	background-color: #ffffff;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
}
.tab2 a:hover
{
	display: block;
	font-size: 85%;
	border-top: solid 1px #aaaaaa;
	text-decoration: none;
}
.tab2b a:hover
{
	display: block;
	font-size: 85%;
	border-top: solid 1px #aaaaaa;
	text-decoration: none;
}
.comment
{
	font-size: 90%;
	background-color: #f0f0f0;
	padding: 5px;
	margin-top: 6px;
}
.tabsubmit
{
	background-color: #f0f0f0;
	font-size: 85%;
	padding: 2px;
	border: solid 1px #a0a0a0;
}
.tabsubmit:hover
{
	border: solid 1px #FABD23;
}
.submenu
{
}
.menutitle
{
	cursor: pointer;
	font-size: 200%;
	font-weight: normal;
}
.menutitle a:link, .menutitle a:visited
{
	color: #000;
	text-decoration: none;
}
.menutitle a:hover
{
	color: #706000;
	text-decoration: none;
}
.results
{
	font-size: 90%;
	color: #707070;
}
.maincat2
{
	background-color: #f5f7f8;
	border: solid 1px #d0d0d0;
	padding: 15px;
	margin-top: 6px;
}
.maincat
{
	padding-left: 15px;
}
.sidebar
{
	background-color: #FFFFFF;
	border: solid 1px #aaaaaa;
	padding: 6px;
	padding-left: 3px;
	padding-top: 8px;
	margin-left: 5px;
	width: 135px;
}
.sidebar ul
{
	 list-style-type: square;
	 font-family: verdana, helvetica, sans-serif;
	 font-size: 8pt;
	 padding-left: 25px;
	 margin-top: 0px;
	 margin-bottom: 4px;
	 margin-left: 0;
}
.sheader
{
	padding-left: 4px;
	color: #505060;
	font-weight: bold;
}
#linktreebox
{
	background-color: #f8fbff;
	border: solid 1px #e0e0e0;
	padding: 4px;
}