body {
	font-family: Calibri, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

/********************
*  Ground Zero
********************/

h1, ul, li, img, table, a  {
	padding: 0px; 
	margin: 0px;
	border: 0px;
}

/********************
*  (X)HTML objects
********************/
ul { list-style: none; }

ul a{ text-decoration: none; }

h1 {
	font-weight: bold;
	font-size: 20px;
	color: #3e546e;
	margin: 0px 0px 10px 0px;
}

h1 a {
	text-decoration: none;
	color: #3e546e;
}

input, select {	font-size: 14px; }

/********************
*  Specific Objects
********************/

.highTemp {
	color: red;
	font-weight: bold;
	margin-right: 5px;
}

.lowTemp {
	color: blue;
	font-weight: bold;
}

.ulNav {
    float: left;
    border: 1px solid #a1a1a1;
    width: 170px;
    left: 30px;
    margin: 0px 10px 0px 0px;
    /* margin: 0 30px; */
    padding: 5px 10px;
    position:absolute;
    text-align:left;
    background:#fff;
}
.ulNav li a {
	color: #a1a1a1;
	line-height: 20px;
}

.ulNav .navFirst a {
	font-size: 16px;
	margin-bottom: 10px;
}

.tempUnitPref {
	padding: 0px 5px;
	border: 1px solid #000;
	background: #ececec;
	position: relative;
	top: 1px;
}

.ccWthrTypeIcon img {
	margin: 0px 0px 5px 5px;
	display: block;
}

.currTemp {
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
}

.ccInfo td { padding: 0px 15px 10px 0px; }

.locGroup { text-align:center; }

.favArr {
	margin: 0px 5px 0px 3px;
	width: 15px;
	height: 11px;
	display: inline-block;
}

.arrPrev { background: url('../_img/prevArr.gif') no-repeat; }
.arrNext { background: url('../_img/nextArr.gif') no-repeat; }

.actFeelTag {
	margin-top: 75px;
	float: left;
	padding: 0px 10px;
	line-height: 20px;
	display: block;
}

.ulFcast li {
	float: left;
	width: 130px;
	line-height: 20px;
	margin: 0px;
}

.ulFcast a {
	border: 1px solid #a1a1a1;
	border-left: none;
	display: block;
	color: #000;
	background: #fff;
	font-weight: bold;
}

.ulFcast .liFcastFirst {
	border-left: 1px solid #a1a1a1;
}

.ulFcast .liFcastSel {
	background: #ececec;
	border-bottom: 1px solid #ececec;
}

.ulRadarZoom li{
	float: left;
}

.ulRadarZoom a {
	padding: 3px 8px;
	margin: 5px;
	border: 1px solid #000;
	background: #d7d7d7;
	color: #000;
	display: block;
}

a.radarZoomSel {
	background: #fff;
}

.fcastCondition {
	font-size: 10px;
	font-weight: normal;
}

.fcastInfo td {
	padding: 0px 10px 15px 0px;
	line-height: 10px;
}

/* precip/humidity boxes */
.fcastInfo td span {
	display: inline;
	width: 50px;
	border: 1px solid #a1a1a1;
	background: #fff;
	float: right;
}

.relHumidBox div {
	background: orange;
	height: 10px;
}

.precipBox div {
	background: blue;
	height: 10px;
}

.ulMapTabs li a {
	color: #000;
	border: 1px solid #000;
	border-top: none;
	padding: 5px;
	background: #d7d7d7;
	display: block;
	position: relative;
	right: 1px;
}

.ulMapTabs .liMapTabFirst {
	border-top: 1px solid #000;
}

.ulMapTabs .selTab {
	background: #fff;
	border-right: none;
}

.imgMap {
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	display: block;
}
/********************
*  Structure
********************/
#main{margin: 0px Auto !important;text-align:center;}
.pageContent{min-width:1105px;}
.ccBox {
	border: 1px solid #a1a1a1;
	margin-bottom: 15px;
	padding: 10px;
	display: inline-block;
}

.ccTempCallout {
	text-align: center;
}

.ccContent {
	margin-left: 15px;
	float: left;
}

.ccInfo {
	margin-bottom: 15px;
}

.ccLocPicker {
	margin-bottom: 10px;
	display: inline-block;
}	

.fcastCalloutBox {
	display: inline-block;
	width: 792px;
}

.ulFcast {
	text-align: center;
	position: relative;
}

.fcastInfoBox {
	padding: 10px;
	background: #ececec;
	border: 1px solid #a1a1a1;
	display: inline-block;
	width: 772px;
	margin-top:-4px;
}

.fcastInfo {
	padding: 0px;
	margin: 0px;
}

.divRadarZoom {
	text-align: center;
	width: 400px;
	margin: 5px 0px 0px 200px;
}

.ulRadarZoom {
	float: left;
	margin-left: 15px;
	position: relative;
	top: -8px;
}

.mapCallout {
	padding: 10px;
	background: #ececec;
	border: 1px solid #a1a1a1;
	display: inline-block;	
}

.pnlSecondary {
	font-weight: bold;
	width: 190px;
	margin: 5px auto 15px auto;
}

.ulMapTabs {
	float: left;
	position: relative;
	left: 3px;
	top: 10px;
}

.mapBox {
	padding: 9px;
	background: #fff;
	border: 1px solid #000;
}

/* Clearfix */
.clearfix:before, .clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 1;
}
/* End Clearfix */