#allContent{
  position: relative;
  margin: auto;
  width: 600px;
}

a {
  color: #111;
}

b {
   font-weight: 800;
   color: black;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.floatRight{
  float: right;
}

.floatLeft{
  float: left;
  margin: 0px 0px 0px 0px;
}

#content {
  position: absolute;
  top: 95px;
  left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  width: 460px;
  height: 800px;
  background-color: #f0fff0;

}

.standard table {
  position: relative;
  width: 250px;
  border-bottom: 1px solid #4b6349;
}

.inputbox {
  width: 150px;
}

.colHeaderClick {
  text-decoration: underline;
  cursor: pointer;
  border-right: 1px solid #4b6349;
  border-bottom: 1px solid #4b6349;
}

.colHeaderEndClick {
  text-decoration: underline;
  cursor: pointer;
  border-bottom: 1px solid #4b6349;
}


.colHeader {
  border-right: 1px solid #4b6349;
  border-bottom: 1px solid #4b6349;
}

.colHeaderEnd {
  border-bottom: 1px solid #4b6349;
}

.standard td {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
}

.standard th {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #111;
  border-top: 5px solid #4b6349;
  border-bottom: 1px solid #4b6349;
}

#errorBox {
  visibility: hidden;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FD9;
}

#recordErrorBox {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FD9;
}

#gradeHint {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

#titleBar {
  background-color: #444;
  border-bottom: 2px solid #AAA;
  height: 50px;
  width: inherit;
}

#titleText a {
  text-decoration: none;
  font-size: 40px;
  color: #f0fff0;
}

#titleText {
  position: absolute;
  display: inline;

  text-align: center;
  font-size: 40px;
  color: #f0fff0;
  background-color: #567356;
  padding-left: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 2px solid #f0fff0;
  width: 480px;
  left: 20px;
  top: 20px;
  
}

#subtitleText {
  position: absolute;
  font-size: 25px;
  padding-left: 20px;
  top: 100px;
  left: 20px;
  width: 490px;
}

#body {
  margin: 0px;
  margin: 0px;
  background-color: #f0fff0;
  background-image:url("http://www.memoryplanter.com/memoryplanter/mempl09/images/gradient.jpg");
  background-repeat:repeat-x;
}

#testTableContainer, #problemTableContainer, #testContainer {
  position: absolute;
  top: 45px;
  left: 20px;
}

#registration, #login, #importContainer {
  position: absolute;
  top: 45px;
  left: 230px;
}

#instructionBox {
  position: absolute;
  top: 66px;
  left: 20px;
  width: 190px;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 5px solid #4b6349;
  border-bottom: 1px solid #4b6349;
  padding-top: 3px;
  padding-bottom: 3px ;
}

.testTable, .flashCardTest {
  width: 460px;
  border-bottom: 1px solid #4b6349;
}

.importTable {
  position: relative;
  width: 250px;
  border-bottom: 1px solid #4b6349;
}

.testTable thead tr th, .flashCardTest thead tr th, .importTable thead tr th {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #111;
  border-top: 5px solid #4b6349;
  border-bottom: 1px solid #4b6349;
}

.testTable tfoot tr th, .flashCardTest tfoot tr th {
  text-align: right;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}


.testTable td, .importTable td {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #111;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.flashCardTest td {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #111;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.testTable a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #111;
}

.twoFieldInput {
  border: 1px solid #4b6349;
  width: 200px;
}

.threeFieldInput {
  border: 1px solid #4b6349;
  width: 130px;
}

.action {
  padding: 1px;
  color: black;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.deleteButton {
  cursor: pointer;
  background-color: #4b6349;
  border: 1px solid black;
  color: white;
  width: 13px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-top: 3px;
}

.pageNavButton {
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 10px;
  background-color: #4b6349;
  border: 1px solid black;
  padding-left: 3px;
  padding-right: 3px;
  color: white;
  text-align: center;
  margin-left: 5px;
}

.buttonClass {
  display: inline;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: #4b6349;
  border: 1px solid black;
  padding: 3px;
  color: white;
  text-align: center;
  
}

.pageNavButtonHidden {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 10px;
  border: 1px solid black;
  padding-left: 3px;
  padding-right: 3px;
  visibility: hidden;
  margin-left: 5px;
}

.pageNav{
  text-align: right;
}

.optionsTable {
  width: 460px;
}

.deletedRecord td{
  text-decoration: line-through;
  color: crimson;
}