/* Hangman style */
dd.hangman_number {
	width: 5%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_title {
	width: 20%;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.1em;
	margin-left: 5px;
}
dd.hangman_title_num {
	width: 15%;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_status_admin {
	width: 29%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_status {
	width: 34%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_try {
	width: 5%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_created {
	width: 15%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_days {
	width: 8%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_creator {
	width: 14%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_admin {
	width: 8%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_player {
	width: 75%;
	text-align: left;
	line-height: 1.2em;
	font-size: 0.9em;
}
dd.hangman_empty {
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.9em;
}
dd.hangman_left_title {
	width: 35%;
	text-align: left;
	margin-left: 5px;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_letterbar {
	width: 60%;
	text-align: left;
}
dd.hangman_letters {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 3px;
	width: 60%;
	vertical-align: top;
}
/* Hangmanlist
---------------------------------------- */
.rtl ul.hangmanlist dt {
	float: right;
}
.rtl ul.hangmanlist dl {
	position: static;	/* fix for IE6 */
}
.rtl ul.hangmanlist dd {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none;
}
.rtl ul.hangmanlist dd {
	border-right-color: transparent;
	border-left-color: transparent;
}
ul.hangmanlist {
	display: block;
	list-style-type: none;
	margin: 0;
}
ul.hangmanlist li {
	display: block;
	list-style-type: none;
	margin: 0;
}
ul.hangmanlist dl {
	position: relative;
}
ul.hangmanlist li.row dl {
	padding: 1px 0;
}
ul.hangmanlist dt {
	display: block;
	float: left;
	width: 35%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}
ul.hangmanlist dd {
	display: block;
	float: left;
	padding: 4px 0;
}
* html ul.hangmanlist li { position: relative; }
.clearfix, ul.hangmanlist dl {
	height: 1%;
	overflow: hidden;
}
/* Additional Colors
---------------------------------------- */
a.hangman:visited      { text-decoration: underline; color : #ff0000; font-weight: bold;}
/* Icon image
---------------------------------------- */
.icon-hangman {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	background-image: url("./images/icon_hangman.gif");
}
#hangman-box textarea {
	height: 210px;
}