/* MWWeatherNow.css */
/* таблицы стилей для сраницы текущей погоды
 *
 * 2010-10-12 Владимир Князь
 *
 */
 
#MWWNTable
{
	width: 700px;
	border: 2px solid rgb(6, 131, 255);
	border-collapse: collapse;
	font-family: Tahoma, Times New Roman, Arial, Verdana;
}
#MWWNTable td
{
	border-top: 1px solid rgb(6, 131, 255);
	border-bottom: 1px solid rgb(6, 131, 255);
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#MWWNTable tr.mwtable-odd
{
	background-color: lavender;
}
#MWWNTable tr.mwtable-empty
{
	height: 2px;
	background-color: rgb(6, 131, 255);
}
#MWWNTable tr.mwtable-separator td
{
	border-bottom: 2px solid rgb(6, 131, 255);
}
#MWWNTable td.mwlabel-field
{
	width: 490px;
	padding: 5px 5px 5px 5px;
}
#MWWNTable td.mwlabel-field
{
	text-align: right;
}

.mwdata-field
{
	float: right;
}

.mwunits-field
{
	float: right;
	width: 80px;
	text-align: left;
	padding-left: 5px;
}

/* элементы, в которых может быть отображён индикатор ожидания */
.mwspinner-field
{
	display: inline-block;
	min-width: 24px;
	min-height: 24px;
}

#MWCityNameField
{
	width: 300px;
	height: 2em;
}

#MWCityNamesPopup
{
	display: block;
	position: absolute;
	width: 300px;
	visibility: hidden;
	height: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	
	background-color: white;
	border-bottom: 1px solid rgb(170, 170, 170);
	border-left: 1px solid rgb(170, 170, 170);
	border-right: 1px solid rgb(170, 170, 170);
	border-top: none;
	
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.289062) 0px 2px 5px;
	
	z-index: 999999;
}

#MWCityNamesPopup li
{
	display: block;
	list-style: none;
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	padding: 0px 5px 0px 5px;
	color: black;
	text-decoration: none;
	font-family: Tahoma, 'Times New Roman', Arial, Verdana;
	font-size: 12px;
}

#MWCityNamesPopup li.mwselected
{
	color: white;
	background-color: rgb(56, 117, 215);
}

#MWSearchSpinner
{
	visibility: hidden;
	position: relative;
	right: 15px;
	top: 1px;
	z-index: 10;
}

.mwcity
{
	display: inline-block;
	float: left;
	width: 100px;
	padding: 0px 5px 0px 0px;
	overflow: hidden;
}

.mwadmin
{
	display: inline-block;
	float: left;
}

.mwstation
{
	display: inline-block;
	float: left;
	width: 220px;
	overflow: hidden;
}

.mwwmoid
{
	display: inline-block;
	float: left;
}

#MWHighClouds, #MWMiddleClouds, #MWLowClouds
{
	font-size: 14px;
}

#MWWNTable #MWSnowDepthRow, #MWWNTable #MWSnowStateRow
{
	display: none;
	height: 0px;
	visibility: hidden;
}

/* поле максимальной температуры */
#MWWNTable tr.mwmax
{
	background-color: rgb(255, 255, 200);
}

/* поле минимальной температуры */
#MWWNTable tr.mwmin
{
	background-color: rgb(230, 255, 255);
}

#MWWNTable tr.mwmax td.mwlabel-field, tr.mwmin td.mwlabel-field
{
	word-spacing: normal;
}
