@import url("warningstyle2.css");

.h11 {
	clear:right;
	width:95%;
        font-size:18px;
        color:#000000;
}
#container {
	position:relative;
}

.hidden {
	height:0! important;
	margin:0! important;
	padding:0! important;
	display:none;
}
p.notavailable {
	margin:5px 0 5px 5px;
	border:0;
	font-size:100%;
	height: 40px;
}

/* Forecast Quick Link */
form#quickLinkForm {
	margin-bottom:15px;
}
fieldset#quickLink {
	padding:3px;
	margin-left:300px;
	width:390px;
	text-align:center;
        border:1px solid #669900; 
       -webkit-border-radius: 8px; 
       -khtml-border-radius: 8px; 
       -moz-border-radius: 8px; 
        border-radius: 8px;	
}
fieldset#quickLink legend {
	font-weight:bold;
        font-family:ubuntu;
        font-size:14px;
	color:#4C60B6;
	margin:0 0 0 72px;
	padding:0 10px 0;
}
fieldset#quickLink select {
	width:155px;
}
fieldset#quickLink input {
	padding:1px;
}

/* forecast details */

div.fdetails {clear:both;}	
div.fdetails p {margin-top:5px; margin-bottom:5px;padding:3px;}
div.fdetails p.warningText  {margin:0; padding:0 0 0 3px; font-weight:bold;}
div.fdetails p.fissued {border-bottom:1px solid #557198;width:620px;}
div.fdetails dl {margin: 3px 0 0 0; padding:3px; }
div.fdetails dl dt {width:118px; float:left; font-weight:bold; }
div.fdetails dl dd {width:620px; margin:0;float:left;}
div.fdetails dl dd.dd2 {width:100%;float:left;height:2px;padding:1px 0 1px 1px;}
