body {
  font-family: "Century Gothic","Avant Garde","Gill Sans","Lucida Grande","Lucida Sans Unicode",verdana, sans-serif;
  font-size: x-small;
  background-color: #4E4E4E;
  color: #000000;
  margin:0px;
  behavior:url("csshover2.htc");
}

table, tr, td, th {
  font-size: x-small;
  align: center;
}

.boxheader {
  font-weight: bold;
  font-size: large;
  color: white;
  text-align: left;
  background-color: #3075D5;
  padding: 5px;
    padding-bottom: 5px;
}

.help {
	display: none;
	font-size: x-small;
}

.surveylinks {
	float:right;
	width:200px;
	border: 1px solid #666666;
	padding:0px;
	padding-bottom:5px;
	margin:5px;
	margin-left:15px;
	margin-top:5px;
	margin-right:5px;
	background-color:white;
	font-size:x-small;
}

.surveylinks li {
	padding-left: 6px;
}

.surveylinks h3 {
  font-weight: bold;
  font-size: x-small;
  color: white;
  text-align: left;
  background-color: #666666;
  padding:5px;
  margin:0px;
  margin-bottom:5px;
}

.subheader {
  font-size: x-small;
  font-weight: bold;
  color: black;
  background-color: #8B7E66;
  padding:5px;
}

h3 {
  font-size: xx-large;
  font-weight: bold;
  color: #0000ff;
}

h4 {
  font-size: x-large;
  font-weight: bold;
  color: #3333FF;
}
h5 {
  font-size: large;
  font-weight: bold;
  color: #4D4DFF;
}
h6 {
  font-size: medium;
  font-weight: bold;
  color: #6666FF;
}
h7 {
  font-size: small;
  font-weight: bold;
  color: #8080FF;
}
.whitebox {
  /*font-weight:bold;*/
  padding:5px;
}
.reqerror {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
div.reqerror span{
	color: #CB0404;
}
td.reqerror span{
	color: #CB0404;
}
/* div.reqerror:hover {
	background-color: #FFADAD ;
}
div.reqerror:hover span{
	color: black ;
}
td.reqerror:hover span{
	color: black ;
} */
.reqnote {
	font-size: small;
	color: gray;
	margin-bottom: 10px;
	padding: 5px;
}
/* tr.reqerror:hover {
	background-color: #FFADAD ;

} */
.reqnote span{
	color: #CB0404;
}
.noerror {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* div.noerror:hover {
	background-color: #E6FFCC;
}
td.noerror:hover {
	background-color: #E6FFCC;
} */
td.reqerror {
	background-color: white;
}
td.reqerrorfirst {
	border:none;
}
td.reqerrormid {
	border:none;
}
td.reqerrorlast {
	border:none;
}
/* td.reqerror:hover {
	background-color: #FFADAD ;
}
td.reqerrormid:hover {
	background-color: #FFADAD ;
}
td.reqerrorlast:hover {
	background-color: #FFADAD ;
} */
.textbox {
  
  font-size:medium;
}
table {
	font-size:large;
}
td {
	font-size:medium;
}
.textbox li {
  margin-bottom: 3px;
}

.indented_cell {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.example {font-size:smaller; font-style:italic; font-weight:normal;}

.grayboxfont {
  font-size: 10px;
  font-weight: normal;
  color: #424142;
}

.question {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #262C4C;
}

.percentage {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
}

.error { 
	color: #CB0404; 
	font-weight: bold; 
	text-align: center; 
	font-size: small; 
	padding: 10px; 
	background-color: white;
}

.message { 
	color: blue; 
	font-weight: normal; 
	text-align: center; 
	font-size: small; 
	padding: 10px; 
	background-color: white; 
}

form {
	background: white;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 10px;

}
.boxnote

{

		background-color: #eff6ff;

		border-top-width: 1px;

		border-right-width: 1px;

		border-bottom-width: 1px;

		border-left-width: 1px;

		border-top-style: solid;

		border-right-style: solid;

		border-bottom-style: solid;

		border-left-style: solid;

		border-top-color: #3074d5;

		border-right-color: #3074d5;

		border-bottom-color: #3074d5;

		border-left-color: #3074d5;

		padding-top: 20px;

		padding-right: 20px;

		padding-bottom: 20px;

		padding-left: 20px;

}


