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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #869927;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.nav:hover
{
	text-decoration: underline;
}

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

/* use dark grey for the text, leaving black for headers etc */
body, td, th, tr
{
	color: #aaa;
}

/* Set a fontsize that will look the same in all browsers. */
body
{
	background: #101010 url(images/custom/body_bg.jpg) 50% 0 no-repeat;
	/*background-attachment: fixed;*/
	font: 11px/160% Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* This division wraps the entire forum when a forum width is set. */
#wrapper {
	width: 990px;
	margin: 0 auto;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	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: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

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

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #999;
	background-color: #333;
	border: 2px solid #4b4b4b;
	margin: 3px 0 0 0;
	padding: 7px 5px 7px 10px;
	font-size: 13px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #999;
	background-color: #333;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-top: 1px solid #886f0b;
	border-left: solid 4px #886f0b;
	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: #777;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-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: 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, #preview_body
{
	background-color: #202020;
}
.windowbg2
{
	background-color: #242424;
}
.windowbg3
{
	background-color: #202020;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #262626;
}

/* 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: #7c7c7c;
	background: url(images/custom/titlebg.png) repeat-x;
	line-height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #7c7c7c;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #7c7c7c;
	text-decoration: underline;
}
.titlebg2 a:hover
{
	text-decoration: underline;
}

/* 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: url(images/custom/catbg.png) repeat-x;
	color: #ffffff;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/custom/catbg.png) repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #ddd;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #ddd;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
}
/* 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
{
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 11px;
}
.middletext
{
	/*font-size: 95%;*/
}
.normaltext
{
	font-size: 16px;
}
.largetext
{
	font-size: 18px;
}


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

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


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	color: #7c7c7c;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}

.maintab_first,.mirrortab_first {
	 display: none;
}

.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
	display: none;
}

.maintab_active_first, .mirrortab_active_first {
	display: none;
}

.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}

.maintab_active_last, .mirrortab_active_last {
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #555;
	text-decoration: none;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #555;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #869927;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Zone99 Styles */
.content_wrap {
	background: url(images/custom/trans_bg.png);
	border: 1px solid #1c1c1c;
	padding: 6px;
	margin-top: 15px;
}
#header {
	background: url(images/custom/header_bg.png) 0 0 repeat-x;
	height: 114px;
}
#logo a {
	background: url(images/custom/logo.png) 0 0 no-repeat;
	width: 540px;
	height: 114px;
	display: block;
	float: left;
}
#top_login {
	background: url(images/custom/site_login.png) 0 0 no-repeat;
	float: right;
	height: 100px;
	width: 420px;
	overflow: hidden;
	color: #282828;
}
#top_login form {
	padding: 0;
	margin: 0;
}
#login_form {
	padding: 10px 0 0 100px;
}
#top_login p.form_label {
	padding: 0 0 0 2px;
	margin: 0;
}
#login_username, #login_password {
	float: left;
}
#login_password {
	padding-left: 20px;
}
input.login_input {
	background: url(images/custom/login_input.png) 0 0 no-repeat;
	color: #eee;
	border: none;
	outline: none;
	font-size: 12px;
	width: 121px;
	height: 16px;
	padding: 8px 8px 4px;
}
#login_button {
	background: url(images/custom/loginbutton.png) no-repeat;
	width: 70px;
	height: 26px;
	border: none;
	padding: 0;
	margin: 6px 43px 0 0;
	cursor: pointer;
	float: right;
}
#reminder {
	padding: 12px 0 0 2px;
}
#reminder a {
	padding-right: 12px;
}
#top_login a:link, #top_login a:visited {
	color: #eee;
	font-weight: bold;
}
#top_login ul, #top_login ul li  {
	list-style: none;
	padding: 0;
	margin: 0;
}
#top_login ul li a.dot {
	background: url(images/custom/list_arrow.png) 0 50% no-repeat;
	padding: 0 5px 0 12px;
}
#top_login ul li.greeting {
	font-size: 120%;
	padding: 4px 0;
	font-weight: bold;
}
p.ds_avatar {
	float: left;
	padding: 0 20px 0 10px;
	margin: 5px 0 0;
}
.ds_avatar img {
	max-height: 70px;
	/*width: 65px;
	height: 65px;*/
}
#toolbar {
	background: url(images/custom/toolbar.png) 0 0 repeat-x;
	height: 50px;
}
#topnav {
	position: relative;
	height: 50px;
	z-index: 1000;
	padding: 0;
	margin: 0;
}
#topnav ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#topnav li {
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	position: relative;
	list-style: none;
}
#topnav li a {
	display: block;
	line-height: 50px;
	padding: 0 12px;
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#topnav li a.active {
	background: url(images/custom/topnav_active.png) 0 50% repeat-x;
	color: #222;
}
#topnav li a:hover, #topnav li:hover a, #topnav li.sfhover a {
	background: url(images/custom/topnav_active.png) 0 50% repeat-x;
	color: #FFF;
	/*color: #1c1c1c;*/
	text-decoration: none;
}
#topnav li:hover li a, #topnav li ul li a:hover {
	color: #ddd;
	background: none;
}
#topnav li li {
	width: 200px;
	height: auto;
	padding: 0;
}
#topnav li li a, #topnav li li a:hover, #topnav li li a, #topnav a.active li a, #topnav li:hover li a, #topnav li.sfhover li a {
	background: none;
	height: 30px;
	line-height: 30px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	color: #777;
}
#topnav li ul {
	background: #1c1c1c;
	border: 1px solid #222;
	position: absolute;
	width: 200px;
	left: -999em;
	margin-left: -1px;
}
#topnav li ul ul {
	margin: -27px 0 0 195px;
}
#topnav ul li li:hover, #topnav ul li li.hover {
	position: static;
}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}
#topnav li:hover ul, #topnav li.sfhover ul {
	left: 3px;
}
#topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: 0;
}
#search {
	float: right;
	margin: 4px 0 10px 0;
	height: 34px;
	width: 260px;
	background: url(images/custom/searchbox.png) 0 0 no-repeat;
	overflow: hidden;
}
#search .inputbox {
	background: none;
	color: #bbb;
	padding: 7px;
	border: none;
	outline: none;
	margin: 4px 0 0 5px;
	width: 210px;
	height: 14px;
	font-size: 13px;
	font-family: Arial;
}
#time {
	padding: 13px 0 0 15px;
	color: #ceb54b;
	font-weight: bold;
}
#time span {
	color: #bbb;
	padding-right: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
#main_content {
	background: #181818;
	border: 1px solid #1c1c1c;
	padding: 5px;
}
.boardtitle {
	font-size: 110%;
}
#footer {
	padding: 15px 10px;
	color: #7c7c7c;
}
#smf_copyright {
	float: left;
}
#ds_copyright {
	float: right;
	text-align: right;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer a:link, #footer a:visited {
	font-family: Arial, sans-serif;
	color: #5b5b5b;
}
#footer ul li.copyright {
	display: block;
}
.clr {
	clear: both;
}