﻿/* Cascading Style Sheet for Active Web Hosting */

/* ******* Main Body ******* */

body
{
  background-color: #fefefe;
  margin: 5px 0;
  padding: 0;
}

body, dl, dt, dd, ul, ol, li, td, th, .text {
  color: #000000; 
  font-size: 10pt; 
  font-family: Arial, Verdana, Sans-Serif;
}

/* ******* Layout ******* */

#container{
    position: relative;
    width: 750px;
    margin: 0 auto;
    text-align: left;
    background-color: #ffffff;
} 

#header{
	position: absolute;
	top: 0; left: 0;
	height: 135px;
	margin: 0;
	width: 100%;
	text-align: left;
}

#menuwrap
{
    position: relative;
    top: 5px;
    left: 0;
    background-image: url('http://activewebhosting.com/images_new/menubar-white.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 33px;
    padding-top: 1px;
    margin: 0 auto;
}

#menu
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 430px;
    height: 33px;
    text-align: center
}

#main
{
    position: relative;
    top: 150px; /* Move below menu and header */
    left: 0;
	margin: 0 auto 30px auto;
	padding: 0;
	min-height: 330px;
    width: 748px;
}

#footer{
	position: relative;
	top: 150px; /* Move below menu and header (automatically goes below main) */
	float: none;
	clear: both;
	margin: 0;
    font-size: 8pt;
    text-align: center;
	padding: 0 0 10px 0;
}

/* ******* Links ******* */
a:link {
  color: #ff0000; 
  cursor: pointer;
  text-decoration: none
}

a:active, hover
{
  color: #9c0331; 
  cursor: pointer;
  text-decoration: none
}

a:visited
{
  color: #bc0707;
  cursor: pointer;
  text-decoration: none
}

/* Disable Visited Link Color Change (FAQ Glossary) */
a.solid:visited
{
  color: #ff0000; 
  cursor: pointer;
  text-decoration: none
}

/* ******* ActiveWebHostingAndDesign.Com ******* */

/* Main Page Feature Links */
a.slink:link {
  color: #C00000; 
  cursor: pointer;
  text-decoration: none
}
a.slink:active {
  color: #ff0000; 
  cursor: pointer;
  text-decoration: none
}
a.slink:visited {
  color: #C00000; 
  cursor: pointer;
  text-decoration: none
}
a.slink:hover {
  color: #ff0000; 
  cursor: pointer;
  text-decoration: none
}

/* ******* end ActiveWebHostingAndDesign.Com ******* */

a.hidlnk
{
    color: #000002;
    cursor: text;
    text-decoration: none;
}

/* ******** Text Styles ******* */

/* Small Text */
.smtext
{
    font-size: 8pt
}

.smhitext
{
  font-size: 8pt;
  color: red
}

.smdktext
{
  color: #C00000; 
  font-size: 8pt; 
}

/* Large Text */
.lgtext
{
    font-size: 12pt /** Was 16 **/
} 

.lghitext /* To be Depreciated - replaced by .title */
{
  font-size: 16pt;
  color: red
}

.lgdktext
{
  color: #C00000; 
  font-size: 12pt; 
}

/* Other Styles */
.underline /* underline */
{
    text-decoration: underline
}

.subtitle
{
    text-align: left;
    font-weight: bold;
}

.indent
{
    padding-left: 20px;
    margin-top: 0;
}

/* Highlighted Text */

/* PREVIOUSLY USED lghitext CLASS above */
.title
{
  font-size: 18pt;
  font-weight: bold;
  color: #000000;
}

.ctitle
{
  font-size: 18pt;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}

.hitext
{
    color: #ff0000
}

.hilite
{ 
  background-color: #ffe1e1;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* Headings */
h1
{
  font-size: 14pt;
  color: #ff0000;
  line-height: 80%
}
h3
{
  font-size: 10pt;
  color: #ff0000;
  line-height: 80%
}

/* Normal Text */
p.normal { font-weight: normal }

/* ******* Divider Line ******* */
hr 
{
    background-color: #fe0000;
    color: #fd0000;
    width: 100%;
    height: 2px;
    text-align: center;
    padding: 0;
    border: none;
}

hr.black
{
    background-color: #000002;
    color: #000003;
    width: 100%;
    height: 1px;
    text-align: center;
    padding: 0;
    border: none;    
}

/* ******* Images ******* */
a.inglink
{
    text-decoration: none;
}

img.linked
{
    border: none;
}

img.indent
{
    margin-left: 50px;
}

/* ******* Bullets - Lists ******* */

li.bold { font-weight: bold }

/* ******* ActiveWebHosting.Com ******* */

/* Arrow Bullets */
.mainlipkg {
  list-style-image: url(http://activewebhosting.com/images_new/arrow.gif);
  margin-top:0px;
  margin-bottom:0px;
  font-size: 8pt;
}

/* ******* Tables and Cells ******* */

td.blkbdr{
  border: 1px solid;
  border-color: #000000;
}

td.box {
  border: 1px solid;
  border-color: #c0C0C0;
  font-size: 10pt;
  font-family: Arial, Verdana, Sans-Serif;
  text-align: left;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
}

.hibox { /* replaces td.hibox */
  border: 1px solid;
  border-color: #c0C0C0;
  background-color: #f4fcfd;
  padding: 3px;
}

td.hibox { /* DEPRECIATED */
  border: 1px solid;
  border-color: #c0C0C0;
  background-color: #f4fcfd;
}

/* Forms and Buttons */

.formstyle {
  font-size: 10pt;
  font-family: Arial, Verdana, Sans-Serif;
  border: 1px solid;
  border-color: #000000;
  color: #000000;
  background-color: #ffffff
}

.button {
  font-size: 10pt;
  font-family: Arial, Verdana, Sans-Serif;
  font-weight: bold;
  border: 1px solid;
  border-color: #000000;
  background-color: #ff2f2f;
  color: #ffffff;
  cursor: pointer
}

/* ******* System Status Pages ******* */
.serverup {
    color: #00CC00;
    font-weight: bold;
}

.serverdown {
    color: #ff0000;
    font-weight: bold;    
}

.mysqlslow{
    color: #DAA520;
    font-weight: bold;
}
/* ******* End System Status Pages ******* */

/* ******* FAQ and Tutorials ******* */

/* TO BE DEPRECIATED */
div.box {
  border: 1px solid;
  border-color: #c0C0C0;
  font-size: 10pt;
  font-family: Arial, Verdana, Sans-Serif;
  padding: 3px;
  text-align: justify
}

div.titlediv {
  background-color: #ffd7d7;
  background-image: url('images/faq_sidebar.gif');
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  font-family: Arial, Verdana, Sans-Serif;
  text-align: center;
  width: 100%;
  height: 17px;
  padding-top: 3px
}

td.faqtitlebox{
  background-color: #ffffff;
  background-image: url('images/faq_titlebar.gif');
  background-repeat: repeat-x;
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
  font-family: Arial, Verdana, Sans-Serif;
  text-align: center;
  width: 50%;
  height: 15px;
  padding-top: 3px;
}

/* END: TO BE DEPRECIATED */

/* lbtn WAS btnlnk Class */
a.faq_lbtn:link {
  font-size: 8pt;
  color: #ededed; 
  cursor: pointer;
  text-decoration: none
}

a.faq_lbtn:visited {
  font-size: 8pt;
  color: #ededed; 
  cursor: pointer;
  text-decoration: none
}

a.faq_lbtn:active {
  font-size: 8pt;
  color: #fdfdfd;
  font-weight:bold; 
  cursor: pointer;
  text-decoration: none
}

a.faq_lbtn:hover {
  font-size: 8pt;
  color: #fdfdfd;
  font-weight:bold;  
  cursor: pointer;
  text-decoration: none
}

td.faq_cbtn {
  background-color: #e24900;
  text-align: center;
  border: 1px solid #983506;
}

/* fbtn WAS faqbutton CLASS */
.faq_fbtn {
  font-size: 8pt;
  font-family: Arial, Verdana, Sans-Serif;
  font-weight: bold;
  border: 1px solid;
  border-color: #000000;
  background-color: #ffd7d7;
  color: #000000;
  cursor: pointer;
  padding: 1px
}

/* TO BE DEPRECIATED */
.faqbutton {
  font-size: 8pt;
  font-family: Arial, Verdana, Sans-Serif;
  font-weight: bold;
  border: 1px solid;
  border-color: #000000;
  background-color: #ffd7d7;
  color: #000000;
  cursor: pointer;
  padding: 1px
}
/* END: TO BE DEPRECIATED */

/* ******* WAS TEST for FAQ Layout ******* */

#faq_tbar {
  display: block;
  background-color: #ffffff;
  background-image: url('images/faq_titlebar.gif');
  background-repeat: repeat-x;
  color: #000000;
  font-size: 8pt;
  font-weight: bold;
  font-family: Arial, Verdana, Sans-Serif;
  text-align: center;
  height: 20px;
  padding-top: 3px; 
}

#boxed {
  border: 1px solid;
  border-color: #c0C0C0;
  font-size: 10pt;
  font-family: Arial, Verdana, Sans-Serif;
  padding: 10px;
  text-align: justify;
  height: 100%;
}

#faq_btn {
  display: block;
  float: left;
  margin-left: 2px;
  margin-bottom: 2px;
  /* background-color: #e24900; */
  text-align: center;
  /* border: 1px solid #983506; */
  background-image: url('images/faq_btn.gif');
  background-repeat: no-repeat;
  width: 120px;
  height: 20px;
  text-align: center;
  padding-top: 5px;
  /* padding-bottom: 3px; */
}

.faq_hibox {
  border: 1px solid;
  border-color: #c0C0C0;
  font-size: 10pt;
  font-family: Arial, Verdana, Sans-Serif;
  background-color: #f4fcfd
}

/* ******* END WAS TEST for FAQ Layout ******* */
