.singleposter {
	width: 98%;
	margin-bottom: 5px;
	font-family:Arial, sans-serif;
	background-color: #eee;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
}
.abstitle, .absauthor, .abstopic {
	background-color: #000;
	font-size: 10pt;
	font-family:Arial, sans-serif;
	text-indent: 10px;
	color: #eee;
	width: 100%;
	cursor: default;
}
.abstopic {
	padding-bottom: 8px;
	color: #c33;
}
.absauthor .affil {
	font-size: 8pt;
	line-height: 7px;
	padding-left: 10px;
}
.accepted {
	background-color: #070;
	color: #eee;
}
.isposter, .yesposter {
	background-color: #030;
	color: #eee;
}
.rejected {
	background-color: #700;
	color: #eee;
}
.undecided,.pending {
	background-color: #000;
	color: #eee;
}
.unassigned {
	background-color: #ee7;
	color: #222;
}
.abscontrols {
	width: 9%;
	float: left;
	height: 230px;
	padding: 5px;
	padding-right: 0px;
	display: inline;
}
.topabscontrols {
	width: 100%;
	font-size: 10pt;
	font-family:Arial, sans-serif;
	padding: 2px;
	text-align: center;
	border-bottom: solid black 1px;
	background-color: #777;
	color: #eee;
}
.abscomments {
	width: 100%;
	font-size: 10pt;
	font-family:Arial, sans-serif;
	padding: 2px;
	text-align: center;
	border-bottom: solid black 1px;
	background-color: #777;
	color: #eee;
}
.absbody {
	width: 88%;
	float: right;
	padding: 5px;
	border-left: solid black 1px;
	display: inline;
	background-color: #fca;
	background-color: #654;
}

.instructions h3 {
	font-size: 24px;
}
.instructions h4 {
	font-size: 18px;
}
.instructions ul {
	width: 60%;
	margin-bottom: 16px;
}
.instructions li {
	padding: 3px;
}
.instructions p {
	font-size: 14px;
	margin-bottom: 16px;
}
.underlinethis {
	text-decoration: underline;
	font-weight: bold;
}

.filelist ul {
	margin: 2px;
	font-weight: bold;
}
.filelist a, .filelist a:hover {
	color: red;
}
.filelist li {
	padding: 5px;
}
.filelist form {
	padding:0;
	margin:0;
}
.filelist img {
	vertical-align: middle;
}	

.scoresheet td {
	padding: 2px;
}
.scorevalue {
	width: 30px;
	text-align: center;
}
.scoreheading {
	padding: 10px;
	line-height: 2em;
	font-size: 20px;
	font-weight: bold;
	background-color: #444;
	border-top: 20px solid #111;
	border-bottom: 5px solid #111;
}
.scoresheet tr:hover > .scorequestion {
	background-color: #999;
	color: black;
	border-top-right-radius: 150px;
	border-bottom-right-radius: 150px;
}
.scoreheading:hover {
	background-color: #444;
	color: orange;
}
input[type="range"] {
	height: 100%;
	width: 250px;
}

.submittedposter table {
	transition: ease 0.1s all;
	background-color: #555;
}
.submittedposter td {
	color: #ccc;
}
.submittedposter a {
	color: white;
}
.submittedposter a:hover {
	color: orange;
}

.submittedposter h4 {
	padding-top: 10px;
	font-size: 2em;
	color: white;
	text-shadow: black 1px 1px 1px;
	text-align: center;
}
.submitwarning {
	color: red;
	padding: 4px;
	font-weight: bold;
	text-align: center;
}
.submitwarning a {
	color: #00d;
}
.submitwarning a:visited {
	color: #07d;
}

.missingdetail {
	color: red;
}
.readytosubmit {
	box-shadow: orange 2px 2px 3px,orange -2px -2px 3px;
}
