/* Style Sheet for Online Test */

* {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;

}

body {
  margin: 0px;
  background-image: url('/onlinetest/images/bg.jpg');
  background-repeat:no-repeat;
  background-position: top center;
  text-align: center;
  background-color: #000;
}

.question {
  font-weight: bold;
}

#speed-test-instructions {
  font-weight: normal;
}

b {
  color: #000;
}

form {
  margin: 0px;
}

#Site-Holder {
  width: 797px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}

#Header {
  width: 797px;
  height: 128px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  text-align: right;
}

#Page-Title {
  position: relative;
  top: 70;
  padding-right: 25px;
  
  font-size: 25px;
  color: #4f2222;
  font-weight: bold;
}

#Content {
  background-color: #fff;
}

#Select-Language {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 15px;
}

.Flag {
  width: 100px;
  height: 100px;
  padding: 10px;
}

.box {
  background-color: #f2f2f2;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}

.Scale {
  color: #999999;
  font-style: italic;
}

#Email-Box {
  display: none;
  margin-top: 25px;
}

.Error {
  color: red; font-weight: bold;
}

.Please-Select {
  color: red; 
}

a:link, a:visited {
  color: #990014;
  text-decoration: none;
}

a:hover, a:active {
  color: #990014;
  text-decoration: underline;
}

#Thank-You {
  font-weight: bold;
  text-align: center;
}

#gamertag {
  display: none;
}

#PS3ID {
  display: none;
}

#Enter-Tag {
  display: none;
}

/* Report */
.Report-Table {
  border: 1px solid #000;
}

.Report-Table th {
  background-color: #EEE;
}

#Report-Nav {
  padding: 10px;
}

.Report-Comment {
  padding: 4px;
  border-bottom: 1px dashed #999;
}
/* *** */