body, html {
	margin:0px;
	padding: 0px;
	overflow: hidden;	
}

.top_menu_container {	
	line-height:20px;
	font-family:arial, helvetica, sans-serif;
	font-size:10px;	
}

.top_menu {
	cursor:pointer; 
	text-decoration: underline;
	line-height: 20px;
	font-family:arial, helvetica, sans-serif;
	font-size:10px;
	
}

#phpMySQLConsole {
	font-family: "Courier New", Courier,  fixedsys;
	border:solid 1px #c0c0c0;
	line-height: 11px;
	color: #c0c0c0;
	background-color: #000001;
	width:100%;
	height:600px;
}

#progressBar {
	display: none;
	background: #fcfcfc;
	border:solid 1px #c0c0c0;
	left:100;
	top:100;
	z-index:2;
	position:absolute;
	font-family:arial, helvetica, sans-serif;
	font-size:10px;
}

#progressImage {
	margin:3px 5px 3px 3px;
}