html {
} 
body {
	font-size: 14px;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ccf;
	text-align: center;
	color: #39383A;
}
span.logon {
	font-size:11px;
	}
span.points {
	/* No (1234
			D),
		only (1234D) */
	white-space: nowrap;
}
input[type="text"], input[type="submit"], input[type="password"], textarea, select {
	font-size: 14px;
	background-color: #eaeaff;
	border: 1px solid #c1c1c1;
	color:#000299;
}
textarea {
	font-size: 16px ! important; 
	width:90%;
	font-family: sans-serif;
}
div.hr, div.hrthin {
	height:0;
	border: 0;
	border-bottom: 1px solid #aaa;
	margin-top:15px;
	margin-bottom:15px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
div.postboxadvice {
	font-size:13px;
	text-align:center;
	font-style: italic;
	color:#777
	}
div.hr {
}
div.clear {
	border-bottom: 0;
}
h1, h2, h3, h4 {
	color: #000299;
	margin-bottom:5px;
}
h3 {
	margin-left:10px;
}
img {
	border:0;
}
p.profileComment {
	font-size:12px;
	font-style:italic;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	}
img.center {
	text-align:center;
}
h2.black {
	color: #000;
}
span.gamename {
	font-size:15px;
	color: #000299;
	font-weight:bold;
}
ul.gamemain {
	margin-left:20px;
	margin-right:20px;
	padding:0;
}
ul.gamesublist {
	font-weight: normal;
	font-size:13px;
	color: #777;
	/*list-style: none;*/
}
div.rightHalf {
	float:right;
	width:50%;
	padding-top:0;
	margin-bottom:0;
	border-left:1px solid #aaa;
	padding-left:10px
}
div.leftHalf {
	width:50%;
}
ul.todolist {
	margin-left: 20px;
	color: #777;
}

ul.formlist {
	list-style: none;
	margin-left:20px;
	margin-right:20px;
	padding:0;
}

li {
	margin-bottom:5px;
}
li.formlisttitle {
	font-weight: bold;
}

.form-submit {
	font-weight: bold ! important;
	color: #006699 ! important;
}
li.formlistfield {
	list-style: none;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
}
li.formlistdesc {
	font-weight: normal;
	color: #777;
	list-style: none;
	margin-left:20px;
	margin-right:20px;
	border-left: 1px solid #aaa;
	padding-left: 10px;
	margin-bottom: 30px;
}
li.playerdetails {
	margin-left:60px;
}
.intro {
	font-size:16px;
}
li.introheader {
	margin-top:20px;
	font-weight: bold;
	list-style: none;
}
li.introexplain {
	font-weight: normal;
	color: #555;
	list-style: none;
	margin-left:20px;
	margin-right:20px;
}
li.introexplainsupport {
	font-weight: normal;
	color: #555;
	list-style: none;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}
li.introimages {
	text-align:center;
	margin-top:10px;
	list-style: none;
}
strong {
	font-weight: bold;
}
strong.description {
	font-weight: bold;
	font-style: italic;
	color: #777;
	margin-left:40px;
}
p.notice {
	font-weight: bold;
	text-align: center;
	margin:0px;
}
p.welcome {
	margin-left: 20px;
	margin-right: 20px;
}
p.question {
	font-weight: bold;
	margin-bottom:10px;
}
p.answer {
	margin:20px;
	margin-top:0;
}
p.smallindent {
	font-size:13px;
	color: #777;
	margin-left:40px;
}
p.orders {
	margin:0 20px;
}
p.code {
	font-family: courier;
	font-size:12px;
	margin-left:40px;	
}
p.lightgrey {
	font-size:13px;
	text-align:center;
	color:#777;
	font-style:italic;
}
a {
	font-weight: bold;
	text-decoration:underline;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:active {
	color: #006699;
}
a:hover {
	color: #000299 ! important;
}
a.light {
	font-weight:normal;
	text-decoration:none !important;
}
a.moderator {
	color: #009933;
}
a.admin {
	color: #CC3333;
}
#mapstore {
	margin:0 auto;
}
#header {
	background-color: #ccf;
	width: auto;
	padding:0;
	margin:0;
	text-align: left;
}
#header-container {
	padding-left:20px;
	background-color: #fff;
	height:50px;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:4px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	margin-bottom:0;
	width: auto;
	border-right: 4px solid #999;
	border-bottom: 4px solid #999;
}
#logo {
	padding:0;
	margin:0;
	position:absolute;
	vertical-align:middle;
	border: 0;				
}
#header-welcome {
	padding:0;
	margin:0;
	text-align:right;
	font-style: italic;
}
#header-welcome a {
	font-weight:normal !important;
	text-decoration:none !important;
}
#header-goto {
	padding:0;
	margin:0;
	margin-top: 18px;
	text-align:right;
	clear:right;
}
#header-goto a {
	margin-left: 14px;
}
#header-goto a.current {
	color:#000;
}
#header-goto a.current:hover {
	color:#000299;
}
#seperator {
	margin: 0;
	padding: 0;
	width: auto;
	background-color: #006699;
	font-size: 0;
	height: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom:10px;
}
#seperator-fixed {
	position:absolute;
	top:60px; /* This is #header height+ its padding.
			because IE doesn't support min-width.. */
	margin: 0;
	padding: 0;
	width: 800px;
	background-color: #006699;
	font-size: 0;
	height: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #f5f5f5;
}
div.content-container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 1%;
}
div.content {
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #999;
	padding: 10px;
	border-right: 4px solid #999;
	border-bottom: 4px solid #999;
}
div.content-chatbox {
	min-width: 325px;
}

div.content-board-header, div.content-home-header {
	margin-top:10px;
	border-bottom:0;
	margin-left: auto;
	margin-right: auto;
	}
div.content-board-header {
	border: 1px solid #999;
	border-bottom:0;
	border-right: 4px solid #999;
	border-bottom: 4px solid #999;
	margin-bottom: 15px;
	}
div.content-follow-on {
	margin-top:0 !important;
	border-top:0 !important;
	margin-bottom: 15px;
	border: 1px solid #999;
	border-right: 4px solid #999;
	border-bottom: 4px solid #999;
	}
div.float-column-left {
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
.content-slotBottom {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding:0;	
	width: 750px;
	padding-left: 24px;
	padding-right: 24px;
	border: 1px solid #aaa;
	}
.content-slot {
	border-top:0;
	margin-top:0;
	}
#content-publicforum {
	width: 710px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
div.forum {
	width: 710px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
#footer {
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
	color: #777;
}
#chatboxtabs {
	font-size: 14px !important;
	}
div.gamelistings-tabs-disabled {
	width: auto;
	padding-top:3px;
	height:auto;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	border:0;
	text-align:center;
	vertical-align: bottom;
	font-size: 13px;
}
div.gamelistings-tabs-disabled a {
	text-decoration:none;
	margin:0;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 0px;
	padding-right:6px;
	padding-left:6px;
	padding-top:3px;
	padding-bottom:3px;
	border:0;
	background-color: #fafafa;	
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;	
	border-bottom:2px solid #CCCCCC ! important;
	line-height: 27px;
}
div.gamelistings-tabs {
	width: auto;
	padding-top:3px;
	/*padding-bottom:3px;*/
	height:auto;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	border:0;
	text-align:center;
	vertical-align: bottom;
	font-size: 13px;
	/*border-bottom:1px solid #aaa;*/
}
div.gamelistings-tabs a.current {
	text-decoration:none;
	background-color: #eaeaea;
	color:#000;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #888;
	border-bottom:2px solid #000 ! important;
}
div.gamelistings-tabs a.current:hover {
	text-decoration:none;
	background-color: #e5e5e5;
	border-bottom:2px solid #000299 ! important;
	color:#000299 !important;
}
div.gamelistings-tabs a {
	text-decoration:none;
	margin:0;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 0px;
	padding-right:6px;
	padding-left:6px;
	padding-top:3px;
	padding-bottom:3px;
	border:0;
	background-color: #fafafa;	
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:2px solid #006699 ! important;
	line-height: 27px;
}

div.gamelistings-tabs a:hover {
	text-decoration:none;
	background-color: #f5f5f5;
	border-bottom:2px solid #000299 ! important;
	border-top:1px solid #000299 ! important;
	border-left:1px solid #000299 ! important;
	border-right:1px solid #000299 ! important;
}
.nowrap {
	white-space: nowrap;
}
.postbox {
	text-align:center;
}
.thread {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	padding:5px 10px;
}
.threadborder1 {
	border: 1px solid #d1d1d1;
	/* border color is background color subtract #393939 */
}
.threadborder2 {
	border: 1px solid #cecece;
}
.threadalternate1 {
	background-color:#f5f5f5;
}
.threadalternate2 {
	background-color:#f0f0f0;
}
.replyborder1 {
	border: 1px solid #c1c1c1;
	border-top:0;
}
.replyborder1 .first {
	border-top: 1px solid #c1c1c1;
}
.replyborder2 {
	border: 1px solid #bebebe;
	border-top:0;
}
.replyalternate1 {
	background-color:#eaeaea;
}
.replyalternate2 {
	background-color:#e5e5e5;
}
.message-head {
	font-size:13px;
	float:right;
	text-align:right;
	padding-left:5px;
	margin-left:5px;
}
.leftRule {
	border-left: 1px solid #aaa;
}
.bottomRule {
}
.message-subject {
	font-size:15px;
	color: #000299;
	overflow:hidden;
}
.message-body {
	color: #000;
	margin:5px;
	margin-left:10px;
	margin-right:10px;
	font-size:15px;
}
.message-foot-notification {
	font-size:14px;
	float:right;
	text-align:right;
}
.message-foot {
}


form {
	margin:0;
}

.reply {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
	padding-bottom:10px;
}
.reply-top {
	border-top:1px solid #c1c1c1;
	margin-top:5px;
}
.content-game {
	margin-left:10px;
}
.Global {
	color: #CE7800 ! important;
}
.Austria, .Rome, .China {
	color: #D62929 ! important;
}
.Germany, .Peru, .Burgundy, .Holland {
	color: #8B481A ! important;
}
.England, .Argentina, .Britain, .North {
	color: #DD51BD ! important;
}
.Italy, .Colombia, .Greece, .Japan, .East {
	color: #259901 ! important;
}
.France, .Brazil, .Carthage, .South {
	color: #007BA5 ! important;
}
.Turkey, .Chile, .Egypt, .West {
	color: #b8ad00 ! important;
}
.Russia, .Persia {
	color: #6F005D ! important;
}

.BritainModern { color: #DD51BD ! important; }
.FranceModern { color: #007BA5 ! important; }
.ItalyModern { color: #259901 ! important; }
.GermanyModern { color: #8B481A ! important; }
.TurkeyModern { color: #b8ad00 ! important; }
.RussiaModern { color: #6F005D ! important; }
.UkraineModern { color: #4fad7e ! important; }
.PolandModern { color: #D62929 ! important; }
.EgyptModern { color: #527247 ! important; }
.SpainModern { color: #ae7947 ! important; }

.Vandali {
        color: #D62929 ! important;
}
.Alamanni{
        color: #8B481A ! important;
}
.Saxones {
        color: #DD51BD ! important;
}
.Franci {
        color: #007BA5 ! important;
}
.Gothi {
        color: #A4C499 ! important;
}
.Hunni {
        color: #6F005D ! important;
}
.Balkan { color: #6fcd9e ! important; }
.Lowland { color: #ce9967 ! important; }
.Norway { color: #729267 ! important; }
.Spain { color: #787878 ! important; }

.CaliforniaEMP {
	color: #fc0204 ! important;
}
.MexicoEMP {
	color: #64d232 ! important;
}
.CubaEMP {
	color: #04dedc ! important;
}
.FloridaEMP {
	color: #fc8284 ! important;
}
.HeartlandEMP {
	color: #048284 ! important;
}
.PeruEMP {
	color: #fc02fc ! important;
}
.New-YorkEMP {
	color: #840284 ! important;
}
.QuebecEMP {
	color: #A4C244 ! important;
}
.TexasEMP {
	color: #6a6868 ! important;
}
.British-ColumbiaEMP {
	color: #dcde04 ! important;
}
.ArgentinaWORLD {
	color: #fc0204 ! important;
}
.BrazilWORLD {
	color: #04fc04 ! important;
}
.ChinaWORLD {
	color: #fc02fc ! important;
}
.EuropeWORLD {
	color: #0482fc ! important;
}
.Frozen-AntarcticaWORLD {
	color: #044284 ! important;
}
.GhanaWORLD {
	color: #fc8284 ! important;
}
.IndiaWORLD {
	color: #048284 ! important;
}
.KenyaWORLD {
	color: #646204 ! important;
}
.LibyaWORLD {
	color: #840284 ! important;
}
.Near-EastWORLD {
	color: #c4c2fc ! important;
}
.Pacific-RussiaWORLD {
	color: #246244 ! important;
}
.QuebecWORLD {
	color: #A4C244 ! important;
}
.RussiaWORLD {
	color: #000000 ! important;
}
.South-AfricaWORLD {
	color: #04fefc ! important;
}
.USAWORLD {
	color: #fc6244 ! important;
}
.Western-CanadaWORLD {
	color: #dcde04 ! important;
}
.OzWORLD {
	color: #6a6868 ! important;
}
.AnkaraChaos { color: #0922bf ! important; }
.BelgiumChaos { color: #c39511 ! important; }
.BerlinChaos { color: #313131 ! important; }
.BrestChaos { color: #6e0c02 ! important; }
.BudapestChaos { color: #6c1266 ! important; }
.BulgariaChaos { color: #505000 ! important; }
.ConstantinopleChaos { color: #00c71b ! important; }
.DenmarkChaos { color: #00f82b ! important; }
.EdinburghChaos { color: #b8b8b8 ! important; }
.GreeceChaos { color: #d63810 ! important; }
.HollandChaos { color: #fd9b00 ! important; }
.KielChaos { color: #fdfb32 ! important; }
.LiverpoolChaos { color: #fd3efb ! important; }
.LondonChaos { color: #000000 ! important; }
.MarseillesChaos { color: #f93282 ! important; }
.MoscowChaos { color: #72700d ! important; }
.MunichChaos { color: #46f996 ! important; }
.NaplesChaos { color: #fd86cb ! important; }
.NorwayChaos { color: #4696f9 ! important; }
.ParisChaos { color: #00b5b7 ! important; }
.PortugalChaos { color: #00797b ! important; }
.RomeChaos { color: #8bb91b ! important; }
.RumaniaChaos { color: #676767 ! important; }
.SerbiaChaos { color: #c4f942 ! important; }
.SevastopolChaos { color: #fd0000 ! important; }
.SmyrnaChaos { color: #00640a ! important; }
.SpainChaos { color: #abaffc ! important; }
.St-PetersburgChaos { color: #fd696c ! important; }
.SwedenChaos { color: #b65f09 ! important; }
.TriesteChaos { color: #00b46a ! important; }
.TunisChaos { color: #595fac ! important; }
.VeniceChaos { color: #c22267 ! important; }
.ViennaChaos { color: #1313a1 ! important; }
.WarsawChaos { color: #fdd74d ! important; }

.BetaMigraine { color: #31fb31 ! important; }
.DeltaMigraine { color: #31c6c5 ! important; }
.GammaMigraine { color: #3131c5 ! important; }
.KappaMigraine { color: #c53131 ! important; }
.LambdaMigraine { color: #ce6100 ! important; }
.SigmaMigraine { color: #c5c600 ! important; }
.ThetaMigraine { color: #630063 ! important; }
.ZetaMigraine { color: #00c663 ! important; }

.Amazon-EmpireWWIV { color: #0a23c0 ! important; }
.ArgentinaWWIV { color: #c49612 ! important; }
.AustraliaWWIV { color: #0a31ff ! important; }
.BrazilWWIV { color: #6f0d03 ! important; }
.CaliforniaWWIV { color: #6d1367 ! important; }
.CanadaWWIV { color: #515100 ! important; }
.CatholicaWWIV { color: #00c81c ! important; }
.Central-AsiaWWIV { color: #00fa2c ! important; }
.ColombiaWWIV { color: #b9b9b9 ! important; }
.CongoWWIV { color: #d73911 ! important; }
.CubaWWIV { color: #ff9c00 ! important; }
.EgyptWWIV { color: #fffd33 ! important; }
.GermanyWWIV { color: #eb53e9 ! important; }
.IllinoisWWIV { color: #101010 ! important; }
.Inca-EmpireWWIV { color: #fb3383 ! important; }
.IndiaWWIV { color: #73710e ! important; }
.IndonesiaWWIV { color: #47fb97 ! important; }
.IranWWIV { color: #ff91d6 ! important; }
.JapanWWIV { color: #4797fb ! important; }
.KenyaWWIV { color: #00b6b8 ! important; }
.ManchuriaWWIV { color: #007a7c ! important; }
.MexicoWWIV { color: #8cba1c ! important; }
.NigeriaWWIV { color: #686868 ! important; }
.OceaniaWWIV { color: #c5fb43 ! important; }
.PhilippinesWWIV { color: #ff0000 ! important; }
.QuebecWWIV { color: #00650b ! important; }
.RussiaWWIV { color: #a2a6fe ! important; }
.Sichuan-EmpireWWIV { color: #ff6a6d ! important; }
.Song-EmpireWWIV { color: #b7600a ! important; }
.South-AfricaWWIV { color: #00b56b ! important; }
.TexasWWIV { color: #5a60ad ! important; }
.ThailandWWIV { color: #c32368 ! important; }
.TurkeyWWIV { color: #1414a2 ! important; }
.United-KingdomWWIV { color: #ffd84e ! important; }
.United-StatesWWIV { color: #bab76c ! important; }

div.chatbox {
	max-height: 180px;
	overflow-x:hidden;
	overflow-y:auto;
	border-left: solid #c1c1c1 1px;
	border-right: solid #c1c1c1 1px;
	border-bottom: solid #c1c1c1 1px;
}
div.chatbox td {
	overflow:hidden;
}
div.chatboxnotabs {
	border-top:1px solid #aaa;
	}
.chatboxMembersList {
	font-size:12px;
	text-align:center;
	}
TABLE {
	border-collapse: collapse;
	width:100%;
}
TABLE.credits {
	border: solid #aaa 1px;
	width:85%;
	margin-left:auto;
	margin-right:auto;
}
TABLE.orders {
	border: solid #c1c1c1 1px;
	width:100%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
}
TD {
	padding:5px;
}
TD.left {
	text-align:right;
	font-size:13px;
	font-weight:bold;
	width: 80px ! important;
}
TD.right {
	font-size:13px;
	width:15%;
}
TD.message {
	width: auto;
}
td.notice {
	font-weight:bold;
	text-align:center;
	}
td.send {
	vertical-align:middle;
	width:14% ! important;
	}
TD.time {
	width: 80px ! important;
	vertical-align:bottom;
	border-right: solid #aaa 1px;
}
TR.header {
	border-bottom: solid #aaa 1px;
}
TD.uniticon {
	width:6%;
	text-align:right;
}
TD.center {
	text-align:center;
	width: 70%;
}
TD.fleet {
	color:#87340b;
}
TD.army {
	color:#87340b;
}
.show-none {
	display: none;
}