BODY, P, A, DIV, TD, TH { font-family: verdana, helvetica, sans-serif; 
  font-size: 12px; 
  color: #fff; 
}

/* generic tag-based styles */
BODY {
  margin: 0;
  padding: 0;
  background: #eee url("/imgs/center_gradient.png") repeat-y center;
  font-size: 12px;
  text-align:center; /* align on ie*/
  height:100%;
}

DIV#container {
  background-color: #fa8816;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  position:relative;
  margin: 0 auto;
  padding: 0 auto;
  width:774px;
  text-align: left;
  height:100%;
}

H1, H2, H3 {
  color: #fff;
  font-weight: normal;
  padding-bottom: 2px;
  padding-left: 2px;
}

H1 { color: #fff;
     font-size: 40px;
     padding: 10px 0 0 175px;
     margin: 0;   
}

H2 { color: #442; font-size: 21px; }
H3 { font-size: 18px; }

DIV { font-family: verdana, helvetica, sans-serif; }


/* anchor tag styles */
A { color: #fff;  }
A:visited { color: #fff; }
A:hover { color: #fff; }

/* global ID styles */
#nav {
  float: left;
  font-family: verdana, helvetica, sans-serif;
  font-size: 13px;
  padding: 65px 10px 10px 10px;
  width: 180px;
}

#content {
  color: #fff;
  font-family: verdana, helvetica, sans-serif;
  margin-left: 210px;
  padding-bottom: 30px;
  padding-top: 10px;
  width: 550px;
}

#header {  vertical-align: top; }

#motto {
  font-size: 12px;
  position: absolute;
  text-transform: uppercase;
  top: 55px;
  white-space: nowrap;
  left: 490px;
}

DIV#footspace { height: 40px; clear: both; width: auto; }
#footer {
  position:relative;
  bottom:0;
  left:0;
  background: #fa8816;
  color: #fff;
  text-align:center;
  font-family: verdana, helvetica, sans-serif;
  font-size: 9px;
  padding: 25px 25px 30px 25px;
}

div#footer_links {

  font: 12px bold;
  padding: 0px 30px 10px  20px;
  margin:0;
}

div#footer_links a {  text-decoration: none;}


/* spacer is used for clearing things */
.spacer { clear: both; width:100% }


/* generic style classes for adding color, weight, etc. */
.error { color: purple; font-style: italic; font-weight: bold; }
.money { text-align: right; }
.nowrap { white-space: nowrap; }
.required { font-weight: bold; color: #fff; }
.small { font-family: verdana, helvetica, sans-serif; font-size: 10px; }
.success { color: #ffff5a; font-style: italic; font-weight: bold; }


/* the ID content is a generic wrapper div for most, but not all pages */
DIV#content H1, H2, H3 {
  color: #fdf5e8;
  font-family: georgia, verdana, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0;
}

DIV#content H1 {
  font-size: 19px;
  border-bottom: solid 1px #fff;
  margin-top: 0;
  padding-bottom: 2px;
}

DIV#content DIV#cdetails { text-align: center; }
DIV#content DIV#cdetails UL { text-align: left; }
DIV#content DIV#cdetails A { font-size: 14px; }

DIV#content DIV#cfooter { text-align: center; }

/* this positions the logo where it needs to be */
DIV#header DIV#logo {
  height: 147px;
  left: 23px;
  overflow:hidden;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 155px;
}

DIV#header DIV#logo span{
  display: block;
  height: 147px;
  background: url("/imgs/rhino_logo.png");
  width: 155px;
}

DIV#header DIV#logo span A {
  height: 1px;
  padding-top: 147px;
  position: absolute;
  width: 155px;
}

/* fix the logo in IE5.5 only
 * (hide from IE/mac \*/
* HTML DIV#header DIV#logo span{ background: none; }
/* end hack (for IE/mac) */

* HTML DIV#header DIV#logo span{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src="/imgs/rhino_logo.png"
  );
  height: 147px;
}

/* this positions the menu elements */
DIV#menu {
  background: #000;
  color: #fff;
  left: 0;
  padding: 2px 5px 2px 175px;
  margin: 20px 0 0 0;
}

DIV#menu A {
  padding: 0 10px 0 10px ;
  text-decoration: none;
}

FORM#auth {
  font-size: 10px;
  display:inline;
  position:relative;
  padding-left:30px;
}

FORM#auth INPUT{
  border: solid 0px #fff;
}

DIV#banner {
  height:135px;
  background: url("/imgs/blue_gradient.png");

}

DIV#banner DIV#banner_pricing {
  height:135px;
  width:590px;
  padding: 0;
  margin:0;
}
DIV#banner DIV#banner_pricing DIV{
   width:167px;
   height:133px;
   float:left;
   padding: 0;
   margin: 4px 5px;
   position:relative;
   overflow:hidden;

}
DIV#banner DIV#banner_pricing DIV span{
  display: block;
  height: 133px;
  width: 167px;
}

DIV#banner DIV#banner_pricing DIV span A{
  height: 1px;
  padding-top: 133px;
  position: absolute;
  width: 167px;
}

DIV#banner DIV#banner_pricing DIV#rhino-20gb span{
  background: url("/imgs/9.png");
}


/* fix the png in IE5.5 only
 * (hide from IE/mac \*/
* HTML DIV#banner DIV#banner_pricing DIV#rhino-20gb span{ background: none; }
/* end hack (for IE/mac) */

* HTML DIV#banner DIV#banner_pricing DIV#rhino-20gb span{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src="/imgs/9.png"
  );
  height: 133px;
}

DIV#banner DIV#banner_pricing DIV#rhino-unli-6 span{
  background: url("/imgs/16.png");
}

/* fix the png in IE5.5 only
 * (hide from IE/mac \*/
* HTML DIV#banner DIV#banner_pricing DIV#rhino-unli-6 span{ background: none; }
/* end hack (for IE/mac) */

* HTML DIV#banner DIV#banner_pricing DIV#rhino-unli-6 span{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src="/imgs/16.png"
  );
  height: 133px;
}


DIV#banner DIV#banner_pricing DIV#rhino-unli-8 {
  width: 165px;
}

DIV#banner DIV#banner_pricing DIV#rhino-unli-8 span{
  background: url("/imgs/18.png");
  width: 165px;
}

DIV#banner DIV#banner_pricing DIV#rhino-unli-8 span A{
  width: 165px;
}

/* fix the png in IE5.5 only
 * (hide from IE/mac \*/
* HTML DIV#banner DIV#banner_pricing DIV#rhino-unli-8 span{ background: none; }
/* end hack (for IE/mac) */

* HTML DIV#banner DIV#banner_pricing DIV#rhino-unli-8 span{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src="/imgs/18.png"
  );
  height: 133px;
}


DIV#banner DIV#banner_pricing DIV#special_rhino {
  height: 133px;
  width: 128px;
  overflow:hidden;
}

DIV#banner DIV#banner_pricing DIV#special_rhino span{
  display: block;
  height: 133px;
  background: url("/imgs/13.png");
  width: 128px;
}

DIV#banner DIV#banner_pricing DIV#special_rhino span A{
  height: 1px;
  padding-top: 111px;
  position: absolute;
  width: 128px;
}

/* fix the png in IE5.5 only
 * (hide from IE/mac \*/
* HTML DIV#banner DIV#banner_pricing DIV#special_rhino span{ background: none; }
/* end hack (for IE/mac) */

* HTML DIV#banner DIV#banner_pricing DIV#special_rhino span{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src="/imgs/13.png"
  );
  height: 133px;
}


DIV#clear {

  height: 35px;
  width: 180px;
}

/* members is the login for the control panel */
DIV#members {
  padding: 5px;
  position: relative;
  top: 15px;
  margin: 0 7px 0 19px;
  border: solid 1px #5a5a5a;
  -moz-border-radius: 4px;
}

DIV#members DIV { font-size: 10px; }
DIV#members DIV#cptitle {
  border-bottom: solid 1px #fff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px; 
  padding-bottom: 3px;
  text-align: center;
}
DIV#members DIV#cplogin { margin-bottom: 8px; }
DIV#members INPUT {
  background-color: #fdf5e8;
  border: 1px solid #000;
  color: #000;
  padding: 1px;
  width: 120px;
}
DIV#members DIV#cprem { line-height: 28px; }
DIV#members DIV#cprem INPUT#cpremcb {
  background-color: transparent;
  border: none;
  width: auto;
  vertical-align: middle;
}
DIV#members DIV#cpbut { text-align: right; }
DIV#members DIV#cpbut INPUT { border: none; padding: 0; width: auto; }
DIV#members DIV#cpfp { margin-top: 13px; white-space: nowrap; }
DIV#members DIV#cpfp A { font-size: 10px; }

/* panel is the actual logged in control panel itself */
DIV#panel {
  background-color: #777;
  border: solid 1px #ccc;
  margin: 7px auto 0 auto;
  padding: 0 0 15px 0;
  position: relative;
  width: 100%;
  -moz-border-radius: 5px;
}

DIV#panel DIV#ptitle {
  background-color: #4f4b4b;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  width: 100%;
  -moz-border-radius: 4px;
}

DIV#panel DIV#plogin {
  border-bottom: solid 1px #fff;
  font-size: 10px;
  font-weight: bold;
  margin: 0 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

DIV#panel DIV#stats { margin: 0 5px; }
DIV#panel DIV#pnote { color: #ff5151; font-style: italic; font-weight: bold; }
DIV#panel DIV#plogout { margin: 15px 5px 0 5px; }
DIV#panel DIV#plogout:before { content: "["; font-weight: bold; }
DIV#panel DIV#plogout:after { content: "]"; font-weight: bold; }
DIV#panel UL { margin: 10px 5px 0 5px; padding: 0; }
DIV#panel UL DIV
  { border-bottom: solid 1px #fff; font-weight: bold; padding: 0 2px; }
DIV#panel UL LI { list-style: none; padding: 0 2px; }
DIV#panel UL LI A { text-decoration: none; }

DIV#links {
  font-size: 11px;
  padding-top: 40px;
  position: relative;
  text-align: center;
}
DIV#links A { font-size: 11px; }

/* products is used for rendering lists of products */
DIV#products {
  background-color: #747373;
  border: solid 1px #ccc;
  margin: 20px 20px 20px 20px;
  padding: 5px 15px 7px 15px;
  position: relative;
  width: auto;
  -moz-border-radius: 5px;
}
DIV#products DIV.product { font-weight: bold; line-height: 20px; }
DIV#products DIV.plabel
  { color: #f8f620; display: inline; vertical-align: middle; }
DIV#products INPUT { vertical-align: middle; }

/* data is for representing blocks of label: value sets of data */
DIV#data { margin: 1.2em 0; }
DIV#data DIV.note { line-height: 1.5em; }
DIV#data DIV.note SPAN.value { font-weight: bold; }

DIV#products DIV#data { margin: 0; }

/* these IDs are for wrapping tables of width 100%, to work around IE bug */
DIV#invoices { margin-top: 1.2em; width: 100%; }
DIV#transfer { width: 100%; }


/* this is solely used in signup right now; I want to get rid of it */
TABLE.tabletop { margin-top: 10px; }

/* billingsummary tables are just that, summary tables */
TABLE.billingsummary { border-collapse: collapse; width: 100%; }

/* billingtable tables are your standard row-based tables */
TABLE.billingtable { border-collapse: collapse; margin-top: 3px; width: 100%; }
TABLE.billingtable TH {
  background-color: #600;
  border: none;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 5px;
  text-align: left;
}
TABLE.billingtable TD {
  border-bottom: dotted 1px #ccc;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 5px;
  vertical-align: top;
}
TABLE.billingtable TD.invheading {
  background-color: #600;
  border: none;
  font-weight: bold;
}
TABLE.billingtable TD.total { border: none; font-weight: bold; }
TABLE.billingtable TD.totaltop { border-top: dotted 1px #f7f7f7; }

/* data tables are generic key/val tables */
TABLE.data TD { padding: 1px 14px 1px 0; }
TABLE.data TD.label { font-weight: bold; }

/* form tables are used for representing table layouts used for form fields */
TABLE.form { border-collapse: collapse; margin-bottom: 1.2em; }
TABLE.form TD { padding: 2px; }
TABLE.form TD.label { font-weight: bold; text-align: right; }
TABLE.form TD.field { vertical-align: top; }
TABLE.form TD .moreinfo { font-size: 11px; font-weight: normal; }
TABLE.form TD I { font-size: 11px; font-weight: normal; }

TABLE.pricing { border-collapse: collapse; margin: 0 auto; }
TABLE.pricing TH
  { border: solid 1px #fff; padding: 3px 6px; text-align: center; }
TABLE.pricing TD
  { border: solid 1px #fff; padding: 3px 6px; text-align: center; }

/* for rendering the newsgroup search results table; slated for removal */
TABLE.ng_search_results TH { background-color: #5a5a5a; text-align: left; }
TABLE.ng_search_results TD { border-bottom: dotted 1px #5a5a5a; }


/* notes are used for rendering blocks of note-like data */
DIV.notes {
  padding: 5px;

  border: solid 1px #fff;
  -moz-border-radius: 1%;
}

/* docbox div for rendering floating table-of-contents for doc pages */
DIV.docbox {
  margin-left: 0px;
  padding: 5px;
  margin-top: 20px;
  float: right;
  width: 200px;
  border: dotted 1px #fff;
}


/* form field styles */
INPUT { font-family: verdana, helvetica, sans-serif; color: #000; }

INPUT.text {
  background-color: #fdf5e8;
  border: solid 1px #000;
  color: #000;
  padding: 1px;
}

TEXTAREA {
  background-color: #fdf5e8; 
  border: solid 2px #000;
  color: #000;
  padding: 1px;
}

SELECT {
  font-family: verdana, helvetica, sans-serif;
  background-color: #fdf5e8;
  color: #000;
}

/* this is your standard submit button class */
INPUT.button { background-color: #000; border: solid 1px #fff; color: #fff; }

#su-paypal {
  display: inline;
}

