@charset "utf-8";
/* CSS Document */
/* General */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #cccccc 1px dotted;
}
#morewx h2 {
	font-size: 1.1em !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold !important;
	margin: 20px 0 0 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container {
	background-color: #ffffff;
	width: 728px;
	margin-left: 0;
	margin-right:0;
}
.header {
	width: 100%;
	background-color: #999999;
	color: #ffffff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.left {
	float: left !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.815em;
	margin: -15px 9px 0 0;
	width: 508px;
	border-right:1px dotted #ccc;
	padding-right:10px;
}
.right {
	float: left !important;
	position: relative;
	width: 200px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.88em;
	margin-top:7px;/*padding-left:10px;*/
	/*border-left: 1px dotted #CCCCCC;
	min-height:1400px;*/
}
.text {
	text-align: left;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.form li {
	margin-bottom: 10px;
}
.form label {
	font-weight: bold;
}
.form input, .form textarea {
	width: 70%;
	padding: 3px;
}
.form .checkbox {
	width: 0;
}
.form .button {
	width: auto;
	padding: 0px;
	border: 0;
	color: #cccc00;
	background-color: #303030;
	padding: 3px;
	font-weight:bold;
}
.footer {
	clear: both;
	border-top: #cccccc 1px dotted;
	text-align: center;
	color: #666666;
	padding: 10px;
}
/* Weather */
#cc {
	padding: 5px;
}
#cc h1 {
	margin: 0px;
	font: 0.7em Tahoma, sans-serif;
	color: #000000;
	border-bottom: 0;
}
#detailed td {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#detailed th {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	background: #CCCCCC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
#forecast {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	text-align:left;
}
#forecast img {
	float:left;
	margin:-7px 5px 0 0;
}
#forecast p {
/*display:inline;*/
}
#forecastnow {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:.6em;
	text-align:left;
	max-height:430px;
	overflow:hidden;
}
#forecastnow img {
	margin-left:22px;
}
#forecastnow p {
	border: 1px dotted #CCCCCC;
	min-height: 200px;
	padding: 5px;
	width: 115px;
	float:left;
	background-color:#f4f4f4;
}
.weather {
	min-height:60px;
	border-bottom:1px #CCC dotted;
	padding:0 0 5px 0;
}
.forecastcreated {
	font-family:Verdana, Geneva, sans-serif;
	color:#777;
	font-size:.85em;
	font-weight:normal;
	font-style:italic;
}
#currentwx {
	font-size:1em;
	background-color:#ecf4f9;
	padding:5px;
	border:1px dotted #ccc;
}
#currentwx img {
	float:right;
	margin-left:10px;
}
#currentwx h1 {
	border: none;
	color: #666666;
	font-size: 0.7em !important;
	display:inline;
}
#currentwx h2 {
	border: none;
	color: #333;
	font-size: 1.75em !important;
	display:inline;
}
.currentdata {
	font-size:.68em;
	line-height:1.88em;
}
.lastupdated {
	font-size:.5em;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}
h1.outlook {
	font-size:.95em !important;
	color:#333;
}
.source {
	font-size:.73em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
	color:#888;
	font-weight:bold;
}
#ntaddthis {margin-top:9px;}