.gas, .gas_head
{
  text-align: center;
}

.supportHeader
{
  color: #000000;
  background-color: #faf9f6;
  border: thin solid #003366;
  margin-bottom: 1em;
  padding: 0.8em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

.supportHeader h2
{
  margin: 0;
  font-size: 100%;
  font-weight: bolder;
}

.overload
{
border-color: red !important;
padding-bottom: 1em !important;
}

.question
{
color: red !important;
}

#masthead
{
  position: relative;
  background: url("images/sky.png") repeat-x;
  margin: 0;
  padding: 0;
  height: 78px;
}

#masthead h1
{
  position: absolute;
  left: 0.1em;
  bottom: 0;
  margin: 0;
  padding: 0;
}

#masthead h1 img
{
  position: absolute;
  bottom: 8px;
}

#sprite
{
  background: url("images/blimp.png");
  width: 133px;
  height: 70px;
  float: right;
}

#footer
{
  border-top: 1px solid black;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .7em;
}

#footer p
{
  margin: 0;
}

#donations
{
  text-align: center;
}

.searchBox
{
  font-size: .6em!important;
}

.searchBox input[type="text"]
{
  width: 110px!important;
}

.searchBox b
{ 
  font-size: 1.3em;
}

#main
{
  width: 100%;
}

#sidebar
{
  padding-top: 1.5em;
  width: 175px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar
{
  border: 1px solid black;  
  color: inherit;
  background-color: #faf9f6;
  padding: 10px 10px 0px 10px;
  margin-bottom: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : .8em;
}

.sidebar *
{
  margin-top: 0;
  padding-top: 0;
}

.sidebar a
{
  font-weight: normal;
}

.sidebar ul
{
  list-style: none;
  margin-top: 0; 
  margin-left: 0;
  padding-left: 0;
}

.sidebar ul.translations li
{
  display: inline;
}

.sidebar ul.center
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

.sidebar ul.center li
{
  text-align: center;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
hr { height: 0px !important; border: solid #D1D7DC 0px; border-top-width: 1px;}

/*Mozillazine specific stuff*/
table, img { border: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; }
body
{
  padding: 0px; margin: 0px;
  color: black; background-color: white;
  font-size: 90%;
  line-height: 1.25;
}
a {color: 006666; text-decoration: none;}
.formWide { width: 100%;}

/*Quick Edit Box*/
.quickedit { POSITION: absolute; background: #006666; padding:2px;}

/* This is the header box */
.headerbox	{ background-color: #F9F9F9; border: 1px #006666 solid; margin-top: 0.5em; margin-bottom: 1em; padding: 0.5em; font-size: 80%; }
.headerbox a	{ color: #009900; text-decoration: underline; }

/* This is the border line & background colour round the entire page
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; } */

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006666 solid; }

/* Main table cell colours and backgrounds */
td.row1 { background-color: #EFEFEF; }
td.row2 { background-color: #DEE3E7; }
td.row3 { background-color: #D1D7DC; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
  background-image: url("images/bg1.gif");
  background-color: #F8F0E2;
  background-repeat: repeat-x;
}

/* Header cells - the blue and silver gradient backgrounds */
.th, th  {
  color: #FFA34F; font-size: 90%; font-weight : bold;
  background-color: #006666; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  background-image: url("images/bg1.gif");
  background-repeat: repeat-x;
  background-color: #F8F0E2;
  border: #FFFFFF;
  border-style: solid;
  height: 28px;
}

td.catBottom {
  background-image: url("images/bg2.gif");
  background-repeat: repeat-x;
  background-color: #97C2CF;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
  height: 29px;
  border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
  background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 100%; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow   { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right  { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft    { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop   { border-width: 1px 0px 0px 0px; white-space: nowrap; }
th.thCornerL { border-width: 1px 0px 0px 1px; white-space: nowrap; }
th.thCornerR { border-width: 1px 1px 0px 0px; white-space: nowrap; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle  {
  font-weight: bold; font-size: 180%; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  line-height : 1.2;
}

/* General text */
.gen { font-size : 100%; }
.genmed { font-size : 90%; vertical-align: middle; }
.gensmall { font-size : 80%; }
.gensmallbold {font-size : 80%; font-weight: bold}

/* The register, login, search etc links at the top of the page */
.mainmenu  { font-size : 90% }

/* Forum category titles */
.cattitle  { font-weight: bold; font-size: 100% ; letter-spacing: 1px; color : #006666}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink  { font-weight: bold; font-size: 100%; color : #006666; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav  { font-weight: bold; font-size: 90%; font-weight: bold;}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 90%; }
a.topictitle:visited { color : #499F9F; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name  { font-size : 90%; }

/* Location, number of posts, post date etc */
.postdetails { font-size : 80%; }
.postsubject { font-size: 120%; font-weight: bold; }
.postsig, .postsig span { font-size : 80% !important; color: #000000 !important;}
.postsig img {display: none !important}


/* Poster UA Display */
.poster_ua {font-style: italic; color: #999999 !important; }

/* The content of the posts (body of text) */
.postbody { font-size : 100% !important; line-height: 1.4}
a.postlink:visited { color : #5493B4; }
.postbody a {text-decoration: underline!important}

/* Quote & Code blocks */
.code {
  font-family: Courier, 'Courier New', sans-serif; font-size: 90%; color: #006600;
  background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90% !important; color: #444444; line-height: 1.25;
  background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Form elements */
input, textarea, select {
  font: normal 90% Verdana, Arial, Helvetica, sans-serif;
}

input[type="submit"],
input[type="button"] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.copyright {
  font-size: 80%;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/*Rank Colors/Styles*/

.ad {color: #FFA34F;}
.sr {color: #006600;}
.jr {color: #006600;}
.fb {color: red}
.tb {color: blue}
.mo {color: orange}
.tr {font-style: italic}
.g  {color: #999999;}
.cm {color: #003366;}
.b  {color: #666666;}
a[href=f]  {color: #990000;}


.rules a:link, .rules a:visited, .rules {font-weight: bold; color: #990033 !important; background: inherit}
.poll     {font-weight: bold}
.sticky   {font-weight: bold; color: #003399}
.announce {font-weight: bold; color: #990000}
.moved    {font-weight: bold; color: #999999}
