html, body {
	background-color: 	#FFFFFF;
	padding: 			0px;
	margin:				0px;
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
}

div.item {
	padding: 5px;
}

table.layout {
	height: 100%;	
	border: 0px solid red;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table.layout td {
	padding:0px;
}

div.rssContainer {
	width: 100%;
}
div.rssContainer div.item {
	padding: 3px;
	margin: 1px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
}
div.copyright {
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	border-top: 1px solid black;
	background-color: #CCCCCC;
}

table.header {
	border-bottom: 1px solid black;
	background-color: #EEEEEE;
}

table.headerInfo {
	width: 100%;
	text-align: center;
}
table.headerInfo td{
	text-align: center;
}

.forum_chapter_table {
	width: 100%;
	background-color: black;
	border:0px; /* border="0" */
	border-collapse:collapse; /* cellspacing="0" */	
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
}

.forum_chapter_table tr.forum_header_row th {
	padding:5px; /* cellpadding="0" */
	border: 1px solid navy;
	color: white;
	background-color: navy;
	font-size: 10pt;
}
.forum_chapter_table tr.forum_footer_row th {
	padding:5px; /* cellpadding="0" */
	border: 1px solid navy;
	color: white;
	background-color: navy;
	font-size: 10pt;
}

.forum_chapter_table tr.forum_topic_row td {
	padding:5px; /* cellpadding="0" */
	border: 1px solid navy;
	color: black;
	background-color: #169AFF;
}

.forum_chapter_table tr.forum_separator td {
	padding:5px; /* cellpadding="0" */
	border: 1px solid navy;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: white;
	background-color: #169AFF;
	height: 15px;
}

.chapterName {
	font-weight: bold;
}
.chapterCreator {
	font-size: 10pt;
}

.chapterLastDate {
	font-size: 10pt;
}

.chapterLastDateDiff {
	font-size: 10pt;
}

.chapterLastCreator {
	font-size: 10pt;
}

h3 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}


h4 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
