/* Normal, standard links. */



html{
	overflow:-moz-scrollbars-vertical;
	overflow-y: scroll;
}





a:link {

	 color: #356EA6;

	 text-decoration: none;

}

a:visited {

	 color: #356EA6;

	 text-decoration: none;

}

a:hover {

	 color: #356EA6;

	 text-decoration: underline;

}

/* Navigation links - for the link tree. */



.nav, .nav:link, .nav:visited {

	 color: #0000FF;

	 text-decoration: none;

}

a.nav:hover {

	 color: #0000FF;

	 text-decoration: underline;

}

/* Navigation links - for the link tree. */

span.pathway 

{

	display: block;

	height: 16px;

	line-height: 16px;

	vertical-align: middle;

	margin-top: 5px;

	margin-bottom: 10px;

	color: #356EA6;

	font-weight: normal;

}

span.pathway img 

{

	margin: 0px 10px;

	vertical-align: middle;

}

div#pathway 

{

	margin-bottom: 10px;

	padding-left: 8px;

}

/* Tables should show empty cells. */

table {

	 empty-cells: show;

}

/* By default (td, body..) use verdana in black. */

body, td, th, tr 

{

	color: #000000;

	font-size: 12px;

	font-family: verdana, sans-serif;

}

/* The main body of the entire forum. */

body 

{

	background: #000000 url(./images/img/header.jpg) no-repeat center top;

	xbackground: #000000;

	margin: 0px 0 5px 0;

	padding: 0;

}

/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button, option

{

	color: #000000;

	font-family: verdana, sans-serif;

	background: #f0f0f5;

	border: 1px solid #A8BEE6;

	padding: 2px;

}

input, button

{

	font-size: 90%;

}

textarea

{

	font-size: 100%;

	color: #000000;

	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: 90%;

	font-weight: normal;

	color: #000000;

	font-family: verdana, sans-serif;

	background: #f0f0f5;

}

/* 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: #A8BEE6;

	margin: 1px;

	padding: 1px;

	font-size: x-small;

	font-style: italic;

	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: #d2d2d2;

	color: #1c1c1c;

	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 

{ 

	color: #737373;

	background-color: #f9f9f9;

	border-bottom: 1px solid #eee;

	padding: 1ex;

}

.windowbg2 

{

	background-color: #fcfcfc;

	border-bottom: 1px solid #eee;

	padding: 1ex;

}

.windowbg3 

{

	background-color: #f0f0f0;

	border-bottom: 1px solid #e8e8e8;

	padding: 1ex;

}

td.windowbg img, td.windowbg2 img {

	margin-right: 1ex;

}

/* the today container in calendar */

.calendar_today {

	 background-color: #f6f6f6;

}

/* 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: #242424;

	 font-style: normal;

	 background: url(./images/catbg.gif) #FFFFFF repeat-x;

	 border-bottom: solid 1px #f2f2f2;

	 border-top: solid 1px #ffffff;

	 padding-left: 10px;

	 padding-right: 10px;

	 line-height: 18px;

}

.titlebg, .titlebg a:link, .titlebg a:visited {

	 font-weight: bold;

	 color: #242424;

	 font-style: normal;

	 font-size: 12px;

}

.titlebg a:hover {

	 color: #1C11C1C;

}

/* same as titlebg, but used where bold text is not needed */



.titlebg2 a:link, .titlebg2 a:visited {

	 color: #242424;

	 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: #fff;

	 padding-left: 10px;

	 padding-right: 10px;

	 background: url(./images/titlebg.gif) repeat-x;

}

.catbg2, tr.catbg2, .catbg3 td { }

	 color: #fff;

	 padding-left: 10px;

	 padding-right: 10px;

	 background: url(./images/titlebg.gif) repeat-x;

}

.catbg, .catbg2 {}

.catbg, .catbg2 {

	 font-weight: bold;

	 font-size: 12px;

}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {

	 font-size: 95%;

	 color: #fff;

	 text-decoration: none;

}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {

	 color: #fff;

	 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: #dddada;

	 padding: 0px;

}

/* This is used on tables that should just have a border around them. */

.tborder {

	 padding: 1px;

	 border: 1px solid #dddada;

}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext

{

	font-size: x-small;

	font-family: verdana, sans-serif;

}

.middletext

{

	font-size: 90%;

}

.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

{

}

.maintab_back, .maintab_active_back

{

	padding: 1px;

	border: solid 1px #aaa;

	background: white;

	min-width: 335px;

}

.maintab_first

{

}

.maintab_back

{
}

.maintab_last

{

}

.maintab_active_first

{

}

.maintab_active_back

{

}

.maintab_active_last

{

}

/* how links behave in main tab. */

.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited

{

	display: block;

	padding: 4px;

	background: #f6f6f6;

	float: left;

	margin-right: 1px;

	font-size: x-small;

	color: black;
	

}

.maintab_active_back a:link , .maintab_active_back a:visited

{

	background: #356EA6;

	color: white;

	text-decoration: none;

}

.maintab_back a:hover, .maintab_active_back a:hover

{

	background: #356EA6;

	color: white;

	text-decoration: none;

}

/* definitions for the mirror tab */

.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last

{

}

.mirrortab_back, .mirrortab_active_back

{

	padding: 1px;

	border: solid 1px #aaa;

	background: white;

	min-width: 335px;

}

.mirrortab_first

{

}

.mirrortab_back

{

}

.mirrortab_last

{

}

.mirrortab_active_first

{

}

.mirrortab_active_back

{

}

.mirrortab_active_last

{

}

/* how links behave in mirror tab. */

.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited

{

	display: block;

	padding: 4px;

	background: #f6f6f6;

	float: left;

	margin-right: 1px;

	font-size: x-small;

	color: black;

}

.mirrortab_active_back a:link , .mirrortab_active_back a:visited

{

	background: #356EA6;

	color: white;

	text-decoration: none;

}

.mirrortab_back a:hover, .mirrortab_active_back a:hover

{

	background: #356EA6;

	color: white;

	text-decoration: none;

}

#wrapper {

	 width: 960px;

	 min-width: 720px;

	 margin: 0 auto;

	 padding: 0;

}

#header {

	 position: relative;

	 width:960px;

	 height: 188px;

	 overflow: hidden;

	 background: transparent url(./images/img/headerlogo.png) 0 0 no-repeat;

}

#head-r {

	 xheight: 190px;

	 xbackground: url(./images/img/headerright.gif) 100% 0 no-repeat;

}

#head-l {

	 xbackground: url(./images/img/headerleft.gif) 0 0 no-repeat;

}

#logo {

	 position: absolute;

	 top: 0px;

	 left: 0px;

	 display: block;

	 width: 500px;

	 height: 150px;

	 cursor: pointer;

	 background: url(./images/img/spacer.gif) repeat;

}

#userarea {

	 height: 78px;

	 float: right;

	 padding: 25px 0px 0 0;

	 text-align: right;

	 font-size: 1.0em;

	 color: #999;

	 font-family: tahoma, sans-serif;

}

#userarea a:link, #userarea a:visited {

	 color: #FFF;

	 text-decoration: none;

	 xborder-bottom: 1px dotted #0000FF;

}

#userarea a:hover {

	 color: #DDDDDD;

	 text-decoration: none;

	 xborder-bottom: 1px dotted #000;

}

#toolbar {

	font-size: 1.0em;

	height: 31px;

	background: url(./images/img/toolbar-bg.png) repeat-x;

	border-top: solid 1px #d2d2d2;

}

#nav li.active_menu a {

	background: url(./images/img/toolbar-select.png) 0 0 no-repeat;

}

#nav {

	background: url(./images/img/toolbar-div.png) 0 0 no-repeat;

}

#nav li {

	background: url(./images/img/toolbar-div.png) 100% 0 no-repeat;

}

#nav li a {

	font-size: 1.0em;

	color: #fff;

}

#nav a:hover {

	font-size: 1.0em;

	color: #444;

}

#nav {

	margin: 0 0 0 20px;

	padding: 0;

	height: 31px;

	font-size: 1.0em;

}

#nav ul {

	padding: 0;

	margin: 0;

	margin-left: 2px;

	font-size: 1.0em;

}

#nav li {

	margin: 0;

	padding: 0;

	float: left;

	display: block;

	font-size: 1.0em;

}

#nav a {

	text-decoration: none;

	cursor: pointer;

	font-weight: normal;

	font-size: 1.0em;

}

#nav ul li a:hover, #nav #active a {

	background: url(./images/img/toolbar-hover-bg.png) 0 0 repeat-x;

	 font-size: 1.0em;

}

#nav li a {

	display: block;

	float: left;

	height: 31px;

	font-size: 1.0em;

	line-height: 31px;

	padding: 0 15px;

}

#mainarea {

	 padding: 10px;

	 margin: 0;

	 xbackground: #FFFFFF;

 	 background: #FFFFFF url(./images/img/page-bg.gif) 0 0 repeat-x;

}

#footer {

	 background: url(./images/img/footer-bg.gif) 0 100% repeat-x;

}

#foot-r {

	 height: 36px;

	 background: url(./images/img/footer-right-side.gif) 100% 100% no-repeat;

}

#foot-l {

	 background: url(./images/img/footer-left-side.gif) 0 100% no-repeat;

}

#footerarea {

	 text-align: left;

	 padding: 7px;

}

#footerarea {

	font-family: Tahoma;

	font-size: 10px;

	color: #999;

	text-decoration: none;

}

#footerarea a:link {

	font-family: Tahoma;

	font-size: 10px;

	color: #999;

	text-decoration: none;

}

#footerarea a:visited {

	font-family: Tahoma;

	font-size: 10px;

	color: #999;

	text-decoration: none;

}

#footerarea a:hover {

	font-family: Tahoma;

	font-size: 10px;

	color: #CCC;

	text-decoration: underline;

}

#footerarea a:active {

	font-family: Tahoma;

	font-size: 10px;

	color: #FFFFFF;

	text-decoration: none;

}







.popuptext{

	 color: #DDDDDD;

	 padding: 9px;

}









/* The AJAX notifier */



#ajax_in_progress {

	 background: #32CD32;

	 color: white;

	 text-align: center;

	 font-weight: bold;

	 font-size: 18pt;

	 padding: 3px;

	 width: 100%;

	 position: fixed;

	 top: 0;

	 left: 0;

}


/*  ********************************************* */


.navcontainer {
  float: right;
  display: block;
  list-style-type: none;
  font-size: 18px;
  padding-top: 21px;
}
ul.topnav li {
  float: left;
  margin: 0px;
  margin-left:15px;
  padding-top:10px;
  padding-bottom:35px;
  width: auto;
  display: block;
  position: relative;
}
ul.topnav li a, ul.topnav li a:link {
  color:#ccc;
  text-decoration: none;
  padding: 4px 8px 4px 8px;
  display: block;
  xxbackground: #fff;
}
ul.topnav li a:hover {
  color: #FFF;
  background: #444;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
ul.topnav li a#current, ul.topnav li a#current:link {
  color: #FFFFFF;
  cursor: default;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #333;
}
ul.topnav li a#current:hover {
  xborder-radius: 5px;
  xbackground: #444;
  x-moz-border-radius: 5px;
  x-webkit-border-radius: 5px;
  xborder-bottom: 3px solid #f90;
  xbackground: #eee;
}

ul.topnav li ul.subnav {
  list-style: none;
  position: absolute; /*--Important*/
  left: 0;
  top: 40px;
  xxbackground: #333;
  margin: 0;
  padding: 0;
  display: none;
  xfloat: left;
  xwidth: 170px;
  xborder: 1px solid #111;
  font-size:12px;
}
ul.topnav li ul.subnav li {
  margin: 0;
  padding: 0;
  xclear: both;
  xwidth: 170px;
}
html ul.topnav li ul.subnav li a {
  margin-left: 1px;
  margin-right:7px;
  xfloat: left;
  xwidth: 145px;
}


/* Button \/ */

a.button {
  background: transparent url(./images/img/bg_button_a.png) no-repeat scroll top right;
  color: #FFF;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 36px;
  padding-right: 12px; /* sliding doors padding */
  text-decoration: none;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.button span {
  background: transparent url(./images/img/bg_button_span.png) no-repeat;
  display: block;
  line-height: 26px;
  padding: 5px 0 5px 36px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.button:hover {
  background-position: center right;
  color: #FFF;
  outline: none; /* hide dotted outline in Firefox */
}
a.button:hover span {
  background-position: center left;
}
a.button:active {
  background-position: bottom right;
  color: #CCC;
  outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 36px; /* push text down 1px */
}
/* Button /\ */


#buttoncontainer {
  
  clear:both;
  float:right;

  padding-top: 15px;
}

.buttonbelow {
  font-size: 11px;
  color:#555;
  clear:left;
  padding-left:37px;
}
?


