/* @override http://nrkmci53787.intern.nrk.no:8888/prosjekter/yr/js-versjon/yrjsversion.css */
* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
body {
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #0fa2d8;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left,
.right {
	margin: 10px;
}
.box {
	border: 1px solid #4bbde8;
	background-color: #f2f4f1;
}
#small,
#large,
#x-large {
	margin: 0;
}

#small {
	width: 178px;
	height: 300px;
}
#large {
	width: 466px;
	height: 276px;
}
#x-large {
	width: 848px;
	height: 420px;
}
h1 {
	padding: 8px 0 6px;
	line-height: 8px;
	margin: 0;
}
#small h1,
#large h1 {
	padding-left: 10px;
}
h1 a {
	font-size: 13px;
	color: #000;
}
h1 a:hover {
	text-decoration: underline;
}
.top {
	background: #7dcde2 url("http://fil.nrk.no/contentfile/web/bgimages/special/weather/jsversion/banner.png") no-repeat top left;
	text-align: right;
	padding: 0 6px;
	height: 25px;
}
.top a {
	line-height: 25px;
	display: block;
	color: #1d788f;
}
.top a:hover {
	text-decoration: none;
}
.top a em {
	visibility: hidden;
}
.content {
	border-top: 1px solid #fff;
	overflow: hidden;
}
#x-large .content {
	padding-left: 10px;
}
.forecast-wrapper {
	padding-top: 2px;
	float: left;
}
.forecast-wrapper h4 {
	display: none;
	margin: 0 0 3px 16px;
	font-size: 11px;
}
.forecast-box {
	border: 2px solid #ccd2ce;
	margin-left: 8px;
	background: #fff;
	height: 128px;
	width: 158px;
}
#large .forecast-box {
	margin-left: 10px;
	width: 138px;
}
.forecast-box h3 {
	font-weight: bold;
	overflow: hidden;
	color: #7a8180;
	margin: 3px 2px 0 4px;
	font-size: 11px;
	line-height: 13px;
	height: 26px;
	text-align: left;
}
.forecast-box h3 * {
	color: #7a8180;
	font-style: normal;
	font-weight: normal;
}
.forecast-box h3 em {
	display: block;
}
.forecast-box table {
	border-collapse: collapse;
	background: #f2f4f1;
	margin: 3px 0;
	width: 100%;
}
.forecast-box td {
	text-align: center;
	width: 33%;
}
.forecast-box .plus,
.forecast-box .minus {
	font-size: 20px;
	padding-left: 3px;
	font-weight: bold;
}
.forecast-box td.plus,
.forecast-box td.minus,
.forecast-box td.wind {
	border-left: 2px solid #fff;
	color: #0280d9;
}
.forecast-box td.plus {
	color: #f01c1c;
}
.forecast-box p {
	padding: 4px;
}
.meteogram {
	
}
.meteogram img {
	margin: 4px auto 4px auto;
}
ul {
	list-style-type: disc;
	padding-left: 14px;
	color: #b5b5aa;
}
#small ul {
	border-bottom: 1px solid #e3e4e3;
	padding: 0 0 4px 22px;
	margin-top: 10px;
}
#search {
	padding: 4px 0 0 0;
	width: 200px;
}
#small #search {
	border-top: 1px solid #fff;
	padding: 5px 0 5px 6px;
	margin-bottom: 8px;
	width: auto;
}
#search label {
	font-weight: bold;
	line-height: 20px;
	display: block;
	clear: both;
}
#search input#place {
	border: 1px solid #4bbde8;
	line-height: 20px;
	width: 120px;
	height: 20px;
	float: left;
}
#search input#querybutton {
	background-image: url("http://fil.nrk.no/contentfile/web/bgimages/special/weather/jsversion/button.gif");
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 0 4px;
	font-size: 12px;
	cursor: pointer;
	color: #536a7e;
	height: 22px;
	border: none;
	width: 40px;
	float: left;
}
#search input#querybutton:hover {
	color: #212d2c;
}
