body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: normal;
}

th {   font-family: verdana, arial, helvetica, sans-serif;
  font-size:   14px;
  font-weight: bold;
  line-height: normal;
}

body { background: #D1AF4F; }

a, a:link, a:visited { color: #009; text-decoration: none }
a:hover { color: #00f; text-decoration: underline; }


h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

.titlebar { font-size: 16px; color: white; font-weight: bold  }

.mainmenu { background: #D1AF4F; color: #FFF; padding: 18px 15px 1px 25px; height: 24px;
	border-bottom: 1px #7F610F solid; vertical-align: middle; }

.menuitem, .menuitemon { padding: 8px; border-bottom: 1px #FFE9AF solid;
	border-left: 1px #7F610F solid; border-top: 1px #7F610F solid; 	
	border-right: 1px #7F610F solid;}
	
a.menuitemon:link, a.menuitemon:visited { background: #FFE9AF; color: #000; 
	border-left: 1px #7F610F solid; border-top: 1px #7F610F solid; 	
	border-right: 1px #7F610F solid; text-decoration: none; }
a.menuitem:link, a.menuitem:visited { color: #FFF; background:  #7F610F; text-decoration: none; border-bottom: 1px #7F610F solid; }

a.menuitem:hover {  background: #FFE9AF; color: #000; 
	 text-decoration: none;  }

#menucorner { text-align:right; font-size:9px; float:right; vertical-align:top }
.menucornerlink:link, .menucornerlink:visited { color: #666; text-decoration: none; }

.flash_notice {	color: #090; background: #ff6; padding: 10px; border: 2px solid #0F0;  }
.flash_warning {	color: #900; background: #FF9; padding: 10px; border: 2px solid #F00; }
.feedback_notice { background: #FF9; padding: 10px; border: 2px solid #00F; }


.blocking_box { border: 1px solid #999; padding: 2px 4px; background: #FFF; }

textarea { font-family: Arial, sans-serif; font-size:12px }

#mainblock { background: #FFE9AF; padding: 10px;
	border-bottom: 1px #7F610F solid;
	border-left: 1px #7F610F solid; 	
	border-right: 1px #7F610F solid;
}

.small { font-size: 11px; }
.smaller { font-size: 10px; }

#question_preview { background: #EEE; margin: 4px; padding: 8px; border: 1px solid #999; }

.slightgreen { color: #060; }
.slightred { color: #600; }
.red { color: #900; }
.blue { color: #009; }
.green { color: #090;}

.question_box { 
	margin: 2px;  border: 1px solid #EED9AF; 
	padding: 4px; width:650px; 
	background: #eee;
}

table.nice_table { background: #FFF; }
table.nice_table th { background: #FFF; padding: 2px;}
table.nice_table tr { background: #F2EFFF; }
table.nice_table td { padding: 4px; }
table.nice_table tr:hover { background: #EFEFC2; }


.web_link input { font-size: 10px; }

/* from scaffold */

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}



.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}
