/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
	color: #000;
	background: #FCF7E4;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select { *
	font-size: 100%;
}

/************************************
* Layout
*************************************/
body {
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	background-color: #FCF7E4;
}

br.breaker {
	clear: both;
}

img {
	border: none;
}

p {
	font-size: 1.1em;
	padding-bottom: 8px;
}

select {
	font-size: 1em;
}

a,a:link {
	font-size: 1em;
	color: #35608A;
	text-decoration: none;
}

a:visited {
	color: #35608A;
	text-decoration: none;
}

a:hover {
	color: #CC6699;
	text-decoration: none;
}

a:active {
	color: #CC6699;
	text-decoration: none;
}

div#container {
	padding: 15px 0 15px 15px;
	width: 910px;
	height: 1000px;
	text-align: left;
	border: 0px solid gray;
}

div#container-map {
	float: right;
	display: block;
	width: 600px;
	height: 400px;
	vertical-align: middle;
	border: 1px solid #2E57B0;
}

iframe#container-profile {
	float: right;
	display: none;
	width: 600px;
	height: 400px;
	vertical-align: top;
}

div#container-sidebar {
	float: left;
	display: block;
	width: 300px;
	height: 800px;
	text-align: left;
	border: 0px solid #F5E0C3;
}

div#container-details {
	float: right;
	display: block;
	width: 600px;
	height: 400px;
	text-align: left;
	margin-top: 20px;
	border: 0px solid #F5E0C3;
}

/* WALKS CONTAINER */
div.walk-block {
	width: 290px;
	height: 85px;
}

div.walk-block p {
	font-size: 1em;
}

a.selected-title {
	color: red;
}

/* SEARCH CONTAINER */
a.reset {
	display: none;
}

img.pointer {
	cursor: hand;
	cursor: pointer;
}

#pager {
	font-size: 1.4em;
	width: 250px;
	text-align: center;
}

#pager #page-prev {
	float: left;
}

#pager #page-next {
	float: right;
}

#pager .page-direct {
	font-size: 13px;
}

#frm-search label {
	float: left;
	font-size: 1.2em;
	margin-top: 7px;
	display: block;
	width: 200px;
	padding-left: 2px;
}

#frm-search img.reset {
	float: left;
	margin-left: 10px;
	cursor: hand;
	cursor: pointer;
	display: none;
}

#frm-search select {
	clear: both;
	display: block;
	float: left;
	width: 223px;
}

#frm-search .input {
	clear: both;
	display: block;
	float: left;
	background-color: transparent;
	font-family: "Courier New", Courier, mono;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	background-image: url(/images/input.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 210px;
	font-size: 0.9em;
	margin-left: -5px;
}

div#results {
	clear: both;
}

#search-buttons {
	float: left;
	width: 280px;
	padding-top: 10px;
}

div.separator {
	clear: both;
	display: block;
	float: left;
	width: 280px;
	height: 15px;
	background-image: url(/images/listseperator.gif);
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

/* WALK CONTAINER */
.tabs ul {
	display: block;
	margin-bottom: 15px;
	width: 580px;
	height: 30px;
}

.tabs li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

.tabs ul li a:link,.tabs ul li a:visited {
	float: left;
	margin-right: 0px;
	text-decoration: none;
	padding: 0 3px 5px 3px;
	font-size: 1.2em;
}

.tabs a:link.selected,.tabs a:visited.selected {
	font-weight: bold;
	text-decoration: underline;
}

div#facts {
	text-align: center;
	float: right;
	width: 150px;
	background: #F5E0C3;
	padding: 0 5px 10px 5px;
	margin: 0 0 20px 20px;
}

div#facts h2 {
	padding-top: 10px;
}

div#gallery_holder img {
	border: 1px solid gray;
	padding: 3px;
	background: white;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 15px;
}

img.chart {
	border: 1px solid gray;
}

table.facts {
	width: 100%;
	margin-bottom: 15px;
}

table.facts thead th {
	text-align: left;
	font-weight: bold;
	width: 33%;
}

table.facts tbody td {
	text-align: left;
}

img.download {
	margin-bottom: -4px;
	padding-right: 5px;
}

a.download {
	font-size: 13px;
	margin-right: 10px;
}