body {
	font-family:Arial, Helvetica, sans-serif;
}
#side {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position:absolute;
	left:720px;
	top:10px;
	width:200px;
}
#flights {
	font-weight: bold;
	font-size: small;
}
#map {
	width: 700px; 
	height: 500px;
}
#smallmap {
	position:absolute;
	width: 370px; 
	height: 300px;
}
#popmap {
	position:absolute;
	width: 400px; 
	height: 400px;
}

#control, #timetable{
	font-size: small;
	font-weight:normal;
}
#timetable {
	position:absolute;
	top:200px;
	width:200px;
	
}
#control {
	position:absolute;
	height:300px;
	width:200px;
	overflow:auto;
}
a {
	color:#0000FF;
	text-decoration:none;
}
a:visited {
	color:#0000FF;
}
a:active{
	color:#FF0000;
}
a:hover {
	text-decoration:underline;
}
a img,a:visited img {
	border-color:#0000FF;
}
a:active img {
	border-color:#FF0000;
}
#smallside {
	width:30px;
	height:300px;
	position:absolute;
	top:0;
	left:350px;
}
.icon {
	width:20px;
	height:20px;
}

/*Info window styling*/
.iw img {
	float:left;
	margin-right:5px;
}
.iw{
	font-family		: Arial,sans-serif;
	color			: #333333;
	line-height		: 1.166;	
	margin			: 0px;
	padding			: 0px;
}
.iw p {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #666666;
}
.iw hr {
	color			: #DADDD0;
	height			: 1px;
	width			: 90%;
}
.iw h1{
	font			: bold 120% Arial,sans-serif;
	color			: #334d55;
	margin			: 0px;
	padding			: 0px;
}
.iw h2{
	font			: bold 114% Arial,sans-serif;
	color			: #006699;
	margin			: 0px;
	padding			: 0px;
}
.iw h3{
	font			: bold 100% Arial,sans-serif;
	color			: #334d55;
	margin			: 0px;
	padding			: 0px;
}
.iw h4{
	font			: 100% Arial,sans-serif;
	color			: #333333;
	margin			: 0px;
	padding			: 0px;
}
.iw h5{
	font			: 100% Arial,sans-serif;
	color			: #334d55;
	margin			: 0px;
	padding			: 0px;
}

