body{
  background-color: #A45E1C;
  margin: 0px 0px;
}

a{
  color: #CC9900;
  font-weight:bold;
}

a:hover{
  color: #990000;
}

a.closeLink{
  font-size:12pt;
  color:maroon;
}

span, div, td{
  font-family: georgia, "times new roman", arial;
  font-size:9pt;
  line-height:1.4em;
  color: black;
}

div.alertPopup{
	width:400px;
    height:200px;
    left:35px;
	top:275px;
    background-color:#FFECED;
    position: absolute;
    z-index:50;
    font-size:9pt;
    visibility: hidden;
    border: 1px solid rgb(255,69,78);
}

div.alertPopupHeader{
	background-color:rgb(255,69,78);
    background-image: url('images/topbar_alert_bkg.jpg');
    background-repeat: repeat-x;
    font-size:12pt;
	text-align:center;
    width:100%;
    height: 20px;
}

div.sectionHeading{
  background: #a45e1c;
  color:white;
  padding:4px;
  width:750px;
  font-size:12pt;
  font-family:georgia, "times new roman", arial;
  font-weight:bold;
}

h2{
  font-family: "times new roman", georgia, arial;
  font-size:14pt;
  color:#999966;
}

input{
  background-color: white;
  border:solid 1px silver;
}

input.school{
  width:130px;
}

input.radio{
  border:none;
}

input.button{
  border: solid 1px black;
  background-color: #A45E1C;
  color:white;
}

input.file{
  width:400px;
  border: solid 1px silver;
  background-color: #DCDCBA;
}

select{
  font-size:10pt;
  font-family:verdana;
}

select.svc{
  height: 70px;
  font-size:8pt;
  width:350px;
}

textarea{
  border: solid 1px silver;
}

td.scaleHeader{
  font-weight:bold;
  width:20px;
  height:20px;
}

td.scaleChoice{
  width:20px;
  height:20px;
}

td.scaleChoice input{
  background-color: transparent;
  border: none;
}

table.plusTest{
  border:solid 1px black;
  border-right:none;
}

tr.withBkg{
  background-color: #E4E4CB;
}

tr.withBkg td{
  font-weight: bold;
}

tr.clearBkg{
  background-color: transparent;
}

tr.clearBkg td{
  font-weight: normal;
}


td.plusHeader{
  font-weight:bold;
  color: maroon;
  border-bottom:solid 1px black;
  padding-top:5px;
  padding-bottom:5px;
}

td.plusChoice{
  font-weight:normal;
  color:black;
  padding-left:10px;
  padding-bottom:5px;
  border-right:solid 1px black;
}

td.plusChoice input{
  background-color: transparent;
  border: none;
}







