body.landingpage {
    background-image: url("../images/landingpage.jpg");
	background-size: 1024px 796px;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center top; 
    background-color: #000000;
	font-family: Tahoma;
	color: #D7B272;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
	direction: ltr;	
} 

body.gamebackground {
    background-image: url("../images/theme/gamebackground.jpg");
	background-size: 1024px 742px;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center top; 
    background-color: #000000;
	font-family: Tahoma;
	color: #D7B272;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
	direction: ltr;	
} 

body.landingpagesp {
    background-image: url("../sp/images/landingpagesm.jpg");
	background-size: 1024px 796px;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center top; 
    background-color: #000000;
	font-family: Tahoma;
	color: #D7B272;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
	direction: ltr;	
}

body {
    background-size: 825px 625px;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center top; 
    background-color: #000000;
	font-family: Tahoma;
	color: #D7B272;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
	direction: ltr;	
} 

fieldset {
	position:relative;
	display: block;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 0.35em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
    padding-right: 0.75em;
	border: 2px solid #a1a1a1;
	border-radius: 25px;
}

fieldset.landingbg {
	position:relative;
	display: block;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.75em;
    padding-right: 0.75em;
	border: 4px solid #a1a1a1;
	background: #000000;
	border-radius: 25px;
	width: 775px;
}

fieldset.landingempty {
	position:relative;
	display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0.35em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
    padding-right: 0.75em;
	border: 0px;
	border-radius: 25px;
	width: 775px;
	height: 300px;
}

fieldset.game {
	position:relative;
	display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0.35em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
    padding-right: 0.75em;
	border: 2px solid #a1a1a1;
	border-radius: 25px;	
	width: 775px;	
}

fieldset.gameem {
	position:relative;
	display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0.35em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
    padding-right: 0.75em;
	border: 2px solid #a1a1a1;
	border-radius: 25px;	
	width: 850px;	
}

legend {	    
	font-weight: bold;
	font-family: Tahoma;
	color: #D7B272;
	font-size: 11px;
	float: top;
	margin-bottom: 0.5em;
	padding-left: 1.25em;
}

input.buttonorange {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #C55200;
	padding: 3px;	
	border-style: solid;
	border: 2px solid #a1a1a1;
	width: 125px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: white;
	position: relative;	
}

input.buttoncyan {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #006E8E;
	padding: 3px;	
	border-style: solid;
	border: 2px solid #a1a1a1;
	width: 125px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: white;
	position: relative;	
}

input.buttongreen {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #004E07;
	padding: 3px;	
	border-style: solid;
	border: 2px solid #a1a1a1;
	width: 125px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: white;
	position: relative;	
}

input.buttonmagenta {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #7E0075;
	padding: 3px;	
	border-style: solid;
	border: 2px solid #a1a1a1;
	width: 125px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: white;
	position: relative;	
}

input.buttonred {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #7F0000;
	padding: 3px;	
	border-style: solid;
	border: 2px solid #a1a1a1;
	width: 125px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: white;
	position: relative;	
}

input.buttonblue {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #78C0E9;
	padding: 3px;	
	border-style: solid;
	border: 2px solid #a1a1a1;
	width: 125px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: black;
	position: relative;	
}

select.buttonblue {	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #78C0E9;
	padding: 3px;	
	border-style: solid;
	border: 2px solid #a1a1a1;
	width: 125px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: black;
	position: relative;
}

option.buttonblue {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #78C0E9;
	padding: 3px;	
	border-style: solid;
	border: 0px;
	width: 125px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: black;
	position: relative;	
	
}

input.buttongreenop {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #61AB77;
	padding: 0px;	
	border-style: solid;
	border: 3px solid #a1a1a1;
	width: 50px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: black;
	position: relative;
	text-align:center;	
}

input.buttonblack {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #61AB77;
	padding: 3px;	
	border-style: solid;
	border: 2px solid #a1a1a1;
	width: 125px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: black;
	position: relative;
}

select.buttonblack {
	border: 2px solid #000000;
    background: #61AB77;   
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

option.buttonblack {
	border: 1px solid #000000;
    padding: 3px;
	background: #61AB77;   
    font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	position: relative;
}

input.buttonblacknews {
	border: 2px solid #a1a1a1;
    background: #61AB77;
    width: 125px;
    border-radius: 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	position: relative;
}


input.buttonsearch {
	border: 2px solid #a1a1a1;
    background: #61AB77;
	width: 75px;
    border-radius: 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align:center;
}

input.buttonsmall{
	border: 2px solid #a1a1a1;
    background: #000000;
    width: 100px;
    border-radius: 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9px;
	color: white;
	padding: 1px;
	position: relative;
}

input.buttonunyes{
	border: 2px solid #a1a1a1;
    background: #045500;
    width: 100px;
    border-radius: 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 1px;
	position: relative;
}

input.buttonunno{
	border: 2px solid #a1a1a1;
    background: #7D0000;
    width: 100px;
    border-radius: 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 1px;
	position: relative;
}

input.warroomoptions{
	border: 2px solid #a1a1a1;
    background: #680800; 
    border-radius: 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 3px;
	position: relative;
}

input.Red {
	border: 2px solid #a1a1a1;
    background: #B10000;
	width: 105px;
    border-radius: 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align:center;
}

input.Orange {
	border: 2px solid #a1a1a1;
    background: #FF6920;
	width: 105px;
    border-radius: 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align:center;
}

input.Yellow {
	border: 2px solid #a1a1a1;
    background: #FFFC00;
	width: 105px;
    border-radius: 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align:center;
}

input.Green {
	border: 2px solid #a1a1a1;
    background: #005400;
	width: 105px;
    border-radius: 25px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	text-align:center;
}

input.timebutton {
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #000000;
	padding: 0px;	
	border-style: none;
	border: 0px;	
	font-family: Tahoma;
	color: #D7B272;
	font-size: 12px;
	font-weight: bold;
	position: relative;	
}

input.timewarbutton {
	background: #000000;
	margin: 0px;
	padding: 0px;
	border-style: none;
	border: 0px;	
	font-family: Tahoma;
	color: #D10000;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

input.timeaidbutton {
	background: #ABA99C;
	margin: 0px;
	padding: 0px;
	border-style: none;
	border: 0px;	
	font-family: Tahoma;
	color: #D10000;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

input.timetechbutton {
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #000000;
	padding: 0px;	
	margin: 0px;
	border-style: none;
	border: 0px;	
	font-family: Tahoma;
	color: #CDECDA;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
}

input.timegamebutton {	
	background: #ABA99C;
	padding: 0px;	
	border-style: none;
	border: 0px;	
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

input.timeerrorbutton {	
	background: #ABA99C;
	padding: 0px;	
	border-style: none;
	border: 0px;	
	font-family: Tahoma;
	color: #A40202;
	font-size: 11px;
	font-weight: bold;
	position: relative;
}

a.error {
	font-family: Tahoma;
	color: #A40202;
	font-size: 11px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

a {
	color: #D7B272;
	text-decoration: none;
}

a:hover {
	color: #D7B272;
	text-decoration: underline;
}

a.yes {
	font-family: Tahoma;
	color: #045500;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;	
}

a.no {
	font-family: Tahoma;
	color: #7D0000;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;	
}

a.attackno {
	font-family: Tahoma;
	color: #D10000;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;	
}

a.orange {
	font-family: Tahoma;
	color: #C55200;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;	
}

a.cyan {
	font-family: Tahoma;
	color: #006E8E;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;	
}

a.green {
	font-family: Tahoma;
	color: #004E07;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;	
}

a.magenta {
	font-family: Tahoma;
	color: #7E0075;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;	
}

a.red {
	font-family: Tahoma;
	color: #7F0000;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;	
}

a.blue {
	font-family: Tahoma;
	color: #001B63;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;	
}

a.check {
	font-family: Tahoma;
	color: #313131;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;	
}

a.buy {
	font-family: Tahoma;
	color: #045D00;
	font-size: 18px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;
	top: -25px;
}

a.sell {
	font-family: Tahoma;
	color: #8A0000;
	font-size: 18px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	position: relative;
	top: -25px;
}

a.show {
	font-family: Tahoma;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

a.black {
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

a.link {
	font-family: Tahoma;
	color: #D7B272;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

a.textgame {
	font-family: Tahoma;
	color: #CDECDA;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

a.footer {
	font-family: Tahoma;
	color: #D7B272;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

h1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
	color: #FFB400;
	padding:0px;
	margin: 0px;
}

h2 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FFB400;
	padding:0px;
	margin: 0px;
}

p.title {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #D7B272;
	padding:0px;
	margin: 0px;
}

p.titleem {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	padding:0px;
	margin: 0px;
}

p.error {
	font-family: Tahoma;
	color: #A40202;
	font-size: 11px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.message {
	font-family: Tahoma;
	color: #008B22;
	font-size: 11px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.text {
	font-family: Tahoma;
	color: #D7B272;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.texti {
	font-family: Tahoma;
	color: #D7B272;
	font-size: 12px;	
	padding:0px;
	margin: 0px;
}

p.textgame {
	font-family: Tahoma;
	color: #CDECDA;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.textgamei {
	font-family: Tahoma;
	color: #CDECDA;
	font-size: 12px;	
	padding:0px;
	margin: 0px;
}

p.textblack {
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.textblackbig {
	font-family: Tahoma;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
}

p.textblacki {
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;	
	padding:0px;
	margin: 0px;
}

p.textblackmobile {
	font-family: Tahoma;
	color: #000000;
	font-size: 14px;	
	padding:0px;
	margin: 0px;
}

p.textwhite {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;	
	padding:0px;
	margin: 0px;
}

p.textwhiteb {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.textwhitesmall {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.textwhitebig {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
	text-decoration: none;
}

p.textblacksmall {
	font-family: Tahoma;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.verysmall {
	font-family: Tahoma;
	color: #000000;
	font-size: 7px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.small {
	font-family: Tahoma;
	color: #D7B272;
	font-size: 9px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.attackyes {
	font-family: Tahoma;
	color: #08B400;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;	
}

p.attackno {
	font-family: Tahoma;
	color: #D10000;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;	
}

p.Red {
	font-family: Tahoma;
	color: #750000;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.Orange {
	font-family: Tahoma;
	color: #EA4C00;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.Yellow {
	font-family: Tahoma;
	color: #FFFC00;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

p.Green {
	font-family: Tahoma;
	color: #057000;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin: 0px;
}

img.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-left:auto; 
    margin-right:auto;
	text-align:center;
	border-style: none;
	border-width: 0px;		
}

img.glow {
	opacity: 0.8;
	border: 7px solid #eee; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
}

img.glow:hover {
	opacity: 1; 
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
	-webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
	-moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
	box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
}

img.warstatus {
	opacity: 0.8;
	border: 2px solid #7F0000; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));	
}

img.ceasefirestatus {
	opacity: 0.8;
	border: 2px solid #FF6920; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));	
}

img.hostilestatus {
	opacity: 0.8;
	border: 2px solid #FFFC00; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));	
}

img.peacestatus {
	opacity: 0.8;
	border: 2px solid #004E07; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));	
}

img.alliesstatus {
	opacity: 0.8;
	border: 2px solid #006E8E; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));		
}

img.loststatus {
	opacity: 0.8;
	border: 2px solid #FFFFFF; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));	
}

img.icons {
	border: 0;
	width: 27px;
	height:27px;
	vertical-align: bottom;
}

table.main {
	border: 0px;
	margin-left:auto; 
    margin-right:auto;
}

table.submain {
	border: 0px;
	border-spacing: 3px;
    border-collapse: separate;
	width: 700px;
}

table.footer {
	border: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 700px;
	text-align:center;
}

table.gamemain {
	border: 0px;
	margin-left:auto; 
    margin-right:auto;
	width: 800px;		
}

table.gamesubmain {
	border: 0px;
	border-spacing: 3px;
    border-collapse: separate;
	margin-left:auto; 
    margin-right:auto;	
}

table.gamesubmain2 {
	border: 0px;
	border-spacing: 3px;
    border-collapse: separate;	
}

table.gamesubmain3 {
	border: 0px;
	border-spacing: 1px;
    border-collapse: separate;
}

table.gamesubmain4 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background: #ABA99C;
	border: 3px solid #a1a1a1;
	padding: 3px;
	border-spacing: 5px;
    border-collapse: separate;
	margin-left:auto; 
    margin-right:auto;
}

table.gamesubmain5 {
	border: 0px;
	border-spacing: 1px;
    border-collapse: separate;
	margin-left: auto; 
    margin-right: auto;
	text-align: center;
}

table.warroomtopwunits {	
	border: 0px;
	padding: 3px;
	border-spacing: 5px;
    border-collapse: separate;
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/warroomtopwunits_ltr.png");
}

table.warroomactions {	
	border: 0px;
	padding: 3px;
	border-spacing: 5px;
    border-collapse: separate;
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/warroomactions.png");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
}

table.achievements {	
	border: 0px;
	padding: 1px;
	border-spacing: 1px;   
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/achievements.png");
	background-repeat: no-repeat;
	background-size: cover;	
}

table.alliances {	
	border: 0px;
	padding: 1px;
	border-spacing: 1px;   
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/alliances.png");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

table.spy {	
	border: 0px;
	padding: 1px;
	border-spacing: 1px;   
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/spy.png");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	width: 555px;
	height: 350px;
}

table.spysp {	
	border: 0px;
	padding: 1px;
	border-spacing: 1px;   
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/spy.png");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	width: 650px;
	height: 400px;
}

table.unsmall {	
	border: 0px;
	padding: 1px;
	border-spacing: 1px;   
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/unsmall.png");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

table.un {	
	border: 0px;
	padding: 1px;
	border-spacing: 1px;   
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/un.png");
	background-repeat: no-repeat;
	background-size: cover;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

table.technology {	
	border: 0px;
	padding: 5px;
	border-spacing: 1px;   
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/technology.png");
	background-repeat: no-repeat;
	background-size: cover;	
}

table.warroom {	
	border: 0px;
	padding: 1px;
	border-spacing: 1px;   
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/warroom.png");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	width: 780px;
}

table.warroomsp {	
	border: 0px;
	padding: 1px;
	border-spacing: 1px;   
	margin-left:auto; 
    margin-right:auto;
	background-image: url("../images/theme/warroomsp.png");
	background-repeat: no-repeat;
	background-size: cover;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	width: 780px;
}

table.warroomnews {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background: #ABA99C;
	border: 0px;
	padding: 5px;
	border-spacing: 5px;    
	margin-left:auto; 
    margin-right:auto;
}

table.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background: #ABA99C;
	padding: 3px;
	border: 3px solid #00115F;
	border-spacing: 3px;
    border-collapse: separate;
	margin-left:auto; 
    margin-right:auto;
	text-align:center;	
}

table.rounded-cornersnew {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	padding: 3px;
	border: 0px;
	border-spacing: 3px;
    border-collapse: separate;
	margin-left:auto; 
    margin-right:auto;
	text-align:center;	
}

table.rounded-cornersnews {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background: #ABA99C;
	border: 3px solid #a1a1a1;
	padding: 3px;
	border-spacing: 3px;
    border-collapse: separate;
	margin-left:auto; 
    margin-right:auto;
	text-align:center;
}

table.rounded-cornersnewsno {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background: #ABA99C;
	border: 3px solid #a1a1a1;
	padding: 3px;
	border-spacing: 3px;
    border-collapse: separate;
	margin-left:auto; 
    margin-right:auto;		
}

td.blackseperate {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background: #000000;
	padding: 3px;
	margin-left:auto; 
    margin-right:auto;	
}

td.blueseperate {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background: #00115F;
	padding: 1px;
	margin-left:auto; 
    margin-right:auto;	
}

td.yellowseperate {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background: #A6A58A;
	padding: 1px;
	margin-left:auto; 
    margin-right:auto;	
}

td.blackseperatewar {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background: #000000;
	padding: 1px;
	margin-left:auto; 
    margin-right:auto;	
}


td.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-left:auto; 
    margin-right:auto;
	text-align:center;
	border-style: solid;	
	border: 1px solid #00115F;
}

td.rounded-cornerswithout {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-left:auto; 
    margin-right:auto;
	text-align:center;
	border-style: none;
	border-width: 0px; 
}

td.formpadding {	
	margin-left:auto; 
    margin-right:auto;	
	border-style: none;
	border-width: 0px; 
	padding: 3px;
}

td.rounded-cornersnocenter {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-left:auto; 
    margin-right:auto;	
	border-style: none;
	border-width: 0px; 
}

td.backtext {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-left:auto; 
    margin-right:auto;	
	border-style: none;
	border-width: 0px;
	background: #293230;
	padding: 3px;
	text-align:center;	
}

td.relationsred {
	margin-left:auto; 
    margin-right:auto;	
	border-style: none;
	border-width: 0px;
	background: #7D0000;
	padding: 0px;
	text-align:center;	
}

td.relationsgreen {
	margin-left:auto; 
    margin-right:auto;	
	border-style: none;
	border-width: 0px;
	background: #045500;
	padding: 0px;
	text-align:center;	
}

td.gametoptd {
	width: 15px;
	vertical-align: top;	
}

td.gamespyeyes {
	height: 15px;
	margin-left:auto; 
    margin-right:auto;
	border-style: none;
	border-width: 0px;
	text-align:center;		
}

td.centernoborder {
	margin-left:auto; 
    margin-right:auto;
	border-style: none;
	border-width: 0px;
	text-align:center;		
}

td.bottomwarroom {
	background-image: url("../images/drawable/warroommain.png");	
	background-repeat: no-repeat;	    
	margin-left:auto; 
    margin-right:auto;
	border-style: none;
	border-width: 0px;
	text-align:center;
	width: 750px;
	height: 75px;	
}

td.mainuplogo {
	background-image: url("../images/theme/mainuplogo.png");	
	background-repeat: no-repeat;	    
	margin-left:auto; 
    margin-right:auto;
	border-style: none;
	border-width: 0px;	
	text-align: center;
	width: 295px;
}

td.mainuplogoem {
	background-image: url("../images/theme/mainuplogoem.png");	
	background-repeat: no-repeat;	    
	margin-left:auto; 
    margin-right:auto;
	border-style: none;
	border-width: 0px;	
	text-align: center;
	width: 295px;
}

td.topextra {
	background-image: url("../images/drawable/extra.png");	
	background-repeat: no-repeat;	    
	margin-left:auto; 
    margin-right:auto;
	border-style: none;
	border-width: 0px;
	text-align:center;
	width: 750px;
	height: 75px;	
}

td.bottomwarroombali {
	background-image: url("../images/drawable/warroombali.png");	
	background-repeat: no-repeat;	    
	margin-left:auto; 
    margin-right:auto;
	border-style: none;
	border-width: 0px;
	text-align:center;
	width: 750px;
	height: 75px;	
}

td.instractions {
	width: 125px;
	margin-left:auto; 
    margin-right:auto;
	border-style: none;
	border-width: 0px;
	text-align:center;		
}

td.units {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #D7B272;
	padding: 0px;	
	border-style: solid;
	border: 3px solid #a1a1a1;
	width: 400px;
}

td.unitsseperator {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #ABA99C;
	padding: 0px;	
	border-style: solid;
	border: 0px;
	text-align:center;
	width: 75px;
}

td.factories {	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #D7B272;
	padding: 1px;	
	border-style: solid;
	border: 1px solid #a1a1a1;
	text-align:center;
}

td.factoryseperator {
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #ABA99C;
	padding: 0px;	
	border-style: solid;
	border: 0px;
	text-align:center;
	width: 25px;
}

td.techunitsseperator {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #ABA99C;
	padding: 0px;	
	border-style: solid;
	border: 0px;
	text-align:center;
	width: 65px;
	height: 65px;
}

td.warroomunitsshow {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
	-webkit-box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 5px 5px 1px rgba(0, 0, 0, .3);
	background: #ABA99C;
	padding: 1px;	
	border-style: solid;
	border: 0px;
	text-align:center;
	width: 35px;
}

td.center{
	margin-left: auto;
    margin-right: auto;
	text-align:center;	
}

td.nonesp {	
	border-style: none;
	border-width: 0px; 
	border: 0px;
	padding: 0px;
	margin-left: 0px;
    margin-right: 0px;
}

div.main{
	margin-left: auto;
    margin-right: auto;	
}

div.center{
	margin-left: auto;
    margin-right: auto;
	text-align:center;	
}

.share {
	width: 480px;
	margin-left:170px;
    margin-right:auto; 
	border-style: none;
	border-width: 0px;
	margin-bottom: 0px;
	text-align:center;	
}

div.addthis_toolbox {
  width: 480px;
  margin: 0 auto;
} 