/* OverView MultiColor
/* By Str8upNate And DzinerStudio

/* Normal, standard links. */
a:link {
	color: #808080;

}

a:visited {
	color: #757575;
	
}

a:hover {
	color: #ccc;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #8f8f8f;

}

a.nav:hover {
	color: #bcbcbc;

}

/* Tables should show empty cells. */
table {

}

/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #cccccc;
}

/* The main body of the entire forum. */
body {
	background:#4b4b4b url(images/blue/bg.gif) 0 0 repeat-x;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000;
}

input, button {
}

textarea {
	color: #000;
}

/* 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 {
	color: #000;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	color: #666;
	background-color: #414141;
}

/* No image should have a border when linked */
a img {
}

/* A quote, perhaps from another post. */
.quote {
	color: #3a3a3a;
	background-color: #efefef;
	border: 1px solid #cfcfcf;
}

/* A code block - maybe even PHP ;). */
.code {
	color: #3a3a3a;
	background-color: #fbede6;
	/* Put a nice border around it. */
	border: 1px solid #f1ccbb;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.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 {
}

/* Highlighted text - such as search results. */
.highlight {
	background-color: yellow;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	background-color: #373737;
}

.windowbg2 {
	background-color: #343434;
}

.windowbg3 {
	background-color: #343434;
}

/* the today container in calendar */
.calendar_today {
	background-color: #fff;
}

/* 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: #0000FF;
	background: #3d3c3c url(images/blue/titlebg.png) repeat-x;
	border-bottom: 1px solid #303030;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	color: #ddd;
}

.titlebg a:hover {
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #9937df;
}

.titlebg, .titlebg2 {
      color: #0000FF;
}
.titlebg2 a:hover {
}

/* 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: #3d3c3c url(images/blue/catbg.png) repeat-x;
	color: #f9f9f9;
}

.catbg2 , tr.catbg2 td {
    	background: #3d3c3c url(images/blue/catbg.png) repeat-x;
	color: #f9f9f9;
}

.catbg, .catbg2, .catbg3 {
}

.catbg, .catbg2 {
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	color: #fff;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #fff;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #bbb;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background: #393939;
}

/* This is used on tables that should just have a border around them. */
.tborder {
	border: 1px solid #303030;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
}

.middletext { 
}

.normaltext {
}

.largetext {
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
}

/* 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 {
	color: white;
}

.maintab_back, .maintab_active_back {
	color: white;
}

.maintab_first {
	background: #2620A5 url(images/blue/maintab-left.gif) 0 100% no-repeat;
}

.maintab_back {
      background: #2620A5;
}

.maintab_last {
	background: #2620A5 url(images/blue/maintab-right.gif) 100% 100% no-repeat;
}

.maintab_active_first {
      background: #6d6b6b url(images/blue/mirrortab-active-left.gif) 0 0 no-repeat;
}

.maintab_active_back {
      background: #6d6b6b;
}

.maintab_active_last {
      background: #6d6b6b url(images/blue/mirrortab-active-right.gif) 100% 0 no-repeat;
}

/* 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: white;
}

.maintab_back a:hover, .maintab_active_back a:hover {
	color: #343434;
}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: white;
}

.mirrortab_back, .mirrortab_active_back {
	color: white;
}

.mirrortab_first {
	background: #2620A5 url(images/blue/topmenu-left2.gif) 0 0 no-repeat;
}

.mirrortab_back {
      background: #2620A5;
}

.mirrortab_last {
	background: #2620A5 url(images/blue/topmenu-right2.gif) 100% 0 no-repeat;
}

.mirrortab_active_first {
      background: #6d6b6b url(images/blue/maintab-active-left.gif) 0 0 no-repeat;
}

.mirrortab_active_back {
      background: #6d6b6b;
}

.mirrortab_active_last {
      background: #6d6b6b url(images/blue/maintab-active-right.gif) 100% 0 no-repeat;
}

/* 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: white;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #343434;
}

/* TP rss feed styles */
.rss_title {
}

.rss_body {
}

.rss_image {
}

#container {
}

#menubar {
}

#topmenu {
}

#topmenu  ul {
}

#topmenu  ul li {
}

#topmenu  ul li a {
      color: #fff;
}

#topmenu  ul li a span { 
}

#topmenu ul li a:hover {
      color: #000;
      background: #2620A5 url(images/blue/topmenu-left2.gif) 0 0 no-repeat;
}

#topmenu ul li a:hover span {
      background: #2620A5 url(images/blue/topmenu-right2.gif) 100% 0 no-repeat;
}

#topmenu ul li a.current {
      color: #fff;
      background: #6d6b6b url(images/blue/topmenu-left.gif) 0 0 no-repeat;
}

#topmenu ul li a.current span {
      background: #6d6b6b url(images/blue/topmenu-right.gif) 100% 0 no-repeat;
}

#mainarea {
	background: #343434;
}

#header {
	background: #343434 url(images/blue/header-bg.gif) repeat-x;
}

#headerleft {
	background: url(images/blue/header-left.gif) 0 0 no-repeat;

}

#headerright {
	background: url(images/blue/header-right.gif) 100% 0 no-repeat;
}

#logo, #logo a {
	background: url(images/blue/logo.gif) no-repeat;
}

#welcome {
	color: #fff;
}

#welcome a:link, #welcome a:visited {
      color: #404040;
}
#welcome a:hover {
}

#footer {
	background: #343434 url(images/blue/footer-bg.gif) 0 0 repeat-x;
      color: #606060;
}

#footer-left {
	background: url(images/blue/footer-left.gif) 0 0 no-repeat;
}

#footer-right {
	background: url(images/blue/footer-right.gif) 100% 0 no-repeat;
}

#footer a:link , #footer a:visited {
	color: #aaa;
}

#footer a:hover {
	color: #222;
}
