
/* The main body of the entire forum. */
body {
	background-color: #7C96BB;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	min-height: 101%;
	padding: 3px 30px 3px 30px;
	position: relative;
	text-align: left;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page_margins {
	margin: auto;
	max-width: 100em;
	min-width: 756px;
	min-height: 101%;
}

/* Hides from IE-mac \*/
* html .clearfix , * html .catbg, * html .catbg2, * html .catbg3 {
	height: 1%;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Tables should show empty cells. */
table {
	empty-cells: show;
}

/* No image should have a border when linked */
a img{
	border: 0;
}

/* Normal, standard links. */
a:link, a:visited, a:active {
	background-color: transparent;
	color: #2C475A;
	text-decoration: none;
}

a:hover, .titlebg2 a:hover {
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
a.nav:hover {
	background-color: transparent;
	color: #FB8115;
	text-decoration: underline;
}

form {
	margin: 0;
}

h1 {
	background-color: transparent;
	color: #000000;
	font-size: 14px;
}

h2 {
	background-color: transparent;
	color: #000000;
	font-size: 13px;
	margin-bottom: 0px;
}

h3 {
	background-color: transparent;
	color: #000000;
	font-size: 12px;
}

hr {
	background-color: transparent;
	color: #FFFFFF;
	height: 1px;
	width: 99%;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	background-color: #6D88B0;
	border: 0;
	color: #6D88B0;
	height: 1px;
}



html>body #ajaxinprogress {
	position: fixed;
}

input, button, .middletext {
	font-size: 90%;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	background-color: transparent;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check {
	background-color: transparent;
	color: #000000;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	background-color: transparent;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}

td.nav, div.nav {
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}

textarea {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background-color: #6D88B0;
	color: inherit;
	padding: 0px;
	border-right: 1px solid #FAFAFA;
	border-top: 1px solid #FAFAFA;
	border-left: 1px solid #F0F0F9;
	border-bottom: 1px solid #F0F0F9;
	}

.calendar_today, .tborder {
	padding: 0px;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg2 , tr.catbg2 td , .catbg3 , tr.catbg3 td {
	background-color: #88A6C0;
	background-image: url(images/catbg.jpg);
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	background-color: transparent;
	color: #603030;
	text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	background-color: transparent;
	color: #FB8115;
}

.catbg, .catbg2, .catbg3 {
	background-repeat: repeat-x;
	border-bottom: solid 1px #375576;
}

.catbg, .catbg2, .rss_title, .menu_current, a.nav {
	font-weight: bold;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	background-color: transparent;
	color: #000000;
	font-size: 95%;
	text-decoration: none;
}

/* A code block - maybe even PHP ;). */
.code {
	background-color: #DDDDDD;
	border: 1px solid #000000;
	color: #000000;
	font-family: "courier new", "times new roman", monospace;
	font-size: small;
	line-height: 1.3em; /* Put a nice border around it. */
	margin: 1px auto 1px auto;
	max-height: 24em;
	overflow: auto; /* Stop after about 24 lines, and just show a scrollbar. */
	padding: 1px;
	white-space: nowrap;
	width: 99%; /* Don't wrap its contents, and show scrollbars. */
}

.content {
	height: 200px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.delicious {
	margin-left: 14px;
	margin-top: 20px;
	padding: 0;
}

.delicious a:link, .menu a:visited, .menu a:active {
	display: inline;
	padding: 0;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
/* The main post box - this makes it as wide as possible. */
.editor {
	width: 96%;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help {
	cursor: help;
}

/* Highlighted text - such as search results. */
.highlight {
	background-color: #FFFF00;
	color: #000000;
	font-weight: bold;
}

.largetext {
	font-size: large;
}

.login {
	color: #000000;
	font-size: 9px;
	text-align: left;
}

.login a:link, .login a:visited, .login a:active {
	color: #2A3C55;
	text-decoration: none;
}

.login a:hover {
	color: #FB8115;
	text-decoration: none;
}

.login input {
	border: 1px solid #000000;
	border-color: #000000;
	font-size: 9px;
	width: 70px;
}

.login-preferences a:link, .login-preferences a:visited, .login-preferences a:active {
	font-size: 9px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

.maintab_back a, .maintab_active_back a {
	border-bottom: 3px solid #E6E9EB;
	color: White;
	padding: 0.4em 0.6em 0.4em 0.6em;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover {
	border-bottom: 3px solid #FB8115;
	color: #000000;
	padding: 0.4em 0.6em 0.4em 0.6em;
	text-decoration: none;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	font-size: 0.90em;
	padding: 0.4em 0 0.4em 0;
	text-decoration: none;
}

.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_first, .maintab_last, .maintab_active_first, .maintab_active_last, .mirrortab_first, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_last {
	display: none;
}

.meaction, .error {
	color: #FF0000;
}

.mirrortab_back a, .mirrortab_active_back a {
	border-top: 3px solid #E6E9EB;
	color: #FFFFFF;
	padding: 0.4em 0.6em 0.4em 0.6em;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	border-top: 3px solid #FB8115;
	color: #000000;
	padding: 0.4em 0.6em 0.4em 0.6em;
	text-decoration: none;
}

.nav a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

.nav, .nav a:link, .nav a:visited, .nav a:active {
	background: transparent;
	color: #2A3C55;
	text-decoration: none;
}

.normaltext {
	font-size: small;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	line-height: 1.3em;
	overflow: auto;
	width: 100%;
}

/* A quote, perhaps from another post. */
.quote {
	background-color: #D7DAEC;
	border: 1px solid #000000;
	color: #000000;
	font-size: x-small;
	line-height: 1.4em;
	margin: 1px;
	padding: 1px;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000000;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
}

/* TP rss feed styles */
.rss_body{
	margin-bottom: 1ex;
}

.rss_image{
	margin: 4px 0 4px 0;
}

.search {
	border: 1px solid #000000;
	border-color: #000000;
	color: #000000;
	font-size: 9px;
	margin-left: 1.5em;
	text-align: left;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	line-height: 1.3em;
	overflow: auto;
	padding-bottom: 3px;
	width: 100%;
}

/* This is used on tables that should just have a border around them. */
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.template_owner {
	color: #FFFFFF;
	font-size: 10pt;
	padding: 2px;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg a:hover {
	color: #404040;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	background-color: #E9F0F6;
	background-image: url(images/titlebg.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: 1px solid #C1D3DD;
	color: #000000;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	background-color: #ECF0F0;
	color: #000000;
}

.windowbg2 {
	background-color: #F0F0F9;
	color: #000000;
}

.windowbg3 {
	background-color: #EBEBF1;
	color: #000000;
}

/* The AJAX notifier */
#ajaxinprogress {
	background: #F0F0F9;
	border: solid 1px #000000;
	color: #008000;
	font-size: 14pt;
	font-weight: bold;
	left: 30%;
	margin-top: 10%;
	padding: 3px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40%;
}

#footerarea {
}



#maincontent{
	padding: 0 10px 0 8px;
}

/* the linktree or navigation area */
.linktree {
	background: url(images/contentbackground.jpg) #C4D4E4 repeat-x;
	border-bottom: solid 1px #DDDDDD;
	font-size: 0.85em;
	margin: 0 0 5px 0;
	padding: 1.5em 1.5em 1em 1.5em;
}

/* the linktree on the bottom */
.linktree_below {
	border-top: solid 1px #DDDDDD;
	font-size: 0.85em;
	padding: 1.5em 1.5em 1em 1.5em;
}

* html #mainmenus ul#menulist li ul li a {
	display: block;
	height: 1%;
}

#mainmenus .input {
	background: #E6E9EB;
	border: 1px solid #E4EBF3;
	border-left: #2A3C55;
	border-top: #2A3C55;
}

#mainmenus .submit {
	background: #E6E9EB;
	border: 1px solid #2A3C55;
	border-left: #E4EBF3;
	border-top: #E4EBF3;
	margin-top: 1px;
}

#mainmenus ul#menulist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenus ul#menulist li {
	float: left;
	list-style: none;
	white-space: nowrap;
}

#mainmenus ul#menulist li > ul {
	left: auto;
	padding-left: 0;
	top: auto;
}

#mainmenus ul#menulist li a {
	background: #5C77A3;
	border-bottom: solid 1px #5A82A4;
	border-top: solid 1px #5A82A4;
	color: #FFFFFF;
	display: block;
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 0.85em;
	padding: 0.4em 0.6em 0.4em 0.6em;
	text-transform: uppercase;
}

#mainmenus ul#menulist li a#firstmenu:visited, #mainmenus ul#menulist li a#firstmenu:link {
	border-left: solid 1px #5A82A4;
}

#mainmenus ul#menulist li a#lastmenu:visited, #mainmenus ul#menulist li a#lastmenu:link {
	border-right: solid 1px #5A82A4;
}

#mainmenus ul#menulist li a.active:link, #mainmenus ul#menulist li a.active:visited {
	background: #445F86;
	color: #FFFFFF;
	display: block;
}

#mainmenus ul#menulist li a:hover, #mainmenus ul#menulist li a.active:hover {
	background: #7C96BB;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

#mainmenus ul#menulist li form {
	background: #5C77A3;
	border-top: solid 1px #5A82A4;
	display: block;
	font-size: 0.85em;
	padding: 3px;
}

#mainmenus ul#menulist li ul {
	background: transparent;
	border: solid 1px #5A82A4;
	border-top: none;
	color: #FFFFFF;
	display: none;
	margin: 0;
	margin-top: -1px;
	padding-left: 0;
	position: absolute;
	z-index: 90;
}

#mainmenus ul#menulist li ul li {
	float: none;
	margin: 0;
	padding: 0;
	width: 16em;
}

#mainmenus ul#menulist li ul li a {
	border-bottom: none;
	border-top: 1px solid #5A82A4;
}

#mainmenus ul#menulist li:hover ul, #mainmenus ul#menulist li.over ul, #mainmenus ul#menulist li ul li:hover ul, #mainmenus ul#menulist li ul li.over ul {
	display: block;
}

/* the submenus.. */
#mainmenus ul#menulist ul li {
	float: left;
	margin-top: -1px;
	padding-right: 4px;
	position: relative;
	text-transform: uppercase;
}

#news{
	padding: 25px 20px 10px 20px;
}

#bt-topnav {
	margin:0;
	padding:29px 0 0 15px;
	list-style-image:url(design/nav2.gif);
	background-color: transparent;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	width: 8%;
	text-align:left;
}

#bt-topnav li {
	margin:4px;
	padding:0;
}
