/* Normal, standard links. */
a:link {
	 text-decoration: none;
}

a:visited {
	 text-decoration: none;
}

a:hover { }

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	 text-decoration: none;
	 margin-left: 2px;
}

a.nav:hover {
	 text-decoration: none;
}

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

/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	 line-height: 150%;
	 font-family: Tahoma,Arial,Helvetica,sans-serif;
	 font-size: 11px;
}

/* The main body of the entire forum. */
body {
	 margin: 0px;
	 padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
textarea {
	 font-size: 11;
	 font-family: verdana, sans-serif;
}

input, button {
	 font-family: verdana, sans-serif;
	 font-size: 11;
}

#toplog, #botlog {
	 font-family: verdana, sans-serif;
	 font-size: 11;
	 cursor: pointer;
}

/* 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-family: verdana, sans-serif;
	 font-size: 110%;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
     height: 1px;
	 border: 0;
}

/* No image should have a border when linked */
a img {
     border: 0;
}

/* A quote, perhaps from another post. */
.quote {
	 margin: 1px;
	 padding: 1px;
	 padding-left: 3px;
	 font-size: 11;
	 line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code {
	 /*font-family: "courier new", "times new roman", monospace;*/
	 font-size: x-small;
	 line-height: 1.3em;
	 /* Put a nice border around it. */
	 margin: 1px auto 1px auto;
	 padding: 1px;
	 padding-left: 3px;
	 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 {
	 text-decoration: none;
	 font-style: normal;
	 font-weight: bold;
	 font-size: 11;
	 line-height: 1.2em;
	 padding-left: 3px;
}

/* 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 {
	 padding: 10px 5px 5px 5px; 
}

.windowbg2 {
	 padding: 5px;
}

.windowbg3 {
	 padding: 5px;
}

.windowbg4 {
	 padding: 10px 10px 10px 15px;
}

.windowbg5 {
	 padding: 10px 10px 10px 10px;
}

/* the today container in calendar */
.calendar_today
{ }

/* 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 {
	 font-style: normal;
	 padding-left: 10px;
	 padding-right: 10px;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	 font-weight: bold;
	 font-style: normal;
}

.titlebg a:hover { }

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	 font-style: normal;
	 text-decoration: none;
}

.titlebg, .titlebg2 {
	 font-size: 11pt;
	 font-family: tahoma, sans-serif;
}

.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 {
	 padding-left: 10px;
	 padding-right: 10px;
}

.catbg2 , tr.catbg2 td {
	 padding-left: 10px;
	 padding-right: 10px;

}

.catbg, .catbg2, .catbg3 {
	 font-size: 8pt;
	 font-family: tahoma, sans-serif;
}

.catbg, .catbg2 {
	 font-weight: bold;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 11;
	 text-decoration: none;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	 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 {
	 padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	 font-size: 11;
	 font-family: verdana, sans-serif;
}

.middletext { 
	 line-height: 18px;
	 text-indent: 10px;
}

.middletext2 { 
	 line-height: 18px;
	 text-indent: 0px;
}

.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: 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;
	 font-size:  11px;
	 font-family: verdana, sans-serif;
	 padding: 5px 10px 5px 10px;
}

.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 { }

.maintab_active_last, .mirrortab_active_last {
	 display: none;
}

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

.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	 text-decoration: none;
}

#wrapper {
	 margin: auto;
	 width: 98%;
	 min-width: 720px;
}

#mainarea {
	 padding: 1ex;
}

#toolbar {
	 width: 60%
         height: 30px;
	 position: relative;
}

#userinfo {
	 background: #1a1a1a url(images/userinfo.png) 0 0 repeat-x;
	 height: 106px;
	 color: #cdcdcd;
	 width: 400px;
	 float: left;
	 padding: 5px 0 5px 8px;
	 margin: 0 -3px 0 0;
}

#header {
	 position: relative;
	 height: 100px;
	 overflow: hidden;
}

#logo, #logo a {
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: block;
	 width: 400px;
	 height: 100px;
}

#news {
	 height: 106px;
	 padding-top: 0px;
	 overflow: hidden;
}

#newslines {
     float: right;
	 padding-top: 20px;
	 overflow: hidden;
	 width: 400px;
	 margin-left: 0px;
	 margin-bottom: 0px;
	 margin-right: 20px;
	 background: none; 
}

#footer {
	 padding: 8px 40px 10px 40px;
	 font-size: x-small;
}

#footer {
	 padding: 5px;
	 text-align: center;
	 font-size: x-small;
}

#footer a:link , #footer a:visited { }

#footer a:hover { }

/* Drop Down Menu Feature */


#topbar{
position:absolute;
border: 0px solid black;
padding: 0px;
background-color: ;
width: 100%;
visibility: hidden;
z-index: 1
}

.menu {
  border: solid 0px #BFBFBF;
  padding:4px 4px 4px 4px;
  background-color:#1D4C9A;
}

.menuItem {
  padding:8px 8px 8px 8px;
  border-bottom:solid 1px #C4D6F4;
}

.menuItem a:hover {
  color:#FFFF00;
  text-decoration:none;
}

.menuItem a {
  font-family : verdana, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  color:#ffffff;
  text-decoration:none;
}

#demo {
  background-color:;
  cursor:pointer;
  margin: 30px 0;
  width: 100%; padding-left:20px; padding-right:20px; padding-top:2px; padding-bottom:2px
}

#demo span {
  padding:4px 10px 4px 10px;
  font-family : verdana, sans-serif;
  font-size : 10pt;
  font-weight : bold;
  cursor:default;
}

#demo span:hover {
  color:#FFFF00;
  text-decoration:underline;
}

/* Nested quotes restriction. Default is for three. */

.quote .quote .quote .quote { display: none }
.quote .quote .quote .quoteheader { display: none }
