/**
   * This is the default style sheet for Visique
   *
   * @package Visique
   * @author Francis Saul <francis@clicksuite.co.nz>
   * @project manager Alan Doak <alan@clicksuite.co.nz>
   * @version 2007-01-25
   
   * @change log
   
*/


/*------------------------------------------------------------------------
Main styles ------------------------------------------------------------*/
body{
  color: #4c5573;
  font: 0.625em/1.6em Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
p, ul, ol, label, h1, h2, h3, h4, h5, h6{
  margin: 0 0 1em;
}
h1, h2, h3, h4, h5, th{
  font-family: Arial, Helvetica, sans-serif;
}
h2{
  color: #009dbb;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 3em 0 1em;
}
h2.first{
  margin-top: 0;
}
h3{
  color: #009dbb;
  font-size: 1.4em;
  font-weight: bold;
  margin: 3em 0 1em;
  text-transform: uppercase;
}
h4{
  color: #009dbb;
  font-size: 1.2em;
  font-weight: bold;
  margin: 3em 0 1em;
}
h5{
  color: #009dbb;
  font-size: 1.15em;
  font-weight: bold;
}
table{
  border-collapse: collapse;
}
table thead th{
  color: #009dbb;
  font-size: 1.8em;
}
table thead td {
  color: #009dbb;
}
th, td{
  padding: 5px 0 3px 9px;
  vertical-align: top;
}
a{
  color: #4c5573;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
form{
  margin: 0;
}
input, textarea, select{
  font-family: Arial, Helvetica, sans-serif;
}
img{
  display: block;
  border: 0;
}