@charset "UTF-8";
/* === CSS iPhone lodrätt   === */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	background-color: #333;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #6F2000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #6F2000;
}
a:focus {
	text-decoration: underline;
	font-weight: bold;s
	color: #333333;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #6F2000;
}

#iPhone_main {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	height: 416px;
	background-color: #FFFFFF;
}
/* ===  CSS för sidhuvudet  === */
#iPhone_pagehead {
	width: 320px;
	height: 37px;
	position: relative;
	background-image: url(../bilder/top320_37.jpg);
}
#div_datum {
	text-align: right;
	height: 20px;
	position: absolute;
	width: 190px;
	top: 0px;
	right: 0px;
	padding-right: 5px;
}
/* ===  CSS för boxen välja ort och texten och länk till YR  === */
#iPhone_content {
}
#vader_info {
	background-color: #FFC;
	height: 24px;
	width: 320px;
}
#yrLink {
	width: 160px;
	float: right;
}
#selectPlace {
	width: 160px;
	float: left;
	height: 24px;
}
#selectPlace select {
	color: #6F2000;
	height: 24px;
	background-color: #FFC;
}

#gMap {
	width: 320px;
	height: 340px;
}

/* ===  css för informationsfönstret (vädertabellen)   === */
#infoWindow {
	font-size: 9px;
	height: 170px;
	border-collapse: collapse;
}
#table_start{
	width: 184px;
	margin-left: 22px;
	text-align: center;
}
#table_start td{
	width: 20.4px;	
	font-weight: bold;
	text-align: center;
}
.sepH{
	height: 1px;
	background-color: #bbb;
}
#cap{
	font-size: 11px;
}
#cap .ort{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.days{
	vertical-align: bottom;
}
.daysH{
	color: #990000;
	vertical-align: bottom; 
}
#table_chart{
}
.temp_cell_L{
	color: #0055ff;
}
.temp_cell_H{
	color: #990000;
}
#table_slut{
	width: 184px;
	margin-left: 22px;
	text-align: center;
}
#table_slut img.vf{
	height: 11px;
	width: 20.4px;
}
#table_slut img.vind{
	height: 6px;
	width: 20.4px;
}
.tableTextSmall{
	font-size: 7px;
	font-weight: bold;
	background-color: #e3e9f5;
	display: block;
}
.wSpeed{
	margin-bottom: 1px;
	display: block;
	font-size: 8px;
	font-weight: normal;
	line-height: 1.2em;
	vertical-align: top;
}
#table_slut img.regn{
	width: 20.4px;
}
.rain_cell{
	height: 16px;
	width: 20.4px;
	background-color: #f7faff;
	vertical-align: bottom;
	border-bottom: 1px solid #d8dee6;
}
.rainTxt{
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #bbb;
}
#yr{
	margin-top: 1px;
	font-weight: normal;
	margin-left: 23px;
	font-size: 90%;
}
/* ===  css för Sidfoten === */
#iPhone_sidfot {
	font-size: 10px;
	height: 15px;
	width: 315px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6F2000;
	clear: both;
	padding-left: 5px;
}