@charset "utf-8";
/* CSS Document */
html,body{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;	
	background:#CCC;
}
.body{
	background:#CCC;
	width:1000px;
	margin:0 auto;
}
.row{
		
}
.rowclick{
	text-decoration:underline;
	cursor:pointer;
}
.rowclick:hover{
	background:white;	
}
#map{
	width:1000px;
	height:400px;
	border:1px solid black;	
	margin-top:10px;
}
#loading{
	min-height:100%;
	width:100%;
	position:absolute;
	display:none;
	background:url(../img/overlay.png);
	z-index:9999;
}
	#loading img{
		margin-left:45%;
		margin-top:20%;	
	}
.btnSubmit{
	background:#FFF;
	border:2px solid #FFF;
	padding:3px 10px 3px 10px;	
	cursor:pointer;
}
.btnSubmit:hover{
	background:#EEE;
	border:2px solid #EEE;
}
.leaflet-container{
	color:black;	
}
.leaflet-label{
	background:white;
	border-radius:10px;
	padding:5px;	
}


#navigator{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#navigator ul{
	list-style-type:none;
	display:inline-block;
	margin-left:-40px;
}
#navigator li{	
	float:left;
}
#navigator li a{
	font-size:32px;
	font-family:SantasSleighFull;
	text-decoration:none;
	cursor: pointer;	
	color:white;
	background:#333;
	padding:5px 10px 5px 10px;
}
#navigator li a:hover{
	background:#FFF;
	color:black;
}
.rowCell{
	width:100px;
	padding:5px;
	background:#666;
	cursor: pointer;	
	color:white;
	display:inline-table;
}
.rowCell:hover{
	background:#FFF;
	color:black;
}
.rowCellactive{
	background:#FFF;
	color:black;
}