@charset "utf-8";
h1 {
	color: #EEEEEE;
}
a:link {
	color:#999999
	}
a:visited {
	color:#999999;
	}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
#buttonpanel {
	float: right;
	height: 100px;
	width: 100px;
	padding: 10px;
}
#contentpanel {
	float: left;
	padding: 10px;
	width: 630px;
}
#selectionMenu {
	float: right;
}
#contentpanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#contentpanel span {
	font-size: 12px;
}
#contentpanel img {
	border: 0px;
	padding-right: 10px;
	padding-top: -5px;
	display: inline-block;
}
#contentpanel a {
	text-decoration: none;
	color: #66CCFF;
}
#contentpanel a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#contentpanel li {
	margin: 5px;
	width: 300px;
	border: 1px solid #333333;
	padding: 20px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000033;
}
#contentpanel li:hover {
	background-image: url(highlight.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#selectionMenu ul {
	list-style-type: none;
}
#selectionMenu li {
	display: block;
	height:51px;
	width: 51px;
	border: 1px solid #000000;
	position: relative;
	left:-25px;
}
#selectionMenu li:hover {
	border: 1px solid #0000FF;
}
#selectionMenu img {
	border: 0px;
}
.weatherzone {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: small;
	font-weight: normal;
	color: #323232;
	background-color: #EFEFEF;
}
.weatherzone_head {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: small; 
	font-weight: bold; 
	text-align: center; 
	color: #EFEFEF; 
	background-color: #4185A5;
}
#weatherpanel {
	float: left;
	padding-bottom: 10px;
}
#BOM {
	float: left;
	width: 518px;
	border: thin solid #333333;
	background-color: #000033;
}
#BOM img {
	float: left;
	padding: 10px;
}
#BOM h1 {
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
