
/**
 * Layout
 */
#singlecontent {
	position: relative;
}

/**
 * Map stuff
 */
#map_canvas {
	margin: 0 199px 0 0;
	height: 425px;
	border: solid #000 1px;
}

#map_canvas img {
	margin: 0;
	padding: 0;
}

.incompatibleBrowser {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 3em;
}


#trip_info {
	position: relative;
	top: 0px;
	float: right;
	height: 425px;
	z-index: 2;
}

#trip_info.open {
	width: 220px;
}

#trip_info.closed {
	width: 20px;
}

#trip_info_tab {
	text-align: center;
	height: 425px;
	width: 20px;
	background-image: url("/images/design/travel-tab-off.gif");
	float: left;
}

#trip_info_tab:hover {
	background-image: url("/images/design/travel-tab-on.gif");
}


#trip_info_content {
	overflow: auto;
	padding: 5px;

	background-color: #0ff;
	height: 415px;
	/*
	opacity: 0.95;
	*/
	
	border: 1px solid #999;
	
	font-size: .8em;
}

#trip_info_content div ul {
	padding-left: 20px;
}

#trip_info_content .trip_info_title {
	font-weight: bold;
	text-decoration: underline;
	
	font-size: 1.3em;
}

#trip_info_content .trip_info_title a {
	color: inherit;
}

#trip_info_content .trip_info_title a:hover {
	color: #444;
}

#trip_info_content .trip_info_desc {
	line-height: 12px;
}


#trip_info_content .trip_info_stats .header {
	font-weight: bold;
	margin-right: 1em;
}

#trip_info_content .trip_info_stats,
#trip_info_content #trip_waypoints,
#trip_info_content #trip_tracks {
	margin-top: 10px;
}



div#sidebar {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 18em;
}


.visibility_hidden {
	visibility: hidden;
	display: none;
}

.visibility_visible {
	visibility: visible;
	display: block;
}


#trip_info_content .menu-header img {
	margin: 0;
}

#trip_info_content .menu-children {
	margin-left: 25px;
}


/**
 * Info Boxes
 */
div.waypoint-info-header {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

div.waypoint-info-metadata {
	font-size: .9em;
}

div.waypoint-info-metadata span.title {
	font-weight: bold;
	margin-right: 5px;
}
