body {
	margin: 0px;
	background-color: #fff;
	color: #000;
}

td,tr,p {
	font: 11px/14px arial, swiss, verdana "sans-serif";
	color: #000;
}

a {
	color: #2872a6;
	text-decoration: none;
}

a:hover {
	color: #e38600;
	text-decoration: underline;
}

.navDropDown {
	background-position: middle top;
}

/* ----- Weather Panel ----- */

#weather {
	margin-top: 0px;
	background-color: #f2f2f2;
}

#weather td {
	padding: 0px;
}

#weather tr.row1 {
	background-color: #f2f2f2;
}

#weather tr.row2 {
	background-color: #fff;
}

#weather td.scriptHold {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

#weather td.wLeft {
	border-left: 1px solid #d3d3d3;
	background: none;
	padding: 5px 5px 5px 8px;
	font-size: 10px;
	line-height: 13px;
	color: #939292;
}

#weather span.highlight {
	color: #2872a6;
	font-weight: bold;
	font-size: 11px;
}

#weather td.wRight {
	border-right: 1px solid #d3d3d3;
	background: none;
	width: 32px;
}

#weather td.location {
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: none;
	padding: 5px 5px 5px 8px;
	color: #605f5f;
}

#weather .select {
	color: #605f5f;
	font-size: 10px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	padding: 2px;
	margin: 2px 0px;
	width: 180px;
}

#weather a {
}

#weather a:hover {
}

#weather .weather_title {
}

#weather .weather_header {
	color: #2872a6;
	font-weight: bold;
	font-size: 11px;
}

#weather .weather_body {
	font-size: 11px;
	font-weight: normal;
	color: #939292;
}

#weather .weather_col1 {
	border-bottom: 1px solid #d3d3d3;
	padding: 3px 5px 3px 8px;
}

#weather .weather_col2 {
	padding: 0px;
	border-bottom: 1px solid #d3d3d3;
	padding: 3px 5px 3px 0px;
}

#weather .weather_row1 {
}

#weather .weather_row2 {
}

#weather .weather_row3 {
}