/* Normal, standard links. */
a:link {
	color: #5c6d8b;
	text-decoration: none;
}
a:visited {
	color: #5c6d8b;
	text-decoration: none;
}
a:hover {
	color: #AC7316;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #5c6d8b;
	font-weight: 700;
	text-decoration: none;
}
a.nav:hover {
	color: #AC7316;
	text-decoration: none;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	font-family: Lucida Sans, Lucida Grande;
	line-height: 140%;
	color: #cecece;
	font-size: small;
}
#text123 a {
	font-family: Lucida Sans, Lucida Grande;
	line-height: 180%;
	color: #cecece;
	font-size: .9em;
	text-decoration: none;
}
#text123 a:hover {
	text-decoration: underline;
}
#text123 li {
	font-family: Lucida Sans, Lucida Grande;
	line-height: 180%;
	color: #cecece;
	font-size: .9em;
	list-style-type: none;
	text-indent:10px;
}
/* The main body of the entire forum. */
body {
	margin:0;
	padding: 20px 0 0 0;
	background: #010101;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000;
	font-family: Lucida Sans, Lucida Grande;
}
input, button {
	font-size: 90%;
}
textarea {
	font-size: 95%;
	color: #000;
	font-family: verdana, 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: 8px;
	font-weight: normal;
	color: #000;
	font-family: Lucida Sans, Lucida Grande;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #666;
	background-color: #666;
}
/* No image should have a border when linked */
a img {
		border: 0;
}
/* A quote, perhaps from another post. */
.quote, .code {
	border-top: 1px solid #000000;
	border-right: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	border-left: 1px solid #000000;
	color: #e3e3e3;
	padding: 8px;
	margin: 0 15px 8px 15px;
	background-color: #1a1a1a;
}
.quote {
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	font-family: Arial, "courier new", "times new roman", monospace;
	line-height: 1.3em; /* 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: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	padding: 1px;
	margin-left: 15px;
	vertical-align: middle;
}
/* 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: #FF0000;
}
/* The main post box - this makes it as wide as possible. */
.editor {
	width: 96%;
}
/* Highlighted text - such as search results. */
.highlight {
	background-color: #FFF000;
	font-weight: 700;
	color: #000;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	background: #262626;
}
.windowbg2 {
	background: #262626;
}
.windowbg3 {
	background: #2a2a2a;
}
/* the today container in calendar */
.calendar_today {
	background-color: #1f1f1f;
}
/* 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, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #cfcfcf;
	font-style: normal;
	background: url(images/titlebg.jpg) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	color: #e3e3e3;
	font-style: normal;
}
.titlebg a:hover {
	color: #AC7316;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #e3e3e3;
	font-style: normal;
	text-decoration: underline;
}
.titlebg, .titlebg2 {
	font-family: Lucida Sans, Lucida Grande;
	font-size: 12px;
	font-style: normal;
}
.titlebg2 a:hover {
	text-decoration: underline;
}
.titlebg3, tr.titlebg3 td {
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
	background: #303030 url(images/titlebg.gif) 0 100% repeat-x;
	font-size: 12px;
}
/* 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: #303030 url(images/catbg.gif) repeat-x;
	color: #cdcdcd;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td {
	background: #303030 url(images/catbg.gif) repeat-x;
	color: #cdcdcd;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3 {
	font-family: Lucida Sans, Lucida Grande;
	font-size: 13px;
}
.catbg, .catbg2 {
	background: #303030 url(images/catbg.gif) repeat-x;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 11px;
	color: #888;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #cdcdcd;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #AC7316;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {	
  background: #000;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	background: #030303;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: Lucida Sans, Lucida Grande;
}
.middletext { 
	line-height: 18px;
	text-indent: 10px;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* 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;
}
/* Sometimes there will be an error when you post */
.error {
		color: #FF0000;
}
/* template links at the top, etc. */
td.mainnav {
	line-height: 32px;
	height: 32px;
	vertical-align: top;
	text-align: center;
	color: #ffffff;
	font-family: Lucida Sans, Lucida Grande;
}
td.mainnav a, td.mainnav_active a {
	line-height: 32px;
	height: 32px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	clear: both;
}
td.mainnav a:link, td.mainnav a:visited, td.mainnav a:active {
	color: #ffffff;
}
td.mainnav a:hover {
	color: #AC7316;
	text-decoration: none;
}
td.mainnav_active a:link, td.mainnav_active a:visited, td.mainnav_active a:active {
	color: #ffffff;
}
td.mainnav_active a:hover {
	color: #AC7316;
	text-decoration: none;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab, .maintab_back, .maintab_active_back
{
	color: #dcdcdc;
	text-transform: capitalize;
	vertical-align: top;
	font-weight: normal;
}
.maintab, .maintab_back, .maintab_active_back
{
	color: #dcdcdc;
	text-decoration: none;
	font-size:  11px;
	padding: 5px 0px 10px 0px;
	font-family: tahoma, sans-serif;
}
/* how links behave in main tab. */
.maintab a:link , .maintab a:visited, .maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited
{
	color: #dcdcdc;
	text-decoration: none;
	border-bottom: 3px solid #202020;
	padding: 4px 14px 4px 14px;
}
.maintab a:hover, .maintab_back a:hover, .maintab_active_back a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 3px solid #AC7316;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #303030;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
/* ~~ Template Width ~~ */
#container {
	width: 85%;
	margin: 0px auto 20px auto;
}
#mainarea {
	background: url(images/bg-body.gif);
	padding: 5px 12px 12px 12px;
	margin: 0;
}
#main-l {
	background: url(images/left.gif) 0 50% repeat-y;
	padding-left: 25px;
}
#main-r {
	background: url(images/right.gif) 100% 50% repeat-y;
	padding-right: 25px;
}
#header {
	 position: relative;
	 height: 210px;
	 overflow: hidden;
	 background: #020202 url(images/hdr-bg.png) 0 0 repeat-x;
}
#head-r {
	 height: 210px;
	 background: url(images/hdr-r.png) 100% 0 no-repeat;
}
#head-l {
	 background: url(images/hdr-l.png) 0 0 no-repeat;
}
/* ~~ iWOW LOGO ~~ */
#logo, #logo a {
	position: absolute;
	top: 15px;
	left: 20px;
	display: block;
	width: 507px;
	height: 190px;
	background: url(images/wow.jpg) no-repeat;
}
#avatar {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#welcome {
	font-size: 9pt;
	color: #aaa;
	font-family: lucida sans, lucida grande;
	float: right;
	padding: 2em 30px 0 0;
	text-align: right;
}
#welcome a:link, #welcome a:visited {
		color: #e3e3e3;
		font-weight: 600;
}
#welcome a:hover {
	color: #AC7316;
	text-decoration: none;
	clear: both;
}
/* ~~ Footer ~~ */
#footer {
	 background: #000001 url(images/ftr-bg.png) 0 100% repeat-x;
}
#footer-right {
	 height: 143px;
	 background: url(images/ftr-r.png) 100% 100% no-repeat;
}
#footer-left {
	 background: url(images/ftr-l.png) 0 100% no-repeat;
}
#footerarea {
	 text-align: center;
	 padding: 4.5em;
	 color: #e3e3e3;
}
#footerarea a:link, #footerarea a:visited {
	 color: #999;
}
#footerarea a:hover {
	 color: #B74B03;
	 text-decoration: none;
}