@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-size:16px; 
	color:#363636; 
	background-color:withe;
}
table {
	
	border: solid;
	border-width: 1px;
	border-color:black;
	align:center;
	font-family:Verdana; 
	font-style:normal; 
	font-size:14px; 
	background-color:withe;
	
}
.table{
	border: solid;
	width:1050px;
	height:1164px;
	background-color:withe;
	border:1px;
	
}
div {
	 align:center;
	 overflow:hidden;
}
tr {
	 align:center; 
	 valign:middle;
	 font-family:Verdana; 
	 font-style:normal;  
	 font-size:14px; 
	 color:#000000; 
	 background-color:withe;
}
td {
	 align:center;
	 valign:middle;
	 text-align:center; 
	 font-family:Verdana; 
	 font-style:normal;  
	 font-size:14px; 
	 color:#363636;  
	 background-color:withe;
	 border: 1px solid;
	 border-color: #92aa0e;
	 
}

th{ 
	align:center; 
	valign:middle;
	height:92;
	background-color:#92aa0e;
}
.label {
	height:30px;
	color:#363636; 
	text-align: center;
	align:center;
	background-color:#92aa0e;
	}
.field {
	text-align: left;
	font-weight: bold;
		
}
.records {
	font-family:Verdana;
	font-style:normal;
	font-weight: bold;
	font-size:16px;
	color:#363636;
	width:1025px;
	height:30px;
	align:center;
	text-align: center;	
	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:1025px;
	height:30px;
	align:center;
	text-align: center;
	background-color:rgb(0,102,153);
}
.metars {
	height:190px;
	color:rgb(177,215,226); 
	text-align: center;
	font-weight: bold;
	align:center;
	background-color:withe;
	}
	
.iframe {
	height: auto;
	width: 1025px;
}
i {
	text-decoration: underline;
	cursor: pointer;
    }
	

   