* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	text-decoration: none;
	vertical-align: top;
}
input {
	padding: 1px;
	font-family: inherit;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
sub, sup {
	font-size: 80%;
}
body {
	font-family: verdana, sans-serif;
	font-size: 75%;
	color: #333;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}
td, th {
	vertical-align: top;
	text-align: left;
}
div#main {
	position: relative;
	width: 983px;
	height: 711px;
	background: white url('../images/scene.jpg') no-repeat scroll top left;
	margin: 0 auto;
}
div#main_title {
	padding: 0.5em 0;
	margin-bottom: 0.5em;
}
div#main_title h1 {
	font-size: 30px;
	font-weight: bold;
	width: 580px;
}
div#main_title h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FA14B1;
	width: 520px;
}
p#login {
	margin-bottom: 0.7em;
	font-size: 90%;
}
p#login span {
	padding: 1em 14px 1em 0;
	font-weight: bold;
	background: transparent url('../images/lock.gif') no-repeat center right;
}
p#login a {
	color: #333;
}
p#login a strong {
	color: #00ACED;
}
p#welcome {
	margin-bottom: 0.4em;
}

img#logo {
	position: absolute;
	top: 7px;
	right: 0;
}
div#footer {
	height: 73px;
	background: #CB1B22 url('../images/footer_background.gif') repeat-x scroll bottom left;
}
div#footer a {
	color: white;
}
div#footer_content {
	width: 983px;
	padding-top: 12px;
	margin: 0 auto;
	color: white;
	font-size: 90%;
}
div#footer_left {
	float: left;
	line-height: 16px;
}
div#footer_right {
	font-weight: bold;
	float: right;
	text-align: right;
}
div#footer_right h1 {
	font-size: 180%;
}
div#footer_right a {
	margin-left: 0.5em;
}
div#footer_right a em {
	font-style: normal;
	color: #00ABEC;
}
/* Speech bubbles */
div.speech {
	width: 242px;
	height: 151px;
	position: absolute;
	display: table;
	visibility: hidden;
	font-size: 12px;
}
div.speech div {
	padding: 10px 43px 39px 11px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 102px;
}
div.speech span {
	font-weight: bold;
	line-height: 150%;
}
div.speech.left {
	left: 288px; top: 78px;
	background: transparent url('../images/speech_left.gif') no-repeat scroll center center;
	color: #00ADEF;
}

div.speech.right {
	left: 741px; top: 107px;
	background: transparent url('../images/speech_right.gif') no-repeat scroll center center;
	color: #FB14B2;
}

img.sector_icon {
	position: absolute;
	z-index: 0;
}
div.sector_tooltip {
	font-size: 85%;
	position: absolute;
	display: none;
	border: 1px solid #35B5E6;
	background-color: #404040;
	color: white;
	padding: 0.4em 0.6em;
	max-width: 165px;
	z-index: 2;
}
div.sector_tooltip strong, div.sector_tooltip b {
	color: #F914B0;
}

table.vertically_centred td, table.vertically_centred th {
	vertical-align: middle;
}
table.padded td, table.padded th {
	padding: 0.5em 1em 0.5em 0;
}
input.themed_border {
	border: 1px solid #00ADEE;
}

input.magenta_button {
	background: transparent url('../images/magenta_button.gif') no-repeat scroll center center;
	border: none;
	width: 104px;
	height: 31px;
	color: white;
	font-weight: bold;
	display: block;
	font-size: 14px;
}
div.error {
	background-color: #FCC;
	color: #633;
	border: 1px solid #C99;
	padding: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
}