@charset "utf-8";
	
	#headpage{
		 padding: 5px;
		 background-color:#739D09;
		 hight: 120px;
		 width: 100%;
		 position:relative;


	}
	#combotable td{
			padding: 2px;
	}
	
	#page{
	width:100%;
	background-color:#BAF46E;
	position:relative;

	/* height:600px; */
	border: 5px;
	}		 
	#input{

		padding: 20px ;
		position: absolute;
		width: 180px;
		overflow: auto;
		 /* height: 560px; */
	}
	#output{

		position:absolute;
		left:220px;
		/* height: 600px; */
	}
	.inputcombo{
		margin: 5px;
	}
	.inputselect{
	  
		width: 120px;
	}
	
	#map_canvas{
		margin: 20px 15px;
		padding: 0px 0px;
		float: left;
	}
	#outputdetails{
		padding: 20px;
		float: left;
		width: 220px;
		overflow: auto;
		height: 430px;
		border-left-style:outset;
		border-width: 2px;
		background-color:#9CEF6C;
		
	}
 	#header{
		position:absolute;
		top:25px;
		font-family:"Times New Roman",Georgia,Serif;
    font-weight: 100; 
		color:#FFFFFF;
		font-size:40px;
		text-shadow:#33F;
  }
	#yearselect{
		width: 150px;
	}
	.villagedetailstable{
		width: 200px;	
	}
	.villagedetailstable td{
		padding: 3px;
		margin: 3px;
		color: #333333;
		border-color:#FF6;
        text-align: left;
	}
	#table td{
		padding: 5px;
		margin: 5px;
		width: 180px;
	}
	#osmlisttable {
			width: 180px;
	}
	#append_osmlist{
		width: 180px;
	}
