/* ==== CSS fo styling the radar page ==== */
/*input part*/
div.animation {
	background: #f4f4f4;
	padding: 2px 5px;
	border: 1px solid #999;
	margin: 0px;
	font-size: 11px;
	width: 465px;
}

div.animation input {
	width: 30px;
	border: 1px solid #000000;
	height: 12px;
	font-size: 10px;
	text-align: center;
}

div.animation input#dateStart {
    width: 6em
}
   
div.animation input#timeStart {
   width: 4em
}

div.animation input#dateStop {
   width: 6em
}

div.animation input#timeStop {
   width: 4em
}
   
div.animation input.mybutton {
	width: 70px;
	height: 17px;
	font-size: 11px;
}

div.animation span {
	color: #FF0000;
	display: block;
	margin: 0.5em 0;
}

/*diplay part*/
div.radarframe {
    float: left;
    position: relative;
    left: 20px;
	width: 480px;
	height: 330px;
	margin: 10px auto;
	font-size: 10px;
	clear: both;
}

div.radarpic {
	margin: 0px;
	background: url(http://img.landimeteo.ch/meteodata/radar/schweiz.gif) no-repeat;
	width: 480px;
	height: 310px;
	position: relative;
}
   
div.radarpic img#radar {
    width: 480px;
	height: 310px;
	position: absolute;
	top: 0;
	left: -20px;
}
   
div.radarpic img#scale {
    width: 472px;
    height: 20px;
    position: absolute;
	top: 315px;
	left: -20px;        
}

/*
div.backtoblog{
    position: absolute;
	top: 600px;
	left: 20px;
	}
*/		

/*A garder*/

/*
table.TBListe {
	margin-left: 10px;
	margin-right: 10px;
	border: none;
	width: 500px;
}
table.TBListe td {
	font-size: 11px;
	padding: 5px 4px 2px 4px;
}
table.TBListe td.email {
	font-size: 11px;
	padding: 0px 4px 2px 4px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #F0F1F2;
}
	
html, body {
    height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #e7e7e7;
}

.mybutton {
	color: #FFFFFF;
	background-image: url(http://www.landimeteo.ch/img/button.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;	
	font-weight: normal;
	height: 18px;
	border: 0px;
	width: 71px;
	text-align: center;
	cursor: default;
}
*/

