/*--------------------- body ---------------------*/

* { border:0; padding:0; margin:0; }

html {
	min-height: 100%;
	margin-bottom: 1px;
	scrollbar-base-color: #036;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #036;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;	
}

body, input, textarea, select {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
}

#container, #logos {
	width: 990px;
}

#header {
	position: relative;
	height: 80px;
	background: #fff url("../img/header_tile.gif") left top repeat-x;
}

#logos {
	background: transparent url("../img/colours.gif") left 70px no-repeat;
	height: 80px;
	position: relative;
}

#nav, #content {
	padding: 12px 0 0 0;
}

#nav {
	float: left;
	width: 133px;
	background: #fff url("../img/nav_level1_bottom.gif") left bottom no-repeat;
	padding-bottom: 6px;
}

#content {
	float: right;
	width: 840px;
}

#main {
	float: left;
	width: 630px;
}

.map {
	clear: both;
	float: left;
	margin-top: 10px;
	background-color: #EBF5FF;
}

.chart {
	width: 600px;
	height: 290px;
	overflow: auto;
}

.controls 
{
	clear: both;
	background-color: #EBF5FF;
}

.export {
	float: right;
	background-color: #EBF5FF;
	/*width: 360px;/*
}

.export_table {
	clear: both;
	/*width: 350px;*/	
}

.export_table td.export_text {
	display: block;
	float: left;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
	padding: 4px 4px 0 4px;
	color: #036;
}

/*
.export_table td.remove {
	width: 70px;
}

.export_table td.download {
	font-size: 1.3em;
	line-height: normal;
	font-weight: bold;
	padding: 5px 8px 7px;
	text-align: center;
}

.export_table td.on {
	font-size: 1.3em;
	line-height: normal;
	font-weight: bold;
	padding: 5px 8px 7px;	
	background: #9CF;
	color: #036;
}

.export_table td.off {
	font-size: 1.3em;
	line-height: normal;
	font-weight: bold;
	padding: 5px 8px 7px;	
	background: #036;
	color: #fff;
}
*/

.preview_label
{
	clear: both;
	float: left;
	height: 26px;
}

.preview_data 
{
	clear: both;
	float: left;
}

.preview_table {
	margin: 10px 0 0 0;
}

.preview_table thead tr {
	border-bottom: dashed 1px #9CF;
}

.preview_table th {
	font-size: 1.5em;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	color: #036;	
}

.preview_table td  
{
	font-size: 1.3em;
	line-height: normal;
	font-weight: normal;
	padding: 2px 0 0 0;
	color: #036;
}

.preview_table td.report_cell
{
	font-size: 1.3em;
	line-height: normal;
	font-weight: normal;
	padding: 2px 0 0 0;
	color: #036;
	text-align:left;
}

.response_controls 
{
	display: block;
	padding-top: 15px;
}

.response_selector 
{
	float: left;
}

.response_selector span
{
	color: #575757;	
}

.responses {
	padding-top: 10px;
}

.response_table {
	border-style: dashed;
	border-top: 1px;
	border-color: #9CF;
	margin-top: 20px;
	width: 630px;
}

.response_table_children 
{
	margin-top: 10px;
	width: 630px;	
}

.response_table td, .response_table_children td 
{
	font-size: 12px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	line-height: 1.2em;
}

.response_table td.first, .response_table_children td.first  
{
	padding-top: 10px;
}

.response_table td.valuelabel, .response_table_children td.valuelabel {
	width: 10%;
}

.response_table td.value, .response_table_children td.value {
	width: 90%;
}

.response_table td.warning, .response_table_children td.warning {
	color: #C33;
}

.response_table input, .response_table_children input {
	border: solid 1px #575757;
	width: 135px;
}

.response_table input.questiontext, .response_table_children input.questiontext {
	border: solid 1px #575757;
	width: 400px;
}

.response_table textarea, .response_table_children textarea {
	border: solid 1px #575757;
	width: 500px;
}

.response_table .submit, .response_table_children .submit {
	color: #fff;
	width: 100px;
	background-color: #036;
}

.standard_table {
	margin: 1.5em 0 1.5em 0;
	width: 630px;
}

.standard_table th
{
	text-align: left;
	font-size: 1.4em;
	line-height: 1.3em;
}

.standard_table td 
{
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
}

.standard_table td.category
{
	font-weight: bold;
	vertical-align: top;
	width: 250px;
	color: #036;
}

.standard_table td.country
{
	width: 250px;
	font-weight: bold;
	vertical-align: top;
	color: #036;
}

.control_table td.control_text {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
}

.section_selector
{
	width: 220px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	background-color: #036 !important;
	color: #fff;
}

.region_selector
{
	width: 220px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	background-color: #036 !important;
	color: #fff;	
}

.year_selector
{
	width: 58px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	background-color: #036 !important;
	color: #fff;	
}

.news_controls {
	padding-top: 15px;
}

.news_table 
{
	border-style: dashed;
	border-top: 1px;
	border-color: #9CF;
	margin-top: 20px;
	width: 630px;	
}

.news_table td {
	font-size: 1.3em;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	line-height: 1.2em;
}

.news_table td.first {
	padding-top: 10px;
}

.news_table input {
	border: solid 1px #575757;
	width: 100px;
}

.news_table textarea {
	border: solid 1px #575757;
	width: 500px;
}

.news_table .submit {
	color: #fff;
	width: 100px;
	background-color: #036;
}

.submit
{
	color: #fff;
	width: 100px;
	background-color: #036;
}

.registrationsdownload_table 
{
	border-style: dashed;
	border-top: 1px;
	border-color: #9CF;
	margin-top: 15px;
	width: 630px;		
}

.registrationsdownload_table td {
	font-size: 1.3em;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	line-height: 1.2em;
}

.registrationsdownload_table td.first {
	padding-top: 10px;
}

.queriesdownload_table 
{
	border-style: dashed;
	border-top: 1px;
	border-color: #9CF;
	margin-top: 15px;
	width: 630px;		
}

.queriesdownload_table td {
	font-size: 1.3em;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	line-height: 1.2em;
}

.queriesdownload_table td.first {
	padding-top: 10px;
}

.subscribe
{
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.2em;	
	font-weight: bold;
	text-decoration: none;
	color: #036;	
}

#sub {
	float: right;
	width: 189px;
	background-color: #EBF5FF;
}

#sub_header, #sub_footer { 
	width: 170px;
}

.options
{
	float: right;
	margin-top: 10px;
	width: 189px;
	background-color: #fff;
}

.chartorderoptions {
	height: 26px;
}

#main, #sub {
	margin-bottom: 0px;
}

html>body #main, html>body #sub {
	margin-bottom: 15px;
}

ul.static {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	margin: 0.9em 0 1.3em 2.5em;
}

ul.static ul
{
	list-style-type: disc;
	margin: 0.2em 0 0.2em 2.5em;
}
/*--------------------- paragraphs & headings ---------------------*/

p {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
	padding: 0;
}

p.footer {
	clear: both;
	font-size: 1em;
	padding-top: 15px;
}

p.footernospace {
	clear: both;
	font-size: 1em;
}

h1 {
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	color: #036;
	font-size: 2.3em;
	font-weight: bold;
	margin: -0.2em 0 0em 0;
	padding: 0;
}

h2, h3 {
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	color: #036;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0em 0 0.3em 0;
	padding: 0;
}

span {
	display: block;
	float: left;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
	padding: 4px 4px 0 4px;
	color: #036;
}

/*-------------------- buttons --------------------*/
.button
{
	float: left;
	height: 26px;
	font-size: 1.2em;
	line-height: normal;
	margin: 0;
	padding: 0;
}	

.button span
{
	float: left;
	background: url("../img/button_right.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	height: 26px;
}

.button a
{
	display: block; 
	background:url("../img/button_left.gif") no-repeat left top;
	padding: 2px 8px 7px;
	color: #FFF; 
	text-decoration: none; 
	font-size: 0.8em;
	font-weight: bold; 
}

.button input
{
	display: block; 
	background:url("../img/button_left.gif") no-repeat left top;
	padding: 2px 8px 7px;
	color: #FFF; 
	text-decoration: none; 
	font-size: 0.8em;
	font-weight: bold; 	
}

/* Export buttons - different spacing */
.export_button
{
	float: left;
	height: 30px;
	font-size: 1.2em;
	line-height: normal;
	margin: 0;
	padding: 0;
}	

.export_button span
{
	float: left;
	background: url("../img/button_right.gif") no-repeat right top;
	margin: 4px 0 0 2px;
	padding: 0;
	height: 26px;
}

.export_button a
{
	display: block; 
	float: left;
	background:url("../img/button_left.gif") no-repeat left top;
	padding: 2px 8px 7px;
	color: #FFF; 
	text-decoration: none; 
	font-size: 0.8em;
	font-weight: bold; 
}

.button_sameline
{
	display: inline;
	float: left;
	height: 26px;
	font-size: 1.2em;
	line-height: normal;
	margin: 0;
	padding: 0;
}	

.button_sameline span
{
	float: left;
	background: url("../img/button_right.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	height: 26px;
}

.button_sameline a
{
	display: block; 
	float: left;
	background:url("../img/button_left.gif") no-repeat left top;
	padding: 2px 8px 7px;
	color: #FFF; 
	text-decoration: none; 
	font-size: 0.8em;
	font-weight: bold; 
}
/*--------------------- nav ---------------------*/
#nav ul.level1, #nav ul.level1 li, #nav ul.level2, #nav ul.level2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul.level1 li a {
	display: block;
	color: #FFF;
	font-weight: bold;
	background: #036 url("../img/nav_level1_off.gif") left top no-repeat;
	width: 118px;
	height: 21px;
	text-decoration: none;
	font-size: 1.3em;
	padding: 5px 0 0 15px;
}

#nav ul.level1 li.double a {
	display: block;
	color: #FFF;
	font-weight: bold;
	background: #036 url("../img/nav_level1_off_double.gif") left top no-repeat;
	width: 118px;
	height: 47px;
	text-decoration: none;
	font-size: 1.3em;
	padding: 5px 0 0 15px;
}

#nav ul.level1 li a:hover, #nav ul.level1 li a.active {
	background: #036 url("../img/nav_level1_on.gif") left top no-repeat;
	color: #036;
}

#nav ul.level1 li.double a:hover, #nav ul.level1 li.double a.active {
	background: #036 url("../img/nav_level1_on_double.gif") left top no-repeat;
	color: #036;
}

#nav ul.level2 li a {
	display: block;
	color: #369;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	padding: 2px 0 0 10px;
	width: 111px;
	height: 18px;
	border-left: 7px solid #036;
	background: none;
}

#nav ul.level2 li a:hover {
	background: none;
}

#nav ul.level1 li {
	border-bottom: 1px solid #fff;
}

#nav ul.level2 li {
	border-bottom: none;
}

/*--------------------- rounded box ---------------------*/

.north { background: url("../img/n.png") repeat-x top; }
.east { background: url("../img/e.png") repeat-y right; }
.south { background: url("../img/s.png") repeat-x bottom; }
.west { background: url("../img/w.png") repeat-y left; }
.ne { background: url("../img/ne.png") no-repeat top right; }
.se { background: url("../img/se.png") no-repeat bottom right; }
.sw { background: url("../img/sw.png") no-repeat bottom left; }
.nw { background: url("../img/nw.png") no-repeat top left; }
.nw { padding: 10px; }

/*--------------------- images ---------------------*/

a img {
	border: 0;
}

img.logo {
	width: 281px;
	height: 70px;
}

img.logo2 {
	position: absolute;
	right: 0;
}

img.colours {
	position: absolute;
	bottom: 0;
	left: 0;
}

.corner {
	position: absolute;
	width: 9px;
	height: 9px;
}

.top {
	top: 0;
	margin-top: -1px;
}

.bottom {
	bottom: 0;
	margin-bottom: -1px;
}

.left {
	left: 0;
	margin-left: -1px;
}

.right {
	right: 0;
	margin-right: -1px;
}

/*------------------ drop downs ------------------*/
.dropdown
{
	float: left;
	height: 26px;
	font-size: 1.2em;
	line-height: normal;
}	

.dropdown ul.top
{
	margin: 0;
	padding: 0;
	list-style: none; 
	list-style-image: none;
}

.dropdown ul.scroller
{
	height: 241px;
	overflow: scroll; 
}

.dropdown ul.top li
{
	float: left;
	background: url("../img/dropdown_right.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}

.dropdown ul.top a
{
	display: block; 
	background:url("../img/dropdown_left.gif") no-repeat left top;
	padding: 5px 8px 7px;
	color: #036; 
	text-decoration: none; 
	font-weight: bold; 
}

.dropdown ul.level1 
{
	visibility: hidden;
	position: absolute;
	margin: -1px 0 0 7px;
	width: 180px; 
	background: #036; 
}

.dropdown ul.level1 li
{ 
	float: none; 
	margin: 0; 
	display: block; 
}

.dropdown ul.level1 a
{ 
	padding: 5px 8px 7px; 
	width: 180px;
	margin: 0;
	border-top: 1px solid #FFF; 
	border-right: 1px solid #FFF;
	background: #036;
	color: #FFF;
} 

.dropdown ul.level2
{
	visibility: hidden; 
	position: absolute;
	left: 196px;
	width: 180px; 
	background: #036; 	
}

.dropdown ul.level2 li
{ 
	float: none; 
	margin: 0; 
	display: block;
}

.dropdown ul.level2 a
{ 
	padding: 5px 8px 7px;
	width: 180px;
	margin: 0;
	border-top: 1px solid #FFF; 
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #036;
	color: #FFF;
} 

.dropdown ul.level3
{
	visibility: hidden; 
	position: absolute;
	left: 197px;
	width: 180px; 
	background: #036; 	
}

.dropdown ul.level3 li
{ 
	float: none; 
	margin: 0; 
	display: block;
}

.dropdown ul.level3 a
{ 
	padding: 5px 8px 7px;
	width: 180px;
	margin: 0;
	border-top: 1px solid #FFF; 
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #036;
	color: #FFF;
} 

.dropdown ul.level1 li.over a
{
	background: #9CF;
	color: #036;
}

.dropdown ul.level1 li.over ul.level2 a 
{
	background: #036;
	color: #FFF;
}

.dropdown ul.level1 ul.level2 li.over a
{
	background: #9CF;
	color: #036;
}

.dropdown ul.level1 ul.level2 li.over ul.level3 a
{
	background: #036;
	color: #FFF;
}

.dropdown ul.level1 ul.level2 ul.level3 li.over a
{
	background: #9CF;
	color: #036;
}

.dropdown ul.top li.over ul.level1
{
	visibility: visible;  
} 

.dropdown ul.level1 li.over ul.level2
{
	visibility: visible;  
} 

.dropdown ul.level2 li.over ul.level3
{
	visibility: visible;  
}

/*--------------------- misc ---------------------*/
.spacer 
{
	height: 25px; 
}
.smallspacer 
{
	margin: 10px 0 0 0;
}
.tinyspacer
{
	margin: 5px 0 0 0;
} 
.break
{
	clear: both;
	float: left;
	width: 100%;
	height: 0px;
}
.year_label
{
	display: inline;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 1.2em 0;
	padding: 4px 4px 0 4px;
	color: #036;	
}
.error
{
	color: #C33;
}
.updated
{
	color: #C33;
}

