@CHARSET "ISO-8859-1";

html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
	font-family: verdana, tahoma, arial,georgia, palatino linotype, times new roman, serif;
	font-size: 12px;
	/* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden;
	/* */
}

body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}
a:focus,a:active {
	outline: 0 none;
	-moz-outline: 0 none;
	}
img{
	border: 0;
}
div#head {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:40px;
	background-color: #fff;
	padding: 0px;
	border-bottom: 2px solid #000;
	z-index: 5;
	margin: 0px;
}
div#wrapper {position:absolute; top:40px;left:240px;right:0px;bottom:0px;overflow:hidden;}
/*
* html div#wrapper {
	height: 100%;
	width: 100%;
	border: 3px solid #f0f;}
*/
* html #wrapper {
display:block; /* set up as a block */
height:100%; /* set height to full page */
max-height:100%;
width: 100%;
overflow:auto; /* add scroll bars as required */
position:relative; /* set up relative positioning so that z-index will work */
z-index:3; /* allocate a suitable z-index */
}

div#station_list {position:absolute; top:40px;bottom:0px;left:0px;width:240px;background: #f3f3f3;overflow-y:scroll;}
* html div#station_list {top: 0;bottom: 0; display:block; height:100%; max-height:100%; border-top:40px solid #ffffff;}
div#station_list .category_name {font-size: 14px; font-weight: bold; padding-left: 5px; margin-top: 15px; padding-bottom: 3px;border-bottom: 1px solid #ccc;}
div#station_list .site_name {font-size: 13px; padding-left: 30px; padding-top: 3px; padding-bottom: 3px;border-bottom: 1px solid #ccc;}
div#station_list .site_name a{color: #000; text-decoration: none;}
div#station_list .site_name a:hover{text-decoration: underline;}
div#map_canvas {position:absolute; top:0px;bottom:0px;left:0px;width:100%;overflow-y:auto;}

* html #map_canvas {
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	width: 100%;
	position:relative;
	z-index:3;
}

#content {
	display: block;
	position: absolute;
	z-index: 3;
	top: 40px;
	bottom: 9px;
	background: #fff;
	}
* html #content {
	top: 0;
	bottom: 0;
	height: 100%;
	border-top: 40px solid #0099FF;
	border-bottom: 90px solid #0099FF;
	}
	
div.map_canvas_left_column {
	position:absolute;
	width: 200px;
	top:8px;
	left:10px;
	bottom:40px;
	padding: 5px;
	background: #fff;
	border: 1px solid #000;
	z-index: 10;
	/*overflow: auto;*/
	display: none;
}

#message { position:absolute; padding:10px; background:#555; color:#fff; width:580px; height: 380px; overflow: visable;}
/*#message { position:absolute; padding:10px; background:#555; color:#fff; width:450px; height: 280px; overflow: visable;}*/
#message .close{
	position: absolute;
	top: -7px;
	right: -10px;
	border: 0px solid #f00;
}
#message .loading{
	position: absolute;
	top: 100px;
	left: 200px;
	border: 0px solid #f00;
	z-index: 0;
}

.fancybox_inline {
	overflow: auto;
	width: 470px;
	height: 300px;
	background-color: #ffffff;
	padding: 15px;
	line-height: 140%;
}

#about {
	fitToView : true,
	autoSize  : true,
	width     : 100%,
	height    : 'auto',
}

#wrapper .fancybox_inline {
	display: none;
}