body {
	font-family: Terminal, "Courier New", Courier, mono;
	font-size: 10pt;
	color: #00CC00;
	background-color: #000000;
	scrollbar-face-color: #00CC00;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #003300;
	scrollbar-arrow-color: #000000;
}
td {
	font-family: Terminal, "Courier New", Courier, mono;
	font-size: 10pt;
	color: #00CC00;
	background-color: #000000;
}
p {
	font-family: Terminal, "Courier New", Courier, mono;
	font-size: 10pt;
	color: #00CC00;
	background-color: #000000;
}
pre {
	font-family: Terminal, "Courier New", Courier, mono;
	font-size: 10pt;
	color: #00CC00;
	background-color: #000000;
}
a {
	color: #00FF00;
}
input {
	font-family: Terminal, "Courier New", Courier, mono;
	font-size: 10pt; 
	color: #00CC00;
	background-color: #000000;
	border:0px solid black;
}
.status {
	background-color: green;
	border: 15 green solid;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: Lucida Calligraphy; 
	color: white; 
	filter: alpha(opacity=80);
}
/* Styles for gliding layers  */
#glideDiv0, #glideDiv1, #killer, #slider { 
	position:absolute; visibility:hidden; 
  left:0; top:0; z-index:200; 
  width:500px;
  color:black;
  background-color:green;
  filter: alpha(opacity=95);
}

#prx { 
	background-color:white;
	position:absolute;
	left:0; top:0;
	visibility: hidden;
}

.transparent {
  border: 0px;
  background-image:url(whitebk.png);
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='whitebk.png',sizingMethod='scale',opacity=10);
  color: black;
}

/* stop child elements inheriting the parents alpha opacity in ieWin */
.transparent* {
/* A position:absolute or position:relative is required for ieWin to actually set the filter? */
position:relative;
}
