/* Avatar Page */
#avatar_gallery {
	width: 606px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: black;
	margin: 0 auto;
}

#avatar_gallery div.thumb_box {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	cursor: pointer;
	filter:alpha(opacity=55);
	opacity:.55;
}

#avatar_gallery div.thumb_box:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}

#avatar_gallery div.thumb_box img {
	width: 100%;
}
#avatar_gallery div.ft {
	clear: left;
}

/* Buddy List */
#buddy_existing {
	width: 594px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: black;
	margin: 0 auto;
}

#buddy_existing div.thumb_box {
	width: 65px;
	height: 65px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	cursor: pointer;
	filter:alpha(opacity=55);
	opacity:.55;
}

#buddy_existing div.thumb_box:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}

#buddy_existing div.thumb_box img {
	width: 100%;
}
#buddy_existing div.ft {
	clear: left;
}

/* Players Online Page */
/* TODO: Make this a generic set of classes. */
#players_online {
	width: 594px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: black;
	margin: 0 auto;
}

#players_online div.thumb_box {
	width: 65px;
	height: 65px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	cursor: pointer;
	filter:alpha(opacity=55);
	opacity:.55;
}

#players_online div.thumb_box:hover {
	filter:alpha(opacity=100);
	opacity: 1;
}
#players_online div.thumb_box img {	width: 100%; }
#players_online div.ft { clear: left; }

/* Chat Launcher Page */
#basic_users_hd { }
#basic_users_cnt { }
#basic_users_cnt form.enter {
	text-align: center;
}
#basic_users_cnt input.nick_box {
	width: 150px;
}

/* Guild Board Page */
/*div.guild_board_wrapper {
	-moz-border-radius: 10px;
	background-color: #111111;
	padding: 5px;
}
div.guild_board_wrapper div.msg_box { }
div.guild_board_wrapper div.msg_content {
	-moz-border-radius: 10px;
	background-color: #222222;
	padding: 5px;
	margin: 5px 0;
}
div.guild_board_wrapper div.alt_msg_box div.msg_content {
	background-color: #333333;
}
div.guild_board_wrapper p.subject {
	font-weight: bold;
}
div.guild_board_wrapper div.date_posted {
	float: right;
	width: 300px;
	text-align: right;
}
div.guild_board_infobox {
	-moz-border-radius: 10px;
	background-color: #222222;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}*/

/* Profile Page Shared Stuff. */
div.profile_avatar_box img {
	display: block;
	margin: 0 auto;
	max-width: 250px;
	max-height: 250px;
}

div.profile_text_box {
	background-color: #101010;
	-moz-border-radius: 10px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #202020;
}

div.profile_medal_box {
	background-color: #000000;
	-moz-border-radius: 10px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #202020;
	text-align: center;
}

div.page_content_right div.profile_menu_box {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
	background-color: #181818;
	background-image: url('../images/hd2.png');
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	margin-bottom: 6px;
}

/* homepage stuff
----------*/
#home-register-btn {
	text-align: center;
	width: 350px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	background-image: url('../images/home/register-btn-bg1.png');
	background-repeat: repeat-x;
	background-color: black;
	border: 1px solid #d23636;
	-moz-border-radius: 10px;
}
#home-register-btn a {
	color: white !important;
	text-decoration: none;
}
#home-register-btn a:hover { color: black !important; text-decoration: underline; }

div.home-leaderboard-box {
	width: 295px;
	margin: 0 5px;
	margin-bottom: 10px;
	float: left;
}
div.home-leaderboard-box span.title {
	font-weight: bold;
	font-size: medium;
	padding-bottom: 5px;
}
div.home-leaderboard-box table { border-collapse: collapse; width: 100%; }
div.home-leaderboard-box table td { padding: 2px; }

/* player profile stuff
----------*/
#profile_guild_box {
	text-align: center;
	width: 300px;
	background-color: black;
	font-weight: bold;
	border: 1px solid #252525;
	-moz-border-radius: 5px;
	padding: 5px 0;
	margin: 0 auto;
	margin-top: 10px;
}

#profile_supply_box {
	padding-left: 10px;
	padding-top: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #202020;
	background: black url('../images/player/supply_bg.png') left bottom repeat-x;
}
#profile_supply_box div.supply {
	width: 100px;
	float: left;
	padding-bottom: 10px;
	font-size: 14px;
	color: orange;
	font-weight: bold;
}

#profile_trophy_box {
	padding-left: 10px;
	padding-top: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #202020;
	background: black;
}
#profile_trophy_box div.trophy {
	width: 80px;
	float: left;
	padding-bottom: 10px;
	text-align: center;
}

/* shout box stuff
----------*/
div.shout_post_wrap {
	-moz-border-radius: 10px;
	background-color: #111111;
	padding: 5px;
}
div.shout_post_wrap div.msg_box { }
div.shout_post_wrap div.msg_content {
	-moz-border-radius: 10px;
	background-color: #222222;
	padding: 5px;
	margin: 5px 0;
	overflow: auto;
	max-width: 750px;
	max-height: 250px;
}
div.shout_post_wrap div.alt_msg_box div.msg_content {
	background-color: #333333;
}
div.shout_post_wrap div.date_posted {
	float: right;
	width: 300px;
	text-align: right;
}
div.shout_post_link_box {
	-moz-border-radius: 10px;
	background-color: #222222;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* trophy room
----------*/
#trophy_room_box {
	padding-left: 10px;
	padding-top: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #202020;
	background: black url('../images/doll_bg.png') left bottom repeat-x;
}
#trophy_room_box div.trophy_box {
	width: 118px;
	float: left;
	padding-bottom: 10px;
	text-align: center;
}
#trophy_room_box div.bought_box, #trophy_room_box div.buy_box,
#trophy_room_box div.buy_box_skint  {
	-moz-border-radius: 10px;
	margin: 0 5px;
	padding: 3px 0;
}
#trophy_room_box div.bought_box  {
	border: 1px solid #202020;
	background: black;
}
#trophy_room_box div.buy_box  {
	border: 1px solid #202020;
	background: #550000;
}
#trophy_room_box div.buy_box_skint  {
	border: 1px solid #202020;
	background: #222222;
}
#trophy_room_box div.buy_box_skint span.buy_link {
	text-decoration: line-through;
}

/* attack results page
----------*/
#attack_result_box {
	padding: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #202020;
	background: black url('../images/doll_bg.png') left bottom repeat-x;
}
#attack_result_box div.left_avatar_box, #attack_result_box div.right_avatar_box {
	width: 290px;
	float: left;
	margin-bottom: 10px;
}
#attack_result_box div.left_avatar_box { margin-right: 8px; }
#attack_result_box div.final_result {
	clear: left;
	padding: 0 10px;
	-moz-border-radius: 10px;
	border: 1px solid #202020;
	background-color: #101010;
}
#attack_result_box div.name {
	font-size: medium;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
#attack_result_box div.avatar {
	padding: 10px;
	background-color: #111111;
	border: 1px solid #222222;
	-moz-border-radius: 10px;
	text-align: center;
	height: 200px;
	line-height: 200px;
}
#attack_result_box div.avatar img {
	vertical-align: middle;
}
#attack_result_box div.health { padding: 5px; }
#attack_result_box div.health .outer {
	width: 50px;
	margin: 0 auto;
	background-color: black;
	padding: 1px;
	border: 1px solid #222222;
}
#attack_result_box div.health .inner {
	height: 5px;
	background-color: yellowgreen;
}
div.attack_result_links {
	-moz-border-radius: 10px;
	padding: 5px;
	margin-top: 8px;
	border: 1px solid #202020;
	background-color: #101010;
	text-align: center;
}

/* Winning result. */
#attack_result_won .cash { color: yellowgreen; font-weight: bold; font-size: medium; }
#attack_result_won .exp_gain { color: orange; font-weight: bold; font-size: medium; }
#attack_result_won .exp_strip { color: red; font-weight: bold; font-size: medium; }
#attack_result_won .lost_supplies { color: red; }
#attack_result_won .enemy_lost_supplies { color: yellow; }
#attack_result_won p { text-align: center; margin: 10px 0; }

/* Losing result. */
#attack_result_lost .cash { color: red; font-weight: bold; font-size: medium; }
#attack_result_lost .exp_strip { color: red; font-weight: bold; font-size: medium; }
#attack_result_lost .lost_supplies { color: red; }
#attack_result_lost p { text-align: center; margin: 10px 0; }

/* player round history
----------*/
#player_history_box, #guild_history_box, #round_history_box {
	padding: 10px;
	background-color: #111111;
	border: 1px solid #222222;
	-moz-border-radius: 10px;
}

/* trophy/supply info page
----------*/
.trophysupply_info_box, #main_errorredirect_box {
	padding: 10px;
	background-color: #111111;
	border: 1px solid #222222;
	-moz-border-radius: 10px;
}

/* member's page "vote for site" box
----------*/
#members_vote_wrap {
	padding: 10px;
	background-color: #111111;
	border: 1px solid #222222;
	-moz-border-radius: 10px;
}

/* training page
----------*/
#training_ctrl_box {
	padding: 30px 0;
	background-color: #111111;
	border: 1px solid #222222;
	-moz-border-radius: 10px;
	background: black url('../images/training/train_bg.png') center bottom repeat-x;
}
#training_ctrl_box .off_head, #training_ctrl_box .def_head {
	width: 150px;
	text-align: center;
	font-weight: bold;
}
#training_ctrl_box .off_head { float: left; margin-left: 30px; padding-bottom:2px; }
#training_ctrl_box .def_head { float: right; margin-right: 30px; padding-bottom:2px; }

#training_ctrl_box .off_prog_back {
	width: 150px;
	height: 150px;
	background-image: url('../images/training/off.png');
	float: left;
	margin-left: 30px;
}

#training_ctrl_box .def_prog_back {
	width: 150px;
	height: 150px;
	background-image: url('../images/training/def.png');
	float: right;
	margin-right: 30px;
}

#off_prog {	width: 150px; background-image: url('../images/training/off_back.png'); }
#def_prog {	width: 150px; background-image: url('../images/training/def_back.png'); }

#training_ctrl_box .off_info, #training_ctrl_box .def_info {
	padding-top:2px;
	width: 150px;
	text-align: center;
}
#training_ctrl_box .off_info { float: left; margin-left: 30px; }
#training_ctrl_box .def_info { float: right; margin-right: 30px; }
#training_info_box {
	margin-top: 8px;
	padding: 10px;
	background-color: #111111;
	border: 1px solid #222222;
	-moz-border-radius: 10px;
	text-align: center;
}

/* subscription page
----------*/
#subscribe_now_box, #is_subscribed_box {
	padding: 10px;
	background-color: #111111;
	border: 1px solid #222222;
	-moz-border-radius: 10px;
}
#subscribe_now_box {
	background: black url('../images/subscribe/notsubscribed_bg.png') center bottom repeat-x;
}
#is_subscribed_box {
	background: black url('../images/subscribe/subscribed_bg.png') center bottom repeat-x;
}
#subscribe_benefits_box {
	padding: 10px;
	background-color: #111111;
	border: 1px solid #222222;
	-moz-border-radius: 10px;
}
