.historyLayer {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position:absolute; 
	left:50px; 
	top:50px;
	width:300px; 
	height:200px; 
	z-index:1; 
	background-color: #006699; 
	layer-background-color: #000000; 
	border: 1px none #000000;
	visibility: hidden;
}

.historyTable {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

