* {
	margin: 0;
	border: 0;
	padding: 0;
	color: #fff;
	font-family: verdana;
	font-size: 12px;
}

.clock_wrapper {
	display: inline;
}

.latest_news p, .latest_news strong, .latest_news b {
	font-size: 16px;
}

li {
	margin-left: 16px;
}

fieldset {
	border: 1px solid #ccc;
	padding: 8px;
	background-color: #565965;
}

p {
	margin-top: 6px;
	margin-bottom: 6px;
}

input, select, .chat_box {
	background-color: #000;
	border: 1px solid #ccc;
}

.name_link {
	text-shadow: #000000 1px 1px 1px;
}

.name_link:hover {
	text-decoration: underline;
	text-shadow: #ffffff 0px 0px 3px;
}

.forms_submit {
	font-weight: bold;
	font-size: 14px;
	background-color: #cfc;
	border: 1px solid #595;
	color: #000;
}

.forms_textarea {
	background-color: #000;
	border: 1px solid #ccc;
	width: 400px;
	height: 200px;
}

.forms_submit_big {
	background-color: #cfc;
	border: 1px solid #595;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}

.chat_box {
	width: 400px;
	height: 100px;
	overflow: auto;
	margin-bottom: 1px;
	padding: 8px;
}

.chat_box p, .chat_box span {
	font-size: 11px;
	margin: 0;
}

.chat_box_input {
	width: 200px;
	height: 18px;
}

.chat_box_submit {
	width: 50px;
}

.chat_msg {
	padding-left: 16px;
	color: #ddd;
}

body {
	background-color: #5572a7;
	background-image: url("images/back_tile.png");
	background-repeat: repeat-X;
}

strong {
	color: #fff000;
}

hr {
	height: 1px;
	border-top: 1px solid #666;
	margin-top: 14px;
	margin-bottom: 14px;
}

a:link, a:visited {
	color: #eaffab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

.header h1 {
	display: none;
}

.nav {
	text-shadow: #000000 1px 1px 1px;
	font-weight: bold;
	margin-top: 5px;
	display: inline;
	float: left;
	overflow: hidden;
}

.credits {
	text-shadow: #000000 1px 1px 1px;
	margin-top: 5px;
	font-weight: bold;
	text-align: right;
	float: right;
	overflow: hidden;
}

.page_stats, .copyright {
	font-size: 10px;	
	width: 100%;
	text-align: center;
}

.battle_grid {
	width: 410px;
	height: 410px;
	overflow: hidden;
}

.battle_letter {
	background-color: #444;
	border-right: 1px solid #666;
	text-align: center;
	width: 40px;
	font-size: 14px;
	color: #666;
}


.battle_number {
	background-color: #444;
	border-bottom: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	color: #666;
	height: 40px;
	font-size: 14px;
}

.bio, .awards, .profile_battles {
	background-color: #222;
	border: 1px solid #777;
	margin: 4px;
	padding: 4px;
}

.profile_pic {
	border: 1px solid #666;
	padding: 2px;
}

.big_name {
	font-size: 16px;
}

.profile_form_text, .profile_form_form select {
	width: 400px;
}

.profile_form_textarea {
	width: 400px;
	height: 150px;
	background-color: #000;
	border: 1px solid #ccc;	
}

.profile_form_submit {
	font-weight: bold;
	font-size: 14px;
	background-color: #cfc;
	border: 1px solid #595;
	color: #000;
}

.system_message {
	text-align: center;
	background-color: #383;
	color: #ff0;
	font-size: 14px;
	font-weight: bold;
}

.winbox_title {
	font-size: 16px;
	font-weight: bold;
	color: #fff000;
}

.winbox {
	padding: 8px;
}

.battle_list {
	position: absolute;
	padding: 4px;
	display: none;
	float: left;
	width: 184px;
	border: 1px solid #ccc;
	background-color: #000;	
}


.chat_popup {
	background-color: #222;
	border: 1px solid #777;
	padding: 4px;
	position: fixed; bottom: 0; right: 0;
}
