/* CSS Document */

body {
	margin: 24px;
	padding: 0;
	background: #f3f3f3;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

h2 {
	font-size: 12px;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

a, .link {
	color: #99b3cc;
	cursor: pointer;	/* need both */
	cursor: hand;
	text-decoration: none;
}

a:hover, .link:hover {
	color: #f90;
	/*color: #5c7ea3;*/
}

a img.link {
	border: 2px solid #99b3cc;
}

a img.link:hover {
	border: 2px solid #f90;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

td, .gps_info td {
	padding: 2px 4px;
}

.orange {
	color: #f90;
}

.num_entries {
	color: #666;
	font-size: smaller;
}

#outer_wrapper {
	width: 800px;
	margin: 0 auto;
}

#wrapper {
	padding: 16px;
	width: 768px;
	height: 480px;
	background: #fff;
	border: 1px solid #ccc;
}

#sidebar {
	float: left;
	width: 272px;
}

#sidebar a#logo img {
	display: block;
	width: 272px;
	height: 48px;
	border: 0;
}

/*#sidebar .title {
	width: 232px;
	height: 20px;
	margin-top: 16px;
	padding: 4px 0 0 8px;
	background: #99b3cc;
	color: #fff;
	font-weight: bold;
}*/

#sidebar .subtitle {
	width: 272px;
	height: 20px;
	margin-top: 8px;
	padding-top: 3px;
	border-bottom: 1px solid #999;
	color: #f90;
	font-weight: bold;
}

#sidebar #options {
	width: 272px;
	height: 21px;
	padding-top: 3px;
	background: #f3f3f3;
}

#sidebar #journeys {
	width: 272px;
	height: 192px;
	background: #f3f3f3;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	/*overflow-y: scroll;*/
}

#journeys .journey_container {
	float: left;
	width: 272px;
	height: 24px;
}

#journeys a.journey_selected {
 	display: block;
	float: left;
	width: 272px;
	height: 21px;
	padding: 3px 0 0 8px;
	color: #fff;
	background: #999;
	font-weight: bold;
}
 
#journeys a.journey_selected:hover {
	color: #fff;
 	background: #99b3cc;
}

#journeys a.journey {
	display: block;
	float: left;
	width: 228px;
	height: 21px;
	padding: 3px 0 0 8px;
	color: #666;
	font-weight: bold;
}

#journeys a.journey:hover {
	color: #f90;
}

#journeys a.journey_options {
	display: block;
	float: left;
	background: url(../img/mag_icon.gif) no-repeat;
	width: 14px;
	height: 21px;
	padding: 3px 0 0 2px;
}

#journeys a.journey_options:hover {
	background: url(../img/mag_icon_selected.gif) no-repeat;
}

#journeys a.entry {
	display: block;
	float: left;
	width: 272px;
	height: 20px;
	padding: 3px 0 0 16px;
	border-bottom: 1px solid #f3f3f3;
	background: #fff;
	color: #000;
}

#journeys a.entry:hover {
	background: #f90;
	color: #fff;
}

#sidebar #info2 {
	width: 272px;
	height: 120px;
	background: #f3f3f3;
	font-size: 10px;
}

#sidebar #information {
	width: 272px;
	height: 128px;
	background: #f3f3f3;
	font-size: 10px;
}

#sidebar #information table, #sidebar #info2 table {
	width: 240px;
	height: 104px;
	margin: 8px 16px;
}

#map, #content {
	float: right;
	width: 480px;
	height: 480px;
	background: #f3f3f3;
}

#overlay {
	position: absolute;
	width: 456px;
	height: 456px;
	top: 12px;
	left: 12px;
	border: 1px solid #666;
	background: #fff;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 10001;
	overflow-x: hidden;
	overflow-y: auto;
	/*overflow: auto;*/
	
}

#overlay table {
	width: 100%;
	height: 100%;
}

#overlay table tr td, #overlay table tr th {
	border-bottom: 1px solid #999;
}

#overlay table tr th {
	color: #fff;
	background: #f90;
}

#overlay table tr:last-child td {
	border-bottom: none;
}

#feet {
	position: absolute;
	width: 23px;
	height: 23px;
	left: 240px;
	top: 218px;
	background: url(../img/feet.png);
	z-index: 10000;
}

#trans_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background: #99b3cc;
}

#photo_overlay {
	position: absolute;
	margin: 40px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: transparent;
	z-index: 100003;
	text-align: center;
}

#photo_overlay p {
	text-align: center;
}

#footer {
	width: 100%;
	margin-top: 8px;
	text-align: center;
}