#log	{
	background-color: navy;
	
	position: absolute ;
	top: 0px ;
	left: 0px ;
	
	z-index: 100 ;
	
	width: 100% ;
}

#log_menu	{
	width: 100% ;

	border-top : white 1px solid ;

	font-size: 8pt ;
	font-weight: bold ;
	text-align : right ;
	
	color: white ;
}

#log_menu a	{
	color: white ;
	text-decoration: none ;
}

#log_menu a:hover	{
	color: white ;
	text-decoration: none ;
}

#log_menu a:active	{
	color: white ;
	text-decoration: none ;
}

#log_content	{
	height: 285px ;
	display: none ;

	overflow: auto ;

	
	font-family: Courier;
	font-size: 8pt ;
	color: white ;
}
