body {
	font: 100% 'Verdana', 'Helvetica', 'Arial', sans-serif;
		text-align: center;
		color: #0F1A00;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-image: url(/weather/myimages/picture2lowtrans.jpg);
		background-position: left bottom;
	}
ul {
	font-size: 10px;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-left: none;
	position: relative;
	list-style-type: none;
	text-transform: capitalize;
	white-space: nowrap;
}
li {
	padding-bottom: 0.01em;
	display: inline;
}
#menu {
    width: 674px;
	font-size: 100%;
	margin: 0px auto;
	text-align: left;
}

#console {
	border: solid;
	border-width: 1px;
	padding: 10px 10px 10px 10px;
	border-color:#0F1A00;
	background-color: #F1FFDF;
	width: 650px;
	height: 520px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	}
	
#right-panel {
	float:right;
	}
	
#c_title {
	font-size: 120%;
	color: #666633;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#c_temp {
	width: 300px;
	border: solid;
	border-width: 1px;
	border-color:#0F1A00;
	background: white;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: none;
	}
	
#c_rain {
	width: 300px;
	border: solid;
	border-width: 1px;
	border-color:#0F1A00;
	background: white;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: none;
	}	

#c_wind {
	width: 300px;
	border: solid;
	border-width: 1px;
	border-color:#0F1A00;
	background: white;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: none;
		}	
	
#c_press {
	width: 300px;
	border: solid;
	border-width: 1px;
	border-color:#0F1A00;
	background: white;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: none;
	}

#c_today {
	width: 500px;
	border: solid;
	border-width: 1px;
	border-color#0F1A00;
	background: white;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-left:70px;
	display: none;
	}	
	
.box-title {
	font-size: 110%;
	padding-left: 5px;
	padding-top: 0px;
	color: #666633;
	}
	
table {
	font-size: 80%;
	}
	
.box-field {
	background: #0F1A00;
	border: solid;
	border-width: 1px;
	width: 100px;
	color: #F1FFDF;
	text-align: right;
	padding-right: 5px;
	}
	
.tbox-field {
	background: #0F1A00;
	border: solid;
	border-width: 1px;
	width: 180px;
	color: #F1FFDF;
	text-align: right;
	padding-right: 5px;
	}	
	
.box-label {
	width: 150px;
	text-align: left;
	padding-left: 5px;
	}

.tbox-label {
	width: 200px;
	text-align: left;
	padding-left: 5px;
	}
	
#footer {
	font-size: 60%;
	color: #365E00;
	text-align: center;
	display: none;
	}
	
#wait-msg {
	font-size: 120%;
	color: #365E00;
	text-align:center;
	padding-top: 100px;
	}

#forecast {
	font-size: 75%;
	color: #CC3300;
	text-align: center;
	}

#beaufort {
	font-size:75%;
	}
	
#popout-icon {
        float: right;
        border: none;
}

a {
	color: #0F1A00;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: underline overline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}

