body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: #d9d9d9; 
	color: #000000;
}

a, a:visited, a:active {
	color: #0000cf; 
	text-decoration: none;
}

a:hover {
	color: #00009f; 
	text-decoration: underline;
}

img {
	padding: 0px;
	border: 0px;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 38px;
	font-family: 'Trebuchet MS';
	border-bottom: 1px solid #d9d9d9;
}

#container {
	width: 654px;
	margin: 0 auto;	
	padding: 0px;
}

.bannerad {
	margin-bottom: 20px;
}

#contentbox {
	margin-top: 20px;
	width: 654px;
	background: url('images/bmid.gif') repeat-y;
}

#header {
	width: 614px;	
	background: url('images/btop.gif') top left no-repeat;
	padding: 15px 20px 0px 20px;  
}

#content {
	width: 614px;
	margin-bottom: 0px;
	padding: 0px 20px 40px 20px;  
}

#contentcenter {
	width: 614px;
	margin-bottom: 0px;
	padding: 0px 20px 40px 20px;  
	text-align: center;
}

#loginbox {
	float: right;
	border: 1px solid #d9d9d9;
	width: 150px;
	padding: 20px;
	margin-left: 20px;
	margin-right: 5px;
	
}

.cpmessage {
	color: #7f0000;
	font-weight: bold;
}

.privmsg {
	color: #7f0000;
 	font-style: italic;
 	margin: 0px;
 	padding: 0px;
}

#topmenu {
	height: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 25px; 
}

#topmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu li {
	display: inline;
	list-style: none;
}

#topmenu li a, #topmenu li a:visited, #topmenu li a:active {
	display: block;
	color: #00009f;
	font-weight: bold;
	background: #e8e8e8;
	text-decoration: none;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 6px 20px 6px 20px;
}

#topmenu li a:hover {
	text-decoration: none;
	margin: 0px 2px 0px 0px;
	padding: 6px 20px 6px 20px;
	background: #00009f;
	color: #ffffff;
}

ul {
	list-style: circle;
	margin-top: 15px;
}

li {
	margin-bottom: 11px;
	
}

/* Input fields */
.bredd1 {
	width: 270px;
}

.bredd2 {
	width: 160px;
}

.bredd3 {
	width: 190px;
}

input.intxt {
	width: 130px;
}

input.colorpick {
	width: 70px;
}


.submitbutton {
	border: 1px solid #000000;
	margin-top: 5px;
	background: #e8e8e8;
}

#footer {
	width: 100%;
	padding-top: 15px;
	margin-top: 0px;
	text-align: center;
	background: url('images/bbot.gif') top left no-repeat;

}

#footer a, #footer a:visited, #footer a:active {
	color: #000000; 
	text-decoration: underline;
}

textarea {
	height: 110px;
	width: 350px;
}

/* MANAGE ENTRIES STUFF */

.entrydata {
	width: 100%;
	border-top: 1px solid #888888;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 13px 0px;
}

.entrydata p {
	margin: 0px 0px 1px 7px;
	padding: 0px;
}

.entrydata table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	
}

.entrynr {
	float: right;
	margin-right: 0px;
	padding-right: 7px;
}

.entrydata .alignright {
	text-align: right;
}
.entrydata td {
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

.altcolor1 {
	background: #ffffff;
	
}
.altcolor2 {
	background: #e8e8e8;
}

