body {
	font-family: sans-serif;
	background-image: url('lgrenyellow.jpg');
}


@media print {
	{ font-size: 10pt; }
	body { font-size: 10pt; }
	body { font-size: 10pt; }
}


@media screen {
	{ font-size: 8pt; }
}


table {
	border-style: none none none none;
	border-collapse: collapse;
	margin-left: 3em;
	margin-right: 3em;
}

caption {
	border: medium blue solid;
	background: #a0a0ff;
	font-size: large;
}

th {
	border: thin blue solid;
	background: #a0a0ff;
	font-size: medium;
}

td {
	border: thin blue solid;
}

@media screen {
	td {
		font-size: 12pt;
	}
}
@media print {
	td {
		font-size: 10pt;
	}
}

.validatorcalendarcell {
	height: 5 em;
}

.calendarinfo {
	text-align: center;
	margin: 0 0 0 0;
}

.calendardate {
	margin: 0 0 0 0;
}

#validatorscheduleday, #hostscheduleday , #signupsession {
	width: 40em;
}

#scheduledaycaption {
	font-size: 14pt;
}

#signup {
	width: 50%;
	text-align: center;
	align: center;
}

form {
	margin: 0 0 0 0;
}

.incorrectdescription {
	color: #b00000;
	margin: 0 0 1em 5em;
}

.demotitle {
	font-size: large;
	font-weight: bold;
}

input {
	width: 100%;
}

#delall           { width: 15em; }
#valhost          { width: 2em; }
#numrooms         { width: 10em; }
#numslots         { width: 10em; }
#validatorslot    { width: 10em; }
#hostslot         { width: 10em; }
#returntodate     { width: 20em; }
#returntocalendar { width: 20em; }

.adminlink {
	color: #b0b0b0;
	text-transform: uppercase;
	font-size: x-small;
}

.calendarslot {
	margin: 0 0 0 5em;
}

.timelist {
	margin-right: 5em;
	margin-left: 5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#spanvalidatordayprev {
	align: left;
	v-align: center;
}

#submitvalidatordayprev {
	background: #a0a0ff;
	align: left;
	v-align: center;
	width: 5em;
	border: none;
	font-size: x-small;
}

#formvalidatordayprev {
	display: inline;
	align: left;
	v-align: center;
}

#formvalidatordaynext {
	display: inline;
	align: left;
	v-align: center;
}



#submithostdayprev {
	background: #a0a0ff;
	width: 5em;
	border: none;
	font-size: x-small;
}

#formhostdaynext {
	display: inline;
}

#formhostdayprev {
	display: inline;
}

.deletebutton {
	border: none;
	background-image: url('lgrenyellow.jpg');
	color: red;
	text-decoration: underline;
}

td.label {
	width: 12em;
}

div.err {
	font-weight: bold;
	margin: 6px;
	width: 36em;
	padding: 6px;
	background-color: red;
}

td.dayselect {
	width: 5em;
	text-align: center;
}

#deleteconfirm {
	font-weight: bold;
	width: 10em;
	background-color: red;
}

#sessioncreate { 
	font-weight: bold;
	width: 15em; 
}

input.room {
	width: 15em;
}

table.logininput {
	border: none;
	width: 30em;
}

