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

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

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	line-height: 150%;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #cdcdcd;
	font-size: 11px;
}

/* The main body of the entire forum. */
body
{
	margin: 0px;
	padding: 0px;
	background: #000 url(../www.shadowedlegion.com/images/body-bg.jpg) repeat-x;
}



/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-image: url(images/catbg.png);
	background-color: #222;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
      border: 1px solid #303030;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #303030;
	padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}

#main{
	margin: auto;
	width: 810px;
	min-width: 720px;
	border-left: solid 1px #252525;
	border-right: solid 1px #252525;
	border-top: solid 1px #252525;
 }
#toolbar {
	height: 35px;
	background: url(images/toolbar-bg.png) repeat-x;
	position: relative;
}

#nav {
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#nav li {
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav li a {
	color: #fff;
}

#nav a:hover {
	color: #CCC;
}

#nav {
	margin: 0 0 0 15px;
	padding: 0;
	height: 35px;
	text-align:center;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
#nav li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}
#header {
	position: relative;
	height: 100px;
	overflow: hidden;
	background: #1a1a1a url(images/banner.gif) repeat-x;
      -moz-border-radius: 15px 15px 15px 15px;
}
.windowbg2
{
	padding: 5px;
	background-color: #303030;
}

#mainarea{
	border-top: solid 1px #333;
	background: #1a1a1a;
	padding: 1ex;
}