@charset "utf-8";
/**
* Styleset for Cumulus Weather Console by ph-tvs.nl
* http://www.weerstation-lemmer.nl
* <!-- © copyright 2013 by ph-tvs.nl - http://www.weerstation-lemmer.nl -->
**/ 
*
* 
a:link{ color : cyan; text-decoration : none; }

a:visited{ color : cyan; text-decoration : none; }

a:hover{ color : cyan; text-decoration : underline; }

a:active{ color :white; text-decoration : none; }

a.license:link{ color : #696969; text-decoration : none; }

a.license:visited{ color :#696969; text-decoration : none; }

a.license:hover{ color : #696969; text-decoration : underline; }

a.license:active{ color : #696969; text-decoration : none; }
body {
	background-color: #78A0A0;
	color:white;
}
fieldset { border:3px solid white }
p {
	text-align:center;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius: 7px;
	border-radius: 3px;
}
legend {
  padding: 0.2em 0.5em;
  border:1px solid white;
  color:white;
  font-size:20px;
  text-align:right;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
  }
.units-label {
width:289px;
height:10px; 
}
.units-value {

width:80px;
height:10px; 
}
.tabs {
width:80px;
height:10px;	
}
.collspan {
width:289px;
height:66px; 	
}
.editbox { border : 1 solid #405088; background : #000000; color : #FFFFFF; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; }
p.login-a {
	color:#000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width:50px; 
	height:35px; 
	
}
p.login-b {
	color:#000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width:100px; 
	height:35px; 
	
}
p.header {
	color:white;
	font-weight:bold;
}
p.logo {
	color:white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 20px;
}
p.license {
	font-size:12px;
	color: #696969;
	
}
.message {
	color: cyan;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }	
.center
{
margin:auto;
width:90%;

}
#wrap {
	width:500px;
	margin:1em auto;
}
#colorbox {
	position:absolute;
	top:350px;
	left:350px;
}
