@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	color: #223E88;
	background-color: #006600;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	line-height: 1.3;
}

a:hover {
	color: #3388DD;
}
a:active {
	color: #22C4F9;
}
a:link {
	color: #283F7B;
}
a:visited {
	color: #283F7B;
	font-weight: bold;
}
div {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center top;
}

form input {
	padding-left:4px; padding-right:4px; padding-top:2px; padding-bottom: 2px;
}
form label {
	font-weight: bold; font-size:80%;
}
.button {
	padding-left:1em; padding-right:1em;
}

h1 {
	text-align: center;
	margin-bottom: 0.3em;
}

hr {
	margin-top: 0.4em;
	margin-bottom: 1em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 400px;
	color: #223E88;
	background-color: #2D62B0;
	height: 1px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p {
	margin-right: 5px;
	margin-left: 5px;
	/* [disabled]font-size: 85%; */
	padding-bottom: 0.9em;
}
ul {
	margin-bottom: 0.8em;
}
li {
	margin-left: 4em;
	line-height: 1.3em;
}
div.header {
	margin-top: 16px;
	text-align: center;
}
div.paperTopNav {
	height: 70px;
	padding-top: 58px;
	background-image: url(img/notebook_01.png);
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
div.paperMiddle {
	background-image: url(img/notebook_03.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: auto;
	padding-top: 6px;
}

div.paperBottom {
	height: 140px;
	background-image: url(img/notebook_05.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.imgLeft {
	float: left;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 4px;
}
.imgCenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.content {
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #F4F4E7;
}

.paperTopNav a:link {
	text-decoration: none;
}
.paperTopNav a:hover {
	text-decoration: underline;
}
.thumbnail {
	text-align: center;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 1px;
	margin-left: 20px;
}
.content iframe {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.content textarea {
	resize:vertical;
}
.paperMiddle .content #form1 {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#screenDisplay {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
}
table.personalscores{
	border-collapse:collapse;margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:0.5em;
}
table.personalscores th{
	font-size:12px;padding:1em;padding-top:8px;padding-bottom:4px;
}
table.personalscores td{
	font-size:14px;border:0px;padding:0.5em;padding-top:1px;padding-bottom:1px;
}

table.scoreboard{
	border-collapse:collapse;width:98%;margin-left:1%;margin-right:1%;margin-top:8px;margin-bottom:8px;
}

table.scoreboard tr:nth-child(odd)	{background-color:#F8F8F1;}
table.scoreboard tr:nth-child(even)	{background-color:#FFFFFF;}

table.scoreboard th{
	color:#e0e0e0;background-color:#555555;border:1px solid #555555;font-size:12px;padding:3px;vertical-align:bottom;text-align:center;
}
table.scoreboard th a:link,table.scoreboard th a:visited{
	color:#e0e0e0;
}
table.scoreboard th a:hover,table.scoreboard th a:active{
	color:#FFFFFF;
}
table.scoreboard td{
	font-size:13px;border:1px solid #d4d4d4;padding:5px;padding-top:4px;padding-bottom:4px;
	color:#000000;
}

a.sorticonenabled {
	display:inline-block;
	text-align: center;
	vertical-align:bottom;
	background: url(img/sorticon_enabled.png) right bottom no-repeat;
    padding-right:32px;
    padding-top:12px;
	text-decoration: underline;
	font-weight: bold;
	color:#ffffff;
}

a.sorticon {
	display:inline-block;
	text-align: center;
	vertical-align:bottom;
	background: url(img/sorticon_disabled.png) right bottom no-repeat;
    padding-right:32px;
    padding-top:12px;
	text-decoration: none;
	color:#dddddd;
}

table.scoreboard th a.sorticonenabled:hover,table.scoreboard th a.sorticonenabled:active{
	color:#ffffff;
}

a.sorticon:hover {
	background: url(img/sorticon_hover.png) right bottom no-repeat;
}

a.sorticon:active {
	background: url(img/sorticon_enabled.png) right bottom no-repeat;
}
.redborder { 
	border: 3px solid red; 
}
