﻿
/* DUMMY STYLES DURING DEVELOPMENT
***********************************/
.ingame_ad {
	margin: 5px 10px 0px 5px;
	color: #777;
	background-color: #333;
	height: 81px;
	border: solid 1px #666;
	/*background: url(/images/site/ingame_ad.gif) no-repeat center 5px;*/
	overflow: hidden;
	padding: 4px;
}
.ingame_ad .ad_txt {
	margin: 0;
	color: #666;
	font-size: 7pt;
	text-transform: uppercase;
}
.ingame_ad a:link, .ingame_ad a:hover, .ingame_ad a:visited, .ingame_ad a:visited:hover {
	color: #999;
	border: none;
}
.ingame_ad .inside {
	display: block;
	padding: 5px 10px;
}
.ingame_ad .name {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}
.ingame_ad .description {
	margin-top: 2px;
	font-size: .9em;
	display: block;
	overflow: hidden;
}
.ingame_ad .inside:hover .name {
	border-bottom: 1px solid #a9732e;
}

.notify_success .status_message_wrapper {
	background: #c7ffc8;
	color: #003300;
	border-color: green;
}
/*.notify_tutorial .status_message_wrapper {
	background: #fbfbfb;
	color: #000;
	font-weight: bold;
	padding: 10px;
	border: 2px solid #ff5d04;
}*/

.notify_info {
	color: #fff;
	font-weight: bold;
    border: 1px solid #255470;
	background-color: #060b0f;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

.page_desc {
	color: black;
	background: #fea;
	padding: 10px;
}

#messageboard .time { color: #666; }
#messageboard .success { color: green; }

h4 { color: #fff; }
.box, .earnings, #store_ad { background: #060b0f; padding: 5px; }
.box_tab, h4.heading { color: #fff; font-weight: bold; padding: 5px; }
.report_abuse { float: right; }
.contentTextWrapper big { background: #241f16; padding: 2px 4px; }

/**********************************/

body {
	background: #000;
	font: 11px arial, helvetica, sans-serif;
	color: #fff;
	margin: 0;
	cursor: default;
	/*overflow-y: scroll;*/
}


/* Structure */
#wrapper {
	width: 985px;
	margin: 0 auto;
	background: #000;
}
#header {
	height: 44px;
	overflow: hidden;
	margin: 0 0 15px 0;
}
#main {
	float: left;
	width: 580px;
	overflow: hidden;
	margin: 0 0 0 5px;
}
#gameMenu {
	height: 92px;
	overflow: hidden;
	margin: 0 0 5px 0;
}
#content {
	/*min-height: 600px;*/
	overflow: hidden;
	/* ie6 test if it doesn't work, remove this and uncomment above min-height */
	min-height:600px;
	height: auto !important;
	height: 600px;
	/* end ie6 test*/
	padding: 0 0 30px 0;
}
#sidebar {
	float: left;
	width: 238px;
	overflow: hidden;
}
#footer {
	clear: left;
}
#rightColumnAds {
	float: left;
	width: 160px;
	overflow: hidden;
}


/* Header */
#header {
	background: url(/images/header_bg.jpg) no-repeat left top;
}
#logo {
	float: left;
	margin: 0 15px 0 0;
}
#gameProgressDisplay 
{
	margin: 10px 10px 0 0;
	float: right;
}
#gameProgressDisplay p
{
	padding: 0;
	margin: 0;
}

#topLevelMenu
{
	float: left;
}
#topLevelMenu ul {
	margin: 0;
	padding: 17px 0 0 0;
	list-style: none;
	overflow: hidden;
}
#topLevelMenu ul li {
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
	font-weight: bold;
}
#topLevelMenu ul li a {
	padding: 0 0 0 17px;
	float: left;
	background: transparent url(/images/header_tabs.png) no-repeat left top;
	text-decoration: none;
	color: #999;
}
#topLevelMenu ul li a span {
	padding: 0 17px 0 0;
	line-height: 27px;
	float: left;
	background: transparent url(/images/header_tabs.png) no-repeat right top;
	text-decoration: none;
	cursor: pointer;
}
#topLevelMenu ul li a:hover {
	background-position: left -27px;
	text-decoration: none;
	color: #ccc;
}
#topLevelMenu ul li a:hover span {
	background-position: right -27px;
	text-decoration: none;
}

#topLevelMenu #tmHelp a {
	color: #eee;
}
#topLevelMenu #tmLogout {
	margin-left: 10px;
}

/* Game Menu Bar */


/* Content Header */
#contentHeader {
	padding: 0px;
	margin: 0px;
	height: 43px;
	overflow: hidden;
}
#contentHeader span.left {
	float: left;
	height: 43px;
	width: 10px;
}
#contentHeader span.right {
	float: right;
	height: 43px;
	width: 10px;
}
#contentHeader h1 {
	line-height: 43px;
	opacity: .75;
}


/* Sidebar */
#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar ul li {
	padding: 0;
	margin: 0;
}


/* Footer */
#footer {
	padding: 10px;
}
#footer .copy p {
	color: #666;
	margin: 0 0 5px 0;
}
#footer .copy a {
	margin-right: 10px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footer ul li {
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
}

/* PlayerChard */
#profileCard { display: none; }

/* Notification for Notifyer */
.notify {
	height: 1%;
	padding: 10px;
	margin: 10px 5px;
	overflow: hidden;
	border: 1px solid #333;
	background-color: #0b0b0b;
}
.notify h2 { margin: 0; }
.notify p { margin: 0 0 4px 0; }
.notify.success {
	border-color: #46582e;
	background-color: #0b0c06;
}
.notify.warning {
	border-color: #5f2f2b;
	background-color: #0b0505;
}
.notify.info {
	border-color: #255470;
	background-color: #060b0f;
}
.notify .icon {
	background: transparent url(/images/icons/notify_warning.png) no-repeat 40% top;
	float: left;
	width: 10%;
	height: 24px;
}
.notify .message {
	float: right;
	width: 90%;
	color: #fff;
}
.notify.warning .icon {
	background-image: url(/images/icons/notify_warning.png);
}
.notify.info .icon {
	background-image: url(/images/icons/notify_info.png);
}
.notify.success .icon {
	background-image: url(/images/icons/notify_success.png);
}
.notify .message {
	float: right;
	width: 90%;
	color: #fff;
	/*font-weight: bold;*/
	overflow: hidden;
}
.notify .message big { font-weight: bold; }
/* End notification for Notifyer */

/* Battle Info Alert */
#currentBattleInfo {
	background: #000 url(/images/battlefield/battleinfo_bg_resistance.jpg) no-repeat 0 0;
	margin: 0 0 5px 0;
	line-height: 30px;
	overflow: hidden;
}
#currentBattleInfo .speaker {
	background: transparent url(/images/transparent_black_50.png);
	float: left;
	margin: 0 8px 0 0;
}
#currentBattleInfo .speaker strong {
	background: transparent url(/images/battlefield/icon_small.png) no-repeat 6px 50%;
	padding: 0 8px 0 38px;
	display: inline-block;
}
#currentBattleInfo .message {
	float: left;
}

.invalid { color: #7d1111; }