/*********************************************/
/*** the stupid CSS from phpBB starts here ***/
/*********************************************/

/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

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


/* 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 #006699 solid; }


/*
  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-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 0.85em; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

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


/*
  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; }

th.thHead,td.catHead { font-size: 0.9em; 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; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 1.2em; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 1em; }
.genmed { font-size : 0.9em; }
.gensmall { font-size : 0.8em; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }



/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover { text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; 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: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* 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; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/*****************************************************/
/*** the good, usable CSS that I wrote starts here ***/
/*****************************************************/

a:link,a:active,a:visited { color: #333399; }
a:hover { text-decoration: underline; color : #7700ff; }

body {
  background: url(images/backgroundtex.gif) white;
  margin: 0;
  padding: 0;
  color: black;
  font-size: 80%;
  font-family: arial, helvetica, sans-serif;
}

/*** Navigation Badges ***/

div#badge {
	position: absolute; 
	top: 6px;
	left: 18px;
	float: left;
}

div#orderbadge {
	position: absolute; 
	top: 30px;
	right: 18px;
	float: right;
}
/*** HEADER ***/

div#header {
  padding: 0;
  margin: 10px 40px 0 0;
  /*float: right;*/
  text-align: right;
}

div#header ul {
  padding: 2px 0;
  margin: 0;
}

div#header ul li {
  list-style: none;
  margin: 0;
  display: inline;
}

div#header ul li a {
  padding: 2px 1em 2px 1em;
  margin-left: 3px;
  border: 1px solid gray;
  border-bottom: none;
  text-decoration: none;
  background: #70afdc; 
  font-weight: bold;
  color: white;
}

div#header ul li a:hover {
  text-decoration: underline;
  background: #669fc8;
}

div#header ul li a.gold { background: #c8c16e; }
div#header ul li a.green { background: #82c84f; }
div#header ul li a.orange { background: #c8784b; }
div#header ul li a.gray { background: #afafaf; }

div#header ul li a.gold:hover { background: #b4ae63; }
div#header ul li a.green:hover { background: #75b447; }
div#header ul li a.orange:hover { background: #b46c43; }
div#header ul li a.gray:hover { background: gray; }

/*** BANNER/LOGO ***/

div#content div#banner {
  margin: 0;
  padding: 0;
  background: transparent url(images/front_top_bg.gif) repeat-x top left;
  height: 62px;
}

/*** Content Header (Heroes) ***/

div#content div#heroes {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 10px;
  background: transparent url(images/front_people.jpg) repeat-x top left;
  height: 150px;
}


div#content div#heroes h1 {
	color: white;
	font-size: 9pt;
	font-weight: bold;
	background-color: #598ac2; width: 258px;
	margin: 12pt 12pt 0pt 0;
	padding: 2pt 2pt 2pt 0;
 	border: dotted 1pt;
	position: relative; 
	top: 70px;
	font-family: arial, helvetica, sans-serif;
}

/*** LEFT BAR ***/
div#content {
  background: white;
  margin: 0 15px 0 15px;
  padding: 0;
  border: 1px solid gray;
}

div#leftcont {
  
  float: left;
  margin: 0;
  padding: 0;
  width: 200px;
}

div#leftcont div.menu {
  margin: 0;
  padding: 1px;
  margin: 4px;
  background-color: #e8f0b4;
}

div#leftcont div.menu h2 {
  color: white;
  margin: 2px;
  padding: 1px;
  font-size: 1em;
  font-weight: bold;
  display: block;
  background-color: #c8c16e;
}

div#leftcont div.menu ul {
  color: white;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
  font-weight: bold;
  background-color: #e8f0b4;
}

div#leftcont div.menu a {
  display: block;
  /*margin: 3px;*/
  margin: 0;
  padding: 3px;
  background: #f3ffdb;
  color: black;
  border-bottom: 2px solid #e8f0b4;
}

div#leftcont div.menu a:hover {
  background-color: #c8c16e;
}

div#leftcont div.tips, div.feature {
  color: white;
  background-color: #598ac2;
  margin: 4px;
  padding: 2px;
  border: 1px solid;
}

div#leftcont div.feature {
  color: white;
  background-color: #598ac2;
  margin: 4px;
  padding: 2px;
  border: 1px solid;
}

div#leftcont .tips h2, .feature h2 {
  color: white;
  margin: 2px;
  padding: 1px;
  font-size: 1em;
  font-weight: bold;
}

div#leftcont div.tips ul {
  margin: 0;
  padding: 0;
}

div#leftcont div.tips ul li {
  margin-left: 1.5em;
  padding: 0;
}

div#leftcont .tips a, .feature a {
  color: #ffeeee;
}

div#leftcont .tips a:hover, .feature a:hover {
  color: white;
}

/*** MAIN CONTENT BOX ***/

div#rightcont {
  margin-left: 200px;
  padding: 0 3px 0 0;
  /* IE bug */
  height: 100%;
}

div#rightcont div {
  /*clear: both;*/
  margin: 20px 15px 15px;
  padding: 0 0.5em 0.5em;
  border: 1px solid gray;
  z-index: 15;
}

div#rightcont div.floater {
  float: right;
  clear: right;
  width: 30%;
  margin: 10px 0 10px 5px;
}

div#rightcont div h2 {
  padding: 0;
  margin: 0;
  position: relative;
  right: 0px;
  bottom: 0.65em;
  z-index: 16;
  color: white;
}

div#rightcont div h2 span {
  font-size: 0.7em;
  font-weight: bold;
  padding: 0 3px 0 3px;
  background-color: #c8c16e;
  border: 1px solid gray;
  color: white;
}

div#rightcont div .blue { background-color: #70afdc; color: white; }
div#rightcont div .green { background-color: #82c84f; color: white; }
div#rightcont div .orange { background-color: #c8784b; color: white; }


div#rightcont h3 {
  font-size: 1.2em;
}

div#rightcont h4 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  margin-top: -1em;
}

div#rightcont h4 #frm {
  margin-top: 0.1em;
};

div#rightcont h5 {
    font-size: 1em;
      /*
        font-style: normal;
          margin-top: 1em;
            font-weight: normal;
              font-style: italic;
                margin-top: -1em;*/
                  font-weight: bold;

}

img.wrapleft {
  float: left;
  clear: left;
  margin: 0 1em 0 0;
}

img.wrapright {
  float: right;
  clear: right;
  margin: 0 1em 0 0;
}

/* fix some issues with too much space */
div#rightcont div h2+p { margin-top: -0.5em; }
div#rightcont div h2+h3 { margin-top: -0.5em; }
div#rightcont h4+p { margin-top: -1em; }

div#cleardiv {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
}

/****************************** Front Page and Support Formatting ***********************/

div#rightcont div#mainr {
  position: relative;
  float: right;
  clear: right;
  width: 42%;  
}

div#rightcont div#mainl {
  width: 42%;
}

/*** Fixes issue with different displays in IE and Firefox/Safari ***/

html>body div#rightcont #mainr {	
  position: relative;
  float: right;
  clear: right;
  width: 42%;
  top: -20px;
}

.blacklink a{
  color: black;
  font-weight: 700;
}

.plantitle {
  color: #595959;
  font-size: 9pt;
  font-weight: 700;
  background-color: white;
  margin: 1pt;
  padding: 1pt;
  position: relative; 
  bottom: 15px; 
  left: 85;
  border: solid 2pt #b8c3c4;
}
.planpricebadgeblack { color: black;
  font-size: 10pt;
  font-weight: 700;
  background-color: white;
  padding: 1px;
  position: relative;
  bottom: 125px;
  left: 5px;
  border: solid 2pt #000000;
 }

.plandetails {
  font-size: 8pt;
  background-color: white;
  text-align: left; 
  margin: 2px 24px 2px 2px;
  padding: 4px; position: relative; 
  bottom: 0px;
  width: 90%;
  border: solid 1px #cac9d7;
}

.planorder {
  font-size: 10pt;
  color: white;
  margin: 4px;
  padding: 2px 40px;
  position: relative;
  border-top: 1px #d8d3d5;
  border-right: 1px solid #d8d3d5;
  border-bottom: 1px solid #d8d3d5;
  border-left: 1px solid #d8d3d5;
}

/*** FORUM ***/
div#rightcont div#forum {
  margin: 0;
  padding: 0;
  border: 0;
}

div#forum table {
  width: 100%;
  padding: 2;
  border: 0;
}

div#forum th {
  font-weight: bold; 
  border: 1px solid white;
  height: 28px;
}

div#forum div.mainmenu {
  border: 0;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

div#forum div.mainmenu ul {
  margin: 0;
  padding: 0;
}

div#forum div.mainmenu ul li {
  margin: 0;
  padding: 0;
  padding-left: 0.35em;
  display: inline;
}

div#forum div.mainmenu ul li a {
  text-decoration: none;
}

div#forum div.mainmenu ul li a:hover {
  text-decoration: underline;
}

/* Header cells - the blue and silver gradient backgrounds */
div#forum th	{
	color: white;
  font-size: 0.85em;
  font-weight: bold;
  background-color: #c8c16e;
  height: 25px;
	/*background-image: url(images/cellpic3.gif);*/
}

/* more cells */
div#forum td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  background-color: #e8f0b4;
  color: black;
	/*		background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC;*/
  border: #FFFFFF; border-style: solid; height: 28px;
}

/*div#forum td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }*/
div#forum td.row3Right,td.spaceRow {
	background-color: #e8f0b4;
  border: 0;
}

div#forum .cattitle	{
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 1px;
  color: black;
}
div#forum a.cattitle {
  text-decoration: none;
  color: black;
}
div#forum a.cattitle:hover { text-decoration: underline; }

/* Main table cell colours and backgrounds */
/* that grey color SUCKS */
div#forum td.row1	{ background-color: white; }
div#forum td.row2	{ background-color: #f3ffdb; }
div#forum td.row3	{ background-color: #D1D7DC; }

/************************************* Thought Bubbles **************************************/

.ben { background-color: #f6df50; font-style: italic}
.roland { background-color: #cdeeb3; font-style: italic}
.kevin { background-color: #b1e3ea; font-style: italic}

.rtop,.rbottom{display:block}.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}div#rightcont .r1{margin: 0 5px}div#rightcont .r2{margin: 0 3px}div#rightcont .r3{margin: 0 2px}div#rightcont .r4{margin: 0 1px;height: 2px}div#rightcont .rs1{margin: 0 2px}div#rightcont .rs2{margin: 0 1px}

/*** colors of corners are controlled from javascript ****/

div#rightcont div.bubble_b {  background-color: #f6df50;  color: black;
  font-weight: bold;
  font-size: 8pt;
  border: none;
  margin: 0px 0px 0px;
  padding: 0 0 0;
  position: relative;
  float: right;
  width: 220px;
}

div#rightcont div.bubble_r{  background-color: #cdeeb3;  color: black;
  font-weight: bold;
  font-size: 8pt;
  border: none;
  margin: 0 0 0;
  padding: 0 0 0;
  position: relative;
  float: right;
  width: 220px;
  clear: left;
}

div#rightcont div.bubble_k{  background-color: #b1e3ea;  color: black;
  font-weight: bold;
  font-size: 8pt;
  border: none;
  margin: 0px 0px 0px;
  padding: 0 0 0;
  position: relative;
  float: right;
  width: 220px;
}

div#rightcont div.bspace{
  border:none;
  margin: 0px 5px 0px;
padding: 0 5px 0;
}

div#rightcont div.toggle{
  margin: 0 0 0;
  font-color: black;
  padding: 2px 2px 2px;
  font-size: 8pt;
  border: dotted 1pt;
  border-color: gray;
  float: right;
  text-decoration: none;
}

.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
border:none;
  margin: 0px 5px 0px;
padding: 0 5px 0;
}

div#rightcont .switchcontent{
  border:none;
  margin: 0px 5px 0px;
  padding: 0 5px 0;
}

/************************************** FOOTER *******************************************/
div#footer p {
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
}

div#footer a {
  color: black;
}


/* Main table cell colours and backgrounds */
td.admin_row1 { background-color: #afd5f6; }td.admin_row2 { background-color: #a5c8e7; }td.ben_row1 { background-color: #f6df50; }td.ben_row2 { background-color: #f6df50; }td.roland_row1 { background-color: #cdeeb3; }td.roland_row2 { background-color: #bff397; }td.kevin_row1 { background-color: #b1e3ea; }td.kevin_row2 { background-color: #9dd8e0; }td.default_row1 { background-color: #DEE3E7; }td.default_row2 { background-color: #D1D7DC; }

td.user_row1  { background-color: white; }
td.user_row2  { background-color: tan; }


td.row1 { background-color: #EFEFEF; }
td.row2 { background-color: #DEE3E7; }
td.row3 { background-color: #DEE3E7; }

li#faq {  margin: 7px 15px 3px;
  padding: 0 0.5em 0.5em;}
li#faqtop { margin: 1px 0px 3px;}
a.fquestion {font-weight: bold; color: black}
a.fquestion:hover {font-weight: bold; text-decoration:none; color:black}

h1.faq {font-size: 20px }

div#rightcont div.searchr li {
  margin: 1px 0px 8px
}

div#rightcont div.searchb {
}

div#rightcont div.faq_index li{
  margin: 1px 0px 8px
}

div#rightcont div table.support_sections a {
  font-weight: bold;
}
div#rightcont div table.support_sections td {
  padding: 4px 4px 4px
}


div#rightcont div#testimonial {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border: none;
}

div#rightcont div#testimonial div#testimonial_body{
  margin: 10px 10px 0px 0px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border: none;
}

div#rightcont div#testimonial div#testimonial_name{
  float: right;
  margin: 0px 40px 0px;
  padding: 0px 0px 10px 0px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border: none;
}

