﻿/* WEATHER CSS */

#LW_title
{
	
}

.column , .column_day , .column_night , .column_date
{
	width:185px;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding-bottom:10px;
}
.Weather_title
{
	font-size:20px;
	font-weight:bold;	
	display:block;
	float:left;
	width:300px;
}
.weather_chooser
{
	color:#777777;
	font-size:12px;
	
}
.choose_form
{
	display:inline; 
	position:relative; 
	left:5px;
}
#city_select
{
	
}
.text_day , .text_night
{
	display:block;
	float:left;
	margin-left:25px;	
	font-size:12px;
	
}

.text_day
{
	color:#767676;
}
.text_night
{
	color:#a7a7a7;	
}

#weather_block
{
	
	
}



.column_day 
{
	background:#fff9ce;
}

.column_night
{
	background:#464464;
	
}
.tab
{
	border:1px solid #cccccc;
	border-top:2px solid #cccccc;	
	width:560px;
}

.column_date
{
	height:50px;
	text-align:center;
	
}
.weekday
{
	font-size:14px;
	font-weight:bold;
	color:#474747;
	display:block;
	margin-top:5px;
}

.W_dd_mm
{
	color:#474747;
	font-size:14px;
	
}
.tempDay
{
	
	font-size:13px;
	font-weight:bold;
	color:Black;	
}
.tempNight
{
	font-size:13px;
	font-weight:bold;
	color:White;	
}

center img
{
	margin-top:10px;	
	
}
