body, p, h1, h2, h3, h4, h5, h6, table, td, th, li, ul, ol, a, input, textarea, select 
{
	font-family: Times, Tahoma, Sans-Serif;
	font-size: 14px;
	line-height: 100%;
}

body 
{
	background: #000000; 
	color: white;
	margin: 0;  
}
a 
{
	text-decoration: none;
	color: #8B0000;
}
a:hover 
{
	color: orange; 
}
.smalltext a {
	font-size: 12px;
}
ul 
{
	margin: 0;
	padding-left : 10pt;
	list-style-type: square;
}
input,textarea,select
{
	font-size: 100%;
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background: #fff;
	padding: 10px;
	line-height: 1.4em;
	border-left: solid 8px #a0e0a0;
	font-style: italic;
	margin: 0 1em 0 0;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background: #fff;
	padding: 10px;
	border-left: solid 8px #e0a0a0;
	white-space: nowrap;
	overflow: auto;
	min-height: 3em;
	font-family: "Courier New", monospace;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	display: block;
	padding: 2px 10px 2px 10px;
	background: #e0e0e0;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: solid 2px #ccc;
}
.codeheader
{
	background: url(images/tinyportal/code.gif) no-repeat 5px 50% #e0e0e0;
	padding-left: 26px;
	border-left: solid 8px #e0a0a0;
}
.quoteheader
{
	background: url(images/tinyportal/quote.gif) no-repeat 5px 50% #e0e0e0;
	border-left: solid 8px #a0e0a0;
	padding-left: 26px;
	margin: 1em 1em 0 0;
}


/* 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: #e0e0e0;
}
.windowbg2
{
	color: #000000;
	background-color: #E8E3E0;
	border: 0 none;
}
.windowbg3
{
	color: #000000;
	background-color: #E8E3E0;
}
.windowbg3 span.smalltext a {
	font-size: 12px;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* 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: white;
	font-style: normal;
	background: #251413 url(images/red-snake.jpg) repeat-x scroll 0 0;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: white;
	font-style: normal;
}

.titlebg a:hover
{
	color: #f0d0d0;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	font-style: normal;
	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: #88A6C0 url(images/red-snake.jpg) repeat-x scroll 0 0;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #aaa;
}
.catbg2 , tr.catbg2 td
{
	background: #88A6C0 url(images/red-snake.jpg) repeat-x scroll 0 0;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #aaa;
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #fff;
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #fff;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: orange;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #fff;
	padding: 0px;
}

/* 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: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.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;
	color: black;
}

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

#mainframe
{
	margin: 0 auto;
	width: 998px;
}
#topm
{
	margin: 0;
	text-align: center;
	height: 301px;
}
#topm span
{
	display: block;
}
#topr
{
	float: right;
	display: inline;
	font-size: 80%;
	text-align: right;
	color: white;
	padding: 8px 20px 8px 8px;
}
#topr a
{
	color: #fdd;
}
h1
{
}
h1 span.hide
{
	background: none;
	position: relative;
	left: -2000px;
}
#menuback
{
	background: url(images/menu_bg.jpg) repeat-x top left;
		  display: block;
		  height: 228px;
}
#menuback span
{
	display: block;
	background: url(images/img/menubackr.jpg) no-repeat top right;
}
#menuback span span
{
	display: block;
	background: url(images/img/menul.jpg) no-repeat top left;
	padding-left: 29px;
	height: 77px;
}
#container
{
	background: url(images/img/menuback.jpg) repeat-x top right;
	height: 77px;
}
#inner
{
	background: url(images/img/menubackr.jpg) no-repeat top right;
	height: 77px;
}
ul#menubox, ul#menubox li
{
	padding-left: 90px;
	margin: 0;
	list-style: none;
}
ul#menubox li
{
	background: none;
	float:left;
	padding-left: 8px;
}
ul#menubox li.chosen
{
	background: none;
	padding-left: 8px;
}
ul#menubox li a
{
	display: block;
	line-height: 30px;
	color: white;
}

ul#menubox li a:hover
{
	color: #FF6600;
}
ul#menubox li.chosen a
{
	background: none;
	display: block;
	color: orange;
	font-weight: bold;
}
ul#menubox li a span
{
	background: none;
	text-align: left;
	padding: 48px 8px 0 0;
	margin: 0;
}
ul#menubox li.chosen a span
{
	padding: 48px 8px 0 0;
	margin: 0;
}
ul#menubox li.last
{
	display: block;
	background: none;
	padding-right: 10px;
}
ul#menubox li.chosen a:hover
{
	color: #fdd;
}

a
{
	outline: none;
}
#frame
{
	background: #000000 url(images/bord.jpg) repeat-y top left;
}
#frame2
{
	background: #000000 transparent;
	padding: 0;
}
#bottomr
{
		  height: 400px;
}


#bottomr div.one
{
	display: block;
	background: url(images/img/botr.jpg) no-repeat top right;
}
#bottomr div.one div.two
{
	display: block;
	background: url(images/img/botl.jpg) no-repeat top left;
	height: 139px;
	text-align: center;
	padding-top: 20px;
}
#mainleft
{
	background: none;
}
#mainright
{
	background: none;
}
#maintop
{
	background: none;
}
#mainbot
{
	background: none;
}


#maintopleft
{
	background: none;
}
#maintopright
{
	background: none;
}
#mainbotleft
{
	background: none;
}
#mainbotright
{
	background: none;
}
#innermain
{
	padding: 0 30px 0 32px;
}
/* theme styles */
#topmenu
{
	text-align: right;
}
#topmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#topmenu li
{
	float: left;
}
#topmenu ul li a
{
	display: block;
	padding: 0 5px 0 5px;
	font-weight: bold;
	
}
#content
{
	margin-top: 25px;
	border: solid 1px #aaa;
	padding: 1px;
	background: white;
}
#contentinner
{
	background: url(images/img/content.jpg) repeat-x;
}
a
{
	outline: none;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back
{
	font-size: 85%;
	padding: 5px 8px 5px 0;
}
.maintab_active_back a, .mirrortab_active_back a
{
	font-weight: bold;
	color: white;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_active_back a:hover , .mirrortab_back a:hover
{
	text-decoration: none;
}

/* Basebar div for SMF/TP copyrights and page load times. */

#basebar { 
	  color: #8F8F8F;
}

#basebar a:link, #basebar a:visited { 
	  color: #8F8F8F;
}

#basebar a:hover { 
	  color: #BFBFBF;
}