﻿ .wwContent {
	width: 342px; 
	margin: 0px auto;
	color: #7d7d7d;
	font-size: 11px;
 }
 
 .wwContent h1, .wwContent ul, .wwContent li, .wwContent img {
	padding: 0px; 
	margin: 0px;
	border: 0px;
}

.wwContent a  {
	text-decoration: none; 
	color: #0B2777;
}
.wwContent ul { list-style: none; }
.wwContent input, .wwContent select { font-size: 10px; }

img.imgMap {
    width: 340px;
    height: 260px;
    border: 1px solid #000;
    display: block;
}

.divRadarZoom {
	margin: 10px auto;
	display: block;
	text-align: center;
	width: 285px;
}

.ulRadarZoom li { float: left; }

.ulRadarZoom a {
    padding: 3px 8px;
    margin: 0px 5px;
    border: 1px solid #000;
    background: #d7d7d7;
    color: #000;
    display: block;
}

a.radarZoomSel { background: #fff; }

.wwContent h1 {
    font-weight: normal;
    font-size: 14px;
    margin: 20px 0px 0px 0px;
}

.wwContent h1 a { color: #7d7d7d; }

.ccBox {
    border: 1px solid #a1a1a1;
    margin: 10px auto 5px auto;
    padding: 5px;
    display: inline-block;
    width: 330px;
}

.tempUnitPref {
    padding: 0px 5px;
    border: 1px solid #000;
    background: #ececec;
    position: relative;
    top: 1px;
}

.ccTempCallout {
    float: left;
    text-align: center;
    font-weight: bold;
}

.ccWthrTypeIcon img {
    margin: 0px 0px 5px 5px;
    display: block;
}

.currTemp {
    font-size: 18px;
    padding: 3px;
    color: #000;
}

.highTemp {
    color: red;
    margin-right: 5px;
}

.lowTemp { color: blue; }

.ccContent {
    margin-left: 10px;
    float: left;
}

.ccInfo {
	margin-bottom: 15px;
	line-height: 15px;
}

.divFavorites { clear: both; }

.favArr {
	margin: 0px 5px 0px 3px;
    width: 15px;
    height: 11px;
    display: inline-block;
}

.arrPrev { background: url('/Weather/_img/prevArr.gif') no-repeat; }
.arrNext { background: url('/Weather/_img/nextArr.gif') no-repeat; }

.divFavControl {
	margin: 5px 0px;
}
