body {
	font-family: Arial,Helvetica,sans-serif;
	background :#416B02;
	background-image: url(../images/scenarios/TTtile.gif);
	color:#ffffff;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	text-align:center;
	text-shadow:0 1px 2px black;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	color:#564219;
	padding:4px;
	border-radius:8px;
	text-shadow:0 1px 1px white;
}
h3 {
	font-size: 26px;
	font-weight: bold;
	text-shadow:0 1px 2px black;
	padding:8px;
	padding-left:290px;
}

a	{
	color: #cccc00 ;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color:#ffff00;
	text-shadow:0 1px 1px black;
}
a:visited {
	color:#ffff00;
}

img.tleft {
	float:left;
	margin-left:50px;
}
img.tright {
	float:right;
	margin-right:50px;
}
img.world {
	float:left;
	margin-left:195px;
}
table {
	margin:4px auto;
	border-spacing:0;
}
.scenarioContainer {
	padding-left:4px;
	overflow:auto;
}
.scenario {
	float:left;
	width:280px;
	margin:4px;
	padding:4px;
	border-radius:14px;
	border:1px solid #557722;
	text-align:center;
	box-shadow:0 0 4px black;
	text-shadow:0 0 1px black;
}
.scenarioDownload {
	width:800px;
	margin:4px auto;
	padding:14px;
	border-radius:14px;
	border:1px solid #557722;
	box-shadow:0 0 4px black;
	text-shadow:0 0 1px black;
}
h2.download {
	width:600px;
	margin:20px auto;
}
.scenarioDownload img {
	margin: 0 8px 0 0;
}
.ruler {
	margin:20px auto 12px auto;
	width:500px;
	display:block;
}
#main {
	width:900px;
	margin: 0 auto;
	padding:0;
}
.adBox {
	margin:4px auto;
	width:468px;
	padding:0;
}
.ad {
  text-align:center;
}
.credits {
	font-size:10px;font-family:Tahoma,Arial,Helvetica,sans-serif;font-weight: bold;
}
.bold {
	font-weight: bold;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centre {
	text-align: center;
}
img {
	border: none;
}
.centred {
	margin-left:auto;
	margin-right:auto;
}
.stats {
	border: 1px solid black;
	background-color:#416B02;
	color:white;
	text-shadow:0 1px 1px black;
	box-shadow:0 0 4px black;
}
ul.stats {
	width:260px;
	margin-left:16px;
	list-style:none;
	padding:8px;
	float:left;
}
ul.stats li {
	margin: 3px;
}
table.downloads {
	width:540px;
	margin:16px 16px 16px 320px;
	padding:8px;
	border: 1px solid black;
	color:white;
	text-shadow:0 1px 1px black;
	box-shadow:0 0 4px black;
}
table.downloads td,
table.downloads th {
	padding:3px 6px;
	border-color: #61A300 #61A300 #2F4F00 #2F4F00;
	border-style:solid;
	border-width: 1px 0 1px 0; 
}
table.downloads tr:nth-child(odd) {
	background-color:#497A00;
}
table.downloads tr:nth-child(even) {
	background-color:#416B02;
}
table.downloads tr:first-child {
	background-color:#2F4F00;
}

table.stats {
	margin:auto;
}
table.stats td {
	padding:5px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
table.stats th {
	color:black;
	text-shadow:0 1px 1px white;
	padding:5px;
	font-size:16px;
	font-weight:bold;
}
.trap {
	display:none;
}

#gSearch {
	background: white;
	width:400px;
	padding:6px;
	margin:auto;
	border-radius:12px;
	border:1px solid black;
}

.greenGrad {
background: #508402; /* Old browsers */
background: -moz-linear-gradient(top, #508402 0%, #416B02 50%, #416B02 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#508402), color-stop(50%,#416B02), color-stop(100%,#416B02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #508402 0%,#416B02 50%,#416B02 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #508402 0%,#416B02 50%,#416B02 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #508402 0%,#416B02 50%,#416B02 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#508402', endColorstr='#416B02',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #508402 0%,#416B02 50%,#416B02 100%); /* W3C */
}
.tanGrad {
background-color:#DBBB7A;
background: -moz-linear-gradient(top, #BC9C5C 0%, #DBBB7A 50%, #DBBB7A 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BC9C5C), color-stop(50%,#DBBB7A), color-stop(100%,#DBBB7A)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #BC9C5C 0%,#DBBB7A 50%,#DBBB7A 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #BC9C5C 0%,#DBBB7A 50%,#DBBB7A 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #BC9C5C 0%,#DBBB7A 50%,#DBBB7A 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BC9C5C', endColorstr='#DBBB7A',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #BC9C5C 0%,#DBBB7A 50%,#DBBB7A 100%); /* W3C */	
}

.pie {
	float:left;
	margin-left:64px;
}
.pieKeys {
	float:left;
	margin-left:16px;
	width:260px;
	list-style:none;
	padding:8px;
	font-size:14px;
}
.pieKeys li {
	margin-bottom:8px;
}
.sliceC {
	position:relative;
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:8px;
	top:4px;
	border:1px solid black;
}
.pieKeys span {
	margin-left:8px;
}
.statsContainer {
	width:300px;	
}
