@import url(http://fonts.googleapis.com/css?family=PT+Sans);

html, body {
	color: #312; 	

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #D0D0D0 0%, #496386 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #D0D0D0 0%, #496386 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #D0D0D0 0%, #496386 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D0D0D0), color-stop(1, #496386));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #D0D0D0 0%, #496386 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #D0D0D0 0%, #496386 100%);
	
	background-attachment: fixed;
	
	background-color: #496386;
	
	font: 14px 'PT Sans', sans-serif;
	margin: 0 auto;
	min-width: 900px;
	margin-bottom: 20px;
}

body .header {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 2px;
	display: block;
	text-align: center;
}

body .header span {
	font-size: 12px;
	border-bottom: 2px solid #AAA;
	padding: 0 20px;
}

body .header img {
	width: 293px;
	height: 114px;	
}

span .header {
	margin-left: 10px;	
}

.wrapper {
	background-color: #FFF;
	margin: 0 90px;
	box-shadow: 0px 0px 12px #333;
}

.wrapper .topmenu {
	height: 28px;
	border: 1px solid #9f9e9e;
	background-image: url(/img/bg-menu-bar.png);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 0px;
}

.wrapper .topmenu ul {
	text-align: center;
	margin-left: 0;
	padding-left: 0;
	margin-top: 5px;
}

.wrapper .topmenu li {
	display: inline;
	border-left: 1px dotted #f92942;
	cursor: pointer;
	padding: 0 30px;
	text-decoration: none;
}

.wrapper .topmenu li:first-child {
	border: none;
}
.wrapper .topmenu li:hover {
	text-decoration: underline;
}

/**************************************/

.wrapper .topmenu2 {
	height: 28px;
	border: 1px solid #9f9e9e;
	background-image: url(/img/bg-menu-bar.png);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 0px;
}

.wrapper .topmenu2 ul {
	text-align: center;
	margin-left: 0;
	padding-left: 0;
	margin-top: 5px;
}

.wrapper .topmenu2 li {
	display: inline;
	border-left: 1px dotted #f92942;
	text-decoration: none;
}

.wrapper .topmenu2 li:first-child {
	border: none;
}

.wrapper .topmenu2 li > span {
	padding: 0 30px;
	text-decoration: none;
	color: black;
}

.wrapper .topmenu2 li > span > a {
	text-decoration: none;
	cursor: pointer;
	color: black;
}

.wrapper .topmenu2 li > span > a:hover {
	text-decoration: underline;
	color: darkblue;
}

/**************************************/
.wrapper .menu {
	width: 150px;
	padding: 10px;
	display: block;
}

.wrapper .bg {
	background-image: url(/img/bg-menubar.png);
	background-repeat: repeat-y;
	background-color: #EEE;
}

.wrapper .menu a {
	color: #000;
}

.wrapper .menu .header {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-top: 15px;
	border-top: 1px solid #E68962;
	border-bottom: 1px solid #E68962;
	text-shadow: #FFF 0px 3px 2px;
	display: block;
}

.wrapper .menu .header:first-child {
	margin-top: 0px;
}

.wrapper .menu ul {
	margin-left: 0;
	padding-left: 0px;
}

.wrapper .menu li {
	padding: 5px 7px;
	list-style-type: square;
}

.wrapper .content {
	padding: 10px;
	overflow: auto;
	min-height: 20px;
	position: relative;
}

.wrapper .content h2 {
	text-align: center;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 15px;
	border-top: 1px solid #E68962;
	border-bottom: 1px solid #E68962;
	text-shadow: #FFF 0px 3px 2px;
	display: block;	
}

.wrapper .content h2:first-child, h1:first-child {
	margin-top: 0px;
}

.wrapper .content .header {
	font-size: 20px;
}

.wrapper .content .footer {
	font-size: 11px;
	font-weight: bold;
}

.wrapper .content .box {
	overflow: auto;
}

.wrapper .fullhr {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wrapper .text {
	min-height: 200px;	
}

.wrapper .menu input[type='button'], input[type='submit'] {
	background-image: url(/img/textbox-bg.png);
	border: 1px solid #898989;
}

.wrapper .menu input[type='text'], input[type='password'] {
	border: none;
	color: #999;
	background-image: url(/img/textbox-bg-real.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: none;
	width: 126px;
	height: 20px;
	padding: 0 2px;
	margin-bottom: 2px;
}

.wrapper .text td {
	padding: 5px;
}

.wrapper .footer {
	padding: 10px;
	border-top: 1px solid #E68962;
	background-color: #DDD;
	text-align: center;
}

.wrapper .subpage {
	margin-left: 8px;
	display: none;
}

.wrapper table {
	margin: 15px 0;
}

.wrapper .worldicon {
	background: url(/wsprites.png);
	height: 27px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: sub;
	margin-right: 3px;
	display: inline-block;
}
.wrapper .alliancelist {
	background: none; 
	width: auto; 
}

.wrapper .alliance {
	background: url(/wsprites.png);
	height: 27px;
	width: 27px;
	background-repeat: no-repeat;
	margin-right: 3px;
	float: left;
}

.wrapper .backforward_text {
	display: block; 
	padding: 0 0 12px 0; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center;
	color: #000;
}

.wrapper .backforward_text span:hover {
	color: #666;
	cursor: pointer;
}

.wrapper .backforward_loadimg {
	height: 0px;
	display: block;
	text-align: center;
	position: relative; 
	top: 5px;
}

.wrapper .load_img_tab div {
	min-height: 400px;
}

.load_img {
	height: 630px;
	overflow-x: scroll; 
	width: 100%;
}

.world_notice {
    border: 1px solid black;
    display: none;
    float: right;
    padding-top: 10px;
    text-align: center;
    width: 200px;
	margin-top: 20px;
	margin-right: 20px;
}

.crash_chid {
	cursor: pointer;
}
