﻿ .wwContent {
	width: 640px; 
	margin: 0px auto;
 }
 
 .wwContent h1, .wwContent ul, .wwContent li, .wwContent img {
	padding: 0px; 
	margin: 0px;
	border: 0px;
}

.wwContent h1 {
    font-weight: normal;
    font-size: 14px;
    color: #3e546e;
    margin: 20px 0px 10px 0px;
}

.wwContent ul { list-style: none; }

.wwContent ul a{ text-decoration: none; }

.wwContent h1 a {
    text-decoration: none;
    color: #3e546e;
}

.wwContent input, .wwContent select { font-size: 10px; }

img.imgMap {
    width: 640px;
    height: 480px;
    border: 1px solid #000;
    display: block;
}

.divRadarZoom {
    text-align: center;
    width: 425px;
    margin: 10px auto;
}

.spanRadZoom   {
	float: left; 
	margin-top: 3px;
}

.ulRadarZoom, .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; }

.ccBox {
    border: 1px solid #a1a1a1;
    margin-bottom: 0px auto;
    padding: 10px;
    display: inline-block;
}

.tempUnitPref {
    padding: 0px 5px;
    border: 1px solid #000;
    background: #ececec;
    position: relative;
    top: 1px;
}

.ccTempCallout {
    float: left;
    text-align: center;
    font-size: 11px;
}

.ccWthrTypeIcon img {
    margin: 0px 0px 5px 5px;
    display: block;
}

.currTemp {
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
}

.highTemp {
    color: red;
    font-weight: bold;
    margin-right: 5px;
}

.lowTemp {
    color: blue;
    font-weight: bold;
}

.ccContent {
    margin-left: 10px;
    float: left;
}

.ccInfo {
	margin-bottom: 15px;
	font-size: 12px;
}

.ccInfo td { padding: 0px 0px 5px 0px; }
td.tdFirst { padding-right: 15px; }

.locGroup { float: left; }

.ccLocPicker {
    margin-bottom: 15px;
    display: inline-block;
}	

.locExtendedPnl {
	position: relative;
	top: 5px;	
	clear: both; 
}

.locPickerTxt  {
	width: 100px; 
	margin-left: 5px;
}

.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;
}

.divTeaser{
	margin-top: 10px;
	color: #3e546e;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-align:center;
}