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

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

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

.formError {
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
  color: red;
  display: inline;
}

#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;
}

.errorHeader {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  background-color: #c00;
  color: #fff;
  width: 400px;
  border: 2px solid red;
  padding: 5px;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

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

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

.designation {
	float: right;
	position: relative;
	top: -75px;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid;
	padding: 5px;
	clear: both;
}

.highDesignation {
	float: right;
	position: relative;
	top: 1ex;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid;
	padding: 5px;
	clear: both;
}

.deadline {
    color: red;
}

.existing-collaboration {
	font-style: italic;
}

#wordCount {
	font-weight: bold;
}

.overWordLimit {
	background-color: red;
	color: white;
	padding: 5px;
}

dt {
	font-style: italic;
}

dl {
	font-style: italic;
}

dd {
	font-style: normal;
}

.log-out {
	float: right;
	position: relative;
	top: 20px;
}

.controls {
	text-align: center;
}

.row {
	clear: both;
	padding-top: 5px;
}

.row label {
	float: left;
	width: 100px;
	text-align: right;
	font-style: italic;
}

.footer {
	clear: all;
	border-top: 1px dotted;
	margin-top: 10px;
}

.footer p {
	font-size: 8pt;
	font-style: italic;
}

div.autocomplete {
	position: absolute;
    width: 250px;
    background-color: white;
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
}

div.autocomplete ul {
	list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.autocomplete ul li.selected { background-color: #ffb;}

div.autocomplete ul li {
	list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    cursor: pointer;
}

ul.bulletless {
	list-style-type: none;
}

ul.bulletless li {
	list-style-type: none;
}