@charset "utf-8";
/* CSS Document */

body {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("images/page_bg.jpg");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #036;
	padding: 0;
	margin: 0;
	border: 0;
}
a {
	font-weight: bold;
	color: #FE9;
}
a:hover {
	color: #FE3;
}
h2 {
	color: #FE6;
	font-size: 18px;
	border-bottom: 1px solid #024;
	width: 450px;
	text-indent: 10px;
	margin: 8px 0;
	font-weight: normal;
}
p {
	padding-left: 15px;
	padding-right: 10px;
}

.header_bg {
	background-image: url("images/header_bg.jpg");
	background-repeat: repeat-x;
	height: 110px;
}
.header {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
}

.sitemenu {
	float: left;
	position: relative;
	left: 60px;
}
.sitemenulink a {
	text-decoration: none;
	height: 16px;
	display: block;
	padding: 12px;
	text-align: center;
	color: #000;
	font-weight: bold;
	border-top: 1px solid #FFC;
	border-right: 1px solid #D59500;
	font-weight: bold;
	font-size: 11px;
}
.sitemenulink a:hover {
	background-image: url("images/menu_site_bg.jpg");
	background-repeat: repeat-x;
	border-top: 1px solid #FF9;
}
.sitemenulinkon a {
	background-image: url("images/menu_site_bg.jpg");
	background-repeat: repeat-x;
	text-decoration: none;
	height: 16px;
	display: block;
	padding: 12px;
	text-align: center;
	color: #000;
	font-weight: bold;
	border-top: 1px solid #D59500;
	border-right: 1px solid #C18700;
	font-weight: bold;
	font-size: 11px;
	background-color: #FEA;
}

.gamemenu {
	width: 750px;
	height: 35px;
}
.gamemenulink a {
	text-decoration: none;
	display: block;
	padding: 6px 12px;
	text-align: center;
	color: #FE9;
	font-size: 11px;
	border-right: 1px solid #000;
	border-left: 1px solid #024;
}
.gamemenulink a:hover {
	background-image: url("images/menu_game_bg.jpg");
	background-repeat: repeat-x;
	color: #FFF;
}
.gamemenulinkon a {
	text-decoration: none;
	display: block;
	padding: 6px 12px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #038;
}
.gamemenulinkclicky a {
	text-decoration: none;
	display: block;
	padding: 6px 12px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	background-image: url("images/menu_clicky.jpg");
}

.page {
	width: 720px;
	background-image: url("images/body_bg.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #039;
	padding: 0 14px 150px 14px;
	text-align: left;
}

.footer {
	width: 700px;
	height: 90px;
	padding-top: 10px;
	padding-left: 50px;
	background-image: url("images/footer_bg.jpg");
	background-repeat: none;
	text-align: left;
}

.league_masters {
	float: right;
	margin-left: 10px;
	width: 230px;
	height: 270px;
	background-image: url("images/league_masters.jpg");
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 30px;
}

.infobox {
	float: right;
	margin-left: 10px;
	width: 180px;
	height: 185px;
	background-image: url("images/infobox.jpg");
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-left: 22px;
	padding-right: 28px;
	padding-bottom: 20px;
	font-size: 10px;
	text-align: justify;
}

.gamenews {
	width: 450px;
	padding-top: 45px;
	background-image: url("images/news_game.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

.formfield {
	width: 450px;
	padding: 10px;
	border-bottom: 1px solid #025;
	background-image: url("images/formfield_bg.jpg");
	background-repeat: repeat-x;
}
.formfield label {
	display: inline-block;
	width: 125px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
.formfield input {
	height: 18px;
	padding: 2px;
	color: #024;
	background-image: url("images/textfield_bg.jpg");
	background-repeat: repeat-x;
	border: 1px solid #FE9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.formfield input:focus {
	border: 1px solid #C18700;
}
.formfield textarea {
	border: 1px solid #FF9;
	background-color: #FE3;
}
.formfield textarea:focus {
	border: 1px solid #C18700;
}
.forminfo {
	width: 450px;
	text-align: center;
	font: 12px italic;
	border-bottom: 1px solid #025;
	padding: 10px;
}
.formbutton {
	width: 450px;
	text-align: right;
	padding: 15px;
}

.success {
	margin-top: 5px;
	background-image: url("images/mailinbox_bg_read.jpg");
	background-repeat: repeat-x;
	padding: 8px;
	color: #024;
	text-align: center;
}
.error {
	margin-top: 5px;
	border: 1px solid #024;
	background-image: url("images/error_bg.jpg");
	background-repeat: repeat-x;
	padding: 6px;
	color: #CC0000;
	text-align: center;
}
.error a {
	color: #03C;
}
.error a:hover {
	color: #06C;
}

.inboxlinkunread a {
	display: block;
	background-image: url("images/mailinbox_bg.jpg");
	background-repeat: repeat-x;
	color: #024;
	padding: 8px 8px 8px 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.inboxlinkunread a:hover {
	color: #036;
	background-image: url("images/mailinbox_bg_hover.jpg");
}
.inboxlink a {
	display: block;
	background-image: url("images/mailinbox_bg_read.jpg");
	background-repeat: repeat-x;
	color: #036;
	padding: 8px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 8px 8px 32px;
}
.button {
	text-align: center;
	border-bottom: 1px solid #000066;
	margin: 8px 2px;
	font-size: 11px;
}
.button a {
	display: block;
	background-image: url("images/button_bg.jpg");
	background-repeat: repeat-x;
	color: #036;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.button a:hover {
	color: #039;
	background-image: url("images/button_bg_hover.jpg");
}

.bank {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	width: 190px;
	height: 40px;
	background-image: url("images/bank_bg.jpg");
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 35px;
	font-size: 14px;
	text-align: right;
}
.cpanel_closed {
	float: right;
	margin-left: 15px;
	margin-bottom: 25px;
	width: 205px;
	height: 50px;
	background-image: url("images/cpanel_closed.jpg");
	background-repeat: no-repeat;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
}
.cpanel_info {
	float: right;
	margin-left: 15px;
	width: 205px;
	height: 300px;
	background-image: url("images/cpanel_info.jpg");
	background-repeat: no-repeat;
	padding: 2px 10px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 25px;
}
.cpanel_league {
	float: right;
	margin-left: 15px;
	width: 205px;
	height: 300px;
	background-image: url("images/cpanel_league.jpg");
	background-repeat: no-repeat;
	padding: 2px 10px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 25px;
}
.cpanel_friends {
	float: right;
	margin-left: 15px;
	width: 205px;
	height: 300px;
	background-image: url("images/cpanel_friends.jpg");
	background-repeat: no-repeat;
	padding: 2px 10px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 25px;
}
.cpanel_settings {
	float: right;
	margin-left: 15px;
	width: 205px;
	height: 296px;
	background-image: url("images/cpanel_settings.jpg");
	background-repeat: no-repeat;
	padding: 2px 10px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 25px;
}
.cpanel_data {
	margin-top: 40px;
	font-size: 12px;
	font-weight: bold
}

.message {
	width: 450px;
	background-image: url("images/post_bg.jpg");
	background-repeat: repeat-x;
	padding: 45px 15px 0 15px;
}

.infostrip {
	width: 700px;
	padding: 10px 20px;
	height: 15px;
	background-image: url("images/infostrip.jpg");
	background-repeat: no-repeat;
	text-align: center;
	margin: 5px 0;
	font-weight: bold;
}

.forumstrip {
	width: 436px;
	height: 44px;
	padding: 8px 2px 8px 42px;
	background-image: url("images/forumstrip.jpg");
	background-repeat: no-repeat;
	border-top: 1px solid #036;
	margin-bottom: 2px;
}
.forumstrip a {
	text-decoration: none;
	font-size: 14px;
}
.forumstripunread {
	width: 436px;
	height: 44px;
	padding: 8px 2px 8px 42px;
	background-image: url("images/forumstrip_newpost.jpg");
	background-repeat: no-repeat;
	border-top: 1px solid #036;
	margin-bottom: 2px;
}
.forumstripunread a {
	text-decoration: none;
	font-size: 14px;
}

.topicstrip {
	width: 440px;
	height: 20px;
	padding: 7px 2px 3px 38px;
	background-image: url("images/topicstrip.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #003;
	margin-bottom: 5px;
}
.topicstrip a {
	text-decoration: none;
}
.topicstripunread {
	width: 440px;
	height: 20px;
	padding: 7px 2px 3px 38px;
	background-image: url("images/topicstrip_newpost.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #003;
	margin-bottom: 5px;
}
.topicstripunread a {
	text-decoration: none;
}

.postby {
	width: 180px;
	padding: 15px 10px;
	border-top: 1px solid #026;
	border-left: 1px solid #002;
	border-right: 1px solid #002;
	background-image: url("images/postby_bg.jpg");
	background-repeat: repeat-x;
	vertical-align: top;
}
.postcontent {
	padding: 15px;
	background-image: url("images/post_bg.jpg");
	background-repeat: repeat-x;
	vertical-align: top;
	font-size: 12px;
	color: #FFC;
}

.contract {
	width: 460px;
	height: 80px;
	padding: 10px;
	background-image: url("images/contracts.jpg");
	margin-bottom: 20px;
}
