* {
	font-family: arial;
	xxxcursor: default;
}
a {
	cursor: pointer;
}
.incaps
{
	text-transform: uppercase;
	background-color: #eeb;
	font-size: 1.1em;
	line-height: 1.1em;
}

fieldset
{
	background-color: #ccc;
	border-radius: 12px;
	width: 95%;
	text-align: left;
	color: #111;
}

p.small
{
	font-size: 0.8em;
}

form
{
	font-size: 1em;
	margin-left: 30px;
	margin-right: 30px;
}

.field
{
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
}

.value
{
	text-align: left;
	padding: 4px;
	xxxbackground-color: #222;
	color: red;
}

.blue
{
	color:#44b;
}

.value input
{
	font-size: 1.1em;
	line-height: 1.1em;
}

.valuecheckbox
{
	padding:30px;
}

.requiredfield input
{
	text-align: left;
	background-color: #eeb;
	font-size: 1.1em;
	line-height: 1.1em;
}

.formbuttons input
{
	color: #444;
	font-size: 1.2em;
	margin-left:10px;
	margin-right:10px;
}

#ellothere
{
	font-size: 1.2em;
	line-height: 1.2em;
	width: 85%;
	margin-top: 17px;
	margin-bottom: 17px;
	text-align: center;
}

.smalltext
{
	font-size: 0.8em;
}

.formerror
{
	font-size: 0.9em;
	line-height: 1.1em;
	color: red;
	text-transform: uppercase;
	text-align: center;
}

.formheading
{
	font-size: 0.9em;
	line-height: 1.1em;
	color: red;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.showposter table
{
	background-color: #eeb;
	background-color: #ee7;
	border-radius: 12px;
	width: 95%;
}

.showposter textarea
{
	background-color: #fff;
	color: #444;
	font-size: 0.9em;
}

.showposter td
{
	color: #111;
	font-size: 0.9em;
	padding: 2px;
}

.singlebutton
{
	font-size: 1.2em;
	margin: 0px;
	margin-top: 5px;
}

.user {
	float:left;
	min-width:90%;
	border:1px solid white;
	margin-right:10px;
	margin-left:10px;
	margin-top:5px;
	padding:20px;
	padding-top:20px;
	font-size:1em;
	color:orange;
	line-height:22px;
	margin-bottom:5px;
}

.user p {
	font-size:1.1em;
}

.user a {
	font-size:1.1em;
	color:orange;
	color:yellow;
	text-decoration:none;
}

.user a:hover {
	text-decoration:underline;
	color:#ccc;
}
.user a:visited {
	color: yellow;
}
.user .filelist a:visited {
	color: blueviolet;
}

.submittedposter a:visited {
	color: yellow!important;
}

.submitwarning {
 color: red;
 padding: 4px;
 font-weight: bold;
 text-align: center;
}

.usersignup {
	float:left;
	width:90%;
	border:1px solid white;
	margin-right:10px;
	margin-left:10px;
	margin-top:30px;
	padding:20px;
	padding-top:30px;
	font-size:1em;
	color:black;
	line-height:22px;
	margin-bottom:20px;
}

.usersignup p {
	font-size:1.1em;
}

.usersignup a {
	font-size:1.1em;
	color:orange;
	color:yellow;
	text-decoration:underline;
}

.usersignup a:hover {
	text-decoration:underline;
	color:red;
}

.userfooter {
	clear: both;
	margin-top:5px;
	font-family: arial;
	font-size:14px;
	color:orange;
}

.userfooter a {
	font-family: arial;
	color:#2b2b22;
	color:orange;
	color:yellow;
	text-decoration:none;
}

.userfooter a:visited {
	color: yellow;
}

#details table {
	text-align: center;
	align: middle;
}

#details tr {
	text-align: left;
}

.detailfield
{
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-right: 10px;
	padding-left: 80px;
}

.detailbutton
{
	text-align: center;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

#userinfoleft
{
	float:left;
	margin-bottom: 20px;
}
#userinforight
{
	float: left;
	width: 60%;
	margin-left: 20px;
}

#userinfoleft h3
{
	font-size: 1.25em;
	color: #bbb;
	font-family:Arial, sans-serif;
}
#userinforight h3
{
	font-size: 1.25em;
	color: #222;
	font-family:Arial, sans-serif;
}

.rot90
{
	transform: rotate(-90deg);
	width: 15px;
}

.usertable td {
	min-width: 20px;
	padding: 0px;
	background-color: #444;
	color: orange;
	text-align: center;
	transition: all ease 0.3s;
}

.usertable tr:hover  {
	border-radius: 5px;
	background-color: #333;
	box-shadow: 1px 1px 0 white,-1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white;
	transition: all ease 0.3s;
}
.usertable tr:hover > td {
	border-radius: 5px;
	background-color: #333;
	transition: all ease 0.3s;
}

.usertable .left {
	padding-left: 10px;
	text-align: left;
}

.usertable th {
	font-weight: bold;
	background-color: #221;
}

.usertable .totals td {
	padding: 10px 0;
	font-weight: bold;
	color: white;
	border-top: 2px solid yellow;
	border-bottom: 2px solid yellow;
}



.schedule .talk
{
	color: blue;
	text-align: center;
	vertical-align: top;
}
.schedule .keynotetalk
{
	color: #333;
	text-align: center;
	background-color: #fee;
	background-color: #fcc;
	padding-left: 30px;
	padding-right: 30px;
}
.schedule .morningtea,
.schedule .afternoontea,
.schedule .lunch
{
	color: #333;
	text-align: center;
	background-color: #efe;
	background-color: #cfc;
}
.schedule .admin
{
	color: #333;
	text-align: center;
	background-color: #eee;
}
.schedule .socialevent
{
	color: #333;
	text-align: center;
	background-color: #eef;
	background-color: #ccf;
}
.schedule .speaker
{
	font-size: 1em;
	font-weight: bold;
	color: black;
}
.schedule .title
{
	font-size: 0.8em;
	font-style: italic;
	color: #666;
}
.schedule .day
{
	font-size: 1.5em;
	color: #eee;
	font-weight: bold;
	text-align: center;
	background-color: #222;
	padding-top: 30px;
	padding-bottom: 30px;
}
.schedule .time
{
	font-size: 0.75em;
	color: black;
	text-align: right;
}
.schedule .chairperson
{
	font-size: 0.8em;
	font-style: italic;
	color: black;
	text-align: center;
}
.schedule .keynotetalk .title,
.schedule .keynotetalk .speaker
{
	font-size: 1.3em;
}
.genproc fieldset
{
	background-color: #333;
}

.frontpagebuttons
{
}

.frontpagebuttons > ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
}
.frontpagebuttons li
{
	cursor: pointer;	
	display: inline-block;
	text-align: center;
	font-size: 2.1em;
	line-height: 1em;
	color: white;
	background-color: #333;
	min-width: 100px;
	padding: 10px;
	border-radius: 12px;
	text-transform: uppercase;
	margin: 10px;
	transition: all 0.25s;
	text-decoration:none;
}

.frontpagebuttons li:hover
{
	color: orange;
	transition: all 0.25s;
}

.frontpagebuttons a
{
	color: white;
	text-decoration:none;
	transition: all 0.25s;
}
.frontpagebuttons li a:hover
{
	color: orange;
	transition: all 0.25s;
	text-decoration:none;
}
.subonly
{
	font-size: 0.8em;
}

.submitbutton
{
	border: solid black 2px;
	border-radius: 5px;
	box-shadow: white 3px 3px 3px;
	padding: 3px;
}
.submitbutton:active
{
	box-shadow: white 1px 1px 1px;
	background-color: #aaa;
}

.userpowerstable {
	color: orange;
	line-height: 22px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	padding-bottom: 20px;
}

.userpowerstable td {
	width: 1px;
	padding: 0;
	border: 0;
}

.judgestable td {
	padding: 4px;
	text-align: center;
}

.judgestable td a {
	color: black;
}

.scorebox {
	background-color: #aaa;
}

.firstscorebox {
	border-left: 50px solid black;
}

.noscorebox {
	color: #888;
}

.postertitle {
	text-align: left;
}

/*
.judgestable td:hover {
	color: #000;
	text-shadow: white 2px 2px 1px;
	background-color: orange;
}
*/
.judging {
	background-color: orange;
	cursor: pointer;
}
.scoringstarted{
	background-color: orange;
	margin: -3px;
	border: 3px solid green;
	cursor: default;
}
.scoringfinished{
	background-color: green;
	border: none;
	text-align: center;
	color: yellow;
	cursor: default;
}
.scoringfinishedwithcomments{
	background-color: blue;
	border: none;
	text-align: center;
	color: yellow;
	cursor: help;
}
.judged {
	background-color: green;
	border: 3px solid orange;
	margin: -3px;
}

.rot45 {
	height: 100px;
	white-space: nowrap;
	background-color: white;
}
.rot45 > div {
	transform: translate(16px, 31px) rotate(315deg);
	width: 30px;
}
.rot45 > div > span {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	xxxpadding: 5px 10px;
	background-color: white;
}

.dropdown {
	font-size: 0.8em;
}

.subfield
{
	vertical-align: bottom;
	text-align: center;
	font-size: 0.9em;
	line-height: 0.9em;
}

.year
{
	vertical-align: middle;
	text-align: right;
}
.subvalue
{
	text-align: center;
	font-size: 1.1em;
	line-height: 1.1em;
}

.teamsizenote
{
	text-align: center;
	color: red;
	font-size: 0.9em;
	line-height: 0.9em;
	padding-top: 4px;
}

table.sortable tbody {
	counter-reset: sortabletablescope;
}
table.sortable thead tr::before {
	content: "";
	display: table-cell;
}
table.sortable tbody tr::before {
	content: counter(sortabletablescope);
	counter-increment: sortabletablescope;
	display: table-cell;
	text-align: center;
	padding-top: 15px;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}

/*
.newcategory td {
	border-top: 5px solid red;
}
*/

.cat34 {
	background-color: #FD9696;
}
.cat56 {
	background-color: #96FD96;
}
.cat78 {
	background-color: #FDFD96;
}
.cat910 {
	background-color: #96FDFD;
}
.cat1112 {
	background-color: #FD96FD;
}

/* styles for assignjudges page */
.bgA {
	background-color: #ddd;
}
.bgB {
	background-color: #bbb;
}
.judgestable .aleft {
	text-align: left;
}

.notjudging {
	cursor: pointer;
}
.scoresheading h2 {
	font-size: 1em;
	text-align: center;
	margin-top: 6px;
}


.mentoringtable td {
	min-width: 20px;
	padding: 0px;
	background-color: #333;
	color: orange;
	text-align: center;
}
.mentoringtable .left {
	padding-left: 10px;
	text-align: left;
}
.mentoringtable .tableheader {
	font-weight: bold;
}
.mentoringtable .mentorYes {
	width: 80px;
	background-color: #0f0;
	color: black;
}
.mentoringtable .mentorPrefer {
	width: 80px;
	background-color: #3c3;
	color: black;
}
.mentoringtable .mentorIndiff {
	width: 80px;
	background-color: #c44;
	color: white;
}
.mentoringtable .mentorNo {
	width: 80px;
	background-color: #555;
	color: white;
}
.mentoringtable .mentorUnknown{
	width: 80px;
	background-color: #999;
	color: #555;
}
.specialdiv {
 font-weight: bold;
 color: red;
}

.showposter input[type=submit],
.showposter input[type=button] {
 font-weight: bold;
 padding: 5px;
 margin: 2px;
 border-radius: 6px;
}


/* styles for the one-sheet page */

 .showposter {margin: 0 auto; text-align: center;}
 .showposter .maininfo {font-size: 1.25em;}
 .showposter .posternumber {text-align: right; color: white;}
 .showposter > table {padding: 20px 10px; margin: 0 auto; text-align: left; background-color: white; border-radius: 2px; width: 60%;}
 .showposter table td {vertical-align: top;}
/*
 .displayaposter {margin: 0 auto;}
 .displayaposter img {background: #fff;}
 .displayaposter img {margin: 20px; padding: 20px; border: 20px solid #888; border-radius: 2px;}
*/
.displayaposter {
 border:1px solid black;
 box-sizing:border-box;
/* min-width:100px;
 min-height:100px;*/
 display:inline-block;
 border: 20px solid #888;
 width: 75%;
 box-sizing: border-box;
 margin: 20px;
 border-radius: 2px;
 padding: 20px;
 xbackground: #fff1;
}
.displayaposter img {
 display: block;
 xborder: 20px solid #0693;
 width: calc(100% - 0px);
 background: white;
}

.winnerslist th {
 text-align: left;
}
.winnerslist td {
 font-size: 12px;
 vertical-align: top;
 padding: 0 10px;
}
.winnerslist tr:hover  {
	border-radius: 5px;
	background-color: #333;
	box-shadow: 1px 1px 0 white,-1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white;
	transition: all ease 0.15s;
}
.winnerslist tr:hover > td {
	border-radius: 5px;
	background-color: #333;
	transition: all ease 0.15s;
}

.usertable .hidelapsed td {
 color: #222;
 background-color:#000;
}
.usertable .hidelapsed td a {
 color:#444;
}

