/* Normal, standard links. */
a:link
{
	color: #789e2c;
	text-decoration: none;
}
a:visited
{
	color: #789e2c;
	text-decoration: none;
}
a:hover
{
	color: #999;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #dcdcdc;
	text-decoration: none;
}
a.nav:hover
{
	color: #789e2c;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	line-height: 150%;
	color: #dcdcdc;
	font-size: x-small;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */

body {
	 background: #000 url(./images/bodybg.jpg);
	 padding: 10px 0 0 0;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, option {
	 color: #999;
	 border: solid 1px #5d5d5d;
	 font-family: airal, tahoma, sans-serif;
}
input, button {
	 color: #999;
	 font-size: 100%;
	 font-family: airal, tahoma, sans-serif;
	 margin: 1px;
	 padding: 1px;
}
input, textarea {
	 color: #999;
	 background: #1c1c1c;
	 font-size: 100%;
	 border: solid 1px #5d5d5d;
}
input:focus {
	 color: #999;
	 font-size: 100%;
	 font-family: airal, tahoma, sans-serif;
	 background: #282828;
	 border: solid 1px #236315;
}
textarea {
	 color: #999;
	 font-family: airal, tahoma, sans-serif;
	 font-size: 100%;
}
/* 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 {
	 border: solid 1px #5d5d5d;
	 background: #1c1c1c;
	 font-size: 100%;
	 font-weight: normal;
	 color: #999;
	 font-family: airal, tahoma, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	 height: 1px;
	 border: 0;
	 color: #666666;
	 background-color: #666666;
}
/* No image should have a border when linked */

a img {
	 border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #e0f0e8;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	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
{
	background: #1c1c1c;
	color: #fff;
	padding: 5px;
	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 {
	background: #2f2f2f url(images/windowbg.gif) repeat-x top left;
	color: #b8c3ca;
	border: 2px solid #2f2f2f;
}
.windowbg2 {
	background: #272727 url(images/windowbg2.gif) repeat-x bottom left;
	color: #b8c3ca;
	border: 2px solid #272727;
}
.windowbg3 {
	 background-color: #383838;
}
/* the today container in calendar */

.calendar_today {
	 background-color: #282828;
}
td.windowbg img, td.windowbg2 img
{
	margin-right: 1ex;
}
/* 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: #e3e3e3;
	font-style: normal;
	background-color: #282828;
	border-bottom: solid 1px #1c1c1c
	border-top: solid 0px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 90%;
	font-family: verdana, sans-serif;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: 700;
	color: #e3e3e3;
	font-style: normal;
}
.titlebg a:hover {
	color: #ccc;
}
/* 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;
}
.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 {
	 color: #dcdcdc;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #1a1a1a url(images/catbg.jpg) repeat-x;
}
.catbg2, tr.catbg2 td {
	 color: #dcdcdc;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #1a1a1a url(images/catbg.jpg) repeat-x;
}
.catbg, .catbg2 {
	 font-weight: 700;
	 font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	 color: #dcdcdc;
	 text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #dcdcdc;
	 text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	 background-color: #383838;
	 padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	 padding: 1px;
	 border: 1px solid #323231;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.x-small {
	font-size: 75%;
	font-family: Arial, Tahoma, serif;
}
.smalltext {
	 font-size: 90%;
	 font-family: verdana, sans-serif;
}
.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;
}
/* 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
{
	color: #fff;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #fff;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}
.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #fff;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #fff;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}
.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #fff;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #ff000;
	text-decoration: none;
}
#wrapper {
	width: 1024px;
	min-width: 1000px;
	margin: 0px auto 0px auto;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-top: solid 1px #000;
}
#header {
	 position: relative;
	 height: 162px;
	 overflow: hidden;
	 background: #00CA00 url(images/img/) 0 0 repeat;
}
#head-r {
	 height: 162px;
	 background: url(images/img/) 100% 0 no-repeat;
}
#head-l {
	 background: url(images/img/header.png) 0 0 no-repeat;
}
#logo {
	 position: absolute;
	 top: 20px;
	 left: 20px;
	 display: block;
	 width: 400px;
	 height: 120px;
	 cursor: pointer;
	 background: url(./images/vlogo.gif ) no-repeat;
}
#userarea {
	 height: 30px;
	 float: right;
	 padding: 40px 25px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 color: #ddd;
	 font-family: tahoma, sans-serif;
}

#userarea a:link, #userarea a:visited {
	 color: #eee;
}

#userarea a:hover {
	 color: #ccc;
	 text-decoration: underline;
}
#toolbar {
	 margin: 0;
	 padding: 0;
	 height: 27px;
	 background: #1C1C1C;
}

/* template menu */
.menu {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/img/bg-bubplastic.gif) top left repeat-x;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/img/bg-bubplastic-button.gif) top left no-repeat;
}
.menu ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: capitalize;
	font-family: Helvetica Neue, helvetica, microsoft sans serif, arial, serif;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}
.menu ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/img/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
.menu ul li a:hover,
.menu ul li.chosen a {
	background: transparent url(images/img/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.menu ul li a:hover span.menu_ar,
.menu ul li.chosen a span.menu_ar {
	background: transparent url(images/img/bg-bubplastic-h-aqua.gif) top right no-repeat;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
#bodyarea {
	padding: 10px;
	border-top: solid 1px #333;
	background: #151717 url(./images/bodyarea.png) repeat-x top left;
}
#footer {
	 background: #004000 url(images/img/) 0 100% repeat-x;
}

#foot-r {
	 height: 142px;
	 background: url(images/img/) 100% 100% no-repeat;
}

#foot-l {
	 background: url(images/img/footer.gif) 0 100% no-repeat;
}

#footerarea {
	 text-align: right;
	 font-size: 12px;
	 font-variant: small-caps;
	 font-weight: 300;
	 padding: 10px;
	 color: #fafafa;
	 float: right;
	 width: 100%;
	 padding-top: 10px;
	 padding-bottom: 10px;
}
#load-time {
	 color: #fafafa;
	 float: left;
	 width: 100%;
	 padding-top: 10px;
	 padding-bottom: 10px;
}
#footerarea a:link, #footerarea a:visited {
	 color: #fff;
}
#footerarea a:hover {
	 color: #000;
	 text-decoration: none;
}
/* TP specific classes */
.sitemap {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
.sitemap_header {
	 display: block;
	 font-weight: 700;
	 margin: 2px;
	 padding: 4px;
	 background: #2f2f2f;
	 border-bottom: 1px solid #272727;
}
.sitemap_header_active {
	 display: block;
	 font-weight: 800;
	 margin: 2px;
	 padding: 4px;
	 background: #2f2f2f;
	 border-bottom: 1px solid #272727;
}
.sitemap_header:hover, .sitemap_header_active:hover {
	 background: #3f3f3f;
	 text-decoration: none;
}
/* TP other styles */
ul #articlelist {
	 margin: 0;
	 padding: 0.5ex 0;
	 list-style: none;
}
ul #catlist {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 border-top: solid 1px #d0d0d0;
}
ul #articlelist li {
	 margin: 0;
	 display: block;
	 padding: 0 0 0 3ex;
	 background: url(images/divider.gif) no-repeat 5px 3px;
}
ul #catlist li {
	 display: block;
	 padding: 0 0 0 3ex;
	 margin: 0;
}
/* TP rss feed styles */
.rss_title {
	 font-weight: bold;
}
.rss_body {
	 margin-bottom: 1ex;
}
.rss_image {
	 margin: 4px 0 4px 0;
}
#ajax_in_progress
{
	background: #1c1c1c;
	border: solid 1px #ff4500;
	color: #00ca00;
	text-align: center;
	position: absolute;
	font-weight: bold;
	font-size: 14pt;
	padding: 3px;
	width: 40%;
	top: 0;
	left: 30%;
	margin-top: 10%;
}
html>body #ajax_in_progress
{
	position: fixed;
}