/*
	g2BS.com stylesheet
	author: Jackie McGhee
	created: 02/08/2005
	modified: 02/08/2005
*/

/* General Selectors */

body {
	margin: 0px;
	padding: 0px;
	background: #495565 url("/p/bg-strip.gif") repeat-y;
	color: #666;
	font-family: "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
}

body#front {
	margin: 0px;
	padding: 0px;
	background: #495565 url("/p/bg-strip-front.gif") repeat-y;
	color: #666;
	font-family: "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif }

h1 {
	margin: 0px;
	float: left;
	text-indent: -700px;
	width: 142px;
	height: 114px;
}

h2 {
	font-weight: normal;
	color: #CE7019;
	background-color: transparent;
	font-size: 18pt;
	margin-top: 0px;
}

h3 {
	font-weight: normal;
	color: #7A8798;
	background-color: transparent;
	font-size: 14pt;
}

p { line-height: 150%; }

blockquote {
	background-color: #eaf4fb;
	color: #546a7d;
	padding: 5px;
	border: 1px solid #546a7d;
}

img { border: 0px; }

ul { list-style-type: circle; }

li {
	line-height: 130%;
	margin-bottom: 5px;
	color: #666;
}

a:link, a:visited, a:active {
	color: #960;
	background-color: transparent;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #690;
	background-color: transparent;
	border-bottom: 1px solid #690;
}

a.image { border: 0px; }

form { margin: 0px 0px 10px 0px; }

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

fieldset.enquiry {
	border: 1px solid #eee;
	margin: 0px;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff url("/p/bg-fset.gif") no-repeat 100% 100%;
}

legend {
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 11px;
}

button {
	border: 0px;
	background-color: transparent;
	padding: 0px;
	margin-top: 5px;
	cursor: pointer;
}

abbr, acronym {
	border-bottom: 1px dotted #CE7019;
	cursor: help;
}

label {
	font: 9px Arial, Helvetica, sans-serif;
	color: #666;
	background-color: transparent;
	display: block;
	margin-top: 5px;
}

label.inline { display: inline; }

fieldset.enquiry label {
	text-align: right;
}

.tfield {
	font: 11px "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #EEE;
}

.tfield:hover { background-color: #DFE0E2; }
.tfield:focus { background-color: #FFF; }

input.submit {
	background-color: #096;
}

#strap { display: none; }
.tiny { font-size: 8pt; }
h2 span.tiny { display: none; }

.fLeft { float: left; }
.fRight { float: right; }
.centered { display: none; }

/* Masthead Selectors */

#masthead { display: none; }
#printHead { display: block; }

#printHead img {
	width: 18cm;
}

/* Front Content Selectors */

#splash {
	width: 700px;
	background-color: #fff;
	padding-bottom: 10px;
}

#frontContent {
	width: 700px;
	font-size: 11px;
	margin-top: 0px;
}

#leftCol {
	width: 212px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
}

#rightCol {
	width: 212px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
}

#midCol {
	float: left;
	width: 200px;
	padding: 0px 12px;
}

h3.news {
	font: bold 10px "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #600;
}

.newsBox {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	font-size: 9px;
}

.dateline {
	color: #59697D;
	background-color: transparent;
}

.dBox {	
	border-bottom: 3px double #EEE;
	margin-bottom: 10px;
}

/* Content Selectors */

#content { 
	padding: 0px 1pt;
	font-size: 10pt;
	margin-top: 0pt;
}

#context { display: none; }

dl.biggish { font-size: 12px; }

dl.biggish dd {
	font-size: 12px;
	font-weight: normal;
	line-height: 180%;
	padding-left: 10px;
	margin: 0px;
}

.article { border-left: 1px solid #EEE; }

.relatedThings { display: none; }
.popper { display: none; }

.infoNotice {
	float: right;
	border: 1px solid #CED3D8;
	font-size: 9px;
	width: 100px;
	padding: 5px;
	margin-top: 5px;
}

.infoNotice h3 {
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
}

.disco {
	float: left;
	margin-right: 2px;
}

.history {
	border: 1px solid #ccc;
}

.question {
	font-size: 10px;
	white-space: nowrap;
	vertical-align: top;
	background-color: #7A8798;
	font-weight: bold;
	text-align: right;
	color: #fff;
}

.answer {
	font-size: 10px;
	vertical-align: top;
	background-color: #eee;
	color: #000;
}

.fBoxLeft {
	border: 1px solid #eee;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	float: left;
	width: 40%;
	height: 64px;
}

.mandatory { color: #CE7019; }

table.groupType td { vertical-align: top; }

table.zebra {
	margin-left: 10px;
	margin-bottom: 30px;
	border: 1px solid #495b69;
	background-color: #fff;
	width: 90%;
}

th {
	white-space: nowrap;
	background-color: #869bb7;
	color: #fff;
	text-align: center;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #495b69;
	font-style: oblique;
}

th.full { width: 100%; }

table.zebra td { 
	white-space: nowrap;
	vertical-align: top;
}

td.odd { 
	background-color: #e8e8e8;
	color: #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 9px;
}

td.even {
	background-color: #f3f3f3; 
	color: #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 9px;
}

#footer {
	width: 490px;
	padding: 5px;
	font-size: 9px;
	color: #999;
	background-color: transparent;
	border-top: 1px solid #e0e0e0;
	clear: both;
}

#footer p { margin: 0px; }

.pBox {
	clear: both;
	padding: 5px;
	border-bottom: 1px solid #eee;
}

.pLeft {
	float: left;
	width: 90px;
	margin: 0px 10px 5px 0px;
	text-align: center;
}

.pLeft img { vertical-align: middle; }

.boxRight {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #ccc;
	padding: 5px;
	width: 177px;
}

.deid { 
	border: 1px solid #ccc;
	padding: 10px;
	width: 578px;
	z-index: 2;
	position: absolute;
	top: 200px;
	left: 60px;
	background: transparent url("/p/bg-trans.png");
	cursor: pointer;
	display: none;
	text-align: center;
}

#backToStart {
	width: 186px;
	height: 114px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.att {
	border: 1px solid #960;
	background-color: #eee;
	padding: 5px;
	text-align: center;
}

.noprint { display: none; }