@charset "utf-8";
/* THERE ARE NO CLUES IN THIS FILE */

body {
	margin:10px;
	padding:0px;
	background-color:black;
	background-image:url(img/bg_shadow.png);
	background-repeat:repeat-x;
	color:green;
}

p {
	color:green;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6 {
	color:#C0DCC0;
	font-family:"Courier New", Courier, monospace;
}

a {
	color:green;
	text-decoration:none;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:14px;
}

a:visited {
	text-decoration:none;
	color:green;
}

a:hover {
	text-decoration:underline;
}

.error_txt {
	color:red;
	font-weight:bold;	
}

.txt_input {
  background-color:gray;
  border: 1px solid green;
}

.btn_input {
  border: 1px solid green;
  background-color:#2A9F55;
  color:#AABF00;
}

#speech_bubble {
	width:335px;
	height:175px;
	background-image:url(img/speech_bubble.png);
	background-repeat:no-repeat;
	padding-left:50px;
	padding-right:15px;
	padding-top:25px;
}

#speech_con {
	height:145px;
	overflow:auto;
}

#skJr {
	margin-top:50px;
}

#skJr_text {
	margin:0px;
	padding:0px;
}

#nojs_table {
	border:2px solid red;
	background-color:yellow;
}

#cenTable {
	border:2px dashed green;
	padding:20px;
}

#timerBox {
	float:right;
	padding-left:10px;
	padding-right:10px;
	border:1px solid green;
	background-color:#053130;
}

#footTxt {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#2A9F55;
}