body {
	width: 95%;
	max-width: 1000px;
	padding: 0px;
	margin: 10px auto 20px auto;
	background-color: #fff;
	text-align: left;
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #999;
	line-height: 120%;
}

pre {
	font-family: Consolas, Courier, sans-serif;
	font-size: 8pt;
	line-height: 105%;
	background-color: #eee;
	clear: both;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #f33;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}

p.lineafter {
	padding-bottom: 20px;
	border-bottom: 1px solid #87a;
}

p.small {
	font-size: 10pt;
	line-height: 150%;
}

p.ref {
	font-size: 90%;
	padding-left: 50px;
	text-indent: -35px;
}

p.indent {
	padding-left: 50px;
}

p.edit {
	display: block;
	float: right;
	text-align: right;
	margin-right: 15px;
	background: #e1dde9;
	padding: 5px 7px 5px 2px;
	clear: right;
}

p.edit_l {
	display: block;
	float: left;
	text-align: left;
	margin-left: 15px;
	background: #e1dde9;
	padding: 5px 7px 5px 2px;
	clear: left;
}

p.metadata {
	font-size: 10pt;
	line-height: 150%;
	text-align: right;
	clear: both;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #87a;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

img.left {
	clear: both;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

img.icon {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	margin-bottom: -2px;
	margin-left: 5px;
}

h1, h2, h3, h4 {
	font-size: 100%;
	font-weight: bold;
	color: #87a;
	margin: 20px auto 10px auto;
	border: none;
	padding: none;
	clear: left;
}

h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin: 15px 10px 20px 0px;
	border-bottom: 1px solid #87a;
	padding-bottom: 5px;
	clear: both;
}

h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}

h4 {
	font-weight: normal;
	color: #388;
	margin: 10px auto 5px auto;
}


li {
	margin-bottom: 15px;
}

hr {
	display: block;
	border: 0px;
	margin: 10px 10px 20px 0px;
	color: #87a;
	background-color: #87a;
	height: 1px;
	clear: both;
}

table {
	margin-top: 0px;
	margin-bottom: 40px;
	empty-cells: show;
	font-size: 90%;
	border-collapse: collapse;
	border: none;
}

th {
	border: none;
	vertical-align: top;
	padding: 5px;
	font-weight: bold;
	color: #87a;
}

td {
	border: none;
	vertical-align: top;
	padding: 5px;
	padding-right: 20px;
}

td.narrow {
	padding: 5px 0px;
}

td h2 {
	padding-top: 20px;
}

table.th_r th {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

table.th_r td a {
	vertical-align: top;
	font-weight: bold;
}

table.th_r td small {
	color: #666;
}

table.data_sheet th {
	border: 1px solid #87a;
	background: #ddd;
	font-size: 120%;
	padding: 10px;
	text-align: left;
}

table.data_sheet td {
	border: 1px solid #87a;
	text-align: left;
}

table.data_sheet td small {
	font-weight: normal;
	color: #999;
}

table.borders th, table.borders td {
	border: 1px solid #87a;
}

table.centred {
	background: #eee;
} 

table.centred th, table.centred td {
	text-align: center;
	padding: 2px 10px;
} 

input {
	font-family: Arial, Helvetica, sans-serif;
}

input.txt, select {
	width: 250px;
}

input.wide {
	width: 450px;
}

input.btn {
	width: 100px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	margin-bottom: -5px;
}

select.auto {
	width: auto;
}

div.checkboxes {
	float: left;
	margin-right: 20px;
}

div.countries {
	float: left;
	margin-right: 20px;
	height: 15em;
	overflow: auto;
	border: 1px solid #7f9db9;
}

div.checkboxes p, div.countries p  {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	text-indent: -20px;
}

div.cost_labels {
	float: left;
	text-align: right;
	margin-right: 5px;
}


.alert {
	font-weight: bold;
	color: #f00;
}

div.Google_chart {
}

div.photo {
	display: block;
	max-width: 500px;
	float: right;
	text-align: right;
	margin-right: 15px;
	font-size: 80%;
	color: #999;
}

div.map {
	display: block;
	float: right;
	text-align: left;
	margin: 0px 15px 25px 0px;
	font-size: 80%;
	color: #666;
	clear: right;
}

div.print {
	display: block;
	float: right;
	font-size: 80%;
	width: 100px;
	line-height: 130%;
	margin-left: 40px;
}

div.print img {
	display: block;
	float: left;
	margin-right: 10px;
}

div.dlinks {
	clear: right;
	float: right;
	margin: 15px;
	margin-bottom: 30px;
	font-size: 10pt;
	border: 1px solid #87a;
	padding: 5px;
}

span.db_field_link {
	display: block;
	float: right;
	text-align: right;
	margin-right: 15px;
}

.r {
	display: block;
	float: right;
	text-align: right;
	margin-right: 15px;
}

.clear {
	clear: both;
}

.r img {
	margin: 0px 5px;
}

.wide li {
	margin: 15px 0px;
}

.hand {
	cursor: pointer;
}

div.sp_l {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 40px;
	margin-top: 40px;
}

div.sp_r {
	display: block;
	float: right;
	width: 800px;
	text-align: left;
	margin-left: 20px;
}

div.stats_l {
	display: block;
	width: 25%;
	float: left;
	text-align: right;
	margin-right: 40px;
	margin-top: 40px;
}

div.stats_r {
	display: block;
	float: right;
	width: 65%;
	text-align: left;
	margin-left: 20px;
}

div.stats_r h2 {
	margin-top: 0px;
}


div.manual_l {
	display: block;
	width: 20%;
	float: left;
	text-align: left;
	margin-right: 20px;
	margin-top: 20px;
}

div.manual_l ul li  {
	font-size: 90%;
	text-align: right;
	list-style-type: none;
}

div.manual_r {
	display: block;
	float: right;
	width: 74%;
	text-align: left;
	margin-left: 10px;
}


span.xaxis_label {
	text-align: center;
	font-size: 80%;
}


span.yaxis_label {
	text-align: left;
	float: left;
	font-size: 80%;
}


table.sponsors {
	width: 100%;
}

table.sponsors  td {
	padding: 20px;
	text-align: center;
}

div.box_l {
	width: 40%;
	float: left;
	clear: both;
}

div.box_r {
	width: 40%;
	float: right;
	clear: right;
}


/* schema tables */

table.schema {
	table-layout: fixed;
	width: 100%;
}

table.schema th, table.schema td {
	border: 1px solid #87a;
}

table.schema col.c1 {
	width: 150px;
}

table.schema col.c2 {
	width: auto;
}

table.schema col.c3 {
	width: 80px;
}

table.schema col.c4 {
	width: 350px;
}


/* topbar */

#topbar {
	float: left;
	clear: both;
	height: 20px;
	margin: 5px;
	margin-bottom: 10px;
	font-size: 90%;
}



/* footer */

#footer {
	clear: both;
	height: 25px;
	font-size: 80%;
	color: #999;
	margin-top: 10px;
	margin-bottom: 50px;
	border-top: 1px solid #87a;
	padding-top: 10px;
}

#footer img {
	float: left;
	margin-right: 10px;
}



/* content box */

#content {
	float: left;
	clear: none;
	width: 100%;
	padding: 0px 0px 0px 5px;
	color: #000;
	line-height: 150%;
	min-height: 500px;
}

#content a {
	font-weight: normal;
	color: #87a;
}

#content a:hover {
	color: #f33;
	text-decoration: underline;
}

#content a.cite {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

#content a.cite:hover {
	color: #f33;
}

#content span.summary {
	color: #666;
}


/* search box */

#search {
	font-size: 90%;
	width: 95%;
	clear: both;
	padding: 10px;
	color: #000;
	background: #eef;
	margin-bottom: 15px;
	border: 1px solid #87a;
}


/* feedback link */

p.fb {
	font-size: 80%;
	text-align: right;
	margin-bottom: 0px;
}

p.fb img {
	margin-right: 5px;
	margin-bottom: -1px;
}


/* print bits */

#print_header, #content span.hide {
	display: none;
	position: static;
}



