* {
	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;
	vertical-align: top;
}

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

.user {
	position: relative;
	float:left;
	min-width:90%;
	border:1px solid white;
	margin-right:10px;
	margin-left:10px;
	margin-top:5px;
	padding: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 th,
.mentoringtable th,
.judgestable th {
	min-width: 20px;
	padding: 0px;
	background-color: #d44;
	color: #ff8;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
.usertable td {
	min-width: 20px;
	padding: 0 10px;
	background-color: #444;
	color: orange;
	text-align: center;
	transition: all ease 0.1s;
}

.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.1s;
}
.usertable tr:hover > td {
	border-radius: 5px;
	background-color: #333;
	transition: all ease 0.3s;
}

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

.usertable .tableheader {
	font-weight: bold;
}

.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;
	line-height: initial;
}

.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;
	background-color: #900;
}

.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,
.cat34indiv {
	background-color: #FD9696;
}
.cat56,
.cat56indiv {
	background-color: #96FD96;
}
.cat78,
.cat78indiv {
	background-color: #FDFD96;
}
.cat910,
.cat910indiv {
	background-color: #96FDFD;
}
.cat1112,
.cat1112indiv {
	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: #222;
	color: white;
}
.mentoringtable .mentorUnknown{
	width: 80px;
	background-color: #555;
	color: #999;
}
.specialdiv {
 font-weight: bold;
 color: red;
}

.feedbackdiv {
 margin-top: 15px;
 text-align: left;
 width: 75%;
}
.feedbackdiv h1 {
 margin-top: 15px;
}
.feedbackdiv h2 {
 margin-top: 10px;
}
.feedbackdiv p {
 font-size: 0.8em;
 padding: 0 30px;
}
.content .edittable .feedbacklist {
 color: #000;
}
.content .feedbacklist {
 text-align: left;
 list-style-type: initial;
}
.content .feedbacklist li {
 margin: 5px 0;
}
.feedbacknote {
 font-size: 8px;
 color: #960;
}

.showstatus {
 position: absolute;
 right: 0;
}
.showstatus p {
 color: #f33;
 padding-right:20px;
}
.overseas {
 background-color:#500;
}
.usertable .overseas  td {
 background-color:#500;
}
#judgelegend {
 color: #000;
 margin:10px;
}
#judgelegend li {
 max-width:30%;
 margin:3px;
 box-sizing:border-box;
 text-align:left;
}
#judgelegend .notjudging {
 background-color:#ddd;
}
.usertable .hidelapsed {
 display: none;
}
.usertable .hidelapsed td {
 color: #222;
 background-color:#000;
}
.usertable .hidelapsed td a {
 color:#444;
}
.currentjudge {
 background-color:#ee5;
 color:#000;
}
.usertable .currentjudge {
 background-color:#ee5;
 color:#000;
}
.usertable .currentjudge a {
 color:#000;
}
.usertable tr:hover .currentjudge {
 background-color:#ee5;
 color:#000;
}

.adminuser {
 background-color:#5ee;
 color:#000;
}
.usertable .adminuser {
 background-color:#5ee;
 color:#000;
}
.usertable .adminuser a {
 color:#000;
}
.usertable tr:hover .adminuser {
 background-color:#5ee;
 color:#000;
}

.sitenotice {
 margin: 20px auto;
 width: 60%;
}
.sitenotice p {
 color: #fff;
 font-size: 1.1em;
}
