/* Normal, standard links. */
a:link
{
	color: #000000;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #323232;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #000000;
	font-size: small;
	font-family: arial,helvetica,clean,sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: white;
	margin: 0px;
	padding: 0px;
	background-image:url(/images/body-bg-3.gif);
	background-repeat:repeat-x;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, 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, arial, helvetica, 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: #C3B8D0;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	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
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #E1E1E1;
}
.windowbg2
{
	color: #000000;
	background-color: #F0F0F0;
}

/* 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, .titlebg a:link, .titlebg a:visited
{
	color: white;
	font-style: normal;
	background-color: #6B8EAE;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	background-image: url(images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: silver;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #828181;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #828181;
	background-color: #FFFFFF;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: white;
	border-bottom: 1px solid gray;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #fff;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: white;
	border-top: 1px solid gray;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #6B8EAE;
	border: 1px solid #6B8EAE;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	background-position: bottom;
}

















/************************************************************************/

#orange {
background-color:#FF9900;
height:5px;
border-bottom:1px solid #fff;
}
#container2 {
width:767px;
margin:0 auto;
margin-top:10px;
position:relative;
float:left;
}
#container{
width:767px;
margin:0 auto;
border-top:5px solid #339933;
}
#top {
margin:20px 0 40px 0px;
}
#menu {
height:18px;
}
#menu a{
display:block; float:left;
text-align:right;
height:18px;
padding:0 8px;
line-height:1.6em;
font-size:11px;
text-decoration:none;
color:#ffffff;
font-weight:bold;
}
#menu a:hover{
color:#FF5900;
background-color:#FFFFFF;

}
#leftbar {
float:left;
}
#leftbar h4{
/*background-image:url(images/head-bg.gif);*/
background-image:url(/images/h4.gif);
background-repeat:no-repeat;
line-height:2em;
font-weight:bold;
font-size:12px;
color:#fff;
width:170px;
wid\th:150px;
padding:0 10px;
margin:0;
}
#leftbar h4 a{
color:#fff;
}
#topbar {
padding-top:10px;
font-size:11px;
text-align:right;
color:#ccc;
line-height:1.5em;
}
#topbar a{
text-decoration:none;
padding:0 5px;
color:#666;
font-weight:bold;
}
#topbar a b{
color:#FF3300;
}
#topbar a i{
	color:#ffffff;
	
	font-style: normal;
}
#topbar form{
padding:0;
margin:0;
}
#topbar input{
width:100px;
font-size:10px;
height:15px;
margin:0 5px;
padding:0 5px;
}
#content{
float:left;
padding:0 10px;
width:570px;
position:absolute;
left:170px;
}
#main_content{
float:left;
padding:0 10px;
width:420px;
}
#main_content p{
padding:0;
font-size:12px;
line-height:1.5em;
margin:0 0 20px 0;
text-align:justify;
}
#main_content a{
color:#FF5900;
text-decoration:none;
}
#main_content a:hover{
text-decoration:underline;
}
#main_content h1{
padding:0;
margin:0;
font-size:16px;
color:#FF5900;
}
#leftbar h3{
font-size:11px;
padding:0;
margin:10px 0 5px 0;
border-bottom:1px dotted #666;
color:#666666;
}
#login_mc {
float:left;
padding:0;
margin:0;
}

#footer a{
color:#666;
}
.spiffy{
display:block
}
.spiffy *{
display:block;
height:1px;
overflow:hidden;
background:#778899
}
.spiffy1{
border-right:1px solid #c4cbd3;
padding-right:1px;
margin-right:3px;
border-left:1px solid #c4cbd3;
padding-left:1px;
margin-left:3px;
background:#99a5b2;
}
.spiffy2{
border-right:1px solid #f1f3f4;
border-left:1px solid #f1f3f4;
padding:0px 1px;
background:#909eac;
margin:0px 1px;
}
.spiffy3{
border-right:1px solid #909eac;
border-left:1px solid #909eac;
margin:0px 1px;
}
.spiffy4{
border-right:1px solid #c4cbd3;
border-left:1px solid #c4cbd3;
}
.spiffy5{
border-right:1px solid #99a5b2;
border-left:1px solid #99a5b2;
}
.spiffy_content{
padding:0px 5px;
background:#778899;
} 
#rightcol {
float:left;
}
