#frc_content_weather {
	left:2%;
	padding-top: 10px;
	position:relative;
	width:98%;
	float:left;
}

.weather_td {
	width: 50px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;}

.fon_0_0 {
	background-image: url("/images/fon/0_0.gif");}

.fon_0_1 {
	background-image: url("/images/fon/0_1.gif");
}

.fon_0_3 {
	background-image: url("/images/fon/0_3.gif");
}

.fon_0_8 {
	background-image: url("/images/fon/0_8.gif");
}

.fon_1_0 {
	background-image: url("/images/fon/1_0.gif");
}

.fon_1_1 {
	background-image: url("/images/fon/1_1.gif");
}

.fon_1_3 {
	background-image: url("/images/fon/1_3.gif");
}

.fon_1_8 {
	background-image: url("/images/fon/1_8.gif");
}

.fon_2_0 {
	background-image: url("/images/fon/2_0.gif");
}

.fon_2_1 {
	background-image: url("/images/fon/2_1.gif");
}

.fon_2_3 {
	background-image: url("/images/fon/2_3.gif");
}

.fon_2_8 {
	background-image: url("/images/fon/2_8.gif");
}

.fon_3_0 {
	background-image: url("/images/fon/3_0.gif");
}

.fon_3_1 {
	background-image: url("/images/fon/3_1.gif");
}

.fon_3_3 {
	background-image: url("/images/fon/3_3.gif");
}

.fon_3_8 {
	background-image: url("/images/fon/3_8.gif");
}

.fon_0 {	background-color:#b9bfcd;}

.fon_2 {
	background-color:#eee5c8;
}

.date {
	width: 50px; 	color:#1f2298;
 	font-size: 14px;
 	font-weight:bold;
	height: 20px;
	background-color:transparent;}

.tod {
	width: 50px;	height: 20px;
	font-size: 13px;}

.phenom {
	width: 50px;
	height: 80px;}

.mstorm {	width: 50px;	height: 30px;
	text-align: center;}

.temper {	width: 50px;	height: 40px;
	font-size:16px;
	font-weight:bold;
	text-align: center;}

.hum {	width: 50px;
	height: 24px;
	font-size: 13px;
	text-align: center;}

.wind {	width: 50px;
	height: 40px;
	font-size: 13px;
	text-align: center;}

.red {
	color: #a70909;}

.white {
	color: #fff;
}

.bold {
        font-weight:bold;
}

.date, .tod {
	border: solid 0px;
}

.temper, .hum, .wind {
	border: solid 0px;	border-bottom: solid 1px #fff;}

.sign {	width: 134px;
	color: #3B55C5;
	font-size: 13px;
	font-weight: normal;
	text-align: left;}

#delim {	width: 3px;
	height: 100%;
	background-color:#2B3A6E;}

.display {
	display: block;
}

.print_display {
	display: none;
}

.d_red{ font-weight:bold; color:#990000; font-size: 12px;}
.d_yellow{ font-weight:bold; color:#CC8000;  font-size: 12px;}
.d_green{ font-weight:bold; color:#009900;  font-size: 12px;}
