table.accuracyChart {
    border-spacing:0px;
    font-size:16pt;
}

table.accuracyChart TH {
  background-color:lightblue;
  width:1em;
  height:1em;
  border:1px solid black;
}

table.accuracyChart TD {
  text-align:center;
  border:1px solid black;
}

table.accuracyChart TD.correctAnswer {
  background-color:green;
  color:darkgray;
}

table.accuracyChart TD.wrongAnswer {
  background-color:#B22222;
  font-weight:bold;
  color:black;
}

table.accuracyChart TD.grayedOut {
    opacity:.5;
}

DIV.speedChartBackground {
    display: list-item;
    list-style-image: url(mathFactsSpeedAnalysisChart.gif);
    list-style-position: inside;
    width:432px;
    height:400px;
}

.takeTestButton {
    font-size:24pt;
    font-weight:bold;
    background-color:orange;
    cursor:pointer;
 font-family: arial;
  color: #14396A !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(top,  #EEBE94,  #CF8838);
  background: -ms-linear-gradient(top,  #EEBE94,  #CF8838);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEBE94), to(#CF8838));
  background: -moz-linear-gradient(top,  #EEBE94,  #CF8838);
}

.takeTestButton:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #CFB68B,  #EE8C37);
  background: -ms-linear-gradient(top,  #CFB68B,  #EE8C37);
  background: -webkit-gradient(linear, left top, left bottom, from(#CFB68B), to(#EE8C37));
  background: -moz-linear-gradient(top,  #CFB68B,  #EE8C37);
}

#assessment {
  position:relative;
}

.studentNameDisplay {
  font-size:18pt;
}
.butFastNum {
  font-size:25pt;
  min-width:100px;
  height:80px;
  margin:3px;
  background-color: #c6d9f1;
}

.but1_20 {
  font-size:20pt;
  width:120px;
  height:120px;
  margin:3px;
  background-color: #c6d9f1;
}

div.AnswerBox {
  display:inline;
  color:blue;
}

div.AnswerBoxFocus {
    background-color:#8FBC8F;
}

.questionCounter {
  font-size:20pt;
}

.questionDisplayTable TD {
  padding-right:30px;
}

.questionContentSmall {
  font-size:18pt;
}

.leftArrow {
    background-image:url(arrowLeftGreen35.png);
    background-repeat:no-repeat;
    width:35px;
    height:35px;
    z-index:10;
}

.rightArrow {
    background-image:url(arrowRightGreen35.png);
    background-repeat:no-repeat;
    width:35px;
    height:35px;
    z-index:10;
}

table.accuracyChart TH.accuracyHeader {
  border:none;
  background-color:white
}

TH.accuracyHeader {
  font-weight:bold;
  font-size:15pt;
}
