body {
	margin: 0px;
	font: 12px Georgia,Utopia,Helvetica,sans-serif;
}
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #002758;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #555753;
}
img {
	border: 0px;
}
form {
	margin: 0px; /* Internet Exploder workaround to prevent newline after <form> tag */
}
#main {
	margin-top: 10px;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	border: 1px solid black;
	z-index: 1;
}
#header {
	width: 800px;
	height: 205px;
	background: url('images/header.jpg');
	border-bottom: 1px solid black;
	z-index: 1;
}
#header h1,h3 {
	display: none;
}
#menu a {
	display: block;
	background: #ddddee;
	border: 1px solid black;
	padding: 5px;
	width: 150px;
	height: 20px;
	position: absolute;
	top: 174px;
	left: 50%;
	text-align: center;
	margin-left: 10px;
}
.menu_active {
	background: white;
	border-bottom: 1px solid white;
}

#corner {
	text-align: center;
	width: 800px;
	height: 450px;
	background: url('images/corner.jpg');
	z-index: 0;
}
#content {
	margin: 10px;
	width: 780px;
}
#content a {
	text-decoration: underline;
}
#list {
	border: 1px solid black;
	width: 100%;
}
#listheader {
	background: #a9c6f3;
	border: 1px solid black;
}
#listitem {
	cursor: pointer;
}
#listitem:hover {
	background: #dde3ec;
}
#listip {
	margin: 1px;
	border: 1px dashed black;
	cursor: text;
}
#listip:hover {
	background: #9dc9ff;
}
.libtabletd {
	border: 1px solid #707070;
	padding: 10px;
	vertical-align: top;
}
.bordertable td {
	border: 1px solid #707070;
	padding: 10px;
	vertical-align: top;
}
.upload_cat-table td {
	border: 1px solid #707070;
	padding: 5px;
	vertical-align: top;
	font: 10px sans-serif;
}
#upload_table td {
	vertical-align: top;
	border-bottom: 1px solid black;
	padding: 5px;
}
#newaddons {
	width: 100%;
}
#newaddons td {
	border: 1px solid #707070;
	padding: 10px;
	text-align: center;
}
.important {
	border: 1px solid red;
	border-left-width: 3px;
	padding: 4px;
	background: #FFEEEE;
	width: 98%;
}
.table_cats_sub td {
	border: 0px;
	padding: 5px;
}
.usertable {
	border-collapse: collapse;
}
.usertable td {
	border-bottom: 1px solid black;
}