#jTable {
	width: 100%;
}
#jBanner {
	text-align: center;
	font-size: 16px;
	padding-bottom: 15px;
}
.jLinkC {
	font-weight: bold;
}
.jLink {
}
.rss {
	font-size: 11px;
	position: relative;
	float: right;
}
.rss img {
	vertical-align: center;
}

.jHeader {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.jTitle {
	font-weight: bold;
	font-size: 15px;
	font-style:  italic;
}
.jDate {
	position: relative;
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.jEntry {
	background-color: #cccccc;
	border: 1px solid #000000;
	margin: 0px;
	margin-bottom: 20px;
	padding: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}

.jEntry * {
	font-family: "times new roman", serif;
}
.jEntry .img {
	text-align: center;
}
.jEntry img {
	border: 1px solid #000000;
}

.jEntry .video {
	text-align: center;
}
.jEntry video {
	border: 1px solid #000000;
}
.jEntry .videoError {
	margin-left: 30px;
	margin-right: 30px;
	padding: 5px;
	border: 3px solid red;
}


div.jReply * {
	font-family: Tahoma, Arial, sans-serif;
}

#jCommentsHeader {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
}

div.jCommentIndent {
	margin-left: 20px;
}
div.jCommentBlock {
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
div.jCommentDate {
	position: relative;
	float: right;
	font-size: 14px;
}
div.jCommentTitle {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
div.jCommentPoster {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
}
div.jCommentText * {
	font-family: "times new roman", serif;
}

#jArchiveHeader {
	text-align: center;
	margin-bottom: 10px;
}
#jArchiveHeaderContainer {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding-top: 3px;
	padding-bottom: 4px;
}
.jArchiveYear {
	padding: 7px; 
	font-size: 15px;
}

div.jArchiveMonthHeader {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}
table.jArchiveMonth {
	background-color: #cccccc;
	border: 1px solid #000000;
	width: 100%;
	padding: 0px;
}
table.jArchiveMonth td.date {
	font-size: 13px;
	vertical-align:top;
	padding-right: 10px;
}
table.jArchiveMonth td.entry {
	width:100%;
	font-size: 13px;
	padding-bottom: 5px;
}
div.jArchiveEComment {
	font-size: 11px;
	font-style: italic;
	margin-left: 12px;
}

#jCommentBox {
	margin-bottom: 25px;
	margin-left: 20px;
}
#jCommentBox td {
	padding: 1px;
	vertical-align:top;
}
#jCommentBox input, #jCommentBox textarea {
	width: 600px;
}
#jCommentBox textarea {
	height: 225px;
}
#jCommentBox input.button {
	background: #f0f0f0;
	margin-top: 10px;
	width: 120px;
	border: 2px outset #dddddd;
}
#jCommentBox input.button:hover {
	border: 2px outset #8888ff;
}
#jCommentBox input.button:active {
	background: #c0c0c0;
	border: 2px inset #cccccc;
}