body {
	background: #002800;
	color: #F0F0F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	overflow-x: hidden;
}

h1, h2, h3, h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

a { text-decoration: none; }
a:link { color: #ffff00; }
a:hover { color: #FFFFFF; }
a:visited { color: #ffff00; }

/* System Messages */
.msgError {background-color: #CC0000; font-weight: 900; color: #FFFFFF; font-size: 11px;}
.msgWarn {background-color: #FFFF33; font-weight: 900; color: #323232; font-size: 11px;}
.msgAlert {background-color: #33FF00; font-weight: 900; color: #FFFFFF; font-size: 11px;}
.msgErrorLabel {font-weight: bold; color: #FFFFFF; font-size: 14px;}
.msgWarnLabel {font-weight: bold; color: #323232; font-size: 14px;}
.msgAlertLabel {font-weight: bold; color: #FFFFFF; font-size: 14px;}

/* Text Elements */
.footer {
	font-size: 11px;
	color: #c0c0c0;
}

.smallTxt {
	font-size: 10px;
}

.loginTxt {
	font-size: 10px;
	font-weight: bold;
	color: #80ff80;
}

/* Form Elements */
.inLabel {
	font-size: 18px;
	font-weight: bold;
}

.inLabelReg {
	font-size: 14px;
	font-weight: bold;
	color: #00FD00;
}

.inLogin {
	height: 15px;
	width: 70px;
	font-size: 11px;
	font-weight: bold;
	background: #008000;
	color: #FFFF00;
	border: 0px;
	vertical-align: middle;
}

.inText {
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	background: #008000;
	border: 2px solid #00FF00;
	color: #ffff00;
}

.inTextReg {
	font-size: 14px;
	font-weight: bold;
	width: 180px;
	background: #008000;
	border: 2px solid #00AF00;
	color: #ffff00;	
}

.inURL {
	font-size: 18px;
	font-weight: bold;
	width: 90%;
	background: #ffffc8;
	border: 2px solid #c8c800;
	color: #5a5a00;
}

.inPubID {
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	background: #c0c0c0;
	border: 1px solid #808080;
}

.btnLogin {
	height: 15px;
	font-size: 11px;
	font-weight: bold; 
	background: #008000;
	border: 0px;
	color: #FFFF00;
	vertical-align: middle;
}

.btnSqueeze {
	font-size: 18px;
	font-weight: bold;
	color: #008090;
}

.btnSubmit {
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

.btnSubmitBig {
	font-size: 18px;
	font-weight: bold;
	color: #800000;
}

/* Layout Elements */
#mainBox {
	position: relative;
	left: 50%;
	min-height: 450px;
	width: 780px;
	padding: 30px 15px 15px 15px;
	margin-left: -390px;
	background: #004000;
	border: 2px solid #00B400;
}

* html #mainBox {
	height: 440px;
	width: 810px;
} 

#logo {
	position: absolute;
	width: 200px;
	height: 50px;
	left: 25px;
	top: -25px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	border-left: 2px solid #00B400;
	border-right: 2px solid #00B400;
}

* html #logo {
	width: 204px;
} 

#LoginBox {
	position: absolute;
	font-size: 10px;
	color: #80ff80;
	width: 350px;
	height: 20px;
	right: 0px;
	top: -25px;
	padding: 0px;
	z-index: 3;
	overflow: hidden;
	border: 0px;
}

#linkInput {
	position: absolute;
	width: 550px;
	left: 50%;
	top: 140px;
	margin-left: -275px;
	background: #003200;
	padding: 10px;
}

#menu {
	position: relative;
	width: 550px;
	left: 50%;
	background: #002800;
	margin-left: -275px;
	padding: 10px;
	font-size: 11px;
}

* html #linkInput {
	width: 570px;
} 

#linkOut {
	position: absolute;
	width: 100%;
	bottom: 15px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

#msgBox {
	position: absolute;
	width: 100%;
	padding: 0px;
	top: 0px;
	left: 0px;
	min-height: 20px;
	z-index: 5;
}

* html #msgBox {
	height: 20px;
} 

#aboutBoxFront {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -275px;
	padding: 10px;
	width: 550px;
	min-height: 60px;
}

* html #aboutBoxFront {
	width: 570px;
	height: 80px;
}

#ssLinksBox {
	position: absolute;
	bottom: 5px;
	padding: 0px;
	width: 100%;
	min-height: 20px;
	font-size: 10px;
}

* html #ssLinksBox {
	width: 100%;
	height: 20px;
}

#adBox728 {
	position: absolute;
	width: 728px;
	height: 90px;
	top: 40px;
	left: 50%;
	margin-left: -364px;
	padding: 0px;
}

#adBox336 {
	position: absolute;
	width: 336px;
	height: 280px;
	bottom: 50%;
	left: 50%;
	margin-left: -168px;
	margin-bottom: -140px;
	padding: 0px;
}

#regHead {
	font-size: 16px;
	font-weight: bold;
	color: #00ff00;
	background: #006400;
}

#regRow {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #005400;
}

#sqzBoxShow {
	position: absolute;
	width: 700px;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -50px;	
	padding: 0px;	
	min-height: 100px;
}

* html #sqzBoxShow {
	height: 100px;
}

#statsTable {
	font-size: 11px;
}

#statsHeadRow {
	font-size: 11px;
	font-weight: bold;
	background: #006400; 
}

#statsRow {
	font-size: 10px;
	background: #005400;
}

#statsTotalsHeadRow {
	font-weight: bold;
	background: #000000;
}

