table.weather-table {
	width: 100%;
	background-color: #EBEBEB;
	font:12px Arial, Helvetica, sans-serif;
	color:black;
	}
td.weather-table  {
	border-bottom:1px solid #9AA2AF;
}

table.weather-plaintable  {
	background-color: white;
	width: 400px;
	font:12px Arial, Helvetica, sans-serif;
	clear: left;
	margin: 10px 0 10px 100px;
}

tr.weather-header {
	background-color: #0C74B7;
	color:white;
	#height: 40px;
	font-weight: bold;
}

.weather-header-dark {
	background: url("/images/bg-nav.gif") repeat-x scroll 0 0 transparent;
	height:47px;
	float:left;
	margin-top: 4px;
}

#weatherforecast h1{
    font-size: 1.4em;
    margin: 0 15px;
    padding-top: 9px;
	color: white;
}

.weather-header-dark h2{
    font-size: 1.4em;
    margin: 0 15px;
    padding-top: 12px;
	color: white;
}

.weather-header-dark tiny{
    font-size: 0.8em;
	color: white;
	margin: 15px;
}

.accordion_headings{
	padding:1px;
	# background:#0C74B7;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.weathermore {
    background: url("/images/weathericons/bg-details50.png") no-repeat scroll 0 0 transparent;
    color: white !important;
    display: block;
    font-size: 11px;
    height: 21px;
    overflow: hidden;
    padding-top: 4px;
    text-align: center;
    text-decoration: none;
    text-indent: -10px;
}


#accordion {
	margin:50px auto
	}
.accordion {
	color:#033
	}
.accordion dt {
	font-weight:bold; 
	margin-top:5px;
	cursor:pointer; 
	}
.accordion dd {
	overflow:hidden; 
	background:#fff
	}
.accordion span {
	display:block; 
	border:2px solid #9ac1c9; 
	border-top:none; 
	padding:15px
	}
