/* CSS Document */

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: white;
	height:100%;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 10px;
	width:275px;
	background-color:white;
}

#map {
	position:absolute; 
	top:5px; 
	left:295px; 
	width: 70%; 
	height: 98%; 
	border:1px solid black;
	min-width:600px;
	min-height:480px;
}

#text {
	position:absolute; 
	top:5px; 
	left:310px; 
	width:700px;
}

#dates {
	position:absolute; 
	top:80px; 
	left:5px; 
	width: 295px; 
	height:680px; 
	text-align:left;
}

#spanNews {
	height:100px;
	overflow-y:scroll;
}

#key {
	position:absolute;
	top:13px;
	left:380px;
	height:32px;
	width:330px;
	background-color:white;
	border:2px solid black;
}

#latestdata {
	position:absolute;
	top:275px;
	left:300px;
	width:92px;
	background-color:white;
	border:2px solid black;
}

a {
	text-decoration:none;
}

h1 {
	font-size:16px;
}

.maincontent {
	padding:10px;
}

.win {
	background-image:url('images/win_bg2.jpg');
	background-repeat:repeat-y;
	padding:5px 15px 0px 10px;
}

@media print {
	.dontprint {
		display:none;
	}
}

