th.title {
	color: #FFF;
	font-size: 8pt;
	font-weight : bold;
	background-color: #668DB6;
	text-align: left;
	padding: 4px;
}

th.breadcrumb {
	color: #FFF;
	font-size: 8pt;
	background-color: #616566;
	text-align: left;
	padding: 4px;
}
th.breadcrumb a {
	color: #FFF;
	text-decoration: none;
}

th.cat {
	color: #FFF;
	font-size: 8pt;
	font-weight : bold;
	background-color: #B4B4B4;
	height: 28px;
	text-align: left;
	padding: 4px;
}
th.cat a {
	color: #FFF;
	text-decoration: none;
}
th.cat a:hover {
	text-decoration: underline;
}

td.row {
	color: #000;
	font-size: 8pt;
	background-color: #E6E6E6;
	height: 34px;
	text-align: left;
	padding: 4px;
}
td.row a {
	text-decoration: none;
	color: #505050;
}
.cat .page_nav a {
	text-decoration: underline;
}
.cat .page_nav a:hover {
	text-decoration: none;
}

td.element {
	vertical-align: top;
	padding: 4px;
	text-align: justify;
}

td.label {
	vertical-align: top;
	text-align: right;
	padding: 4px;
	width: 150px;
}

.comment {
	color: #787878;
	font-size: 8pt;
}

.topic_title {
	color: #FFF;
}


form #bbcode input {
	border:			1px solid #A0A0A0;
	padding:		0px 8px;
	margin-bottom:	4px;
}

div.quote-outer {
	margin: 10px auto;
	width: 90%;
	font-size: 8pt;
}
div.quote-inner {
	font-size: 10pt;
	border: 1px dashed #787878;
	padding: 4px;
	background: #F0F0F0;
}

div.grid-row-container.grey div.quote-inner {
	background: #F9F9F9;
}