html {
	background: black;
	color: white;
	font-family: tahoma !important; font-variant: small-caps; font-stretch: expanded; 
}

#game_container{
	width: 800px;
	height: 753px;
	border: 4px outset white;
	margin-left:18%;
}

.bghs, .bginput{
	background: url('emptyboard-bg.jpg') center no-repeat;
}

.bggame{
	background: url('board-bg.jpg') center no-repeat;
}

.tile {
	border: 2px solid black; /*change offset*/
	background-color: white;
	color: black;
	text-align: left;
	position: absolute;
	cursor:pointer;
}

#table{
	background-color: transparent;
	position: absolute;
	margin-top: 180px;
	margin-left: 95px;
}

#timer{
	background-color: transparent;
	border: none;
	color:white;
	font-weight: bold;
	position: absolute;
	margin-left: 650px;
	margin-top: 132px;
}

.refresh_button{
	position: absolute;
	margin-left: 85px;
	margin-top: 650px;
	width:125px;
	height:32px;
	cursor: pointer;
}
.difficulty_menu {
	position: absolute;
	margin-left: 85px;
	margin-top: 690px;
	width:125px;
	cursor: pointer;
	background-color: black;
	color: white;
	border: none;
}
.hint_button{
	position: absolute;
	margin-left: 590px;
	margin-top: 690px;
	width:125px;
	cursor: pointer;
	background-color: black;
	color: white;
	border: 1px outset #cccccc;
}

#sf{
	display: none;

}

.alertbox{
	position: absolute;
	margin-left: 22%;
	margin-top: 27%;
	clear: both;
	width:200px;
	height:150px;
	text-align: center;
	background: white;
	color: black;
	border: 3px outset red;
}

.inputbox{
	position: absolute;
	margin-left: 22%;
	margin-top: 27%;
	clear: both;
	width:300px;
	height:180px;
	text-align: center;
	background: white;
	color: black;
	border: 3px outset red;
}

#highscorebox{
	margin-left: 28%;
	margin-top: 23%;
	width:320px;
	height:420px;
	text-align: center;
	color: white;
}

#highscoretable td, #highscoretable {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 14px;
	background: white;
	color: black;
}

.playbutton{
	font-weight: bold;
	color: white;
	text-transform: uppercase; 
	font-family: 'Helvetica'; 
	background-color: #007700; 
	border: 2px outset #007700;
	text-decoration: none !important;
	font-size: 20px;
}

.playbutton:hover{
	background-color: white;
	font-weight: bold;
	color: black;
	border: 2px inset #CCCCCC;
}

.submit_button{
	font-weight: bold;
	color: white;
	text-transform: uppercase; 
	font-family: 'Helvetica'; 
	background-color: green; 
	border: 2px outset #666666;
	text-decoration: none !important;
}

.submit_button:hover {
	background-color: white;
	font-weight: bold;
	color: black;
}

.default_txt_input{
	background-color: Lavender;
	border: 1px solid black;
	color: black;
	width:150px;
}

select { font-family: tahoma !important; font-variant: small-caps; font-stretch: expanded;  color: white; background-color:#336666; border: 1px outset #cccccc}

.tablehd{
	background: #BBBBBB !important;
	font-weight: bold;
	text-align: center;
}

.hslink:link, .hslink:visited {
	color: #FFFFFF;
	font-size: 12px;
}