@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/fjallaone/v1/rxxXUYj4oZ6Q5oDJFtEd6hsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

html, body {

  background-attachment:scroll;
  /*background-image:url(images/background_solid.png);*/
  background-color: #EFF0F2;
  background-position:0 0px;
  background-repeat:repeat-x;
  
  margin:0;
  padding:0;
  height:100%;
  post
}

#right-menu {
  overflow: hidden;
  height: 730px;
}

#debug {
  display:none;
  position:absolute;
  bottom:147px;
  width:100%;
}

#tf-toolbar .x-toolbar {
  background-color: inherit;
  
  /*background-image: none;*/
}

#tf-toolbar {
  display: none;
  
  background-color: #fff;
  /*background:url(/media/images/toolbar_bg.png);*/
  /*background:url(/media/js/ext/ext-3/resources/images/gray/toolbar/bg.gif);*/
  
  position:fixed;
  bottom:0px;
  left:0px;
  
  width:100%;
  height:28px;
  z-index:10000;
  border-top:4px #B3B6B8 solid;
}

#wrapper {
  min-height:100%;
  position:relative;
  overflow:visible; /* this made a #name linking strange */
}


#right-banner {
  height: 730px;
  overflow: hidden;
  padding: 0px 0 0;
  
  margin-top: -30px;
}



#container {
  margin-left: auto;
  margin-right: auto;
  /*padding:0 0 150px 0;*/
  position:relative;
}

#container a:link
{
  color: #000000; /* #476C8E; */
}

#container a:visited
{
  color: #000000; /* #476C8E; */	
}

#container a:hover
{
  color: #ff9900; /*cc6600;*/
}

a {
  text-decoration: underline;
}

#container #header a:hover {
    
    text-decoration: underline;
}

#header 
{
  /*margin: 3px 0 0 0;*/
  border-width: 1px 1px 0px 1px;
  border-color: #B3B6B8 #B3B6B8 #B3B6B8 #B3B6B8; /*#DEA229 #B3B6B8 #B3B6B8 #B3B6B8;*/
  border-style: solid solid;
  height: 106px; 
  /*border-top:4px solid #DEA229;
  border-bottom:2px #B3B6B8 solid;*/
  width:838px;
  /*height:131px;*/
  background:url(images/header_bg.gif) #fff no-repeat 0px 0px;
}

#header ul.x-tab-strip-top {
  background:transparent;
}

#header .x-tab-panel-header, .x-tab-panel-footer {
  background:transparent;
  border-top: 0px; border-left: 0px; border-right: 0px;
  /*border-bottom: 2px solid #B3B6B8;*/
}

#header .x-tab-panel-header {
  padding-bottom: 0px;
}

#header .x-tab-strip span.x-tab-strip-text  {

  font-family:tahoma,arial,verdana,sans-serif;
  font-size:13px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  line-height:normal;
  padding: 3px 0;
}

#header .x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text 
{
  padding-bottom:4px;
}

#header ul.x-tab-strip {
  /*height: 20px;*/
}

#header ul.x-tab-strip-top {
	background:transparent;
	border-bottom-color: #FFFFFF;
}

#header .me-logo {
    position:absolute;
    left:5px;
    top:-3px;
    height:84px;
    z-index:100;
    width:225px;
}

#header .me-menu-top {
    position:absolute;
    top:50px;
}

#header .me-menu {
    background: #EAEAEA none repeat scroll 0 0;
    padding:5px 0 2px 5px;
    height:21px;
    font-family:tahoma,arial,verdana,sans-serif;
    font-size:13px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
}

#header .me-menu li {
    display: inline-block;
    color: #959595;
    border-right: 1px solid #B3B6B8;
    font-size: 1em;
    float: none;
    font-weight: bold;
    /*margin: .4em 0 0 0;*/
    padding: .2em .5em .1em .5em;
    --text-transform: uppercase;
}
     
#body 
{
  
  background-color:#fff;
  /*padding: 5px 5px;*/
  border-width: 0px 1px 1px 1px;
  border-style: none solid solid solid;
  border-color: #fff #B3B6B8 #B3B6B8 #B3B6B8;
  position:relative;
}

#body #content
{
   overflow: hidden;
   width: 750px;
}

#footer {
  background-color:#333333;
  position:absolute;
  bottom:0;
  width:100%;
  height:145px;
}

#footer div {
  margin-left:auto;
  margin-right:auto;
  
  overflow:hidden;
}

#footer a {
  color:#fff !important;
}

#footer .block {
  float:left;
  padding:5px 0 0 5px; 
  border-left:1px dotted #999999;
  color:#888;
}

.gradientGray {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eff0f0), to(#fff));
  background: -moz-linear-gradient(top,  #eff0f0, #fff);
  background: -o-linear-gradient(top,  #eff0f0, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff0f0', endColorstr='#ffffff');
  background-image: -ms-linear-gradient(top, #eff0f0, #ffffff);
}

.gradientBeige {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff2dc), to(#fff));
  background: -moz-linear-gradient(top,  #fff2dc, #fff);
  background: -o-linear-gradient(top,  #fff2dc, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dc', endColorstr='#ffffff');
  background-image: -ms-linear-gradient(top, #fff2dc, #ffffff);
}


.gradientBlack {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#fff));
  background: -moz-linear-gradient(top,  #333333, #fff);
  background: -o-linear-gradient(top,  #333333, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#ffffff');
  background-image: -ms-linear-gradient(top, #333333, #ffffff);
}

/* MOBIPUBLISH BOARDINDEX START */

.blocker-pane, 
.blocker-pane-wide,
.blocker-pane-full {
  float: left;
  width: 500px;
  margin: 0 0 0 20px;
  padding: 10px 0 0 0px;
  font: 8pt Arial, Helvetica, Verdana, sans-serif;
}

.blocker-pane-wide {
  width: 752px;
  overflow: hidden;
}


.blocker-pane-full > *
{
        
    
}

.blocker-pane-full > *:before
{
    content: "";
    height: 45px;
    border-left: 1px solid #ddd;
    top: -22px;
    right: -5%;
    position: absolute;
    
}

.blocker-pane-full {
  border-top: 1px #ddd solid;
  
  width: 1015px;
  overflow: hidden;
}

.blocker-mega, 
.blocker-square, 
.blocker-huge, 
.blocker-big,
.blocker-medium, 
.blocker-small,
.blocker-tiny {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  float: left;
  /*padding: 0 5px 0 0;*/
}

.blocker-mega, 
.blocker-huge, 
.blocker-square, 
.blocker-big,
.blocker-medium, 
.blocker-small,
.blocker-tiny {
  padding-top: 5px;
  /*border-top: 1px solid #CCC;*/
}


.blocker-mega {
  width: 752px;
}

.blocker-square {
  width:  230px;
  padding: 0 30px 0 0;
}

.blocker-huge {
  width: 632px;
}

.blocker-big {
  width: 492px;
  height: 380px;
  
}

.blocker-medium {
  width: 230px;
}

.blocker-small {
  width: 156px;
}

.blocker-tiny {
  width: 230px;
}

.blocker-auto {
  width: auto;
}

.blocker-mega .blocker-image img, 
.blocker-square .blocker-image img, 
.blocker-huge .blocker-image img, 
.blocker-big .blocker-image img,
.blocker-medium .blocker-image img,  
.blocker-small .blocker-image img,
.blocker-tiny .blocker-image img,
.blocker-auto .blocker-image img {
  border: 1px #000 solid;
}

.blocker-mega .blocker-image {
  
  overflow: hidden;
}

.blocker-mega .blocker-image img {
  width: 750px;  
  height: 300px;
  clip: rect(0px, 750px, 300px, 0px);
}

.blocker-big .blocker-image {
  width: 490px;
  height: 298px;
}

.blocker-big .blocker-image img {
  width: 490px;
  height: 298px;
  position: absolute;
  /*clip:  rect(0px, 521px, 180px, 0px);*/
}

.blocker-square .blocker-image img {
  border: 0px;
  width: 230px;
  height:  140px;
  position: absolute;
  clip:  rect(0px, 230px, 140px, 0px);
}

.blocker-square .blocker-image {
  border: 1px #000 solid;
  width: 230px;
  height:  140px;
  overflow: hidden;
}

.blocker-tiny .blocker-image {
  float: left;
  margin: 0 5px 0 0;
}

.blocker-auto .blocker-image {
  float: left;
  margin: 0 5px 0 0;
}

.blocker-tiny .blocker-image img {
  width: 80px;
  height: 94px;
}


.blocker-mega .blocker-title a,
.blocker-square .blocker-title a,
.blocker-huge .blocker-title a,
.blocker-big .blocker-title a,
.blocker-medium .blocker-title a,
.blocker-small .blocker-title a,
.blocker-tiny .blocker-title a {
  clear: both;
  color: #000;
  text-decoration: none;
}

.blocker-auto .blocker-title a {
  color: #000;
  text-decoration: none;
}

.blocker-mega .blocker-title a:hover,
.blocker-square .blocker-title a:hover,
.blocker-huge .blocker-title a:hover,
.blocker-big .blocker-title a:hover,
.blocker-medium .blocker-title a:hover,
.blocker-small .blocker-title a:hover,
.blocker-tiny .blocker-title a:hover,
.blocker-auto .blocker-title a:hover {
  color: #ff9900; /*bb0000;*/ /*#e19c02;*/
  text-decoration: none;
}

.blocker-mega .blocker-title,
.blocker-huge .blocker-title {
  font-size: 28pt;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 30pt;
  margin: 4px 0 0 0;
}

.blocker-mega .blocker-title {
  font-size:28pt;
  letter-spacing: -2px;
  margin: 4px 0 10px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blocker-big .blocker-title {
  font-size: 24pt;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 26pt;
  margin: 4px 0 0 0;
}

.blocker-medium .blocker-title,
.blocker-square .blocker-title {
  font-size: 16pt;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 17pt;
  margin: 7px 0 1px 0;
  color: #000;
}

.blocker-small .blocker-title {
  font-size: 11pt;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 19px;
  margin: 2px 0 1px 0;
}

.blocker-auto .blocker-title {
  font-size: 9pt;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 10pt;
  margin: 2px 0 1px 0;
}

.blocker-tiny .blocker-title {
  font-size: 14pt;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 14pt;
  width:143px;
  float:left;
  overflow: hidden;
  margin: 0;
}

.blocker-mega .blocker-text,
.blocker-square .blocker-text,
.blocker-huge .blocker-text,
.blocker-big .blocker-text,
.blocker-medium .blocker-text,
.blocker-small .blocker-text,
.blocker-tiny .blocker-text {
  padding: 0 4px 0 0; /*10px;*/
  /*border-left: 2px solid silver;*/
  color: #D59300;
  font-weight:bold;
}

.blocker-mega .blocker-text {
  font-size:16px;
}

.blocker-huge .blocker-text,
.blocker-big .blocker-text {
  font-size:14px;
}

.blocker-medium .blocker-text,
.blocker-square .blocker-text {
  font-size:12px;
}

.blocker-tiny .blocker-text {
  float:left;
  font-size:12px;
  width:143px;
  padding: 0;
}

#container .blocker-mega .blocker-text a:visited,
#container .blocker-square .blocker-text a:visited,
#container .blocker-huge .blocker-text a:visited,
#container .blocker-big .blocker-text a:visited,
#container .blocker-medium .blocker-text a:visited,
#container .blocker-small .blocker-text a:visited,
#container .blocker-tiny .blocker-text a:visited {
  color: #d98405; /*bb0000;* /*#d59300;*/
}

#container .blocker-mega .blocker-text a:link,
#container .blocker-square .blocker-text a:link,
#container .blocker-huge .blocker-text a:link,
#container .blocker-big .blocker-text a:link,
#container .blocker-medium .blocker-text a:link,
#container .blocker-small .blocker-text a:link,
#container .blocker-tiny .blocker-text a:link {
  clear: both;
  color: #d98405; /*bb0000;* /*#d59300;*/
  text-decoration: underline;
}

#container .blocker-mega .blocker-text a:hover,
#container .blocker-square .blocker-text a:hover,
#container .blocker-huge .blocker-text a:hover,
#container .blocker-big .blocker-text a:hover,
#container .blocker-medium .blocker-text a:hover,
#container .blocker-small .blocker-text a:hover,
#container .blocker-tiny .blocker-text a:hover {
  color: #ff9900; /*ff0000;*/ /*#fbcb5f;*/
  text-decoration: none;
}


ul.blocker-links {
	margin: 6px 0 0 0;
	padding: 0 0 10px 0;
	list-style-position: inside;
	font-weight: bold;
	font-size: 7pt;
	line-height: 150%;
	list-style-image: url(/media/images/related-bullet.gif);
}

ul.blocker-links li {
	margin-right: 4px;
	display: inline;
	list-style-image: url(/media/images/related-bullet.gif);
}

ul.blocker-links:after {
    content: ".";
    display: block;
    position:relative;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.blocker-links {
	list-style: none;
}

ul.blocker-links li.blocker-date {
	font-family: inherit;
	color: #6E6E6E;
	background-image: url(/media/images/list-icon-date.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 12px;
    padding-top: 2px;
}

ul.blocker-links li.blocker-category {
	font-family: inherit;
	color: #85b05f;
	background-image: url(/media/images/web/list-icon-category.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 12px;
    padding-top: 2px;
}

ul.blocker-links a {
	color: inherit;
}

ul.blocker-links li.blocker-date a, ul.blocker-links li.blocker-date a:visited {
	color: #6E6E6E;
}

ul.blocker-links li.blocker-category a, ul.blocker-links li.blocker-category a:visited {
	color: #61B01C;
}

ul.blocker-links a:hover {
	color: #e19c02; /*505050;*/
}

ul.blocker-links li.blocker-category a:hover {
	color: #e19c02; /*579D19;*/
}

/* MOBIPUBLISH BOARDINDEX END */

/* MOBIPUBLISH DISPLAY START */

.sectiontitle {
  font-size:32px;
  color:#E88B35;
}

.sectiontitle span {
  color:#A2A2A2;
  font-size:28px;
  padding:0 0 0 10px;
}

#article {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  width:740px;
  /*padding-bottom:0;
  padding-left:12px;
  padding-top:8px;
  */
}
    
#article p {
  font-size:9pt;
  line-height:14pt;
  margin-bottom:20px;
  text-align:left;
}

#article h1 {
  color:#676767;
  font-family:Arial,Helvetica,Verdana,sans-serif;
  font-size:18px;
  font-weight:bold;
  letter-spacing:-1px;
  line-height:25px;
}

#article h2 {
  
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
  font-weight:bold;
  letter-spacing:-1px;
  line-height:23px;
}

#article strong {
  font-weight:bold;
}

#article .normal {
  font-size:13px;
  line-height:14pt;
  margin-bottom:20px;
}

#article .references {
  font-size:7pt;
  line-height:10pt;
  margin-top:15px;
  text-align:left;
}
#article .info {
  font-family:Arial,Helvetica,sans-serif;
  font-size:9pt;
  font-weight:normal;
  line-height:11pt;
  letter-spacing:0px;
  padding: 8px 0 8px 0px;
  margin: 0 0 10px 0;
  border-top:1px solid #E2E2E2;border-bottom:1px solid #E2E2E2;
  text-align:left;
}

#article .info a {
  font-weight: bold;
  color: #e88b35;
  text-decoration: none;
}


#article .info a:hover {
  color: #ff9900; /*ac3c0e;*/
  text-decoration: underline;
}

#article .ingress {
  font-family:Georgia, Sans-serif, Verdana, Helvetica;
  font-size:14pt;
  font-weight: normal;
  line-height:19pt;
  letter-spacing: -1px;
  margin:0 0px 15px 0;
  text-align:justify; /*left;*/
}

#article .info .datebox {
  position:absolute;
  right: 5px;
  bottom: 20px;
  text-align:right;
  padding: 4px 5px 0 0;
  width:140px;
  color:#666666;
  font-size:10px;font-weight:bold;
}

#article .info .likebox {
  color:#666666;
  position:absolute;
  right:5px;
  bottom:2px;
  /*height:24px;*/
  margin:1px 0 0;
  padding:11px 5px 0 10px;
  width:110px;
  /*background-color:#E4E6E6;*/
  font-size:20px;
  font-weight: bold;
  
  -moz-border-radius:15px 0 15px 0px;
}

#container #article a:link,
#container #article a:visited {
  color:#d98405;
}
#container #article a:hover {
  color:#ff9900;
}


#article .quote {
  border-left:4px solid #CCCCCC;
  padding:0 20px 0 15px;
}

#article .quoteright {
  border-bottom:4px double silver;
  border-top:1px solid silver;
  color:#444488;
  float:right;
  font-family:Times,serif;
  font-size:16pt;
  letter-spacing:-1px;
  line-height:15pt;
  margin:5px 0 5px 24px;
  padding:10px 16px 15px;
  text-align:left;
  width:200px;
}

#article .quoteleft {
  border-bottom:4px double silver;
  border-top:1px solid silver;
  color:#444488;
  float:left;
  font-family:Times,serif;
  font-size:16pt;
  letter-spacing:-1px;
  line-height:15pt;
  margin:5px 24px 5px 0;
  padding:5px 16px 10px;
  text-align:left;
  width:200px;
}


/* MOBIPUBLISH DISPLAY END *//

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #FFFFFF; #828181; /*#ADADAD;*/
	padding: 0px;
}

.bordercolor td 
{
	margin:0px;
    padding-bottom:1px;
}

.bordercolor td.windowbg, 
.bordercolor td.windowbg2
{
    padding: 7px;    
}


/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	font-size:10pt;
	text-decoration: none;
}
a.nav:hover
{
	color: #e19c02; /*cc3333;*/
	text-decoration: underline;
}

/* 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:11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* The main body of the entire forum. */
body
{
	margin: 0px;
	/*padding: 12px 30px 4px 30px;*/
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, arial, helvetica, 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;
}

/* 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: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: 10pt; ;
	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
{
	color: #000000;
	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: #000000;
	background-color: #efefef; /*#D9DFE3;*/ /*#ECEDF3;*/
}
.windowbg2
{
	color: #000000;
	background-color: #E4E4E4; /*#F6F6F6;*/
}
.windowbg3
{
	color: #000000;
	background-color: #d1d3df; /*#E0E1E8;*/
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* 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: black;
	font-style: normal;
	background: #EFEFEF; /*url(images/titlebg.jpg) #E9F0F6 repeat-x;*/
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #9BAEBF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	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
{
	background: url(images/catbg2.gif) #d6d6d6 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.gif) #d6d6d6 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	/*border-bottom: solid 1px #375576;*/
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	font-weight:bold;
	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
{
	color: #e0e0ff;
}


/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	/*border: 1px solid #696969;*/
	background-color: #FFFFFF;
}

.tborder table td { padding: 7px; }
.tborder table td.catbg3 { font-size:  9pt; }

/* 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;
    font-size: 10pt;
}

/* 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
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	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: white;
	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: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	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: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* 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;
}
