* {
	margin: 0;
	padding: 0;
}

td.empty {
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
}

.checkboxes {
	display: block;
	float: left;
	margin-top: 0.3cm;
	margin-left: 1.0cm;
	margin-right: 0;
}

.checkboxes td {
	width: 44px;
	height: 44px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}

.image {
	display: block;
	float: left;
	margin-left: 3%;
	margin-top: 0.3cm;
}

#finished_sentences {
	display: block;
	float: right;
	width: 40%;
	margin-top: 0.3cm;
	margin-right: 0.5cm;
	line-height: 2em;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}

.sentence {
	display: block;
	clear: left;
	float: left;
	width: 80%;
	margin-left: 1.0cm;
	font-family: Arial, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	text-align: left;
}

table#wordSelector {
	float: left;
	clear: left;
	margin-top: 1cm;
	margin-left: 4.0cm;
	font-family: Arial, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	text-align: left;
}

#wordTable {
	margin-top: 0.5cm;
}

#wordTable a {
	color: black;
	text-decoration: none
}

div#keyboard {
	display: none;
	clear: left;
	float: left;
	margin-left: 1.0cm;
}

table.keyboard {
	font-family: Arial, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	text-align: center;
}

.keyboard td {
	width: 64px;
	height: 56px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	cursor: pointer;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

#greenBox {
	position: fixed;
	right: 1.0cm;
	top: 65%;
	width: 14em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
	background-color: #00FF00;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	cursor: pointer;
	z-index: 5;
}

#lightGreenBox {
	font-family: Times New Roman, Times Roman, serif;
	font-weight: normal;
	font-size: 18pt;
	text-align: center;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
	height: 1.5em;
	background-color: #80FF80;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	cursor: pointer;
	z-index: 5;
}

#bottom {
	position: fixed;
	top: 90%;
	left: 0;
	width: 100%;
}

.red {
	visibility: visible;
	color: #FF0000;
}

.redbox {
/*	background: url("../images/tick.jpg") no-repeat left top; */
	background-color: #FF0000;
}

.crossbox {
	background: url("../images/cross.gif") no-repeat left top;
}

.hidden {
	visibility: hidden;
}

.uline {
	color: black;
	text-decoration: underline !important;
}

.grey,
.grey .red,
.grey .hidden {
	visibility: visible !important;
	color: #B4B4B4 !important;
}

.cyanBox {
	font-family: Times New Roman, Times Roman, serif;
	font-weight: normal;
	font-size: 18pt;
	text-align: center;
	width: 4em;
	height: 1.5em;
	position: fixed;
	top: 45%;
	right: 3.0cm;
	background-color: #00FFFF;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	cursor: pointer;
	z-index: 10;
}

#players {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

#finalResults {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-family: Comic Sans MS, Arial, sans-serif;
	font-size: 14pt;
}

.index .header {
	font-family: Times New Roman, Times Roman;
	padding-bottom: 10px;
	font-size: 48px;
	font-weight: bold;
	text-align: center
}

.centered {
	text-align: center
}

.footer {
	text-align: center
}

.content1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
}

