	#almanac_hourly {
		float: left;
		width: 581px;
		border: 2px solid #003399;
		margin: 5px 0px 0px 0px;
	}
	.tblAlmanacHourly th {
		background: url('../images/bg_almanac_hourly.gif') repeat-x;
		height: 34px;
		border-bottom: 1px #003399 solid;
		border-right: 1px #003399 solid;
		line-height: 11px;
	}
	.tblAlmanacHourly td {
		text-align: center;
		vertical-align:middle;
		padding:6px;
		border-bottom: 1px #003399 solid;
		border-right: 1px #003399 solid;
		color: #333333;
	}
	.almanac_hourly_divider {
		background: #999999;
		color: #ffffff;
		font-weight: bold;
		border-right: none;
	}
	
