@charset "iso-8859-1";

/* This is the CSS stylesheet used in crosswords.     */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */
/* Made with executable version 6.0 Release 4 Build 2 */

/* BeginCorePageCSS */

body{
	font-family: Geneva,Arial,sans-serif;
	background-color: tan;
	color: #000000;
	margin-right: 5%;
	margin-left: 5%;
	font-size: small;
}
p{
	text-align: left;
	margin: 0px;
	font-size: 100%;
}
table,div,span,td{
	font-size: 100%;
	color: #000000;
}
div.Titles{
	padding: 0.5em;
	text-align: center;
	color: #000000;
}
button{
	font-family: Geneva,Arial,sans-serif;
	font-size: 100%;
	display: inline;
}
.ExerciseTitle{
	font-size: 140%;
	color: #000000;
}
.ExerciseSubtitle{
	font-size: 120%;
	color: #000000;
}
div.StdDiv{
	background-color: #DDFFFF;
	text-align: center;
	font-size: 100%;
	color: #000000;
	padding: 0.5em;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	margin-bottom: 1px;
}
/* EndCorePageCSS */


.Guess{
	font-weight: bold;
}
.CorrectAnswer{
	font-weight: bold;
}
span.Instructions{
}
.FeedbackText, .FeedbackText span.CorrectAnswer, .FeedbackText span.Guess, .FeedbackText span.Answer{
	color: #000000;
}
input, textarea{
	font-family: Geneva,Arial,sans-serif;
	font-size: 120%;
}
select{
	font-size: 100%;
}
div.Feedback {
	background-color: tan;
	left: 33%;
	width: 34%;
	top: 33%;
	z-index: 1;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-align: center;
	color: #000000;
	position: absolute;
	display: none;
	font-size: 100%;
}

/* JCross styles */
table.CrosswordGrid{
	margin: auto auto 1em auto;
	border-collapse: collapse;
	padding: 0px;
	background-color: #000000;
}
table.CrosswordGrid tbody tr td{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-size: 140%;
	height: 1.5em;
	margin: 0px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	width: 1.5em;
}
table.CrosswordGrid span{
	color: #000000;
}
table.CrosswordGrid td.BlankCell{
	background-color: #000000;
	color: #000000;
}
table.CrosswordGrid td.LetterOnlyCell{
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table.CrosswordGrid td.NumLetterCell{
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	padding: 1px;
	text-align: left;
	vertical-align: top;
}
.NumLetterCellText{
	color: #000000;
	cursor: pointer;
}
.GridNum{
	color: #000000;
	font-size: 60%;
	font-weight: bold;
	text-decoration: none;
	vertical-align: super;
}
.GridNum:hover, .GridNum:visited{
	color: #000000;
}
table#Clues{
	margin: auto;
	vertical-align: top;
}
table#Clues td{
	vertical-align: top;
}
table.ClueList{
  	margin: auto;
}
td.ClueNum{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
td.Clue{
	text-align: left;
}
div#ClueEntry{
	margin-bottom: 1em;
	text-align: left;
}

/* JQuiz styles */
.FuncButton {
	cursor: hand;
	background-color: tan;
	border-bottom-color: #7f7f7f;
	border-left-color: #ffffff;
	border-right-color: #7f7f7f;
	border-style: solid;
	border-top-color: #ffffff;
	border-width: 2px;
	color: navy;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	text-align: center;
}
.FuncButtonUp {
	background-color: #000000;
	border-bottom-color: #7f7f7f;
	border-left-color: #ffffff;
	border-right-color: #7f7f7f;
	border-style: solid;
	border-top-color: #ffffff;
	border-width: 2px;
	color: #FFFFFF;
	cursor: hand;
	padding: 3px 6px 3px 6px;
	text-align: center;
}

.FuncButtonDown {
	background-color: #000000;
	border-bottom-color: #ffffff;
	border-left-color: #7f7f7f;
	border-right-color: #ffffff;
	border-style: solid;
	border-top-color: #7f7f7f;
	border-width: 2px;
	color: #FFFFFF;
	cursor: pointer;
	padding: 3px 6px 3px 6px;
	text-align: center;
}


/*BeginNavBarStyle*/
div.NavButtonBar{
	background-color: #000000;
	clear: both;
	font-size: 100%;
	margin: 2px 0px 2px 0px;
	text-align: center;
}
.NavButton {
	background-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #7f7f7f;
	border-right-color: #000000;
	border-style: solid;
	border-top-color: #7f7f7f;
	border-width: 2px;
	color: #ffffff;
	cursor: hand;
}

.NavButtonUp {
	background-color: #ffffff;
	border-bottom-color: #000000;
	border-left-color: #7f7f7f;
	border-right-color: #000000;
	border-style: solid;
	border-top-color: #7f7f7f;
	border-width: 2px;
	color: #000000;
	cursor: hand;	
}

.NavButtonDown {
	background-color: #ffffff;
	border-bottom-color: #7f7f7f;
	border-left-color: #000000;
	border-right-color: #7f7f7f;
	border-style: solid;
	border-top-color: #000000;
	border-width: 2px;
	color: #000000;
	cursor: hand;	
}
/*EndNavBarStyle*/

a{
	color: #0000FF;
}
a:visited{
	color: #0000CC;
}
a:hover{
	color: #0000FF;
}
