﻿@charset "utf-8";

/**
* Styleset for Cumulus Weather Console by ph-tvs.nl
* http://www.weerstation-lemmer.nl
* <!-- © copyright 2011 by ph-tvs.nl - http://www.weerstation-lemmer.nl -->
**/ 


body {
	font-family:Verdana; 
	font-style:normal; 
	font-weight:bold; 
	font-size:16px; 
	color:rgb(177,215,226); 
	background-color: #F9F9F9;
	align:center;
		
}
table {
	width:630;
	height:450;
	border: solid;
	border-width: 1px;
	border-color:black;
	align:center;
	font-family:Verdana; 
	font-style:normal; 
	font-size:14px; 
	background-color:rgb(230,230,230);
	
}
tr {
	 align:center; 
	 font-family:Verdana; 
	 font-style:normal; 
	 font-weight:bold; 
	 font-size:14px; 
	 color:#000000; 
	 background-color:#E6E6E6;
}
td {
	 height:30;
	 align:center; 
	 font-family:Verdana; 
	 font-style:normal; 
	 font-weight:bold; 
	 font-size:14px; 
	 color:#000000; 
	 background-color:#E6E6E6;
}

th{
	width:250; 
	height:90; 
	align:center; 
	valign:middle;
	background-color:#142433;
}
.label {
	width: 256px;
	height:30px;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	align:center;
	}
.field {
	width:257;
	height:30;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;	
}
.records {
	font-family:Verdana;
	font-style:normal;
	font-weight: bold;
	font-size:16px;
	color:rgb(177,215,226);
	width:1025;
	height:30;
	align:center;
	text-align: center;	
	background-color:rgb(0,102,153);
}
.date {
	width:251;
	height:30;
	align:center;
	font-family:Verdana;
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	text-align: center;
	color:rgb(177,215,226); 
	background-color:rgb(0,102,153);
}
.time {
	width:250;
	height:30;
	align:center;
	font-family:Verdana;
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	text-align: center;
	color:rgb(177,215,226);
	background-color:rgb(0,102,153);
}
.realtime {
	width:504;
	height:30;
	align:center;
	font-family:Verdana;
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	text-align: center;
	color:rgb(177,215,226);
	background-color:rgb(0,102,153);
}
.refresh {
	font-family:Verdana;
	font-style:italic;
	font-weight: bold;
	font-size:11px;
	color:rgb(177,215,226);
	width:1025;
	height:30;
	align:center;
	text-align: center;
	background-color:rgb(0,102,153);
}
   