
/* Basic styles */

html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #315673;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	text-shadow: 1px 1px 1px white;
}

img {
	border: none;
}

a {
	color: #315673;
}
a:hover {
	color: #1973ba;
	text-decoration: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}

p {
	margin: 5px 15px 0 15px;
}


.hide {
	display: none;
}









/* Tooltips */

div.tooltips div {
	width: 185px;
	height: 165px;
	position: absolute;
	top: 55px;
	padding-left: 64px;
	background: url(../img/tooltip_bg.png) no-repeat right top;
	text-align: center;
	z-index: 100;
}

div.tooltips div p {
	margin: 0;
	font-weight: bold;
}
div.tooltips.top div {
	top: 5px;
	background-image: url(../img/tooltip_bg_top.png);
}
div.tooltips.top div img {
	margin-top: -15px;
}

div#tooltip_wow {
	margin-left: 100px;
}
div#tooltip_mu {
	margin-left: 200px;
}
div#tooltip_rf {
	margin-left: 500px;
}
div#tooltip_pw {
	margin-left: 300px;
}
div#tooltip_ro {
	margin-left: 600px;
}
div#tooltip_aion {
	margin-left: 400px;
}
div#tooltip_la2 {
	margin-left: 0px;
}




/* Buttons */


div.button {
	width: 140px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
}
div.button a span {
	outline: none;
	display: block;
	padding: 7px 0 9px 0;
	background: url(../img/button.png) no-repeat center top;
}
div.button a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
div.button a:active span,
div.button a:focus span {
	background-position: center bottom;
}


div.button.large {
	width: 300px;
	font-weight: bold;
}
div.button.large a span {
	padding: 17px 0 27px 0;
	background-image: url(../img/button-large.png);
}
div.button.large a:active span,
div.button.large a:focus span {
	background-position:  center bottom;
}



div.button.small {
	width: 700px;
	height: 40px;
}
div.button.small a span {
	width: 100px;
	height: 40px;
	float: left;
	padding: 0;
	background: url(../img/button-small.png) no-repeat center top;
}
div.button.small a:active span,
div.button.small a:focus span {
	background-position:  center bottom;
}
div.button.small a.selected span {
	background-image: url(../img/button-small-selected.png);
}

div.button.small img {
	margin-top: 2px;
}



/* Popup */
div#popup-blind {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/blind.png) center top;
	z-index: 500;
}

div.popup {
	width: 600px;
	height: 200px;
	margin: -100px 0 0 -300px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 501;
}

div.popup-bg {
	min-height: 140px;
	background: url(../img/popup-bg.png) no-repeat center top;
}
div.popup-bg.bottom {
	min-height: 0px;
	height: 20px;
	background-position: center bottom;
}


/* Header */

div.header {
	width: 900px;
	margin: 0 auto;
}
div.window {
	min-height: 100%;
}


/* Content */


#content {
	width: 900px;
	margin: 0 auto;
}



/* Footer */

div.footer {
	width: 900px;
	height: 55px;
	margin: 30px auto 0;
	text-align: center;
	background: url(../img/footer-bg.png) no-repeat center top;
}
div.footer p {
	margin: 16px 25px;
}

fieldset.change_game {
	border: none;
	position: absolute;
	left: 50%;
	width: 200px;
	margin: 10px 0 0 -100px;
}
fieldset.change_game select {
	width: 200px;
}






/* Sidebar */
.sidebar {
	width: 270px;
}

div.sidebar {
	min-height: 90px;
	padding-top: 15px;
	background: url(../img/sidebar-bg.png) no-repeat center top;
}
div.sidebar.bottom {
	min-height: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	background-position: center bottom;
}




/* Server List */
td.serverlist {
	
}


div.server {
	
}


div.server .heading {
	
	width: 610px;
	height: 50px;
	background: url(../img/server-header-normal.png) no-repeat center top;
}

div.server .heading div.rank {
	width: 137px;
	height: 40px;
	float: left;
	
	padding: 3px 0 0 10px;
	background: url(../img/server-rank-default.png) no-repeat left top;
	font-size: 12px;
}

div.server .heading div.rank.rank-1 {
	background-image: url(../img/server-rank-1.png); 
}
div.server .heading div.rank.rank-2 {
	background-image: url(../img/server-rank-2.png); 
}
div.server .heading div.rank.rank-3 {
	background-image: url(../img/server-rank-3.png); 
}
div.server .heading div.rank b {
	font-size: 25px;
}
div.server .heading div.rank b sup {
	font-weight: normal;
}


div.server .heading div.servername {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
div.server .heading div.servername a {
	text-decoration: none;
}


div.server .heading div.votes {
	width: 150px;
	height: 40px;
	float: right;
	padding: 3px 0 0 0;
	background: url(../img/server-votes.png) no-repeat right top;
	font-size: 12px;
}
div.server .heading div.votes img {
	margin-top: 8px;
	float: left;
}
div.server .heading div.votes span {
	display: block;
	padding: 7px 0 0 25px;
}
div.server .heading div.votes span b {
	font-size: 20px;
}


div.server .description {
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	width: 610px;
	min-height: 175px;
	max-height: 150px;
	background: url(../img/server-description-normal.png) no-repeat center bottom;
	font-size: 13px;
	overflow: hidden;
}
div.server .description p {
	margin: 0 15px;
	padding: 4px 0 0 0;
	text-indent: 0;
}
div.server .description .details {
	width: 145px;
	float: right;
	padding: 2px 0 5px 7px;
	background: url(../img/server-details.png) no-repeat left top;
	text-align: center;
}
div.server.premium .description .details {
	background-image: url(../img/server-details-premium.png);
}
div.server .description .details table {
	width: 125px;
	text-align: left;
}

div.server .description .link {
	margin: 0 0 0 15px;
	padding: 3px 0 0 7px;
	width: 437px;
	height: 22px;
	background: url(../img/server-details-link.png) no-repeat left top;
	
	
}
div.server.premium .description .link {
	background-image: url(../img/server-details-link-premium.png);
}




div.server.premium {
	margin: 40px 0;
}
div.server.premium .description {
	background-image: url(../img/server-description-premium.png);
}
div.server.premium .heading {
	background-image: url(../img/server-header-premium.png);
}
div.server.premium {
	color: #91611b;
}

div.server.premium a{
	color: #91611b;
}
div.server.premium .heading .servername span {
	color: #91611b;
}



div.server .gold {
	margin: 20px 0 0 0;
	padding-top: 15px;
	width: 610px;
	height: 80px;
	background: url(../img/server-gold-bg.png) no-repeat center top;
}
div.server .gold p {
	margin: 10px 0 0 20px;
}
div.server .gold .coin {
	width: 115px;
	height: 75px;
	float: right;
	background: url(../img/coin.png) no-repeat left top;
}

/* SMS Button */

div.button.sms a span {
	margin: 7px 0 0 -20px;
	background-image: url(../img/button-sms.png);
}
div.server.premium div.sms a span {
	background-image: url(../img/button-sms-premium.png);
}






/* Top Banner */

div.topbanner {
	width: 500px;
	height: 100px;
	margin: 0 auto 25px auto;
	background: url(../img/468x60-bg.png) no-repeat center top;
}
div.topbanner p {
	margin: 3px 0 0 15px;
}




/* Pagination */
div.pagination {
	width: 500px;
	height: 50px;
	margin: 20px auto 0;
	background: url(../img/pagination-bg.png) no-repeat center top;
}
div.pagination p {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}


div.content {
	min-height: 140px;
	background: url(../img/content-bg-900.png) no-repeat center top;
}
div.content.bottom {
	min-height: 0px;
	height: 20px;
	background-position: center bottom;
}




/* Errors and messages */

div.message {
	width: 600px;
	height: 100px;
	margin: -100px auto 200px auto;
	background: url(../img/message-bg.png) no-repeat center top;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	color: green;
}
div.message.error {
	color: #ae0000;
}

div#content div.message
{
	border: none;
	width: auto;
	margin: 0;
	background: none;
	color: #315673;
}






/* World manager */

#world-manager {
	
}

#world-manager td.field-info {
	width: 150px;
	text-align: right;
	font-weight: bold;
}

#world-manager td.field-data {
	text-align: left;
}

#world-manager td.field-data input {
	width: 200px;
}

#world-manager td.field-data textarea {
	width: 99%;
}

#world-manager td.world-actions {
	width: 100px;
	text-align: center;
	vertical-align: middle;
}










table.gateway-add-info td
{
	text-align: left;
}

table.gateway-add-info td.info
{
	text-align: right;
}
table.gateway-add-info td input,
table.gateway-add-info td select
{
	width: 200px;
}


