/* Style sheet for new city pages - Internet Explorer */
/* Quick Links Form Styling */
form#quickLinkForm {
	float:left;
	width:598px;
}
fieldset#quickLink legend {
	margin-left:50px;
}

h1#c1 {
	width:95%;
}

div#container {
	float: left;
	width:596px;
}

/* Banner styling */
.fontSize130, .gcinitstop, div#container {
	float:center;
}

/* Current Conditions Styling */
div#currentcond div#currentcond-left sup {
	font-size:0.7em;
}
div#citycondition {
	width:464px;
}

div#citycondition ul li {
	padding:0;
	margin:0;
}

div#citycondition ul li.leftList {
	float:left;
}

div#citycondition ul li.rightList {
	float:right;
}

div#citycondition dl.leftCol {
	width:231px;
	margin-right:3px;
}

div#citycondition dl.leftCol dt {
	width:85px;
	border-bottom:1px solid #fff;		
}

div#citycondition dl.leftCol dd {
	margin:0 0 0 95px;
	padding:0;
}


/* Historical Data Styling */
div#historicaldata dl {
	height:5.5em;
	padding:0;		 
}

div#historicaldata dl dd {
	/* float:right; */
}

div#historicaldata dl.leftCol dt {
	margin:0 0 0 0.6em;
}

div#historicaldata dl.leftCol dd {
	width:auto;
	margin:0 1em 0 0;
}

div#historicaldata dl.middleCol dt {
	margin:0 0 0 0.6em;
}
div#historicaldata dl.middleCol dd {
	width:auto;
	margin:0 1em 0 0;
}
div#historicaldata dl.rightCol dt {
	margin:0 0 0 0.6em;
}
div#historicaldata dl.rightCol dd {
	width:auto;
	margin:0 1em 0 0;
}

div#historicaldata dl.oneColumn {
	width:35%;
}

div#historicaldata dl.oneColumn dt {
	margin:0;
	width:60px;
}

div#historicaldata dl.oneColumn dd {
	/* float:none; */
	width:88px;
}

div#historicaldata dl.twoColumn {
	width:296px;
}
div#historicaldata dl.twoColumn dt {
	margin:0 0 0 16%;
}
div#historicaldata dl.twoColumn dd {
	width:100px;
	margin:0 16% 0 0;
}

.dd2 {
	line-height:0;
	width:100%;
}

p.notavailable {
	margin:1em 0 1em 1em;
}

form.dropdown select {
	width:auto;
}


/* Print settings */
@media print {
	div#container {width:auto;} 
	div#currentcond div#currentcond-content {
		width:474px;
	}

	div#cityf div.period {
		width:117px;
	}

	div#historicaldata dl.rightCol { width:198px; }

	div#conditionscontainer,div#forecastData, div#historicaldata {float:none; }
	.cityfbox {width:100%; float:none;}
	div#historicaldata div#data { float:none; }
	div#historicaldata dl.rightCol dd { margin-right:3px; width:auto;}
	div#historicaldata dl.twoColumn { width:296.4px;} 

	div#citycondition dl.leftCol dt, div#citycondition dl.leftCol dd {
	  border-bottom:1px solid #fff;
	}

}


div#container div.righttab ul.navmenu  {background-color:#e1efff; width:220px; right:0;z-index:1000;position:absolute; border-bottom:1px solid #b2becf;border-left:1px solid #b2becf;  border-right:1px solid #b2becf;}


/* End print settings */

