
div#TownPopup {
	position: absolute;
	border: 1px solid #a1a1a1;
	line-height: 1.6em;
	z-index: 10001;
	background: #a1a1a1;
	color: #ffffff;
}
div#TownPopup div#TownPopupOuter {
	padding: 0.3em;
	min-height: 1.6em;
	background: #e2e2e2;
	color: black;
}
div#TownPopup h2 {
	margin: 0;
	padding: 0.2em 0 0.2em 0.2em;
	color: black;
	background: #c0c0c0;
	font-style: normal;
	cursor: move;
	font-size: 1.1em;
}

a#TownPopupClose, a#TownPopupClose:link, a#TownPopupClose:visited {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	width: 1.4em;
	height: 1.6em;
	line-height: 1.3em;
	color: white;
	background: #41403a;
	text-align: center;
}
a#TownPopupClose:hover, a#TownPopupClose:active {
	background: #aa0000;
}

div#TownText {
  	position: fixed;
	top: 13%;
	left: 13%;
	width: 74%;
	min-height: 50%;
	background: #f5f5f5;
	border: 1px solid #dad4d4;
	color: #004f7d;
	padding: 0.5%;
	z-index: 10001;
}

ul.weatherPopup {
	margin:0 !important;
	padding:0 !important;
}

ul.weatherPopup li
{
	list-style:none;
	background:none;
	margin:0 !important;
	padding:0 !important;
}

div#TownText div#TownTextOuter {
	padding: 0.5%;
	min-height: 30em;
	border: 1px solid #dad4d4;
	background-color: #c87a7a;
}

div#TownText h2 {
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0.5em 0.5em;
	color: white;
	background: #414040;
	font-style: normal;
	cursor: move;
}

a#TownTextClose, a#TownTextClose:link, a#TownTextClose:visited {
	position: absolute;
	top: 0.7em;
	right: 0.7em;
	font-size: 2em;
	font-weight: normal;
	text-decoration: none;
	width: 1em;
	height: 1em;
	line-height: 0.9em;
	color: white;
	background: #5c5c5c;
	text-align: center;
}
a#TownTextClose:hover, a#TownTextClose:active {
	background: red;
}

a.Town, a.Town:link, a.Town:visited {
	display: block; 
	position: absolute; 
	background: transparent url('town.gif') no-repeat center center;
	height: 9px; 
	width: 9px; 
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	cursor: help;
}
a.Town:hover, a.Town:active, a#TownOn, a#TownOn:link, a#TownOn:visited {
	background: transparent url('town-on.gif') no-repeat center center;
}

img.townPrint {
	height: 9px; 
	width: 9px; 
	border: 0;
	margin: 0;
	padding: 0;
	display: none;
}


textarea#TownTextValue {
	height: 25em;
}

h2.weatherHeader {
	font-style: normal;
	color: black;
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

table.weather, table.weatherFull {
	width: 360px;
	border-collapse: collapse;
	padding: 0;
	margin: 1em 0 0 0;
}
table.weatherFull {
	width: 100%;
	margin: 0 0 0 0;
}
table.weather td, table.weatherFull td {
	padding: 5px;
}
table.weatherFull td {
	text-align: center;
}
table.weatherFull td.data_1 {
	background-color: white;
}
table.weatherFull td.data_2 {
	background-color: #e6e6e6;
}
table.weatherFull tr.border {
	border-top: 1px solid black;
}
table.weather td.heading, table.weatherFull td.heading {
	background-color: #e2e2e2;
	border-right: 1px solid black;
	font-weight: bold;
	text-align: right;
}
table.weather td.lastUpdated, table.weatherFull td.lastUpdated {
	text-align: right;
	color: #a2a2a2;
}


table.beaufort {
	width: 260px;
	border-collapse: collapse;
	padding: 0;
	margin: 1em 50px 0 50px;
}
table.beaufort td {
	padding: 5px;
	text-align: center;
}


div.beaufortBox {
	width: 30px;
	height: 16px;
	text-align: center;
	margin: 0 auto;
}


span.tempScale {
	display: block;
	height: 20px;
	border: 1px solid #a2a2a2;
	background: white;
	width: 150px;
}

span.tempScale_1 {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
	background: #000034;
	border-right: 1px solid white;
}
span.tempScale_2 {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
	background: #003466;
	border-right: 1px solid white;
}
span.tempScale_3 {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
	background: #0066cb;
	border-right: 1px solid white;
}
span.tempScale_4 {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
	background: #399fd1;
	border-right: 1px solid white;
}
span.tempScale_5 {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
	background: #98cdff;
	border-right: 1px solid white;
}
span.tempScale_6 {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
	background: #feff66;
	border-right: 1px solid white;
}
span.tempScale_7 {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
	background: #fecb00;
	border-right: 1px solid white;
}
span.tempScale_8 {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
	background: #f2a827;
	border-right: 1px solid white;
}
span.tempScale_9 {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
	background: #ef550f;
	border-right: 1px solid white;
}
span.tempScale_10 {
	display: block;
	float: left;
	width: 10%;
	height: 20px;
	background: #ff0000;
}




div#tabBar {
	border: 0;
	padding: 0;
	min-height: 25px;
	margin: 0;
	background: transparent url('line.gif') repeat-x bottom left;
}
ul#weatherTabs {
	list-style: none;
	padding: 0;
	margin: 0 0 0 1em;
	min-height: 25px;
}
ul#weatherTabs li {
	float: left;
	padding: 0;
	margin: 0 0.2em 0 0;
}
ul#weatherTabs li a, ul#weatherTabs li a:link, ul#weatherTabs li a:visited {
	display: block;
	position: relative;
	padding: 0 1em;
	min-height: 23px;
	line-height: 23px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	color: black;
	background: #e4e4e4;
	border-top: 1px solid #a2a2a2;
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}
ul#weatherTabs li a:hover, ul#weatherTabs li a:active {
	background: white;
}
ul#weatherTabs li.on a, ul#weatherTabs li.on a:link, ul#weatherTabs li.on a:visited {
	color: black;
	background: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}
ul#weatherTabs li.on a:hover, ul#weatherTabs li.on a:active {
	text-decoration: underline;
	background: #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}