/***********************************************************************   
   Filename: html.css
   Purpose:  Styles html elements
   Authors:  Pat Heard
 ***********************************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;  
  
  font: 0.8em arial, sans-serif;  
  line-height: 1.5em;

  color: #4a4b4e;
  background: #c0dacf url(../images/bg/spacer.gif) fixed; /* Needed for IE to emulate position:fixed */ 
}

h1 {
  font-size: 1.4em;
  color: #3f8465;
}

h1.title {
  padding: 15px 10px 15px 40px;
  margin: 0;

  font: 1.5em arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  
  background: url(../images/bg/h1-title.gif) no-repeat 10px 51%;
}

h1.title strong {
  display: block;
  font-size: 1.2em;
  text-transform: none;
}


h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
  color: #444;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;  
}

a {
  text-decoration: none;
  color: #2381C1;
}

/*a:visited {
  color: #70a5e1;
}*/

a:hover {
  color: #052140;
}

a.underline {
  text-decoration: underline;
}

sup {
  font-size: 0.8em;
}

ol.upperAlpha {
  list-style-type: upper-alpha;
}

ul.affiliate {
  padding: 0px;
  margin: 10px 15px;
}

ul.affiliate li.title {
  position: relative;
  left: -14px;
  list-style-type: none;
  font-weight: bold;
} 

.highlight ul.affiliate {
  padding-left: 20px;
}



/**************************************************************
   Tables
 **************************************************************/

#container table {
  width: 100%;  
  margin-bottom: 20px;  
  border-collapse: collapse;
}

#container table caption {
  margin-top: 10px;
  padding: 10px 0 0.5em 10px;

  font: 0.8em arial, sans-serif;
  text-align: left;  
}

#container table th,
#container table td {
  text-align: left;
  vertical-align: top;  
  padding: 6px 10px;
}

#container th {
  background-color: #EFF3F2;
  border: 1px solid #C0DAD1;
}

#container td {
  border: 1px solid #C0DAD1;
}

#container tr:hover td {
  background-color: #ffc;
}

#container table.affiliates {
  margin-top: 20px;
}

#container table.affiliates th {
  margin-top: 20px;
  padding-left: 20px;
}

#container table.affiliates tr td {
  padding: 14px 20px;
  font-size: 0.85em;
  line-height: 1.3em;
}

#container table.affiliates tr:hover td {
  background-color: #fff;
}

#container table.affiliates tr td.alignMiddle {
  vertical-align: middle;
}






/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

label {
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em;
  
}


input,
textarea,
select {
  padding: 4px;
  font: 400 1em aria, sans-serif;
  
  color: #111;
  background-color: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #DDD #DDD #888;  
}


input:focus,
textarea:focus,
select:focus {  
  color: #000;
  background-color: #fdfad4;
}

input.button {
  margin: 0 3px;
  padding: 3px 4px;

  font: bold 1em arial, sans-serif;
  cursor: pointer;

  color: #FFF;
  background-color: #005631;
  border-color: #029a59 #000 #000 #029a59;
}

input.imgButton {
  position: relative; 
  vertical-align: top;
  border: 0;  
  cursor: pointer;
  background: none;
}
