#toptable {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	margin:0 auto;
}

body {
	background: #eee;
}
body, li, td, div {
	font: 11px verdana, arial, sans-serif;
}
ul {
	list-style-type: none;
}
li {
	font-size: 11px;
	padding: 3px;
}
i {
	color: silver;
}
p.largefont {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}
a {
	color: blue;
	font-weight: bold;
}
a:hover {
	color: #4444FF;
}
a:visited {
	color: purple;
}

a.msgLink {
	text-decoration:none;
	color: #444444;
	font-weight: normal;
}
div.pagebody {
	background: white;
	padding:16px;
	border: 1px solid silver;
	width: 90%;
	margin:0 auto;

}
div.pda {
	float: right;
	background: #F9F9F9;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 4px;
}
div.post {
	border: 1px solid silver;
	padding: 1px;
	margin-bottom: 16px;
}
div.posttop {
	padding: 4px;
	background: #eee;
}
div.username {
	font-weight: bold;
	width: auto;
	float: left;
}
div.subject {
	font-weight: bold;
	width: auto;
	float: left;
	padding-right:40px;
}

div.date {
	width: auto;
	text-align: right;
}
div.posttext {
	padding: 4px;
	background: #F9F9F9;
	font-weight:normal;
}
div.highlight {
	padding: 4px;
	background: #FFFFCC;
}
span.small {
	font-size: 10px;
}
#content {
	margin-bottom: 8px;
	border: 1px solid silver;
	padding: 4px;
	padding-left: 24px;
}
#navbar,#pagebar {
	background: #F9F9F9;
	border: 1px solid silver;
	padding: 4px;
}
#pagenumbers {
	text-align: center;
	margin-bottom: 4px;
}
#copyright {
	text-align: center;
}
hr {
	visibility: hidden;
	display: none;
}
