@charset "UTF-8";

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

.numeric{
	clear:right;
}

#puzzleHolder{
	margin:20px auto;
	overflow:hidden;
	clear:both;
}

#puzzleHolder img{
	position:absolute;
}

#puzzleInputs, #puzzleAnswers{
	position:absolute;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	overflow:hidden;
}

#puzzleInputs{
	z-index:8;
}

#puzzleAnswers{
	display:none;
	/*opacity:0.5;*/
	position:absolute;
	z-index:7;
}

#puzzleFakeInputs{
	position:absolute;
	z-index:12;
	color: #b89e11;
}

.puzzleField{
	padding:0;
	margin:0;
	border:0;
	border:none;
	width:67px;
	height:57px;
	padding-top:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	text-align:center;
	display:block;
	float:left;
	color: #7f848a;/*#3067a9;*/
	background-color:transparent;
	text-shadow: 2px 2px #ffffff;
}
.pField{
	padding:0;
	margin:0;
	border:0;
	border:none;
	width:67px;
	height:59px;
	padding-top:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	text-align:center;
	display:block;
	background-color:transparent;
	color: transparent;
	opacity: 0.01;
	position:absolute;
}

.box{
	width:67px;
	height:45px;
	padding-top:13px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	text-align:center;
	color: #1175a3;
	display:block;
	float:left;
}

.half1{
	width:34px;
	height:38px;
	padding-bottom:20px;
}

.half2{
	width:33px;
	height:38px;
	padding-top:20px;
}

.first{
	float:left;
	clear:left;
}
.puzzleField.wrongAnswer{
	background-color:rgb(255,247,216);
	background-color:rgba(255,225,100,0.15);
	/*border: 1px solid rgb(121,187,255);*/
}
.puzzleField.highlighted{
	background-color:rgb(215,235,255);
	background-color:rgba(121,187,255,0.2);
}
.puzzleField.current{
	background-color:rgb(200,225,255);
	background-color:rgba(121,187,255,0.5);
}

#btCheck, #btClear {
	font-size: 14px;
	background:#C00;
	color: #fff;
	border:none;
}
#btCheck, #btClear {
	-moz-box-shadow:inset 0px 1px 0px 0px #777;
	-webkit-box-shadow:inset 0px 1px 0px 0px #777;
	box-shadow:inset 0px 1px 0px 0px #777;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #555555) );
	background:-moz-linear-gradient( center top, #333333 5%, #555555 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#555555');
	background-color:#333333;
	border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
	text-indent:0;
	border:1px solid #333;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:36px;
	width:130px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #333;
	letter-spacing:1px;
	margin-left: 20px;
	float:right;
}

#btCheck:hover, #btClear:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #222), color-stop(1, #666) );
	background:-moz-linear-gradient( center top, #222 5%, #666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#666');
	background-color:#333333;
}

#btCheck:active, #btClear:active {
	position:relative;
	top:1px;
}

h1.title{
	width: 720px;
	padding-top:40px;
	margin:20px auto;
	text-transform:uppercase;
}

h1 span.intro {
	font-size:12px;
	line-height:18px;
	display:block;
	color: #777;
}

#alertBox{
	background-color:#fff;
	position:absolute;
	width: 400px;
	padding:6px;
	font-size:18px;
	box-shadow: 0px 0px 0px 8pt rgba(30,30,30,0.7);
	color:#566578;
	text-align:left;
	border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:none;
	z-index:1000;
}

#alertContent{
	padding:10px;
}

#closeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #333;
	-webkit-box-shadow:inset 0px 1px 0px 0px #333;
	box-shadow:inset 0px 1px 0px 0px #333;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #555) );
	background:-moz-linear-gradient( center top, #333 5%, #555 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#555');
	background-color:#555;
	border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-indent:0;
	border:1px solid #333;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:35px;
	font-weight:bold;
	font-style:normal;
	height:60px;
	line-height:55px;
	width:60px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #333;
	letter-spacing:1px;
	float:right;
	margin-left:10px;
}

#closeButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #222), color-stop(1, #666) );
	background:-moz-linear-gradient( center top, #222 5%, #666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#666');
	background-color:#4197ee;
}

#closeButton:active {
	position:relative;
	top:1px;
}