@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
}

.style1 {font-size: 48px}

.iframe {
	background-color:#000000;
	border-width:0;	
}

.waitTimer {
	visibility: visible;
}

#content-weather {
	border: 1px cyan solid;
	position: absolute;
	left: 54px;/* original page offsets */
	top: 50px; /* original page offsets */
	left: 55px;
	top: 50px;
	height: 1026px;
	width: 1811px;
}
#outerdiv-traffic {
	top:0px;
	left:0px;
	width:1810px;
	height:1024px;
	overflow:hidden;
	position:relative;
}
#inneriframe-traffic {
	position:absolute;
	top:-120px;
	left:-390px;
	width:2210px;
	height:1150px;

}
#outerdiv-radar {
	top:0px;
	left:665px;
	width:756px;
	height:496px;
	overflow:hidden;
	position:relative;
}
#inneriframe-radar {
	position:absolute;
	top:-543px;
	left:-35px;
	width:1280px;
	height:1150px;
}
#outerdiv-forecast {
	top:-496px;
	left:55px;
	width:665px;
	height:496px;
	overflow:hidden;
	position:relative;
	z-index: 2;
}
#inneriframe-forecast {
	position:absolute;
	top:-240px;
	left:0px;
	width:1280px;
	height:1150px;
}
.evenClass {
	border: 1px solid #e68200;
	background-color:#f5fafa;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}
