.ruleone {

	font-weight: bold;
	text-align: center;
	font-size: 12px;
	
}

html, body {
  
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000;

}

a, .golden {
  
  color: #FFCC33;
  font-weight: bold;
  text-decoration: none;

}

a:hover {

	color: #FFF;
	text-decoration: none;

}

hr {
  
  color: #333333;
  width: 80%;

}

hr.blank {

	display: none;
}

hr.full {

	width: 95%;

}

#page {

	margin: 0 auto;
	width: 700px;
	text-align: left;
	position: relative;
	min-height: 100%; 
	height: auto !important; 
	height: 100%;

}

.content {

	margin-top: -25px;

}

#menu {

	background: url('images/menubar.gif') no-repeat;
	width: 700px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
	padding-top: 15px;

}

.uline, .golden {

	text-decoration: underline;

}

.users {

	width: 500px;
	margin-left: 75px;
	margin-bottom: 15px;

}

.error {

	color: red;
	text-align: center;
	font-size: 16px;
	font-weight: bold;

}

.row1, .rowtitle {

	background-color: #07162E;

}

.row0 {

	background-color: #02060D;

}

.rowtitle {

	font-weight: bold;

}

td.name {

	width: 300px;
	padding-left: 7px;

}

td.level {

	width: 100px;
	padding-left: 7px; 

}

td.delete {

	width: 125px;
	padding-left: 7px;

}

img.middle, img.menuimage {

	vertical-align: middle;

}

img.borderfix, img.menuimage {

	border: none;

}

img.top {

	vertical-align: text-top;

}

.box1, .box2, .box3 {

	background-color: #02060D;
	color: #FFF;

}

.box1 {

	width: 400px;
	text-align: center;

}

.box2 {

	width: 280px;
	text-align: center;

}

.box3 {

	width: 700px;
	text-align: left;
	clear: both;

}

form.newuser {

	margin: 0px 0px 15px 0px;
	text-align: center;

}


p.title {

	font-weight: bold;
	font-size: 14px;

}

p.introtext {

	padding: 0px 5px 0px 5px;

}

p.bodytext {

	padding: 5px 10px 5px 10px;

}

p.contenttext {

	padding: 0px 25px 0px 25px;
	text-align: left;

}

p.maintitle {

	padding: 5px 10px 0px 10px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;

}

p.subtitle {

	padding: 5px 10px 0px 10px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;

}

.bold {

	font-weight: bold;

}

li {

	list-style-type: square;
	margin: 0px 15px 0px 15px;

}

form.padded {

	padding: 5px;

}

#footer {

	width: 700px;
	margin-top: 10px;

}

#copy {

	width: 450px;
	float: left;
	color: #FFF;

}

#meta {

	width: 250px;
	float: right;
	text-align: right;
	color: #FFF;

}