body {
  font-size: 0.9em;
  font-family: arial;
  font-weight: bold;
}
a, a:link, a:visited, a:hover, a:active { color: #333; }
img { border: 0; }
#container {
  width: 720px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.results table {
  margin-top: 8px;
  width: 720px;
}
#stats.results table {
  margin:0;
  width: 300px;
}
.results table tr th, .results table tr td {
  padding: 8px;
  border-bottom: 1px dotted #666;
}
#stats.results table tr th, #stats.results table tr td {
  padding: 4px 2px 4px 2px;
  font-size: 1em;
  border-bottom: 1px dotted #666;
  vertical-align: bottom;
  color: #333;
}
.results table .first {
  border-top: 1px dotted #666;
}
.results table tr th.columnspacer, .results table tr td.columnspacer,
#stats.results table tr th.columnspacer, #stats.results table tr td.columnspacer {
  border: 0;
  width: 10px;
}
#stats.results table tr td.rowspacer {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 8px;
  height: 14px;
 }
.selector a, .results a {
  text-decoration: none;
}
.selectors_container {
  float: left;  width: 296px;
}

.selectors {
  background: #fff url('../c_images/select_background.gif') repeat center center!important;
  width: 280px;
  padding: 8px;
  height: 160px;
}
.buttons {
  margin-top: 8px;
  width: 296px;
  text-align: right;
}
.info {
  float: left;
  border: 1px solid #d5d5d5;
  width: 380px;
  margin-left: 26px;
  padding: 8px;
  height: 196px;
  font-weight: normal;
  font-size: 0.85em;
  color: #707172;
}
.info p { margin-bottom: 1.3em; }
.info a:link { color: #a99cc8; }
.info a:visited { color: #707172; text-decoration: underline; }
.info a:hover, .ContentEditor a:active { color: #707172; text-decoration: underline; background: transparent; }
.info h1, .info h2, .info h3, .info h4, .info h5, .info h6 { font-weight: normal; color: #333333; display: block; margin: 1em 0 1em 0; padding: 0; line-height: 1em; }
.info h1 { font-size: 1.6em; }
.info h2 { font-size: 1.5em; }
.info h3 { font-size: 1.4em; }
.info h4 { font-size: 1.3em; }
.info h5 { font-size: 1.2em; }
.info h6 { font-size: 1.1em; font-weight: bold; color: #333333; margin: 0; margin-bottom: 0.5em; margin-top: 1em; }
.header {
  text-align: left;
  width: 221px;
  float: left;
}
.header h1 {
  font-size: 1em;
  font-weight: bold;
  color: #333333;
}
.bar {
  height: 23px;
  width: 100px;
}
.greenbar {
  width: 1px;
  height: 23px;
  background: #9FDDAC url('../c_images/bar_green.gif') repeat-x center center;
  z-index: 1;
  position: relative;
}
.bluebar {
  width: 1px;
  height: 23px;
  background: #9DAEDC url('../c_images/bar_blue.gif') repeat-x center center;
  z-index: 1;
  position: relative;
}
.percent {
  z-index: 2;
  position: relative;
  top: -20px;
}
.selector {
  margin-bottom: 3px;
  line-height: 2em;
}
.selector select {
  float: right;
  width: 135px;
}
.selector img {
  margin-left: 5px;
  float: right;
}
strong {
  color: #3A6F8F;
}
#loading {
  width: 720px;
  height: 100%;
  background-color:#fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
#stats {
  display: none;
  font-size: 1.1em;
}
#stats a:link, #stats a:visited, #stats a:hover, #stats a:active { 
  text-decoration: none;
  color: #333;
}
#stats .number {
  text-align: right;
}
#stats th {
  font-weight: bold;
}
#icon {
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
}
#alertbox {
  float: right;
  width: 390px;
  padding: 3px;
  font-weight: normal;
  font-size: 0.85em;
  color: #707172;
  margin-left: 20px;
  border: 1px solid #ccc;
}
#alertbox img { margin-right: 6px; }
.end { position: absolute; margin-left: 170px; margin-top: -22px;}
