
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 0.8em "trebuchet ms", verdana, arial, sans-serif;
	background: #03f url(../images/bg/header.jpg) repeat-x top left;
	color: #eee;
}

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

a {
  color: #999;
}

a:hover, a:focus {
  color: #fff;
}


ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #fc0;
}

ol span {
  color: #eee;
}

ul {
  list-style-image: url(../images/bg/bullet.gif);
}

del {
  color: #aaa;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  background: #444;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}

label {
  display: block;
}

input, textarea, select {
  padding: 2px;
  color: #333;
  background: #ccc;
  border: 1px solid #666;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  border: 1px solid #00297b;
}

input.button {
  padding: 2px 5px;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: lowercase;
  color: #ccc;
  background: #666;
  border: 1px solid #ccc;
}

input.button:hover {
  color: #fff;
  background: #00297b;
  border: 1px solid #ccc;
}

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  /*border: 2px solid #8BE6FA;*/
  border: none;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  /*border: 2px solid #fff !important;
  border: 2px solid #8BE6FA;*/
  border: none;
}