.fixed{
	font-family: Courier, monospace;
	font-size: 0.8em;
	white-space: pre;
}

div.sig {
	border-top: 2px dashed #bbb;
	padding: 9px 0;
}

div.reply {
	background-color: #eee;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

div.reply div.reply {
	background-color: #efe;
}

div.reply div.reply div.reply {
	background-color: #eef;
}

div.reply div.reply div.reply div.reply {
	background-color: #fee;
}

pre.raw {
	font-size: 0.9em;
}

div.search {
	display:inline;
}

div.search form {
	display:inline;
	margin: 0;
	padding: 0;
}

div.search input {
	border: 1px solid #666;
	margin-left: 2px;
}

table.tree,table.threads {
	clear: both;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #aaa;
}

div.powered {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	text-align: right;
	margin-top: 5px;
}

div.threadbar,div.groupbar {
	clear: both;
}

div.groupbar {
	background-color: #eee;
	padding: 5px 3px;
	margin: 10px 0;
}

th {
	text-align: left;
	border-bottom: 1px solid #777;
}

div.navigation {
	float: right;
	text-align: right;
	margin-bottom: 5px;
}

img.rss {
	vertical-align: middle;
}

div.navigation span.older {
	float: right;
}

div.navigation span.newer {
	
}

table.tree tr.highlight,table.threads tr.highlight {
	background-color: #eee;
}

table.tree tr.current {
	background-color: #ccc;
}

table.tree tr.current * {
	font-weight: bold;
	color: black;
}

table tr.read td {
	color: #999;
}

table tr.read a {
	color: #999;
	font-weight: normal;
}

table.tree td {
	border-top: 1px solid #aaa;
}

table.tree tr.title {
	font-weight: bold;
	background-color: #fcc;
}

table.tree td img {
	vertical-align: middle;
}

/* ------------------ Stats styles -------------------- */
table.stats {
	border-collapse: collapse;
}

table.stats td,table.calendar th {
	border: 1px solid #aaa;
}

table.stats table.bar {
	height: 20px;
}

table.bar td.positive {
	background-color: #f99;
}

table.bar td.negative {
	background-color: #ddd;
}

/* ------------------ Calendar styles -------------------- */
table.calendar {
	border-collapse: collapse;
}

table.calendar td,table.calendar th {
	border: 1px solid #aaa;
	padding: 2px;
}

table.calendar td.year {
	font-weight: bold;
}

/* -------------------- Search styles ------------------------- */
div.hit {
	margin-left: 30px;
	margin-bottom: 15px;
}

div.hit div.detail {
	margin-left: 30px;
}

span.keyword {
	font-weight: bold;
	background-color: #ffa;
}

a span.keyword {
	font-weight: bold;
	background-color: transparent;
}

div.hit span.detail {
	color: green;
}

div.hit span.detail span.group {
	font-weight: bold;
}

div.hit span.line,div.hit span.morelines {
	color: red;
	margin-right: 10px;
	font-style: italic;
}

div.hit span.morelines {
	padding-left: 50px;
}