a {	color: #330099;	background: inherit;}
a:hover { color: #CC0000; background: inherit; }
.expired	{ text-decoration: line-through; }
.closeToExpiring	{ color: red; font-weight: bold; }
.calendar-month { font-weight: bold; }

html, body { margin: 0px; height: 100%; }
#body { margin: 0px; }

.noprint { visibility: visible; height: 0px; width: 0px; overflow: hidden; margin: 0px; position: absolute; top: 0px; left: 0px; }
.noview { }
.nooverflow { white-space: nowrap; }
.pageBreak { page-break-before: always; height: 0px; width: 0px; margin: 0px; overflow: hidden; }
p			{ border: 0px; margin: 0px; }
.newparagraph { margin-top: 0.6em; border: 0px; }
.explanation { font-size: 8pt; }
.nowrap { white-space: nowrap; }

#leftContents { width: 0px; height: 0px; visibility: hidden; overflow: hidden; }
.infoBox { background: #f0f0f0; border: 2px solid rgb(55, 97, 141); }
.infoBoxInner { margin: 3px; }

#loginform  { border-style: outset; border-width: 3px; border-color: #008000; margin: 0em; }
.inputText { width: 95% }

.smallText { font-size: x-small; }
.smallfont { font-size: 10px; }

.largePrint { font-size: 150%; }

#logininfo  { margin-top: 1em; font-size: small; }

#maininfo	{ }
#maininfo h1 { font: bold large Arial, Helvetica, sans-serif; border-bottom: 2px solid black; }
#maininfo h2 { font: bold medium Arial, Helvetica, sans-serif; border-bottom: 1px solid black; }
.subinfo { margin-left: 1em; width: 100%; }
.subinfo h2 { font: bold medium Arial, Helvetica, sans-serif; border-bottom: 1px solid black; }
.subinfo h3 { font: bold small Arial, Helvetica, sans-serif; border-bottom: 1px solid black; }

#title		{ font: bold x-large Arial, Helvetica, sans-serif; text-align: center; margin-bottom: 1em; border-bottom: 5px solid black; }

#disclaimer { font-size: x-small; text-align: center; }
.noviewLeft		{ font-size: xx-small !important; text-align: left !important; margin-top: 30px; }
.cancelled { text-decoration: line-through; }

#highlight	{ font-weight: bold; }

#extrapackage { display: none; }

#login { margin: 4px; }

/* Room signs */
.roomTournName { font: bold large Arial, Helvetica, sans-serif; text-align: center; }
.roomName { font: bold 48pt Arial, Helvetica, sans-serif; text-align: center; }
.roomSchedule {
	width: 100%;
}
.linebetween {
	margin-top: 3em;
}
.dateLabel {
	text-align: center;
	font: bold 32pt Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.flightAssignment {
	text-align: center;
	vertical-align: middle;
	font: bold 36pt Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.flightTime {
	width: 40%;
	vertical-align: middle;
	font: bold 36pt Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-align: right;
}
.flightRoundSection {
	vertical-align: middle;
	font: bold 20pt Arial, Helvetica, sans-serif;
	white-space: nowrap;
}


/* Judge ballots */
.ballot { width: 100%; white-space: nowrap; } /* table */
.ballotTournName { font: bold x-large Arial, Helvetica, sans-serif; text-align: center; white-space: normal; }
.ballotNooverflow { white-space: nowrap; font: bold medium Arial, Helvetica, sans-serif; width: 100%; }
.ballotValue { white-space: nowrap; font: bold medium Arial, Helvetica, sans-serif; border-bottom: 1px solid black; text-align: center; }
.colLabel { width: 12%; }
.colValue { width: 28%; }
.colBlank { width: 20%; }
.blankRow { height: 0.8em; }
.blankRowAbove { height: 0.3em; }
.numJudges { white-space: normal; font-size: 10pt; margin: 1em 0 1em 0; }
.ballotName { font: bold 48pt Arial, Helvetica, sans-serif; text-align: center; }
.ballot th { text-decoration: underline; }
.colName { width: 75%; }
.colRank { width: 10%; }
.ballotSignature { width: 100%; white-space: nowrap; }
.ballotSignature th { text-decoration: none; font-style: italic; text-align: left; }
.ballotSignature td { border: 2px solid black; height: 1.6em; text-align: left; font-size: 24pt; }
.ballotCode { width: 60%; }
.ballotDateBox { width: 20%; }
.ballotCodeBox { width: 20%; }
.blankCol { width: 5%; }
.ballotSchedule {
	width: 100%;
}
.ballotlinebetween {
	margin-top: 3em;
}
.ballotdateLabel {
	text-align: center;
	font: bold 32pt Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.ballotflightAssignment {
	text-align: center;
	vertical-align: middle;
	font: bold 36pt Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.ballotflightTime {
	width: 40%;
	vertical-align: middle;
	font: bold 36pt Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-align: right;
}
.ballotflightRoundSection {
	vertical-align: middle;
	font: bold 20pt Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

#finalsSchedule {
	width: 100%; font-weight: bold; font-size:32px; padding:10px; auto; font-family: Arial, Helvetica, sans-serif;
}

.indentMe {
	padding-left: 2em; text-indent: -1em
}

.fullHeight {
	height: 100%;
	page-break-after: always;
}

.fullHeight br {
	clear: left;
	margin-top: 2em;
}
.event {  }

/* Within PHP pages */
.c { text-align: center }
.topcenter { text-align: center; vertical-align: top; }
.topright { text-align: right; vertical-align: top; }
.borderG { border: solid; border-width: 3px; border-color: green; }
table.leftAlignHeaders th { text-align: left; }
#scheduleTable table { margin:10px; width: 80%; page-break-inside: avoid; }
#scheduleTable td { padding-bottom: 15px; }

#generalInfoBoxes input,select {
	display: block;
	float: left;
	margin-bottom: 0.4em;
}
#generalInfoBoxes label {
	display: block;
	text-align: right;
	width: 11em;
	padding-right: 1em;
	float: left;
	margin-bottom: 0.4em;
}
#generalInfoBoxes br {
	clear: left;
}

.error_out { text-align: left; border-style: solid; border-color: green; border-width: 4px; border-top-width: 9px; border-bottom-width: 9px; background: white; color: black; }

.main {
width:200px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

pre { margin:0px; border:0px; margin-top:0px; }