html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em verdana, arial, sans-serif;
  line-height: 170%;

  background: #666;
  color: #EEE;
}

h1 {   
  clear: both;
  font: 700 2.5em "trebuchet ms", serif;
  color: #EEE;
}

h2 {   
  clear: both;
  font: 700 1.5em "trebuchet ms", serif;
  color: #EEE;
}

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

ul {
  list-style-image: url(images/bullet.gif);
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

a {
  color: #BCCAD6;
  font-weight: bold;
}

a:hover {
  color: #FFF;
}

b {
  color: #FFF;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #EEE;
  border: 1px solid #BCCAD6;
}

input.query {
  width: 200px;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

ul {
  list-style-image: url(images/bullet.gif);
}

/* Other style*/

#header {
  position: relative;
}

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#header,
#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 700 2.4em "trebuchet ms", serif;
  letter-spacing: -2px;
  color: #EEE;
}

#searchInfo, 
#searchPaging {
  font: 700 1.1em "trebuchet ms", serif;
  
  float: left;
  width: 100%;
  height: auto;
  clear: both;
  
  padding-top: 20px;
}

#searchPaging  {
  padding-bottom: 50px;
}

#page {
  float: left;
  width: 100%;
  clear: both;
  
  padding-bottom: 10px;
}

#footer {
  float: left;
  width: 100%;
  height: 30px;
  clear: both;
  
  margin-top: -30px;
  background: #000;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 1em;
  padding-top: 0.4em;
}

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.marginTop10 {
  position: relative;
  margin-top: 10px;
}

.marginTop20 {
  position: relative;
  margin-top: 20px;
}