table.themes tr td, table.topics tr td, table.messages tr td, table.themes tr th, table.topics tr th, table.messages tr th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding: 3px;
	border-left : 1px solid Black;
	border-bottom: 1px solid Black;
}

table.themes a, table.topics a, table.messages a{
	color: #4169E1;
}

table.messages tr td.message {
	font-size : 15px;
	border-bottom-width : 0px;
}

.hcenter { text-align: center; }
.vcenter { vertical-align : middle; }
.vtop { 	vertical-align : top; }
.left { text-align: left; }
.right { text-align: right; }
.br { border-right : 1px solid Black; }
.bl { border-left : 1px solid Black; }
.bt { border-top : 1px solid Black; }
.bb { border-bottom : 1px solid Black; }
.b { border: 1px solid Black; }
.noborders {
	border : 0px none Black;
}

table.themes tr.head th, table.themes tr.head td, table.topics tr.head th, table.topics tr.head td, table.messages tr.head th, table.messages tr.head td {
	border-top : 1px solid Black;
	border-left : 1px solid Black;
	border-bottom: 1px solid Black;
	background-color : #ACBEF2;
}

table.themes tr.head th.count {
	border-right : 1px solid Black;

}

.separator {
	height: 15px;
}

td.row1	{
	background-color: #FFE4C4;
}
td.row2	{
	background-color: #FAEBD7;
}
td.row3	{
	background-color: #FFEFD5;
}