/* Core Elements ---------------------------------------------------------------- */
a, a:link, a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
	font-family: arial, verdana, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-bottom: 10px;
	font-family: arial, verdana, sans-serif;
}
h1 {
	font-size: 2em;
	padding-bottom: 15px;
	color: #3087d3;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	font-style: italic;
	color: #5c87b3;
}
h3 {
	font-size: 1.3em;
	color: #41403a;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

iframe {
	width: 800px;
	height: 700px;
	border: 0;
	padding: 0;
	margin: 0;
}

input, select, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

textarea.standard {
	width: 98%;
	height: 94px;
	padding: 3px;
	background: white;
	border: 1px solid #bdd2d6;
	line-height: 1.3em;
}

input.standard, 
select.standard {
	width: 240px;
	border: 1px solid #bdd2d6;
	background: white url('images/input-tile.gif') repeat-x top left;
	padding: 4px 3px;
}
select.standard {
	width: 248px;
	padding: 3px 3px;
}

select {
	border: 1px solid #333333;
	padding: 2px 1px;
}
select.standard {
	width: 20em;
}

ol {
	font-size: 1.1em;
	margin: 0 0 0.7em 3em;
	padding: 0;
	line-height: 1.7em;
	font-weight: bold;
}
ol li {
	margin: 0 0 15px 0;
}
ol li ul {
	list-style: none;
	font-weight: normal;
	text-align: justify;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}

hr {
	height: 2px;
	color: #a2a2a2;
	background-color: #a2a2a2;
	border: 0;
 	width: 90%;
 	margin-bottom: 8px;
}

span.tag {
	color: blue;
	font-weight: bold;
}



/* Page Fundamentals ------------------------------------------------------------ */
html, body {
	background-color: white;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	color: #333333;
	min-height: 580px;
	min-width: 800px;
	height: 99.7%;
}

body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
}


/* Header ----------------------------------------------------------------------- */
div#header {
	height: 100px;
	padding: 0;
	margin: 0;
	text-align: center;
	background: white url('images/header-tile.gif') repeat-x top left;
}
div#header_wrapper {
	position: relative;
	height: 100px;
	width: 800px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
div#header div#header_left, div#header div#header_right {
	position: absolute;
	top: 0;
	height: 68px;
	width: 178px;
	padding: 0;
	margin: 0;
}
div#header div#header_left {
	top: 20px;
	left: 0;
	background: transparent url('images/star-logo-times.gif') no-repeat top left;
}
div#header div#header_left a, div#header div#header_left a:link, div#header div#header_left a:visited {
	display: block;
	height: 68px;
	width: 178px;
	padding: 0;
	margin: 0;
}
div#header div#header_left a span {
	display: none;
}

div#header_iip {
	position: absolute;
	top: 5px;
	right: 295px;
	width: 30px;
	height: 30px;
	font-size: 12px;
	padding: 0;
	background: transparent;
}

div#header div#header_right {
	right: 0;
	width: 270px;
	height: 40px;
	font-size: 12px;
	padding: 0;
	background: transparent url('images/login-box.gif') no-repeat bottom left;
}
div#header_right ul.login-box {
	width: 270px;
	height: 40px;
	margin: 0;
	padding: 0 5px;
	list-style: none;
}
div#header_right ul.login-box li {
	width: 65px;
	margin: 0 1px 0 0;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	background: transparent url('images/login-box-spacer.gif') no-repeat center right;
	list-style: none;
}
div#header_right ul.login-box li.flag {
	background: transparent;
	width: 20px;
}

div#header div#header_contact {
	position: absolute;
	right: 19em;
	bottom: -1px;
	width: 11em;
	height: 2.2em;
	font-size: 1.1em;
	padding:  0.5em 0.5em 0 0.5em;
	background-color: #c6c6c6;
	border-top: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	z-index: 10001;
	font-style: italic;
	font-weight: bold;
	color: white;
}
div#header div#header_contact span {
	font-size: 1.2em;
}

div#header div#header_search {
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 18em;
	height: 2.2em;
	font-size: 1.1em;
	padding:  0.5em 0.5em 0 0.5em;
	background-color: #c6c6c6;
	border-top: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	z-index: 10001;
}
div#header_search input#site-search {
	margin-right: 5px;
	color: #333333;
	padding: 3px;
	border: 1px solid #c6c6c6;
}
div#header_search input#search_button {
	border: 0;
	height: 1.6em;
	padding: 0.2em 0.2em 0.2em 19px;
}

/* Horizontal Nav Bar ----------------------------------------------------------- */
div#nav_container {
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 3.2em;
	border-top: 1px solid #c6c6c6;
}
div#nav_container div#nav {
	border: 0;
	padding: 0;
	min-height: 3.2em;
	width: 800px;
	margin: 0 auto;
}
div#nav_container ul#nav_links {
	float: left;
	font: bold 1em arial, verdana, sans-serif;
	color: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 3.2em;
}
div#nav_container ul#nav_links li {
	float: left;
	padding: 0.4em 30px 0 0;
	margin: 0;
}
div#nav_container ul#nav_links li a, div#nav_container ul#nav_links li a:link, div#nav_container ul#nav_links li a:visited {
	display: block;
	position: relative;
	padding: 0 0 0 1em;
	line-height: 2.8em;
	height: 2.8em;
	margin: 0;
	text-decoration: none;
	color: white;
}
div#nav_container ul#nav_links li a:hover, div#nav_container ul#nav_links li a:active {
	color: black;
}
div#nav_container ul#nav_links li.on a, div#nav_container ul#nav_links li.on a:link, div#nav_container ul#nav_links li.on a:visited {
	color: black;
}
div#nav_container ul#nav_links li.on a:hover, div#nav_container ul#nav_links li.on a:active {
	
}

div#nav_container ul#nav_links li.on a span.left, div#nav_container ul#nav_links li a:hover span.left, div#nav_container ul#nav_links li a:active span.left {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}

div#nav_container ul#nav_links li.on a span.right, div#nav_container ul#nav_links li a:hover span.right, div#nav_container ul#nav_links li a:active span.right {
	position: absolute;
	top: 0;
	right: -27px;
	width: 27px;
	height: 100%;
}


/* Horizontal Sub Nav Bar ----------------------------------------------------------- */
div#sub_container {
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #41403a;
	min-height: 2.8em;
}
div#sub_container div#sub_nav {
	border: 0;
	padding: 0;
	width: 800px;
	min-height: 2.8em;
	margin: 0 auto;
}
div#sub_container div#sub_nav_bar {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: left;
}
div#sub_container ul#sub_nav_links {
	float: left;
	font: bold 1em arial, verdana, sans-serif;
	color: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 2.8em;
}
div#sub_container ul#sub_nav_links li {
	float: left;
	padding: 0 0.2em 0 0;
	margin: 0;
	background: transparent url('images/sub-nav-spacer.gif') no-repeat center right;
}
div#sub_container ul#sub_nav_links li.last, div#sub_container ul#sub_nav_links li.last-on {
	background: transparent;
}
div#sub_container ul#sub_nav_links li a, div#sub_container ul#sub_nav_links li a:link, div#sub_container ul#sub_nav_links li a:visited {
	display: block;
	position: relative;
	padding: 0.3em 1em;
	line-height: 2.2em;
	margin: 0;
	text-decoration: none;
	color: white;
}
div#sub_container ul#sub_nav_links li a:hover, div#sub_container ul#sub_nav_links li a:active {
	color: white;
	background: #41403a url('images/black-selector.gif') no-repeat bottom center;
}
div#sub_container ul#sub_nav_links li.on a, div#sub_container ul#sub_nav_links li.on a:link, div#sub_container ul#sub_nav_links li.on a:visited, div#sub_container ul#sub_nav_links li.last-on a, div#sub_container ul#sub_nav_links li.last-on a:link, div#sub_container ul#sub_nav_links li.last-on a:visited {
	color: white;
	background: #41403a url('images/black-selector.gif') no-repeat bottom center;
}
div#sub_container ul#sub_nav_links li.on a:hover, div#sub_container ul#sub_nav_links li.on a:active, div#sub_container ul#sub_nav_links li.last-on a:hover, div#sub_container ul#sub_nav_links li.last-on a:active {
	color: red;
	background: #41403a url('images/black-selector.gif') no-repeat bottom center;
}


/* Sub Sub Nav ------------------------------------------------------------------ */
div#sub_sub_container {
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #908e85;
	min-height: 2.8em;
}

div#sub_sub_nav {
	border: 0;
	padding: 0;
	width: 800px;
	min-height: 2.8em;
	margin: 0 auto;
}
div#sub_sub_nav_bar {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: left;
}
ul#sub_sub_nav_links {
	float: left;
	font: bold 1em arial, verdana, sans-serif;
	color: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 2.8em;
}
ul#sub_sub_nav_links li {
	float: left;
	padding: 0 0.4em 0 0;
	margin: 0;
	background: transparent url('images/sub-nav-spacer.gif') no-repeat center right;
}
ul#sub_sub_nav_links li.last, ul#sub_sub_nav_links li.last-on {
	background: transparent;
}
ul#sub_sub_nav_links li a, ul#sub_sub_nav_links li a:link, ul#sub_sub_nav_links li a:visited {
	display: block;
	position: relative;
	padding: 0.3em 0.7em 0.3em 1em;
	line-height: 2.2em;
	margin: 0;
	text-decoration: none;
	color: white;
}
ul#sub_sub_nav_links li a:hover, ul#sub_sub_nav_links li a:active {
	color: white;
	background: #908e85 url('images/grey-selector.gif') no-repeat bottom center;
}
ul#sub_sub_nav_links li.on a, ul#sub_sub_nav_links li.on a:link, ul#sub_sub_nav_links li.on a:visited, ul#sub_sub_nav_links li.last-on a, ul#sub_sub_nav_links li.last-on a:link, ul#sub_sub_nav_links li.last-on a:visited {
	color: white;
	background: #908e85 url('images/grey-selector.gif') no-repeat bottom center;
}
ul#sub_sub_nav_links li.on a:hover, ul#sub_sub_nav_links li.on a:active, ul#sub_sub_nav_links li.last-on a:hover, ul#sub_sub_nav_links li.last-on a:active {
	color: red;
	background: #908e85 url('images/grey-selector.gif') no-repeat bottom center;
}


/* Main Container --------------------------------------------------------------- */
div#container {
	padding: 0;
	margin: 0 0 0 0;
	display: inline-block;
}
/*\*/
div#container {
	display: block;
}
/* */


/* Main Content ----------------------------------------------------------------- */
div#middlewrapper {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
div#middle {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	min-height: 400px;
	text-align: left;
	font: normal 1.1em arial, verdana, sans-serif;
}


/* Footer ----------------------------------------------------------------------- */
div#nonFooter {
	position: relative;
	min-height: 100%;
}
div#footerFix {
	height: 7.5em;
}

div#footer {
	position: relative;
	margin-top: -7.6em;
	padding-top: 2.5em;
	border: 0;
	color: white;
	height: 5em;
	background: #3d393a url('images/footer-tile.gif') repeat-x top left;
	text-align: center;
}

ul#footer_links {
	font: bold 0.8em arial, verdana, sans-serif;
	color: #ffffff;
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0 auto 0 auto;
	width: 800px;
}
ul#footer_links li {
	display: inline;
	padding: 8px 6px;
}
ul#footer_links li a, ul#footer_links li a:link, ul#footer_links li a:visited {
	margin: 0;
	text-decoration: none;
	font: normal 1.2em arial;
	color: white;
}
ul#footer_links li a:hover, ul#footer_links li a:active {
	color: #cccccc;
}
ul#footer_links li.on a, ul#footer_links li.on a:link, ul#footer_links li.on a:visited {
	color: white;
}
ul#footer_links li.on a:hover, ul#footer_links li.on a:active {
	color: #cccccc;
}

ul#footer_links li#copyright {
	display: block; 
	color: #a2a2a2;
	padding: 1em 0;
	margin: 0;
	font: normal 1.5em arial;
	width: 800px;
	text-align: center;
}
ul#footer_links li#copyright a, ul#footer_links li#copyright a:link, ul#footer_links li#copyright a:visited {
	display: inline;
	font-size: 1em;
	color: #cccccc;
}
ul#footer_links li#copyright a:hover, ul#footer_links li#copyright a:active {
	color: white;
}


ul#footer_sub_links, ul#footer_sub_links1 {
	font: bold 1em arial, verdana, sans-serif;
	color: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
ul#footer_sub_links li, ul#footer_sub_links1 li {
	float: left;
	width: 130px;
	padding: 0;
	margin: 0;
}
ul#footer_sub_links li a, ul#footer_sub_links li a:link, ul#footer_sub_links li a:visited, ul#footer_sub_links1 li a, ul#footer_sub_links1 li a:link, ul#footer_sub_links1 li a:visited {
	display: block;
	position: relative;
	padding: 0;
	line-height: 1.7em;
	margin: 0;
	text-decoration: none;
	color: #c4c4c4;
}
ul#footer_sub_links li a:hover, ul#footer_sub_links li a:active, ul#footer_sub_links1 li a:hover, ul#footer_sub_links1 li a:active {
	color: white;
}



/* General Tables ------------------------------------------------------------------------------------------ */
table.standard {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #5a86b3;
}
table.standard tr td {
	border: 1px solid #5a86b3;
	padding: 3px;
	background-color: white;
}

table.standard tr.text_centre td {
	text-align: center;
}

table.standard tr.title td {
	background: #784a7a url('images/purple-tile.gif') repeat-x top left;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: white;
	font-weight: bold;
	border-bottom: 0;
}


/* Coloured links ----------------------------------------------------------------- */
a.mobile, a.mobile:link, a.mobile:visited, a.yellow, a.yellow:link, a.yellow:visited {
	color: #bf9e35;
	font-weight: bold;
	text-decoration: none;
}
a.mobile:hover, a.mobile:active, a.yellow:hover, a.yellow:active {
	color: #d5b03b;
	text-decoration: underline;
}

a.orbit, a.orbit:link, a.orbit:visited, a.blue, a.blue:link, a.blue:visited {
	color: #2e80c9;
	font-weight: bold;
	text-decoration: none;
}
a.orbit:hover, a.orbit:active, a.blue:hover, a.blue:active {
	color: #338fe0;
	text-decoration: underline;
}

a.vertech, a.vertech:link, a.vertech:visited, a.dark-blue, a.dark-blue:link, a.dark-blue:visited {
	color: #1a4ea0;
	font-weight: bold;
	text-decoration: none;
}
a.vertech:hover, a.vertech:active, a.dark-blue:hover, a.dark-blue:active {
	color: #1d57b2;
	text-decoration: underline;
}

a.rigging, a.rigging:link, a.rigging:visited, a.red, a.red:link, a.red:visited {
	color: #e50000;
	font-weight: bold;
	text-decoration: none;
}
a.rigging:hover, a.rigging:active, a.red:hover, a.red:active {
	color: #ff0000;
	text-decoration: underline;
}

a.design, a.design:link, a.design:visited, a.green, a.green:link, a.green:visited {
	color: #7c9e3d;
	font-weight: bold;
	text-decoration: none;
}
a.design:hover, a.design:active, a.green:hover, a.green:active {
	color: #94ba4d;
	text-decoration: underline;
}

h3.purple {
	color: #784a7a;
}
h3.yellow {
	color: #bf9e35;
}
h3.blue {
	color: #2e80c9;
}
h3.dark-blue {
	color: #1d57b2;
}
h3.red {
	color: #e50000;
}
h3.green {
	color: #7c9e3d;
}


/* Right Hand Page Bar ------------------------------------------------------------ */
div.rightbar {
	width: 280px;
	float: right;
	text-align: right;
	padding: 0 0 1em 20px;
}

div.features {
	margin-top: 10px;
	text-align: left;
	border: 1px solid #a2a2a2;
}
div.features ul {
	padding: 0 10px 0 0;
}
div.features h2 {
	border-bottom: 1px solid #a2a2a2;
	background-color: #a2a2a2;
	color: white;
	padding: 5px;
	font-style: normal;
	margin-bottom: 5px;
}

div.right_picture img {
	border: 3px solid #a2a2a2;
	margin-bottom: 10px;
}

div.standOut {
	margin: 0;
	padding: 0 0 1em 0;
	font-family: arial, verdana, sans-serif;
	font-size: 1.6em;
	color: #41403a;
	font-weight: normal;
	text-align: justify;
}



/* List Management ----------------------------------------------------------------- */
ul.listmaintext, ol.listmaintext {
	margin: 0;
	padding-left: 3em;
}
ul.listmaintext li, ol.listmaintext li {
	margin-bottom: 0.75em;
}

/* Standard Lists ------------------------------------------------------------------ */
ul.history {
	font-size: 1.1em;
	margin: 0 0 0.7em 3em;
	padding: 0;
	line-height: 1.7em
}
ul.history li {
	margin: 0 0 3px 0;
}

/* System Message Container -------------------------------------------------------- */
div.message {
	padding: 5px 5px 5px 0;
	margin-bottom: 5px;
	color: red;
	font: bold 14px arial, verdana, sans-serif;
}

/* Highlight Colours --------------------------------------------------------------- */
.highlight {
	color: red;
}
.compulsory {
	padding-left: 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: red;
}



div.message, 
div.error {
	margin: 10px 0 10px 0;
	padding: 0.3em 1em;
	font-weight: bold;
	color: #1d9804;
	background-color: #cff9d6;
	border: 1px solid #7cdd62;
	line-height: 1.5em;
}
div.error {
	color: #bc1d17;
	background-color: #f8c1bf;
	border-color: #bc1d17;
}
div.message ul, 
div.error ul {
	margin: 0;
	padding: 0.1em;
	list-style: none;
}
div.message ul li, 
div.error ul li {
	padding: 0.3em 0;
}
div.error ul li span.num {
	font-weight: bold;
}


/* Breadcrumbs ----------------------------------------------------------------------- */
div.breadcrumb {
	text-align: right;
	font: bold 1em arial, verdana, sans-serif;
	color: #3087d3;
	padding: 5px 0 10px 0;
}
div.breadcrumb span.location {
	color: black;
	padding-right: 4px;
}
div.breadcrumb a, div.breadcrumb a:link, div.breadcrumb a:visited {
	font: bold 1em arial, verdana, sans-serif;
	color: #3087d3;
	text-decoration: underline;
}
div.breadcrumb a:hover, div.breadcrumb a:active {
	color: orange;
	text-decoration: none;
}



/* Quotes Within Text ---------------------------------------------------------------- */
div.quote {
	float: right;
	position: relative;
	width: 245px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
	font-family: arial, verdana, sans-serif;
	margin: 0 0 10px 15px;
	padding: 0 25px;
	color: #3087d3;
}
span.quoteAuthor {
	font-size: 0.9em;
	color: #41403a;
	font-style: italic;
}
span.quoteMarkLeft {
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 55px;
	color: #3087d3;
}
span.quoteMarkRight {
	position: absolute;
	bottom: -15px;
	right: 0;
	font-size: 55px;
	color: #3087d3;
 }



/* News System ----------------------------------------------------------------------- */
div.newsbrief {
	padding: 10px 5px 5px 5px;
	border-top: 1px solid #5a86b3;
}
div.page_jumps {
	text-align: center;
	padding: 10px 5px 5px 5px;
	border-top: 1px solid #5a86b3;
}



/* Form Markup ----------------------------------------------------------------------- */
div.centralwrapper {
	text-align: center;
}

fieldset.central {
	margin: 0 auto 1em auto;
	width: 780px;
	border: 0;
	padding: 0;
	text-align: left;
}

input.textfield {
	width: 250px;
	font: normal 1em arial, verdana, sans-serif;
	padding: 2px 3px;
}

select.textfieldshort, input.textfieldshort {
	font: normal 1em arial, verdana, sans-serif;
	padding: 1px 1px 1px 3px;
}

fieldset.central h2 {
	height: 2.4em;
	line-height: 2.4em;
	padding: 0;
	margin: 0;
	text-align: center;
	font-style: normal;
	font-size: 1em;
}

fieldset.central label.captcha {
	display: block;
	width: 100px;
	float: left;
	line-height: 2.1em;
	height: 2.1em;
	padding: 0 10px;
}

fieldset.central label.half {
	display: block;
	width: 266px;
	float: left;
	line-height: 2.1em;
	height: 2.1em;
	padding: 0 10px;
}
fieldset.central label.full {
	display: block;
	line-height: 2.1em;
	height: 2.1em;
	padding: 0 10px;
}
fieldset.central div.inputwrapper {
	width: 266px;
	float: left;
	min-height: 1.7em;
	padding: 0.2em 10px 0 10px;
}
fieldset.central div.textareawrapper {
	padding: 0.1em 10px 0.1em 10px;
	text-align: center;
}
fieldset.central textarea.central {
	width: 547px;
	height: 50px;
	padding: 3px;
	text-align: left;
}
fieldset.central textarea.half {
	width: 250px;
	height: 4.7em;
	padding: 3px;
	text-align: left;
}

fieldset.central div.formclear {
	height: 1px;
}

fieldset.central div.block {
	padding: 0.25em;
}
fieldset.central div.highlightblock {
	font-weight: bold;
	padding: 0.25em;
}
fieldset.central div.form_space {
	height: 1.5em;
}
fieldset.central div.buttons {
	height: 2.4em;
}
fieldset.central div.buttons div.buttons_left, fieldset.central div.buttons div.buttons_right {
	float: left;
	width: 268px;
	height: 2.2em;
	padding: 0.5em 10px 0 10px;
	text-align: left;
}
fieldset.central div.buttons div.buttons_right {
	width: 267px;
	text-align: right;
}

div.formclear {
	clear: both;
	height: 5px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}



/* Stage results ---------------------------------------------------------------------------- */
div.stage_result_1, div.stage_result_2, div.stage_result_3, div.stage_result_4 {
	float: left; 
	width: 385px; 
	height: 70px; 
	background-color: white;
	padding: 5px; 
	margin: 0 0 10px 0;
}
div.stage_left {
	float: left; 
	width: 130px; 
	height: 40px; 
	color: white;
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 5px 10px; 
}
div.stage_right {
	float: left; 
	width: 225px; 
	height: 40px; 
	color: black;
	line-height: 1.4em;
	padding: 5px; 
}
div.stage_right label {
	display: block;
	float: left;
	width: 80px;
	height: 20px;
	font-weight: bold;
}

div.stage_result_1 {
	background: white url('../../site_pictures/mobile.jpg') no-repeat top left;
}
div.stage_result_1 div.stage_right label {
	color: #886b0f;
}

div.stage_result_2 {
	background: white url('../../site_pictures/orbit.jpg') no-repeat top left;
}
div.stage_result_2 div.stage_right label {
	color: #0c5392;
}

div.stage_result_3 {
	background: white url('../../site_pictures/vertech.jpg') no-repeat top left;
}
div.stage_result_3 div.stage_right label {
	color: #09316e;
}

div.stage_result_4 {
	background: white url('../../site_pictures/vertech.jpg') no-repeat top left;
}
div.stage_result_4 div.stage_right label {
	color: #09316e;
}

div.comparator_title_blank, div.comparator_title_1, div.comparator_title_2, div.comparator_title_3, div.comparator_title_4 {
	float: left; 
	min-height: 35px; 
	padding: 3px 5px; 
	margin: 0 0 2px 2px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	color: white;
	border: 1px solid white;
}

div.comparator_title_row {
	float: left; 
	min-height: 30px; 
	padding: 5px; 
	margin: 0 0 2px 2px;
	border: 1px solid #a2a2a2;
}

div.comparator_title_1 {
	background: #bf9e35 url('images/yellow-tile.gif') repeat-x top left;
	border: 1px solid #bf9e35;
	color: black;
}
div.comparator_title_2 {
	background: #2e80c9 url('images/blue-tile.gif') repeat-x top left;
	border: 1px solid #2e80c9;
}
div.comparator_title_3 {
	background: #1a4ea0 url('images/dark-blue-tile.gif') repeat-x top left;
	border: 1px solid #1a4ea0;
}
div.comparator_title_4 {
	background: #1a4ea0 url('images/dark-blue-tile.gif') repeat-x top left;
	border: 1px solid #1a4ea0;
}




table.wizard {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid white;
}
table.wizard tr td {
	border: 1px solid white;
	padding: 3px;
}

td.wizard, td.wizard_1, td.wizard_2, td.wizard_3, td.wizard_4 {
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: white;
	font-weight: bold;
}
td.wizard a, td.wizard_1 a, td.wizard_2 a, td.wizard_3 a, td.wizard_4 a {
	color: white;
}
td.wizard {
	background: #784a7a url('images/purple-tile.gif') repeat-x top left;
	border: 1px solid #784a7a;
}
td.wizard_1 {
	background: #bf9e35 url('images/yellow-tile.gif') repeat-x top left;
	border: 1px solid #bf9e35;
	color: black;
}
td.wizard_1 a {
	color: black;
}
td.wizard_1_main {
	background: #f1e3b8;
}
td.wizard_1_main_ticked {
	background: #e6cd7e;
}
td.wizard_2 {
	background: #2e80c9 url('images/blue-tile.gif') repeat-x top left;
	border: 1px solid #2e80c9;
}
td.wizard_2_main {
	background: #b6d6f3;
}
td.wizard_2_main_ticked {
	background: #7cb5e6;
}
td.wizard_3 {
	background: #1a4ea0 url('images/dark-blue-tile.gif') repeat-x top left;
	border: 1px solid #1a4ea0;
}
td.wizard_3_main {
	background: #839fcb;
}
td.wizard_3_main_ticked {
	background: #5579b1;
}
td.wizard_4 {
	background: #1a4ea0 url('images/dark-blue-tile.gif') repeat-x top left;
	border: 1px solid #1a4ea0;
}
td.wizard_4_main {
	background: #839fcb;
}
td.wizard_4_main_ticked {
	background: #5579b1;
}


/* Galleries --------------------------------------------------------------------------- */
div.gallery {
	text-align: center;
	background-color: #41403a;
	margin-bottom: 10px;
}
ul.gallery {
	font: bold 1em arial, verdana, sans-serif;
	color: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	height: 2.4em;
}
ul.gallery li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	height: 2.4em;
}
ul.gallery li a, ul.gallery li a:link, ul.gallery li a:visited {
	display: block;
	position: relative;
	padding: 0 5px;
	line-height: 2.4em;
	height: 2.4em;
	margin: 0;
	text-decoration: none;
	color: white;
}
ul.gallery li a:hover,  ul.gallery li a:active {
	background: #41403a url('images/black-selector.gif') no-repeat bottom center;
}
ul.gallery li a#gallery_on {
	background: #41403a url('images/black-selector.gif') no-repeat bottom center;
}

div#active_picture {
	float: left; 
	width: 300px; 
	min-height: 446px; 
	border: 2px solid #a2a2a2; 
	padding: 8px; 
	margin: 0 8px 8px 0; 
	text-align: center; 
	vertical-align: middle;
}
div#active_picture h2 {
	border-top: 2px solid #a2a2a2;
	padding: 4px;
	margin-top: 5px;
}
div.thumbnail_picture, div.thumbnail_picture_left {
	float: left; 
	width: 125px; 
	min-height: 130px; 
	border: 2px solid #a2a2a2; 
	padding: 8px; 
	margin: 0 8px 8px 0; 
	text-align: center;
}
div.thumbnail_picture_left {
	margin: 0 8px 8px 22px;
}


/* Glossary --------------------------------------------------------------------------- */

ul.alpha_jumps {
	width: 800px;
	font: bold 1em arial, verdana, sans-serif;
	color: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	height: 2.4em;
}
ul.alpha_jumps li {
	background-color: #41403a;
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
	height: 2.4em;
	width: 99px;
}
ul.alpha_jumps li a, ul.alpha_jumps li a:link, ul.alpha_jumps li a:visited {
	display: block;
	position: relative;
	padding: 0 5px;
	line-height: 2.4em;
	height: 2.4em;
	margin: 0;
	text-decoration: none;
	text-align: center;
	color: white;
}
ul.alpha_jumps li a:hover,  ul.alpha_jumps li a:active {
	background: #41403a url('images/black-selector.gif') no-repeat bottom center;
}

table.glossary {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #784a7a;
	margin: 10px 0;
}
table.glossary tr td {
	border: 1px solid #784a7a;
	padding: 5px;
	background-color: white;
}
table.glossary tr td.g_item {
	width: 150px;
}

table.glossary tr.title td {
	background: #a1a1a1 url('images/grey-tile.gif') repeat-x top left;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: white;
	font-weight: bold;
	border-bottom: 0;
}


/* Login Page ---------------------------------------------------------------------------- */
fieldset.loginbox {
	border: 2px solid #a1a1a1;
	width: 420px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
}
fieldset.loginbox label {
	width: 150px;
	height: 35px;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	line-height: 35px;
	color: #a1a1a1;
}
fieldset.loginbox input.logininput {
	height: 26px;
	width: 246px;
	font-size: 1.5em;
	padding: 4px 0 0 4px;
	line-height: 30px;
	border: 1px solid #a2a2a2;
	color: #666666;
}
fieldset.loginbox span {
	font-size: 1.5em;
	line-height: 36px;
	color: #666666;
}

/* Random bits ---------------------------------------------------------------------------- */
.yes_no {
	width: 68px;
	border-color: #784a7a;
}