BODY { 
	background: white; 
	margin: 0px;
	
}

hr {
	margin : 20px;
}

div.navbar {
	border-spacing: 0px;
	position : absolute;
	left : 0;
	top : 0;
	padding: 0px;
	border: solid 1px rgb(150,150,150);
	width: 300px;
	bottom : 100%;
	background: rgb(0, 0, 0);
}

div.header {
	border-spacing: 0px;
	position : relative;
	left : 300px;
	top : 0px;
	padding: 0px;
	height : 100%;
	width: 800px;
	border: solid 1px rgb(150,150,150);
}

div.forecast {
	border-spacing: 0px;
	position : relative;
	left : 300px;
	padding : 0px;
	width: 800px;
	border: solid 1px rgb(150,150,150);
}

div.graphs {
	border-spacing: 0px;
	position : relative;
	left : 300px;
	padding-top: 25px;
	width: 800px;
	border: solid 1px rgb(150,150,150);
}

div.footer {
	border-spacing: 0px;
	position : relative;
	left : 300px;
	padding-top: 50px;
	width: 800px;
}


table {
	border-spacing: 0px;
	padding: 0px;
	border: none;
	text-align: center;
	vertical-align: top;
	border-collapse: collapse;
}

table.forecast {
	width: 100%;
}

table.graphs {
	width: 100%;
}

table.data {
	vertical-align : top;
}

table.navbar {
	width: 300px;
}

table.almanacdata {
	vertical-align : top;
	width : 100%;
}

table.header {
	width : 100%;
}

table.footer {
	width : 100%;
	color : #0000FF;
	vertical-align : bottom;
}

td {
	font-family: Trebuchet MS, NuSans, arial, nusans, helvetica, sans-serif; 
	TEXT-ALIGN: center; 
	FONT-SIZE: 10pt; 
	VERTICAL-ALIGN: middle; 
	WHITE-SPACE: nowrap;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	border: none; 
	font-weight: normal;
}

table.footer td {
	padding : 5px;
}


td.navbar {
	color: #333333; 
	background: black;
	width: 280px;
}

td.navbaractive {
	WHITE-SPACE: nowrap;
	color: #000000;
	background: #cccc99;
}

TD.almanaclabel {
	color: #333333; 
	padding: 2px;
	background: white;
	width: 140px;
	border: solid 1px rgb(150,150,150);
	FONT-SIZE: 9pt; 
}

TD.almanacdata {
	color: #000000; 
	padding: 2px;
	background: white;
	width: 140px;
	border: solid 1px rgb(150,150,150);
	FONT-SIZE: 9pt; 
}

		
TD.header { 
	font-weight: bold; 
	COLOR: #A8B8C8; 
	text-align: center; 
	background: black;
}
	
TD.graphs {
	text-align: center; 
	padding: 10px;
	width: 100%;
}

TD.forecast {
	text-align: center; 
	width: 11%;
}

td.label {
	color: #cccc99; 
	padding: 2px;
	width: 140px;
	background: black;
	font-weight: normal;
	text-align : right;
}

td.data {
	color: #ffffff; 
	padding: 2px;
	width: 140px;
	background: black;
	text-align : left;
}


P {
	font-family: Trebuchet MS, NuSans, arial, helvetica, sans-serif; 
	text-align: center; 
	FONT-SIZE: 10pt; 
	VERTICAL-ALIGN: middle; 
	font-weight: normal; 
	margin-bottom: 2pt;
	margin-top: 2pt;
}


P.navbar {
	font-weight: normal; 
}

P.navbaractive {
	COLOR: #000000; 
	font-weight: normal; 
}

P.forecast {
	font-family: arial, helvetica, sans-serif; 
	text-align: center; 
	FONT-SIZE: 9pt; 
	COLOR: #333333; 
}


P.links {
	FONT-SIZE: 10pt; 
	COLOR: #dddddd;
}

img {	border-style: none;
}

img.chart {
	width: 380px;
	height: 250px;
	background: url(img/chart_bg.png) no-repeat center; 
}


img.bucket {
	width: 120px;
	height: 240px;
	background: url(img/bucket_bg.png) no-repeat center; 
}

img.dial {
	width: 160px;
	height: 160px;
	background: url(img/dial_bg.png) 50% 50% no-repeat; 
}

img.windrose {
	width: 400px;
	height: 400px;
	background: url('img/dial_bg350x350.png') no-repeat center;
}

img.rule {
	width: 240px;
	height: 2px;
	margin-top: 10px;
}

iframe.forecast {
	width: 100%;
	height: 250px;
}

span.counter {
	color : #FF0000;
	font-weight : 900;
}


h1 {
	font-family: Trebuchet MS, NuSans, verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
	VERTICAL-ALIGN: middle;
	margin-bottom: 10pt; 
	margin-top: 10pt; 
	font-weight: bold;
	font-size: 20pt;
	color: #cccc99;

}
h2 {
	font-family: Trebuchet MS, NuSans, verdana, Arial, Helvetica, sans-serif; 
	color: #cccc99;
	text-align: center; 
	VERTICAL-ALIGN: middle;
	margin-bottom: 5pt; 
	margin-top: 10pt; 
	font-size: 14pt;
	background: black;
}

h3 {
	font-family: Trebuchet MS, NuSans, verdana, Arial, Helvetica, sans-serif; 
	color: #cccc99; 
	text-align: center; 
	VERTICAL-ALIGN: middle;
	font-size: 10pt;
	margin-top: 10pt;
	margin-bottom: 1pt;
}

font.counter {
	color: #e9ab17; 
	font-size: 12pt;
	font-family: "Arial Black", Helvetica, sans-serif; 
	font-weight: 900;
}

a:active, a:visited, a:link { 
	color: #A8B8C8;
	text-decoration: underline;
	}

a:hover { 
	color: #000000;
	background-color: #dddddd;
	text-decoration: underline;
	width : 100%;
	}