﻿body {
	background: black;
	font-family: Verdana;
	font-size: 10px;
}
.x-small-text {
	font-size: x-small;
	text-align: left;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
}
table {
	font-size: 10pt;
	font-family: Verdana;
	background: white;
	border-collapse: collapse;
	border: 0;
}
table.master {
	width: 750px;
	background-color: #FFFFFF;
	border: 1px solid #946e2b;
	text-align: center;
	border-collapse: collapse;
}
table.slave {
	width: 710px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-cell {
	background-color: #C0C0C0;
	font-size: small;
	font-weight: bold;
}
textarea {
	font-family: Verdana;
	font-size: 10pt;
	width: 813px;
}
input {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;
	padding: 0;
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
input.xl {
	width: 250px;
}
input.large {
	width: 200px;
}
input.medium {
	width: 120px;
}
input.small {
	width: 80px;
}
input.xs {
	width: 20px;
}
input.noline {
	border: 1px solid #FFFFFF;
}
input.inputHidden {
	text-align: left;
	font-size: 10pt;
	font-family: Verdana;
	width: 200px;
	border: 1px solid #EBEBEB;
}
input.inputParm {
	text-align: center;
	font-size: 12pt;
	font-family: Verdana;
	width: 550px;
	border: none;
}
h1 {
	font-family: Verdana;
	font-size: 14pt;
}
select {
	padding: 0;
}
input.button {
	color: #946e2b;
	font-weight: 700;
	border: 1px outset #946e2b;
	background-color: #000000;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.nowrap {
	white-space: nowrap;
}
input.smaller {
	width: 50px;
}
input.xxl {
	width: 350px;
}

input.miners {
	width: 1px;
	height: 1px;
	background-color: #FFFFFF;
	border: 0px;
}
#miners {
	text-align: right;
}

#noscript {
	background-color: #FFFFFF;
	color: #CC3300;
	font-weight: bold;
	text-align: center;
}

