#skn {
	margin: 0 auto;
	padding: 0;
	top: 20px;
	left: 20px;
    width: 445px;	
	height: 445px;
	background-color: white;
}

#skn > div {
	position: absolute;
	background-color: #FFFFFF;
	z-index: 1;
}

.printlink {
    float: right;
    padding: 10px;
    font-size: 10pt;
}
.holder {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 75;
	color: black;
	font-size: 20pt;
	text-align: center;
}
.holderSelected {
	outline: 4px solid #666666;
}
.holderBack {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 20;
}

.candidate {
	position: absolute;
	font-size: 8pt;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #111111;
	z-index: 30;
}

.expanded p {
    font-size: 10pt;
}

#endgame {
	top: 0;
	left: 0;
	text-align: center;
	background-color: #CCCCFF;
	font-size: 36pt;
	z-index: 110;
	position: absolute;
	margin: 0;
	padding: 0;
    width: 445px;	
	height: 460px;
	height: 
}
#loading {
	top: 0;
	left: 0;
	text-align: center;
	background-color: #CCFFFF;
	font-size: 36pt;
	z-index: 110;
	position: absolute;
	margin: 0;
	padding: 0;
    width: 445px;	
	height: 460px;
	height: 
}
#endgame p {
	font-size: 36pt;
	margin: 200px 0;
}
#loading p {
	font-size: 36pt;
	margin: 200px 0;
}

#optionHighlight {
	position: absolute;
	top: 35px;
	left: -35px;
	text-align: center;
	cursor: pointer;

}

.optionHighlight {
	font-size: 14pt;
	text-align: center;
	width: 24px;
	height: 24px;
	border: 1pt solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 5px 0;
}

.candidateHighlight {
	background-color: #FFFF99;
}
.candidateTextHighlight {
	color: blue;
	font-weight: bold;
}


#controls {
	position: absolute;
	z-index:5;
	top: 30px;
	left: 450px;
	width: 100px;
	background: none;
	text-align: center;
}
#controls input {
	font-size: 12pt;
	padding: 1px 3px;
	margin: 0 1px;
	width: 90px;
}
/*
#helper {

	z-index:6;
	width: 400px;
	background: none;
	margin: 0 auto;
	font-size: 10pt;

}

#helper legend {
	font-size: 10pt;
}

#helper ul{
	margin: 1px;
	padding: 0;
	list-style: none;
	border: 1pt dotted #555555;
}
#helper li {
	background-color: #FFFFCC;
	margin: 1px;
	padding: 0 2px;
	font-size: 10pt;
	text-align: left;
	letter-spacing: 0.5em;
}
#helper li:hover {
	background-color: #FFCCFF;
}
#helper li input {
	font-size: 0.8em;
	margin: 0 2px;
	padding: 1px;
}
#helper li input[type="button"] {
	padding: 1px 5px;
}
#helper li span.helpcomb {
	font-weight: bold;
	font-family: "Courier New", monospace;	
	font-size: 1em;
}
#helper li span.helpSum {
	letter-spacing: 0;
	font-size: 8pt;
	margin: 0 3px 0 0;
	font-family: "Courier New", monospace;	
	font-size: 1em;
}
#helper #helperSummary {
	width: 360px;
	margin: 0 auto;
}
#helper #helperSummary > div{
	font-size: 8pt;
	width: 38px;
	height: 45px;
	margin: 0 1px;
	padding: 0;
	float: left;
	background-color: white;
}
*/
#legend {
	margin: 0px;
	padding: 5px 0 0;
	text-align:center;
}
#legend div {
	background-color: #EEDDFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 500px;
	margin: 10px auto 0;
	padding: 5px;
	border: 1pt solid #666666;
}
#legend table {
	padding: 10px;
	font-size: 12pt;
	margin: 0 auto;
}
#legend table th {
	text-align: right;
	padding: 3px;
	background-color: #EEFFFF;

}
#legend table td {
	text-align: left;
	padding: 3px;
	background-color: #EEFFFF;
}
#touchPad {
	position: absolute;
	left: 450px;
    top: 250px;
    width: 120px;
}
#touchPad form {
	margin: 0;
	padding: 0;
}
#touchPad form fieldset {
	margin: 0;
	padding: 0;
}
#touchPad legend {
    font-size: 8pt;
}
#touchPad input {
	width: 35px;
    height: 35px;
}


