BODY {
  font-family: verdana,sans;
}


DIV.menu_3 {
  position: relative;
  text-align: right;
  top: -35px;
  margin-bottom: -20px;
}

A.l3a {
  color: #000;
}

A.l3i {
  color: #AAA;
}


A.l3i:hover {
  color: red;
}

/**** Test Stuff *******************************/

TABLE.test_answerlist {
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  width: 100%;
}

TABLE.test_answerlist TD {
  border-bottom: 1px solid #AAA;
  vertical-align: top;
}

TABLE.test_answerlist TD.trash {
  text-align: right;
  width: 100px;
}

TABLE.test_answerlist TD.correct {
  width: 15px;
}

DIV.correct_0 {
  margin-top: 5px;
  width: 10px; height: 10px;
  background-color: red;
}

DIV.correct_1 {
  margin-top: 5px;
  width: 10px; height: 10px;
  background-color: green;
}

SELECT.selector {
  width: 100%;
}


TABLE.test_sheet {
  border-collapse: collapse;
  width: 100%;
}

TABLE.test_sheet TR TD {
  vertical-align: top;
}

TABLE.test_sheet TR TD.question {
  width: 500px;
  padding-right: 20px;
}

TABLE.test_sheet TR TD.nav {
  width: 120px;
}

TABLE.test_nav {
  border-collapse: collapse;
  width: 100%;
  background-color: #EEE;
} 

TABLE.test_nav TR TD {
  border-bottom: 1px solid white;
}

TABLE.test_nav TR.active TD {
  background-color: #DDD;
}

TABLE.test_nav TR TD.unanswered {
  font-weight: regular;
}

TABLE.test_nav TR TD.answered A {
  color: #AAA;
}

TABLE.test_nav TR TD.marker {
  text-align: right;
  color: #AAA;
}


LI.correct {
  color: green;
}

LI.incorrect {
  color: red;
}

DIV.question {
  border: 1px solid #CCC;
  margin-top: 15px;
  padding: 0px 10px;
}

DIV.question H4 {
  background-color: white;
  position: relative;
  display: inline;
  top: -9px;
  margin: 0;
  padding: 0px 4px;
  color: #555;
}

DIV.testresult DIV.question H5 {
  margin: 0; padding: 0;
}

DIV.testresult DIV.question P {
  margin: 0; padding: 0;
}

DIV.testresult DIV.result {
  margin-left: 20px;
}

DIV.testresult DIV.result UL {
  margin: 0; padding: 0;
}


DIV.button {
  display: block;
  text-align: center;
  padding: 20px;
}

DIV.status {
  text-align:center;
}

DIV.timer {
  text-align: center;
  margin-bottom: 10px;
}

#testabort {
  text-align: center;
  margin-bottom: 5px;
}

#testabort A {
  border: 1px solid #CCC;
  padding: 2px;
}


/*** Layout definitions **********************************************/

#layout {
  padding: 0px;
  border-collapse: collapse;
  width: 880px;
  border-top: 0;
  margin-top: 10px;
}



#logo {
  padding: 0; margin: 0;
  width: 150px;
  text-align: right;
}

#logo IMG {
  position: relative;
}

#header {
  text-align: left;
  vertical-align: bottom;
  padding: 3px 0;
  border-bottom: 1px solid #CFB691;
  color:  #CFB691;
  font-weight: bold;
  text-align: right;
  letter-spacing: 3px;
  word-spacing: 7px;
  width: 730px;
  font-family: arial;
  font-size: 11px;
}



#footer {
  noborder: 1px solid #CFB691;
  width: 880px;
  height: 20px;
  text-align: right;
  background-color: white;
}

#footer TABLE {
  border-top: 1px solid #CFB691;
  width: 825px;
  float: right;
}


#content {
  background-color: #FFFFFF;
  padding: 20px 0px;
  margin-left: 20px;
  vertical-align: top;
  height: 400px;;
  width: 730px;
  padding-left: 50px;
}

#menuholder {
  noborder-right: 1px solid #CFB691;
  text-align: right;
  width: 150px;
}


#menuholder HR {
  display: none; 
}



