/* Cascading Style Sheet for Active Web Hosting */

/* ******* Main Body ******* */

body {
  background-color: #FFFFFF;
}

body, dl, dt, dd, ul, ol, li, td, th, .text {
  color: #000000; 
  font-size: 10pt; 
  font-family: arial, verdana, sans serif;
}

/* ******* Links ******* */

a:link {
  color: red; 
  cursor: hand;
  text-decoration: none
}
a:active {
  color: #9c0331; 
  cursor: hand;
  text-decoration: none
}
a:visited {
  color: #bc0707;
  cursor: hand;
  text-decoration: none
}
a:hover {
  color: #9c0331; 
  cursor: hand;
  text-decoration: none
}

/* ******* Disable Link Color Change ******* */
/* 
These are used for links such as in the glossery, which should not change color
even when clicked on. 
*/

a.solid:link, active, visited, hover {
  color: red; 
  cursor: hand;
  text-decoration: none
}
a.solid:active {
  color: #9c0331; 
  cursor: hand;
  text-decoration: none
}
a.solid:visited {
  color: red; 
  cursor: hand;
  text-decoration: none
}
a.solid:hover {
  color: #9c0331; 
  cursor: hand;
  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 {
  font-size: 16pt;
  color: red
}
.lgdktext {
  color: #C00000; 
  font-size: 12pt; 
}

/* Highlighted Text */
.hitext {color: red}
.hilite { 
  background-color: #ffe1e1;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* Headings */
h1 {
  font-size: 14pt;
  color: red;
  line-height: 80%
}
h3 {
  font-size: 10pt;
  color: red;
  line-height: 80%
}

/* Normal Text */
p.normal { font-weight: normal }

/* ******* Divider Line ******* */

hr {
  border: 1px solid;
  border-color: #FF0000;
}

/* ******* Bullets - Lists ******* */

li.bold { font-weight: bold }

/* ******* 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
}

td.hibox {
  border: 1px solid;
  border-color: #c0C0C0;
  font-size: 10pt;
  font-family: arial, verdana, sans serif;
  background-color: #f4fcfd
}

/* Boxes and Containers */
/* DEPRECIATED (?)
.titlebox {
  background-color: #FF0000;
  font size: 10pt;
  font-weight: bold;
  border: 1px solid;
  border-color: #000000;
  color: #FFFFFF
}
END: DEPRECIATED (?) */

/* Forms and Buttons */

.formstyle {
  font-size: 10pt;
  font-family: arial, verdana, sans serif;
  border: 1px solid;
  border-color: black;
  color: black;
  background-color: white
}

.button {
  font-size: 10pt;
  font-family: arial, verdana, sans serif;
  font-weight: bold;
  border: 1px solid;
  border-color: #000000;
  background-color: #ff2f2f;
  color: white;
  cursor: hand
}

/* ******* FAQ and Tutorials ******* */

/* 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: DEPRECIATED */

/* WAS btnlnk Class */

a.faq_lbtn:link {
  font-size: 8pt;
  color: #eeeeee; 
  cursor: hand;
  text-decoration: none
}

a.faq_lbtn:visited {
  font-size: 8pt;
  color: #eeeeee; 
  cursor: hand;
  text-decoration: none
}

a.faq_lbtn:active {
  font-size: 8pt;
  color: #ffffff;
  font-weight:bold; 
  cursor: hand;
  text-decoration: none
}

a.faq_lbtn:hover {
  font-size: 8pt;
  color: #ffffff;
  font-weight:bold;  
  cursor: hand;
  text-decoration: none
}

td.faq_cbtn {
  background-color: #e24900;
  text-alignment: center;
  border: 1px solid #983506;
}

/* USE lghitext CLASS */
.title {
  font-size: 18pt;
  font-weight: bold;
  color: #000000;
}


/* 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: black;
  cursor: hand;
  padding: 1px
}

/* DEPRECIATED */
.faqbutton {
  font-size: 8pt;
  font-family: arial, verdana, sans serif;
  font-weight: bold;
  border: 1px solid;
  border-color: #000000;
  background-color: #ffd7d7;
  color: black;
  cursor: hand;
  padding: 1px
}
/* END: DEPRECIATED */

/* ******* 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;
}

/* ******* ActiveWebHostingAndDesign.Com ******* */

/* Main Page Feature Links */
a.slink:link {
  color: #C00000; 
  cursor: hand;
  text-decoration: none
}
a.slink:active {
  color: red; 
  cursor: hand;
  text-decoration: none
}
a.slink:visited {
  color: #C00000; 
  cursor: hand;
  text-decoration: none
}
a.slink:hover {
  color: red; 
  cursor: hand;
  text-decoration: none
}

/* ******* END CSS StyleSheet ******* */

/* ******* TEST for FAQ CSS 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-alignment: 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 TEST for FAQ CSS Layout ******* */