body,
td,
p,
.text,
.selectbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {
	margin: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.selectbox {
	width: 200px;
}

.admintable {
	background-color: #999999;
}

.adminheaderrow {
	background-color: #000000;
}

.adminheaderrow td {
	font-weight: bold;
	color: #FFFFFF;
}

.adminmainrow {
	background-color: #FFFFFF;
}

.adminmainrow td {
	font-weight: bold;
}

.adminrow {
	background-color: #FFFFFF;
}

.ordertextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 40px;
	text-align: center;
}

.adminlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2500C;
	text-decoration: none;
}

.adminlink:hover {
	text-decoration: underline;
}

.admintextbox {
	width: 300px;
}

.admintextarea {
	width: 600px;
	height: 400px;
}

#menu {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 99;
}

#info {
	position: absolute;
	/*background-color: #FFFFFF;*/
	padding: 5px;
	width: 400px;
	left: 30px;
	top: 70px;
	z-index: 99;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: auto;
	z-index: 1;
}

#sidebar {
	position: absolute;
	left: 1050px;
	top: 70px;
	width: 310px;
	z-index: 99;
}