/* OutlineOmega_115*/
/* Normal, standard links. */

a:link {
	 text-decoration: none;
}

a:visited {
	 text-decoration: none;
}

a:hover {
	 text-decoration: underline;
}

/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	 text-decoration: none;
}

a.nav:hover {
	 text-decoration: underline;
}

/* Tables should show empty cells. */

table {
	 empty-cells: show;
}

/* Standard font colour. By default (td, body..) use verdana in black. */

body, td, th, tr {
	 line-height: 150%;
	 font-family: tahoma, sans-serif;
	 font-size: 12px;
}

/* The main body of the entire forum. */

body {
	 padding: 10px 0 0 0;
	 margin: 0;
}

/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button {
	 font-family: verdana, sans-serif;
}

input, button {
	 font-size: 100%;
}

textarea {
	 font-size: 100%;
	 font-family: verdana, sans-serif;
}

/* 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-size: 100%;
	 font-weight: normal;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	 height: 2px;
	 border: 0;
}

/* No image should have a border when linked */

a img {
	 border: 0;
}

/* A quote, perhaps from another post. */

.quote {
	 margin: 1px;
	 padding: 2px;
	 font-size: 11px;
	 line-height: 1.4em;	 
}

/* A code block - maybe even PHP ;). */

.code {
 /*font-family: "courier new", "times new roman", monospace;*/
	 font-size: 11px;
	 line-height: 1.3em;
/* Put a nice border around it. */
	 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 {
	 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%;
	 height: 250px;
}

/* Highlighted text - such as search results. */

.highlight {
	 font-weight: bold;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg { }

.windowbg2 { }

.windowbg3 { }

.windowbg4 { }

/* 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;
	 line-height: 19px;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	 font-weight: bold;
	 font-style: normal;
	 font-size: 12px;
}

.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: 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 {
	 padding-left: 10px;
	 padding-right: 10px;
}

.catbg2, tr.catbg2 td {
	 padding-left: 10px;
	 padding-right: 10px;
}

.catbg, .catbg2, .catbg3 { }

.catbg, .catbg2 {
	 font-weight: bold;
	 font-size: 12px;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	 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 {
	 text-decoration: underline;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor {
	 padding: 0px;
}

/* This is used on tables that should just have a border around them. */

.tborder {
	 padding: 1px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.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: 90%;
	margin: auto;
	 overflow: auto;
	 line-height: 1.3em;
	font-size: 120%;
}

/* 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;
	 text-transform: uppercase;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	 text-decoration: none;
	 font-size: 9px;
	 font-family: tahoma, 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, .mirrortab_back a:link, .mirrortab_back a:visited {
	 text-decoration: none;
	 font-weight: bold;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	 text-decoration: none;
	 font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	 text-decoration: underline;
}

/* The AJAX notifier: this is the strip across the top of the screen that says Loading when using the quick edit feature. */

#ajax_in_progress {
	 text-align: center;
	 font-weight: bold;
	 font-size: 18pt;
	 padding: 3px;
	 width: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
}

#wrapper {
	 width: 90%;
	 min-width: 900px;
	 margin: 0 auto;
	 padding: 0;
}

#shad-l {
	 padding-left: 18px;
}

#shad-r {
	 padding-right: 18px;
}

#header {
	 position: relative;
	 height: 120px;
	 overflow: hidden;
	 margin: 0 0 0 0;
}

#head-r {
	 height: 120px;
	 padding-right: 20px;
	 margin: 0 0 0 0;
}

#head-l {
	 padding-left: 20px;
	 margin: 0 0 0 0;
}

#logo {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 display: block;
	 width: 825px;
	 height: 120px;
	 cursor: pointer;
}

#userarea {
	 height: 73px;
	 float: right;
	 padding: 40px 5px 0 0;
	 font-size: 1.0em;
	 font-family: tahoma, sans-serif;
	 font-size: 90%;
}

#userarea a:link, #userarea a:visited { }

#userarea a:hover {	 
	 text-decoration: underline;
}

#toolbar {
	 margin: 0;
	 padding: 0;
	 height: 30px;
}

#bodyarea {
	 padding: 10px;
	 margin: 0;
}

#footer {
     height: 130px;
 }

#foot-r {
	 height: 130px;
	 padding-right: 280px;
}

#foot-l { 
     height: 130px;
	 padding-left: 280px;
}

#footerarea {
	 text-align: center;
	 padding: 17px;
}

#footerarea a:link, #footerarea a:visited { }

#footerarea a:hover {
	 text-decoration: none;
}

/*Drop menu codes*/

.tabs {
	 float: left;
	 margin: 0 0 0 0;
	 font-size: 11px;
	 list-style: none;
}

.tabs a:link{ }

.tabs a:visited { }

.tabs-left {
	 float: left;
	 width: 6px;
	 height: 30px;
	 overflow: hidden;
	 margin: 0 0 0 10px;
	 list-style: none;
}

.tabs-right {
	 float: left;
	 width: 6px;
	 height: 30px;
	 overflow: hidden;
	 margin: 0 0 0 0;
	 list-style: none;
}

.tabs ul {	
	 height: 30px;
	 float: left;
	 margin: 0;
	 padding: 0 6px 0 4px;
	 list-style: none;
	 font-size: 11px;
}

.tabs li {
	 float: left;
	 padding: 0 6px 0 4px;
	 position: relative;
	 z-index: 1;
}

.tabs li.last {
	 float: left;
	 padding: 0 0 0 5px;
	 background: transparent;
	 position: relative;
	 z-index: 1;
}

.tabs li:hover {
	 z-index:2;
}

.tabs li a {
	 display: block;
	 line-height: 30px;
	 overflow: hidden;
	 float: left;
}

a .menu-left {
	 width: 8px;
	 height: 30px;
	 line-height: 30px;
	 display: block;
	 float: left;
	 overflow: hidden;
}

a .menu-mid {
	 height: 30px;
	 line-height: 30px;
	 display: block;
	 float: left;
	 overflow: hidden;
	 padding: 0 7px;
}

a .menu-right {
	 width: 8px;
	 height: 30px;
	 line-height: 30px;
	 display: block;
	 float: left;
	 overflow: hidden;
}

.tabs li a:hover .menu-left,
.tabs li.current a .menu-left,

.tabs li:hover a .menu-left,
.tabs li a:hover .menu-mid,
.tabs li.current a .menu-mid,

.tabs li:hover a .menu-mid,
.tabs li a:hover .menu-right,
.tabs li.current a .menu-right,

.tabs li:hover a .menu-right {
	 background-position: 0 -33px;
	 line-height: 30px;
	 overflow: hidden;
}

.tabs li a:hover,
.tabs li.current a,

.tabs li.hover a,
.tabs li:hover a { }

.tabs li:hover .sub,
.tabs li.hover .sub {
	 display: block;
}

.tabs li .sub {
	 display: none;
	 position: absolute;
	 top: 26px;
	 left: 4px;
	 width: 186px;
	 padding-top: 5px;
}

.tabs li ul {
	 width: 170px;
	 height: auto;
	 margin: 0;
	 padding: 0 8px 3px;
	 list-style: none;
	 font-size: 12px;
}

.tabs li:hover li,
.tabs li.current li {
	 width: 100%;
	 padding: 0;
	 background: none !important;
}

.tabs li:hover li a,
.tabs li.current li a {
	 background: none !important;
	 line-height: normal;
	 width: 164px;
	 padding: 8px 3px 3px;
	 text-indent: 4px;
	
}

.tabs li:hover li a:hover,
.tabs li.current li a:hover {
	 text-decoration: none;
	 line-height: normal;
	 text-indent: 4px;
}

/*IE*/
.tabs li li a:hover {
	 text-decoration: none;
	 line-height: normal;
	 text-indent: 4px;
}
/**/

.tabs .btm-bg {
	 width: 205px;
	 height: 9px;
	 overflow: hidden;
	 clear: both;
}

/* Basebar div for SMF/TP copyrights and page load times. */

#basebar {
     background: none 0 100%; 
 }

#basebar a:link, #basebar a:visited { }

#basebar a:hover { }

/* Nested quotes restriction. Default is for three. */

.quote .quote .quote .quote { display: none }
.quote .quote .quote .quoteheader { display: none }
