.fixed{
	font-family: verdana, arial, courier, monospace;
	font-size: 0.8em;
	white-space: pre;
}

div.sig {
	border-top: 2px dashed #bbb;
	padding: 9px 0;
}

div.reply {
	background-color: #e5e5e5;
	// background-color: #f2f2f2;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

div.reply div.reply {
	background-color: #f0f0f0;
	// background-color: #f0f0f0;
}

div.reply div.reply div.reply {
	background-color: #ebebeb;
	// background-color: e8e8e8#ebebeb;
}

div.reply div.reply div.reply div.reply {
	// background-color: #fff5ee;
	background-color: #f5f5f5;
}

pre.raw {
	font-family: verdana, arial, courier, monospace;
	font-size: 0.8em;
}

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: 100%;
	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;
}


/* this is the first bar up the top - group bar was eee but changed to white - consider change with header */ 
div.groupbar {
	background-color: #ffffff;
	padding: 5px 3px;
	margin: 10px 0;
}

th {
	text-align: left;
	border-bottom: 1px solid #777;
	font-size: 0.8em;
}

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 {
	
}




/* This is the alternating row color */
table.tree tr.highlight,table.threads tr.highlight {
	background-color: #eee;
}




/* this is the current thread being viewed */
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;
}


/* THIS IS THE TITLE TABLE CELL COLOR */
table.tree tr.title {
	font-weight: bold;
	background-color: #b0c4de;
}

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;
}


div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #b4b4b4;
		// color: #DDD;
		color: #b4b4b4;
	}

