body {
	background-color: black;
	background-image: url('../images/bg2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding: 0;
	margin: 0;
}

#main_wrapper { }

#page_mail_top, #page_guild_mail_top, #page_notif_top, #page_attack_top {
	padding: 3px;
	text-align: center;
}

#main_content {
	color: white;
	border: 0;
	width: 623px;
	margin: 0 auto;
	font-size: 11px;
}

#page_content {
	padding: 5px 0;
	background-image: url('../images/page_bg1.png');
	color: white;
	/*-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;*/
	-moz-border-radius: 10px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #2e2925;
}

#main_footer {
	position: relative;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 15px;
}

/*#main_footer div.logo_box {
	position: absolute;
	left: 6px;
	top: 6px;
	width: 200px;
}

#main_footer div.other_box {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 400px;
}*/

div.page_content_left {
	width: 415px;
	float: left;
	/*background-color: brown;*/
	margin-left: 5px;
}

div.page_content_right {
	width: 192px;
	float: right;
	/*background-color: green;*/
	margin-right: 5px;
}
div.page_content_full {
	clear: both;
	/*background-color: purple;*/
	margin: 0 5px;
}

div.page_content_left div.hd,
div.page_content_full div.hd {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px;
	background-color: #0d0805;
	background-image: url('../images/hd1.png');
	background-repeat: repeat-x;
	margin-bottom: 6px;
	-moz-border-radius: 10px;
	border: 1px solid #36322f;
}

div.page_content_left div.cnt {
	padding: 3px 0;
	padding-bottom: 15px;
}
div.page_content_full div.cnt {
	padding: 3px 0;
}

div.page_content_right div.hd {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
	background-color: #181818;
	background-image: url('../images/hd2.png');
	background-repeat: repeat-x;
	margin-bottom: 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	/*border: 1px solid #e0e0e0;
	border-bottom: 0;*/
}

div.page_content_right div.cnt {
	padding: 6px;
	margin-bottom: 6px;
	background-color: #161616;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	/*border: 1px solid #e0e0e0;
	border-top: 0;*/
	background-image: url('../images/hd2.png');
	background-repeat: repeat-x;
	background-position: 0 -40px;
}


table.stats {
	border-collapse: collapse;
	width: 100%;
}

table.stats tbody td {
	padding: 0;
	padding-right: 3px;
	width: 50%;
}

table.stats td.l {
	font-weight: bold;
}

/* For anchors outside of the page content. */
a, a:hover, a:active, a:visited {
	font-weight: bold;
	color: #ffeaa1;
	/*text-decoration: none;*/
}
a:hover { color: white; /*text-decoration: underline;*/ }

a img {
	border: 0;
	outline: 0;
}

/* For styling usernames based on status. */
a.player_offline {
	color: #c2c35b;
}
a.player_online {
	color: orange;
}
a.player_inactive {
	color: grey;
}
a.player_suspended {
	color: #ff7979;
}

/*#page_content a, #page_content a:hover, #page_content a:active, 
#page_content a:visited {
	font-weight: bold;
	color: #ffeaa1;
}*/

#char_stats_bar {
	padding: 5px;
	background-image: url('../images/page_bg1.png');
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid #2e2925;
	border-top: 0;
	/*position:fixed;width: 623px;top:0;z-index:1000;*/
}
#char_stats_bar strong {
	text-transform: uppercase;
}
#char_stats_bar td {
	padding: 0;
	text-align: center;
}
#char_stats_bar table { border-collapse: collapse; width: 100%; }
#char_stats_bar .exp_progress { font-weight: bold; color: grey; }


#main_header {
	position: relative;
	height: 50px;
	background-color: #111111;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	margin: 50px 0;
	background-image: url('../images/main_header1.png');
	background-repeat: repeat-x;
}
#menu_item1, #menu_item2, #menu_item3, #menu_item4 {
	position: absolute;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
/*#main_header div.menu_item:hover { color: orange; } */
#main_header .menu_item_hover { color: orange; } 
#main_header div.logo_box {
	position: relative;
	top: -16px;
	margin: 0 auto;
	width: 164px;
	height: 77px;
	/*background-color: #272727;*/
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 0 center;
}

#menu_item1 {
	width: 100px;
	left: 0;
	top: 0;
	cursor: pointer;
}
#menu_item2 {
	width: 100px;
	left: 100px;
	top: 0;
	cursor: pointer;
}
#menu_item3 {
	width: 100px;
	right: 100px;
	top: 0;
	cursor: pointer;
}
#menu_item4 {
	width: 100px;
	right: 0;
	top: 0;
	cursor: pointer;
}
#menu_drop_box {
	width: 623px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	background-image: url('../images/menu_drop_bg.png');
	background-position: top left;
	background-color: #0f0f0f;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
/*#main_header:hover #menu_drop_box { display:block; }*/

#m1_drop, #m2_drop, #m3_drop, #m4_drop {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	display: block;
	list-style-type: none;
}
#m1_drop {
	float: left;
	width: 110px;
	padding-left: 10px;
}
#m2_drop {
	float: left;
	width: 110px;
	padding-left: 5px;
}
#m3_drop {
	float: right;
	width: 110px;
	padding-right: 3px;
}
#m4_drop {
	float: right;
	width: 110px;
	padding-right: 3px;
}
#menu_drop_box li { padding-bottom: 2px; }
#menu_drop_box a, #menu_drop_box a:active, #menu_drop_box a:visited {
	color: white;
	text-decoration: none;
}
#menu_drop_box a:hover {
	color: orange;
	/*text-decoration: underline;*/
}



form.standard_form {
	padding: 10px;
	border: 1px solid #272727;
	background-color: #111111;
	-moz-border-radius: 10px;
}
form.standard_form fieldset div {
	padding: 10px 0;
	clear: both;
}

form.standard_form textarea.full_area {
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	clear: both;
}


form.standard_form label {
	float: left;
	width: 10em;
	text-align: right;
	margin-right: 1em;
	font-weight: bold;
}

form.standard_form legend {
	font-size: 1.2em;
	font-weight: bold;
}
form.standard_form legend span {
	width:10em;
	text-align:right;
}
form.standard_form input,
form.standard_form textarea {
	padding: 0.15em;
	min-width: 10em;
}
form.standard_form fieldset {
	border: 1px solid #272727;
	padding:0 0.5em 0.5em;
	background-color: #191919;
	-moz-border-radius: 10px;
}

form.standard_form div.buttons {
	text-align: center;
	padding-top: 10px;
}

table.std_dec {
	width: 100%;
	border-collapse: collapse;
}
table.std_dec th {
	text-align: left;
	font-weight: bold;
	height: 30px;
	padding: 0 3px;
}
table.std_dec td {
	padding: 3px;
}
table.std_dec thead tr {
	background-color: #333333;
}
table.std_dec tbody tr.alt {
	background-color: #222222;
}
table.std_dec tbody tr {
	background-color: #111111;
}

table.std_dec tbody tr:hover {
	background-color: #353535;
}

div.pagify_box {
	-moz-border-radius: 10px;
	background-color: #222222;
	padding: 5px;
	margin: 5px 0;
	text-align: center;
}

/* For the tooltip feature (the JS tooltip). */
#dhtmltooltip
{
	left: -1000px;
	top: -1000px;
	position: absolute;
	min-width: 100px;
	max-width: 400px;
	padding: 8px;
	color: white;
	font-size: 11px;
	visibility: hidden;
	z-index: 10000;
	border: 1px solid #222222;
	-moz-border-radius: 10px;
	font-size:small;
	-moz-opacity:0.95;opacity:0.95;
	/***************************filter:alpha(opacity=85);*/
	background: black url('../images/tooltip_bg.png') top left repeat-x;
}

/*div.advert-box { margin:0 auto; background: transparent url('../images/advert_bg.png') top left no-repeat; height: 60px; width: 468px; }*/
div.advert-box { background: transparent url('../images/advert_bg.png') top middle no-repeat; height: 60px; text-align: center; }
