/* Printable CSS Document */
#menu {
	display: none;
}

#breadcrumb {
	display: none;
}

#netdb-alert {
	display: none;
}

#header {
	display: none;
}

#content {
	font-size:11px;
	color: black;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}

img {border:0}

.noprint {
	display: none;
}


#mainbar table {
	border-collapse: collapse;
	width: 100%;
}

#mainbar table td {
	border:.5px solid black;
}

#mainbar table td.small {
	display: none;
}

#mainbar table td.noprint {
	display: none;
}


#mainbar table th {
	background-color:#AAAAAA;
	font-weight: normal;
	border:1px solid black;
}
#mainbar table tr.odd td, tr.odd th {
	background-color:#DDDDDD;
	border:1px solid black;
}

#mainbar table tr td { 
	border:1px solid black;
}

/* Extra colors */
#mainbar table tr.highlight_odd td {
	background-color:#DDDDDD;
}
#mainbar table tr.owned_odd td {
	background-color:#DDDDDD;
}
#mainbar table tr.closed_odd td {
	background-color:#DDDDDD;
}
/* This is the end of the mainbar table */

/* Post threading CSS */
.postheader {
	background-color: #AAAAAA;
	padding:2px;
	border: 1px solid black;
}

.postheader-unread {
	background-color: #ffcc00;
	border: 1px solid black;
	padding:2px;
}

.postbody {
	border: 1px solid black;
	padding: 2px;
}


.postfooter {
	text-align: right;
	padding:2px;
}

.postthreaded {
	padding-left: 15px;
}

.hiddenreply {
	padding-left: 15px;
	display: none;
}
/* End Post threading CSS */

#footer {	
	display: none;
}
