* {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

body {
	background-color: #333333;
}

td.comment {
	color: silver;
}
td.error {
  color:red;
  font-weight:bold;
}
h1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	letter-spacing: 1px;
	border-bottom: 1px dotted White;
	color: White;
}
p {
	line-height: 150%;
}
a {
	color: Red;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, textarea, select {
	background-color: black;
	border: 1px solid white;
	color: White;
}
div.content {
	width: 780px;
	height: 249px;
	overflow: auto;
	scrollbar-arrow-color: White;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: Black;
	scrollbar-3dlight-color: Gray;
	scrollbar-highlight-color: Silver;
	scrollbar-shadow-color: Gray;
	scrollbar-track-color: Gray;
}

div.adminControls {
  position:absolute;
  padding:0px;
  margin:0px;
}
div.debugger {
	border: 1px solid silver;
	font-family: monospace;
	background-color: Black;
}

