/***********************************************************************   
   Filename: html.css
   Purpose:  Styles html elements
   Authors:  Pat Heard
 ***********************************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;  
  
  font: 0.95em arial, sans-serif;  
  line-height: 1.6em;

  color: #282d04;
  background: #cff662 url(../images/bg/body.jpg) repeat-x top left;
}

h1 {
  clear: both;
  font: 1.5em georgia, serif;
  color: #4b4125;
}


h2 {
  font: bold 1.1em arial, sans-serif;
}

h3 {
  font-size: 1em;
  color: #444;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;  
}

a {
  color: #118aa8;
}

/*a:visited {
  color: #70a5e1;
}*/

a:hover {
  color: #043744;
}

a img {
  border: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #a4bf50;
}

ol.double-space li {
  padding-top: 10px;
  padding-bottom: 10px;
}

ol.upper-alpha {
  list-style: upper-alpha;
}

/**************************************************************
   Tables
 **************************************************************/

table {
  width: 100%;  
  margin-bottom: 20px;  
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 10px 0 0.5em 10px;

  font: 0.8em arial, sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;  
  padding: 6px 10px;
}

thead th {
  background-color: #CCD8E3;
  border-bottom: 1px solid #9DB5CB;
}

tbody tr.dark {
  background-color: #F5F5F5;
}

tbody td {
  border-bottom: 1px solid #DDD;
}

tbody tr:hover {
  background-color: #FDF8BE;
}




/**************************************************************
   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;
}
