* {
	margin: 0px;
	padding: 0px;	
}
html {
	overflow-x:hidden;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}
#container {
	margin: 0px;
	padding: 0px;
}
#container #top {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	height: 150px!important;
}
#container #life {
	float: left;
	xheight: 500px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 50%;
	xbackground-image: url(../images/life_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #death {
	xheight: 500px;
	float: right;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 50%;
	xbackground-color: #333333;
	background-color: #000000;
	xbackground-image: url(../images/death_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#container #top .top_title {
	text-align: center;
	color: #CCCCCC;
	padding: 0px 20px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 110px;
}
#container #top #top_content {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-color: #666666;
	float: left;
	clear: both;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#container #top #top_content_left {
	float: left;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	clear: none;
}
#container #top #top_content_right {
	float: right;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px;
}
#top_content_left a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#top_content_left a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top_content_left a:hover {
	color: #FFCC00;
}
#top_content_left a:active {
	color: #CCCCCC;
	text-decoration: none;
}


#top_content_right a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#top_content_right a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top_content_right a:hover {
	color: #333333;
}
#top_content_right a:active {
	color: #FFCC00;
	text-decoration: none;
}

#container #life .life_title {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}
#container #death .death_title {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
}
#container #life #life_content {
	padding: 20px;
	margin: 0px;
}
#container #death #death_content {
	padding: 20px;
	margin: 0px;
}
#container #bottom {
	xheight: 200px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	background-color: #6e0019;
	background-image: url(../images/bottom_bg_wasp.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
}
#container #bottom #bottom_content {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	xbackground-image: url(../images/grim_reaper.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#container #bottom #bottom_content p {
	padding: 5px 0px;
	margin: 0px;
}
#container #bottom #bottom_content h3 {
	padding: 5px 0px;
	margin: 0px;
	color: #FFCC00;
}
#container #bottom #bottom_content #bottom_instructions {
	margin: 10px 0px 0px 15px;
	padding: 0px;
}

#container #footer {
	height: 35px;
	background-color: #333333;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
}
#container #footer p {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
}
#container #footer a:link {
	color: #999999;
}
#container #footer a:visited {
	color: #999999;
}
#container #footer a:hover {
	color: #CCCCCC;
}
#container #footer a:active {
	color: #999999;
}




.word_stats {
	font-size: 11px;
	font-family: Tahoma;
	color: #999999;
}
#container #life #life_content #life_entries {
	list-style-type: none;
	margin-top: 23px;
}
.life_column_header {
	font-size: 3em;
}

.life_entry_item {
	padding: 5px;
	height: 90px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.6em;
	overflow: hidden;
	background-image: url(../images/life_entry_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.life_entry {
	height: 70px;
	margin: 0px 0px 5px;
	padding: 0px;
}
.life_entry_data {
	font-family: Tahoma;
	font-size: 11px;
	xfloat: right;
	color: #999999;
	float: right;
}
.life_entry_info_icon {
	clear: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#container #death #death_content #death_entries {
	list-style-type: none;
	margin-top: 23px;
}
.death_column_header {
	font-size: 3em;
}

.death_entry_item {
	padding: 5px;
	height: 90px;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.6em;
	overflow: hidden;
	background-image: url(../images/death_entry_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.death_entry {
	height: 70px;
	margin: 0px 0px 5px;
	padding: 0px;
}
.death_entry_data {
	font-family: Tahoma;
	font-size: 11px;
	xfloat: right;
	color: #999999;
	float: right;
}
.rate {
	float: left;
	width: 222px;
	margin: -7px 0px 0px -3px;
	padding: 0px;
	height: 16px;
}
/* PAGINATION */
/* DEATH */
#life_content .paginate_links li, #life_content .paginate_links_bottom li{
	float: left;
	list-style: none;
	text-align:center;
	margin-right: 3px;
	color: #999999;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 20px;
	border: 1px solid #C3C3C3;
	xbackground-color: #DDDDDD;
	background-color: #fefefe;
}
#life_content .paginate_links, #life_content .paginate_links_bottom {
	height: 25px;
	clear: none;
	margin: 0px -3px 10px 0px;
	padding: 0px;
	float: right;
}
#life_content .paginate_links li:hover, #life_content .paginate_links_bottom li:hover{
	color: #000000;
	cursor: pointer;
	cursor: hand;
}
#life_content .paginate_current {
	xbackground-color: #FFFFFF!important;
	color: #000000!important;
	border: 1px solid #666666!important;
}
/* DEATH */
#death_content .paginate_links li,#death_content .paginate_links_bottom li{
	float: left;
	list-style: none;
	text-align:center;
	margin-right: 3px;
	color: #666666;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 20px;
	border: 1px solid #555555;
	background-color: #000000;
}
#death_content .paginate_links,#death_content .paginate_links_bottom {
	height: 25px;
	clear: both;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
}
#death_content .paginate_links li:hover,#death_content .paginate_links_bottom li:hover{
	color: #EEEEEE;
	cursor: pointer;
	_cursor: hand;
}
.paginate_links_bottom {
	
}
#death_content .paginate_current {
	xbackground-color: #666666!important;
	color: #EEEEEE!important;
	border: 1px solid #999999!important;
}
.paginate_loading {
	font-family: Tahoma;
	font-size: 11px;
	margin: -10px 0px 2px;
	padding: 0px;
	color: #999999;
}
#life_paginate_counter {
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	margin-right: 0px;
	color: #999999;
	xpadding-top: 5px;
	margin-bottom:-10px;
}
#life_paginate_counter a {
	color: #333333;
}

#death_paginate_counter {
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	margin-left: 0px;
	color: #999999;
	xpadding-top: 5px;
	margin-bottom:-10px;
}
#death_paginate_counter a {
	color: #CCCCCC;
}
.pagination_arrows{
	margin-bottom:-2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.life_sort_on {
	text-decoration:underline;
	color: #000000;
}
.death_sort_on {
	text-decoration:underline;
	color: #FFFFFF;
}
/* END PAGINATION */
.rules_list {
	font-weight: normal;
	font-size: 1em;
	list-style-position: inside;
}
.submit_btn {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/btn_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.4em;
	font-weight: bold;
	height: 60px;
	width: 150px;
	background-color: #6e0019;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submit_btn_rollover {
	background-image: url(../images/btn_bg_ro.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.idle {
	color: #999999;
}

#entryForm .entry_status {
	margin: 0px;
	padding: 15px 0px 0px 5px;
}


#entryForm #entry_input {
	width: 547px;
	background-image: url(../images/entry_bg.gif);
	background-repeat: no-repeat;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	padding: 20px;
	height: 118px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow:auto;
	background-color: #6e0019;
}
#entryForm .entry_feedback {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	text-align: left;
}

.entry_focus {
	color: #FFFFFF!important;	
}
#entryForm #entry_form_lower {
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#entryForm #entry_name {
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 170px;
	height: 25px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	background-color: #6e0019;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 14px;
}

#entryForm #entry_name:focus {
	color: #CCCCCC;
}

#entryForm label {
	color: #FF6600;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 35px;
	display: block;
    float: left;
    padding-right: 2px;
    white-space: nowrap;

}
#entryForm label span {
	vertical-align: middle;
}

#entry_characters {
	width: 40px;
	margin: 0px;
	background-color: #6E0019;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFCC00;
}
#entry_syllables {
	display: inline;
	width: 40px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFCC00;
	background-color: #6E0019;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#entry_bonus {
	display: inline;
	width: 40px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFCC00;
	background-color: #6E0019;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.mid_grey {
	color: #999999;
}
.light_red {
	color: #FF6666;
}
.red {
	color: #CC0000;
}
.ochre {
	color: #FFCC00;
}
.underline {
	text-decoration:underline;
}

.note {
	font-family: Tahoma;
	font-size: 11px;
}
.percent95{
	font-size:95%;
}
.percent90{
	font-size:90%;
}
.percent85{
	font-size:85%;
}
.percent80{
	font-size:80%;
}
.percent70{
	font-size:70%;
}
.percent60{
	font-size:60%;
}
.percent50{
	font-size:50%;
}
.width150px {
	width:150px;
}
/* TOOLTIP */
#tooltip {
	font-family:Tahoma;
	font-size:11px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
}

#tooltip.solid {
	opacity: 1;
}

#tooltip.pretty {
	width:150px;
	height:130px;
	font-family: Arial;
	border: none;
	padding:20px;
	opacity: 0.95;
	background: url('../images/shadow.png');
}
#tooltip.pretty h2 {
	font-size:16px;
	text-align:center;
}

