/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
 #headerdiv {
	height:25px;
	width: 100%;
}
#mapdiv {
	height:100%;
	width:80%;
	float:left
}
#listdiv {
	height: 100%;
	width:300px;
	border: 1px solid black;
	overflow:auto; 
	float:left
}
.imageC {
	/*height:300px;*/
	/*width:300px; */
	overflow: hidden;
	/*object-Fit  = cover;  */
	/*float:left*/
}
.itemdiv {
	/*height:225px;*/
	/* width:300px; */
	background-color: White;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow: hidden;
}
#pagediv {
	height: 100px;
	width: 100px;
	border: 1px solid Red;
}
#messageId {
	top: 100px;
	left: 20px;
	height: 25px;
	width: 100px;
	background-color: White;
	border: 1px solid black;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}