﻿.weather_curr_condition_main
{
	font-family:Verdana, Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#dbdbe0;
}

.weather_curr_condition
{
	font-family:Verdana, Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#1a1b1c;
}

.weather_condition_title
{
	font-family:Verdana, Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#dbdbe0;
}

.weather_condition_degrees
{
	font-family:Verdana, Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#dbdbe0;
}

.weather_condition_city
{
	font-family:Verdana, Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#dbdbe0;
}

.weather_condition_country
{
	font-family:Verdana, Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#dbdbe0;
}

.weather_condition_day
{
	font-family:Verdana, Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#1a1b1c;
}

.weather_condition_day_data
{
	font-family:Verdana, Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#1a1b1c;
}

.weather_condition_next_day
{
	font-family:Verdana, Tahoma;
	font-size:10px;
	font-weight:normal;
	color:#1a1b1c;
}

.weather_condition_next_day_bold
{
	font-weight:bold;
}

.more_link
{
	font-family:Verdana, Tahoma;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#607108;
}
.more_link:hover{font-weight:bold;text-decoration:underline;}

.weather_more
{
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}

.weather_settings_title
{
	font-family:Verdana, Tahoma;
	font-size:11px;
	font-weight:bold;
}

.weather_modal_panel
{
	width:500px;
	height:300px;
	background-color:#f3f3e9;
	border:solid 0px #687083;
	border-collapse:collapse;
}

.modalBackground
{
	background-color:Black;
	filter:alpha(opacity=80);
	opacity:0.8;
}