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

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

/* By default (td, body..) use Tahoma in black. */
body
{
  padding:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:10px;
  margin-top:10px;
  background: #FFF url(images/bg.jpg) repeat;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 950px;
	background-color: #FFF;
	border: 1px solid #FAC120;
}

#mainbody {
	margin: 0;
	padding: 10px;
	background: #fff;
}

/* No image should have a border when linked */
a img{
border: 0;
}

/* 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, tr.windowbg td
{
	color: #000000;
	background-color: #eeeeee;
	border-bottom: 1px solid #eee;
}
.windowbg2, tr.windowbg2 td
{
	color: #000000;
	background-color: #fcfcfc;
	border-bottom: 1px solid #eee;
}

/* 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: #000000;
	font-style: normal;
	/*background-color: #FAC120;*/
}
.titlebg a:hover
{
	color: #dfdfdf;
}

.titlebg, .titlebg2{
	background: #DDD;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg2, .catbg3
{
	
	background: #efefef url(images/cat-bg.png) 0 -10px repeat-x;
}

/* 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, .catbg3
{
	border-bottom: 2px solid #CCC;
	background-color: #FFFFFF;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
  border: 1px solid #CCC;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 1px;
}

/* 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: #FFFFFF;
}
/* 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: #ffff99;
	border: 1px solid #ff0000;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* the usercenter (login / avatar "quick user links") */
#useropts
{
	margin: 0 50px 0 0;
	list-style: none;
	padding: 0;
}

.avatar_t
{
	height: 65px;
	width: 65px;
	border: none;
}

div.profile_info {
  margin-left: 80px;
}

td.smalltext {
	font-weight: normal;
}

/* toolbar */
#toolbar {
	margin: 0;
	padding: 0;
	height: 28px;
	/*background: url(images/toolbar-bg.png) repeat-x;*/
	position: relative;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#toolbar2 {
	margin: 0;
	padding: 0;
	height: 28px;
	/*background: url(images/toolbar-bg.png) repeat-x;*/
	position: relative;
	border-top: 1px solid #c0c0c0;
}

/* menu */
#nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 28px;
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 15px 0 15px;
	color: #999;
}

#nav a:hover {
	color: #eee;
	background-color: #F4B12C;
}

#nav a:active {
	color: #333;
}

#nav2 {
	margin: 0 0 0 20px;
	padding: 0;
	height: 28px;
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#nav2 ul {
	padding: 0;
	margin: 0;
}

#nav2 li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav2 a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav2 li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 15px 0 15px;
	color: #999;
}

#nav2 a:hover {
	color: #eee;
	background-color: #F4B12C;
}

#nav2 a:active {
	color: #333;
}

/* showcase */

#showcase {
	background: #fff;
	color: #444;
	padding: 0;
	margin: 0;
}

#showcase ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#showcase li {
		border-bottom: 1px dotted #b7bbc7;
		padding-bottom: 0;
		margin-bottom: 2px;
}

.userinfo {
	background: #fff url(images/showcase-bgl.png) 100% 0 no-repeat;
	width: 400px;
	float: left;
	padding: 10px 0 10px 10px;
}

.searchfield {
	background: #fff;
	text-align: right;
	padding: 15px 20px 10px 5px;
}

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/*** fonts ***/
body {
		line-height: 125%;
		font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
		color: #444;
		font-size: 11px;
}

a {
	color: #F4B12C;
}

a:hover {
	color: #000;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#nav a,
#inset a {
	font-size: 110%;
}


/* font family */
#nav,
span.pathway,
.small,
.createdate,
.modifydate,
#inset {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg a, .catbg2 a
{
	
	color:#000;
}