
ul.tabs {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: none;
	width: 884px;
	font-size: 13px;
	background: white;
	margin-bottom: 0px;	
	clear:none;
	height: 35px;
	z-index: 101;
	
}

ul.tabs li  {
	position:relative;
	bottom: 3px;
	display: inline;
	list-style: none;
	width: 280px;
	padding: 5px 5px 5px 5px;
	background-image: url("inactive.jpg");
	background-repeat: no-repeat;
	margin: 0;
	margin-right: 3px;
	color: white;
	clear:none;
	height: 25px;
	z-index: 100;
}

ul.tabs li.active  {
	position:relative;
	bottom: 0;
	margin: 0;
	display: inline;
	list-style: none;
	width: 280px;
	padding: 5px 5px 5px 5px;
	margin-right: 3px;
	clear:none;
	height: 25px;	
	background-image: url("active.jpg");
	background-repeat: no-repeat;
	color: white;
	z-index: 1;
}

ul.tabs a {
	text-decoration: none;
	color: white;
}

table
{
	color: white;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
td
{
	padding: 5px;
}


div.leftcolumn {
	float:left;
	width: 250px;
}

div.hourbyhour {
	background-color: #000;
	width: 250px;
	height: 510px;
	
	color: #FFF;

}

div.hbhTitle {
	color: white;	
	float: left;
	font-size: 22px;
	border: 1px solid white;
	padding: 5px 0px 5px 0px;
	margin: 5px;
	width: 235px;
}

div.hbhBlock {
	width: 18%;
	float:left;
	padding: 0px 5px;
	text-align: center;
}
div.hbhImgBlock {
	width: 5%;
	float:left;
	padding: 2px 5px;
}

div.hbhRowHeader {
	width: 235px;
	height: 23px;
	margin: 5px;
	font-size: 10px;
	text-align: left;
	border-top: 1px solid white;
	
}

div.hbhGoodRow {
	background-color: #407FFF;
	width: 235px;
	height: 23px;
	margin: 5px;
	font-weight: bold;
	text-align: left;
}


div.hbhOkRow {
	background-color: #7F7FC0;
	width: 235px;
	height: 23px;
	margin: 5px;
	text-align: left;
	font-weight: bold;
}


div.hbhBadRow {
	background-color: #FF004D;
	width: 235px;
	height: 23px;
	margin: 5px;
	text-align: left;
	font-weight: bold;
}

div.hbhDate {
	color: yellow;
	font-size: 20px;
}




body {
			font-family: "Arial", sans-serif;
			background: white;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			width: 100%;			
		}
		
div.application {
	width: 840px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	padding: 21px;
	background-color: #00337F;
	text-align:	center;
	margin-top: -8px;
	}
		div.container {
			width: 550px;
			float:right;			
			
		}
		div.conditions {
			float: right;
			width:550px;
			height: 240px;
			background: black;
			color: white;
			padding: 0px;
			margin: 0px;
		}	
		

		
		div.temperature, div.humidity {
			border: 1px solid white;
			float:right;
			padding: 5px;
			margin: 5px;
			width: 84px;
			height: 80px;
			background: black;
			color: white;
			font-size: 14px;
		}

		

		div.bulb {
			float:right;
			font-size: 16px;
			width: 200px;
			height: 108px;
			background: black;
			padding: 10px 0px 0px 0px;
			
			margin: 5px;
			color: white;		
			border: 1px solid white;
		}
		
		div.forecast {
			background: black url("bg.gif") no-repeat center;	
			float: right;
			width: 550px;
			height:255px;
			margin:15px 0px 0px 0px;
			font-weight:normal;
			color: white;	
			font-family: "Impact", sans-serif;
			letter-spacing: 1.2px;
			margin-left: auto;
			margin-right: auto;


		}
		
		div.forecast div.forecastdetails {
			width: 500px;
			margin-left: 10px;
		}

		
		div.conditionTitle {
			color: white;	
			float: left;
			font-size: 22px;
			border: 1px solid white;
			padding: 5px 0px 5px 0px;
			margin: 5px;
			width: 315px;
		}
		div.left {
			float: left;
		}
		
		.right {
			float: right;
		}
		
		div.caldayheader {
			font-weight: bold;
			width:75px;
			height: 14px;
			float: left;
			background: white;
			color: black;
			border: 1px solid black;
			padding: 5px 0px;
			margin-top: 0px;
		}	
		
		div.calday {
			font-weight: bold;
			font-size: 12px;
			width:65px;
			height: 45px;
			float: left;
			background: white;
			color: black;
			border: 1px solid black;
			padding: 5px;
		}		
		
		
		div.day {
			font-weight:normal;
			width:65px;
			float:right;
			background: #00337F;
			color: white;
			margin: 5px 3px 5px 3px;
			margin-right: 15px;
			margin-left: 10px;
		}		
		div.weekendday {
			font-weight:normal;
			width:65px;
			float:right;
			background: #00337F;
			color: yellow;
			margin: 5px 3px 5px 3px;
			margin-right: 15px;
			margin-left: 10px;
		}		
		div.black {
			background: black;
			color: white;
		}
		
		div.date {
			float: left;
			font-size: 26px;
		}
		
		div.goodsnow {
			float:right;
			width:155px;
			height:70px;
			margin: 5px 15px 0px 0px;
			background: #0066FF;
		}
		
		div.oksnow {
			float:right;
			width:155px;
			height:70px;
			margin: 0px 15px 0px 0px;
			background: #7F7FC0;
		}

		div.nosnow {
			float:right;
			width:155px;
			height:70px;
			margin: 0px 15px 0px 0px;		
			background: #FE0000;
		}

		.clear {
			clear: both;
			display: block;
		}
		.clearR {
			clear: right;
		}		
		
				.clearL {
			clear: left;
		}	
		span.temp {
			font: normal normal bold 2.2em/0.6em "Arial" sans-serif;
		}

		span.bigtemp {
			font: normal normal bold 3.6em/0.74em "Arial" sans-serif;
		}		
		img.icon {
			float: left;
			width:40px;
			margin:5px 0px 5px 5px;
			border: 1px solid black;
		}
		
		img.arrow {
			float: right;
			padding: 13px 10px 0px 0px;
		}
		
		div.weather {
			padding: 15px 0px 0px 10px;
			float:left;
			font: 12px "Arial" sans-serif;
			text-align: left;
		}
		div.slogan{
			padding: 6px 0px 0px 0px;
			font: 28px "Arial" sans-serif;
			color:white;
		}
		
		div.details {
			float:left;
			width: 80px;
			font-size:13px;
			padding: 5px;
			text-align: center;
			border: 1px solid white;
			margin: 5px 0px 0px 0px;
			height: 135px;
			
			
		}
		div.locationTitle {
			background: white;
			color: black;
			font-size: 18px;
			width: 250px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
		}
		
		div.monthlocationTitle {
			background: white;
			color: black;
			width: 250px;
			margin: 3px;
		}		
		div.temp {
			font-weight: bold;
			font-size:20px;
			width:65px;
			float:right;
			background: white;
			text-align:center;
			color: black;
			margin: 0px 3px 2px 3px;	
			margin-right: 15px;
			margin-left: 10px;
		}
		
		div.caltemp {
			font-weight: bold;
			font-size:14px;
			width:46px;
			margin-left: auto;	
			margin-right: auto;
			margin-bottom: 2px;
			background: white;
			text-align:center;
			color: black;

		}		
		div.templabel {
			font-size:15px;
			text-align:center;
			font-family: Arial;
			width:32px;
			letter-spacing: 1px;
			float:right;
			color: white;
			margin: 2px 2px 0px 0px;	
			margin-left: -10px;		
		}		
		img.days {
			width:45px;
			border: 1px solid black;
			margin: 5px; 
		}
		
		div.toohot {
			padding: 8px 0px 0px 0px;
			width:45px;
			font-family: Arial;
			font-size: 12px;
			background: #0000CC;
			border: 1px solid black;
			margin: 5px; 
			color: white;
			height: 56px;
			margin-left: auto;
			margin-right: auto;
		}
		
		img.caldays {
			width:16px;
			border: 1px solid black;
			float: right;
			margin: 2px; 
		}		
		div.dial {
			float: left;
			clear:none;
			padding: 10px;
			border: 1px solid white;
			margin: 5px;
		}
		
		div.extrainfo {
			float: left;
			clear:none;
			padding: 20px 8px;
			border: 1px solid white;
			margin: 5px;
			width: 68px;
			height: 92px;
		}
		
		div.help {
			float:right;
			padding: 2px;
			margin: 0px;
			height: 17px;
			color: white;
			padding-left: 5px;
		}
		.left {
			float: left;
			clear:none;
		}	
		img.float {
			float:left;
			clear:none;
		}
		
		div.gap {
			height:80px;
		}
		
		div.setlocation {
			float: left;
			width: 520px;
			margin:0px;
			padding: 0px;
			color: white;
			text-align: left;
		}
		
		div.units {
			float: right;
			margin:0px;
			padding: 2px;
			color: white;
			height: 17px;
			text-align: right;
			vertical-align: top;
			border: 1px solid #222;
		}	
		
		div.calendar {
			background: black;
			width: 550px;
			height: 500px;
			margin: 0px;
			padding: 5px;
			padding-bottom: none;
			color:white;
			
		}
		
		div.month {
			border: 1px solid white;
			width: 120px;
			padding: 2px;
			margin: 12px 5px 12px 5px;
			float: left;
			background-color: #00337F;
			color:white;
			text-decoration: none;
		}
		
		div.calendarTitle {
			border: 1px solid white;
			width: 500px;
			color: white;
			padding: 5px;
			margin: 10px 10px 10px 10px;
			margin-left: auto;
			margin-right: auto;
		}

		div.monthCalendarTitle {
			border: 1px solid white;
			width: 500px;
			color: white;
			font-size: 14px;
			padding: 2px 5px;
			margin: 5px;
			margin-left: auto;
			margin-right: auto;
		}

		div.monthCalendarTitle .locationTitle {
			font-size: 14px;
			margin: 2px;
		}
		
		div.monthTitle {
			font-size: 28px;
		}
		div.monthCalendarTitle .totalDays {
			font-size: 34px;
			margin: 2px;
			padding: 0px;
		}
		
		div.totalDays {
			float: right;
			clear: right;
			color: red;
			font-size: 50px;
			font-weight: bold;
		}
		
		.hidden { display:none; }
		
		div.monthDays {
			color: red;
			border: 1px solid black;
			width: 90px;
			margin-right: auto;
			margin-left: auto;
			font-size: 50px;
			font-weight: bold;
			margin-top: 10px;
			margin-bottom: 10px;
			background: white;
			height: 60px;
		}
		
		div.monthDaysNoData {
			color: red;
			border: 1px solid black;
			width: 90px;
			margin-right: auto;
			margin-left: auto;
			font-weight: bold;
			margin-top: 10px;
			margin-bottom: 10px;
			padding-top: 10px;
			background: white;
			height: 50px;
			vertical-align: center;
		}		

		div.spacer {
			width: 500px;
			margin: 5px 0px 5px 0px;
			padding: 1px;
			float: left;
			margin-left: auto;
			margin-right: auto;
		}

		input {
			padding: 0px 5px;
			margin: 0px;
		}
		form {
			padding: 0px 0px 15px 0px;
			margin: 0px;
		}

		a.month {
			text-decoration: none;
			color: white;
			border: 1px solid white;
			padding: 2px;
			margin: 2px 20px 2px 20px;
			font-size: 12px;
		}

		a.white {
			text-decoration: none;
			color: white;
		}
		
		a.red {
			text-decoration: none;
			color: red;
		}	
