/*

// -------------------------------------------------------------------
// Source: jeepersstyle.css
//
// Parameters: 
//
// Description: stylesheet
//
// -------------------------------------------------------------------

*/

html, body {
	color:				#000000;
	background-color:		#FFFFFF;
	margin:				10px;
	font-family:			'Tahoma', 'Arial';
	font-size:			12px;
	height:				100%;
}

.container {
	position:			centered;
	top:				0px;
	left:				2px;
	width:				760px;
	margin:				0 auto;
	background-color:		#FFFFFF;
}

a {
	color:				#006699;
	text-decoration:		none;
	font-weight:			bold;
}

a:link {
	color:				#006699;
}

a:visited {
	color:				#006699;
}

a:hover {
	color:				#00CCFF;
	text-decoration:		underline;
}

a:active {
	color:				#006699;
}

p {
	padding:			5px;
	margin:				0px;
}

h1 {
	font-size:			16px;
	font-weight:			bold;
	color:				#008080;
	font-family:			'Arial Black', 'Arial', 'Tahoma';
}

h2.hangman_letter {
	font-size:			18px;
	font-weight:			bold;
	font-family:			'Courier New', 'Arial Black';
	color:				#000000;
	text-align:			center;
}

.left {
	float:				left;
	text-align:			left;
}

.right {
	float:				right;
	text-align:			right;
}

.center {
	float:				center;
	text-align:			center;
}

fieldset {
	border:				0;
}

fieldset legend {
	display:			none;
	border:				none;
}

fieldset label {
	text-align:			left;
	font-weight:			bold;
	color:				#FF0000;
	display:			block;
	width:				120px;
	float:				left;
	padding:			2px;
	margin:				0;
}

fieldset input#talk_input, input#hangman_input {
	width:				500px;
	height:				16px;
	font-size:			11px;
	font-family:			'Tahoma', 'Arial';
}

fieldset input#talk_submit {
	width:				80px;
}

fieldset label.j_text_left {
	font-weight:			normal;
	text-align:			left;
	float:				left;
	width:				500px;
	margin-left:			0.3em;
	color:				#000000;
	background-color:		#AFEEEE;
}

fieldset label.j_text {
	text-align:			left;
	font-weight:			bold;
	color:				#0000FF;
	background-color:		#AFEEEE;
	display:			block;
	width:				120px;
	float:				left;
	padding:			2px;
	margin:				0;
}

fieldset label.user_text_left {
	font-weight:			normal;
	text-align:			left;
	float:				left;
	width:				500px;
	margin-left:			0.3em;
	color:				#000000;
	background-color:		#FFFFFF;
}

fieldset label.user_text {
	text-align:			left;
	font-weight:			bold;
	color:				#FF0000;
	background-color:		#FFFFFF;
	display:			block;
	width:				120px;
	float:				left;
	padding:			2px;
	margin:				0;
}

div.footer {
	border-top:			1px solid;
}

table.hangman_images {
	margin-left:			auto;
	margin-right:			auto;
}