/* CSS Document */
#mod_weather {

	margin:0px 0px 0px 0px;
	text-align:left;
	font-family:Tahoma, Trebuchet MS, Arial, Verdana;/*	height:120px; */

}
#mod_weather div img {
	text-align:right;
}
#mod_weather .content{
   text-align:right;
   
}
#mod_weather p {
	color:#013569;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 0px 5px;
	text-transform:uppercase;
	padding:0px;
}
#mod_weather p span.today_text {
	color:#A0A3A3;
}
#mod_weather .description {
	margin:0px 0px 0px 5px;
	padding:0px;
	float:left;
	line-height:1.5;
}
#mod_weather .icon {
	padding-right:20px;
	float:right;
	text-align:right;
	/*width:100px;*/
}
#mod_weather .description p.h3 {
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#013569;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
}
#mod_weather .description p.h3 span.date_text {
	color:#F59000;
	font-weight:bold;
}
#mod_weather .description p {
	padding:0px;
	margin:2px;
	font-size:11px;
}
#mod_weather .description p span.day_text {
	font-weight:bold;
	color:#000000;
	text-transform:capitalize;
}
#mod_weather .description p span.year_text {
	font-weight:normal;
	color:#000000;
}
#mod_weather .description p span.session_text {
	font-weight:normal;
	color:#000000;
	text-transform:uppercase;
}
#mod_weather .description p span.now_text {
	font-weight:normal;
	color:#000000;
	text-transform:capitalize;
}
#mod_weather .description p span.now_data {
	font-weight:normal;
	color:#000000;
	text-transform:capitalize;
}
#mod_weather .description p span.max_text {
	font-weight:normal;
	color:#000000;
	text-transform:capitalize;
}
#mod_weather .description p span.max_data {
	font-weight:normal;
	color:#000000;
	text-transform:capitalize;
}
#mod_weather .description span.bar {
	margin:4px;
	color:#6DC4E8;
}
#mod_weather .description span.time_text {
	color:#F59000;
}
#mod_weather .description span.detail {
	color:#F59000;
	font-size:12px;
	margin-top:2px;
	text-transform:capitalize;
	font-weight:bold;
}
#mod_weather .description p {
	margin:2px;
	padding:0px;
}
#mod_weather .description p span.forecast_text a {
	font-size:11px;
	color:#3C90B3;
	text-decoration:none;
	font-weight:bold;
}
#mod_weather .description p span.forecast_text a:hover {
	font-size:11px;
	color:#EA7900;
	text-decoration:none;
	font-weight:bold;
}
#mod_weather .dayforecast {
	clear:both;
	margin-left:5px;
}
#mod_weather .description p {
	margin:0px;
	padding:0px;
}
#mod_weather .dayforecast p {
	margin:0px;
	padding:0px;
}
#mod_weather .dayforecast span a {
	font-size:14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	color:#3C90B3;
	text-decoration:none;
}
#mod_weather .dayforecast span a:hover {
	color:#EA7900;
	text-decoration:none;
}
