﻿.watermark {
	background: #FFAAFF;
}

.popupControl {
/*	background-color:#AAD4FF;*/
	position:relative;
	visibility:hidden;
	/*border-style:solid;
	border-color: Black;
	border-width: 2px;*/
}

.modalBackground {
	background-color:#000000;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup {
	/*background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;*/
	padding:3px;
	width:250px;
}

#weather-msnbc {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #003366; 
	width: 220px;         
}

#weather-msnbc h4, 
#weather-msnbc h5, 
#weather-msnbc p {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#weather-msnbc h4 {
	color: #c00;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
}

#weather-msnbc h5 {
	font-weight: bold;
	color: #003366;
}

#temperature {
	float: left;
	text-align: left;
	width: 40px;
	margin: 4px 0;
}

#glyph {
	float: left;
	text-align: left;
	width: 40px;
	margin: 4px 0;
	margin-left: 40px;
}

#weather-msnbc img { border: none; display: block; }

#weather-msnbc #temperature {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}

#location {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #003366;
}
