/* Font */
body, html {
	font-family: 'Verdana';
	font-size: small;
	padding: 0;
	margin: 0;
	background: #29253E;
}

/* Layout */

#page-wrap {
	background: transparent url('images/logo.jpg') scroll no-repeat 50% 0;
	text-align: center;
	min-width: 970px;
	/* IE Hack, should be separated */
	_width: expression(document.body.clientWidth < 970 ? "970px" : "auto");
	/* Peekaboo bug trap */
	_height: 1px;
}

#page {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	height: 264px;
	position: relative;
}

	#logo h1 {
		position: absolute;
		left: 138px;
		top: 70px;
		padding: 0;
		margin: 0;
	}

	#logo h1 a {
		display: block;
		width: 368px;
		height: 104px;
		text-decoration: none;
	}

	#logo h1 a em {
		visibility: hidden;
	}

#tools {
	height: 22px;
}

	#tools a {
		color: #FFFFFF;
		text-decoration: none;
	}

	#tools a img {
		vertical-align: middle;
	}

	#tools ul, #tools ul li {
		padding: 0;
		margin: 0;
		display: block;
		list-style-type: none;
	}

	#tools ul li {
		float: left;
		margin-right: 1ex;
		padding: 2px;
	}

	#tools ul.language {
		margin-left: 1em;
	}

	#tools ul.account {
		margin-left: 100px;
	}

#info {
	position: relative;
	height: 141px;
	background: #D4CEBE url('images/info.jpg') scroll no-repeat 50% 50%;
	color: #605D6C;
}

	#info #launch-game {
		position: absolute;
		left: 37px;
		top: 50px;
	}

	#info #launch-game a {
		display: block;
		width: 92px;
		height: 48px;
		text-decoration: none;
	}

	#info #launch-game a em {
		visibility: hidden;
	}

	#server-info {
		position: absolute;
		left: 520px;
		top: 48px;
	}

	#server-info dl {
		margin: 0;
		padding: 0;
	}

	#server-info dl.info {
		width: 12em;
		float: left;
	}

	#server-info dl.info dt {
		float: left;
	}

	#server-info dl.info dd {
		margin-left: 4.3em;
	}

	#server-info dl.status {
		margin-left: 12em;
	}

	#server-info dl.status dt, #server-info dl.status dd {
		display: block;
		padding: 0;
		margin: 0;
	}

	#server-info span.online {
		color: #009900;
	}

#navbar {
	height: 28px;
	background: #1B1827 url('images/navbar.jpg') scroll no-repeat 50% 50%;
}

	#navbar ul.menu {
		padding: 6px 1em;
		margin: 0;
		display: block;
		text-align: center;
	}

	#navbar ul.menu li {
		list-style-type: none;
		display: inline;
		margin-right: 1em;
	}

	#navbar a {
		color: #A7A4B8;
		text-decoration: none;
	}

	#navbar a:hover, a:active, a:focus {
		color: #FFF;
	}

#content-wrapper {
	width: 715px;
	color: #A6A193;
	float: left;
	margin-left: 8px;
	_margin-left: 4px;
}

#sidebar {
	width: 234px;
	float: right;
	padding-bottom: 1em;
}


/* Generic definitons */

a {
	color: #7C5C9B;
}

a:hover, a:active, a:focus {
	color: #FFFFFF;
}

a img {
	border: none;
	vertical-align: bottom;
}

h1 {
	font-size: 200%;
	margin: 0;
}

h2 {
	font-size: 150%;
	margin: 0 0 1em 0;
	font-weight: normal;
}


/* Content styles */

div.node {
	background: #302C43 url('images/node-top.gif') scroll no-repeat 0 0;
	margin: 1em 0;
}

	div.node div.content {
		padding: 2em;
		background: transparent url('images/node-bottom.gif') scroll no-repeat 0 100%;
	}

div.node.sticky {
	background: #36324C url('images/node-sticky-top.gif') scroll no-repeat 0 0;
}

	div.node.sticky div.content {
		background: transparent url('images/node-sticky-bottom.gif') scroll no-repeat 0 100%;
	}

.sign {
  font-size: 80%;
	text-align: right;
	font-style: italic;
	color: #FFFFFF;
}

/* Sidebar styles */

#infobox {
	background: #1C1929 url('images/infobox-content.png') scroll no-repeat 0 100%;
	margin-top: 1em;
	color: #939299;
}

	#infobox a {
		color: #D1C3DF;
	}

	#infobox a:hover, #infobox a:active, #infobox a:focus {
		color: #FFFFFF;
	}

	#infobox div.content {
		background: transparent url('images/infobox-top.png') scroll no-repeat 0 0;
		padding: 25px 17px;
	}

	#infobox p {
		margin: 1em 0;
	}

	#infobox p.welcome {
		font-size: 117%;
		margin: 0 0;
	}

#navbox {
	background: #D4CEBE url('images/navbox-content.png') scroll no-repeat 0 100%;
}

	#navbox div.content {
		padding: 20px 17px;
	}

	#navbox ul.menu {
		margin: 0px;
		padding: 0px;
	}

	#navbox ul.menu li {
		list-style-type: none;
		display: block;
		border-bottom: 1px dotted #B7B3AD;
		padding: 4px 0;
	}

	#navbox ul.menu a {
		color: #7C5C9B;
		text-decoration: none;
	}

	#navbox ul.menu a:hover, #navbox ul.menu a:active, #navbox ul.menu a:focus {
		color: #FFFFFF;
	}

#searchbox {
	background: transparent url('images/searchbox-mark.jpg') scroll no-repeat 0 100%;
	padding: 25px 0 150px;
}

	#searchbox form {
		background: transparent url('images/searchbox.png') scroll no-repeat 50% 50%;
		padding: 5px 20px 5px 30px;
	}

	#searchbox form .submit {
		width: 26px;
		height: 24px;
		background: transparent url('images/search.png') scroll no-repeat 50% 50%;
		border: none;
		cursor: pointer;
	}

	#searchbox form .submit em {
		visibility: hidden;
	}

	#searchbox form .query {
		background: transparent;
		border: none;
		color: #A6A193;
		padding: 1px 0 3px;
		width: 150px;
		vertical-align: bottom;
	}
	

	


	#loginbox div {
		background: transparent url('images/searchbox.png') scroll no-repeat 50% 50%;
		padding: 5px 20px 5px 30px;
	}

	#loginbox form .submit {
		width: 26px;
		height: 24px;
		background: transparent url('http://o.imm.io/3dN.png') scroll no-repeat 50% 50%;
		border: none;
		cursor: pointer;
	}

	#loginbox form .submit em {
		visibility: hidden;
	}

	#loginbox form .query {
		background: transparent;
		border: none;
		color: #A6A193;
		padding: 1px 0 3px;
		width: 150px;
		vertical-align: bottom;
	}
	

   #passwordbox div{
		background: transparent url('images/searchbox.png') scroll no-repeat 50% 50%;
		padding: 5px 20px 5px 30px;
	}

	#passwordbox div .submit {
		width: 26px;
		height: 24px;
		background: transparent url('http://o.imm.io/3dP.png') scroll no-repeat 50% 50%;
		border: none;
		cursor: pointer;
	}

	#passwordbox .submit em {
		visibility: hidden;
	}

	#passwordbox div .query {
		background: transparent;
		border: none;
		color: #A6A193;
		padding: 1px 0 3px;
		width: 150px;
		vertical-align: bottom;
	}
	

	
#Button {
  background: url(http://o.imm.io/3eY.png) top left no-repeat;
  width: 150px; height: 25px;
  border: 0px;
  text-indent: -2000px;
  line-height: 0px;
  cursor: pointer; cursor: hand;
}

