.toplabel {
	height: 116px;
	font-family: Helvetica;
	width: 17px;
	border: 1px solid black;
	border-top: 0;	
	float: left;
	line-height: 16px;
	vertical-align: text-bottom;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.toplabeltext {
	bottom: 0px;
	position: absolute;
}

.leftlabel {
	border: 1px solid black;
	border-left: 0;
	height: 15px;
	width: 107px;
}

#key {
	font-size: 12px;
}

#key td {
	border: 0;
}

.gridbox {
	cursor: pointer;
}

.gridoff {
	background-color: white;
}

.gridon {
	background-color: #FDFF65;
}

.clues {
	padding: 5px;
	font-size: 12px;
}

textarea {
	border: 1px solid white;
}

ol {
	margin-left: 6px;
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;	
}

#maintable td {
	border: 0;
}

#gridtable td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
font-size: 12px;
}

@media print {
.tabcontent {
display:block !important;
}
}


