/*
 * Stylesheet for GoogleMap info windows used on the Journey Planner
 */

#info_window {
}

.gmnoprint h2 {
	color: #053054; font-size: 1.2em;	
}

/*
 * Left-hand column containing location information and bus timetables
 */
 
#info_window .info {
	background: #dbf6fd;
	float: left;
	margin-right: 10px;
	width: 250px;
}

#info_window .info .location-link {
  display: block;
  background: #fff;
	margin: 10px;	padding: 5px;
}

#info_window .info p {
	margin: 5px;	
}
#info_window .info img {
	float: left;
	border: 1px solid #CCC;
	padding: 4px;
	background: #FFF;
	margin: 0 10px 10px 0;
}

/*
 * Right-hand column containing "action" links
 */
#info_window .actions {
	float: left;
	width: 220px;
}
#info_window .actions .from_to {
	margin-bottom: 20px;
	padding: 10px 20px;
}

#info_window span.set_from,
#info_window span.set_to {
	cursor: pointer;
	font-weight: bold;
	display: block;
	width: 180px; height: 29px;
	text-indent: -99999px;
}
#info_window span.latLng,
#info_window span.id {
	display: none;
}

#info_window span.set_from {
	background: url(../img/map/from_here.gif) no-repeat top left;
}
#info_window span.set_to {
	background: url(../img/map/to_here.gif) no-repeat top left;
}

/* Nearby places */
#info_window .nearest h3 {
	color: #053054; font-size: 1.1em;
	margin-bottom: 5px;
}
#info_window .nearest li {
	color: #09c;	
	cursor: pointer;
	margin-bottom: 5px;
}

