body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2e2e2e;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	behavior: url(hover.htc );
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.textbox {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #1F1F1F;
	width: 560px;
	height: 160px;
	color: #33CCFF;
	font-family: Arial;
	font-size: 10px;
	overflow: auto;
}

.errorbox {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #A3E0FF;
	border: 1px solid #000000;
	visibility: hidden;
	width: 100%;
}

.pagelist {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #D4D5D5;
	border: 1px solid #000000;
}

.maintable {
	margin-left: 1px;
	border-left: 5px solid #2e2e2e;
	border-right: 5px solid #2e2e2e;
	background: #272727;
	text-align: left;
}

.item {
	background: url(images/item.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	cursor: pointer;
}

.item td {
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

.item:hover {
	background: url(images/itemover.gif);
	background-repeat: repeat-x;
}

.login {
	width: 163px;
	height: 19px;
	background: url(images/loginbg.gif);
	background-repeat: no-repeat;
	border: 0;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 3px;
	color: #33CCFF;
	text-decoration: bold;
}

.entercomment {
	width: 500px;
	height: 220px;
	background: #D4D5D5;
	background-repeat: repeat;
	border: 0;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border: 0;
}

.heading {
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/headingbg.gif);
	padding-left: 3px;
	padding-right: 3px;
	height: 29px;
	font-family: Arial;
	font-size: 12px;
}

.smallh {
	color: #FFFFFF;
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
	height: 29px;
	font-family: Arial;
	font-size: 10px;
	padding-left: 5px;
}

.content {
	background: #D4D5D5;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	padding: 5px;
	border-bottom: 1px solid #707171;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

button.button {
	border: none;
	background-color: transparent;
	padding-right: 0px;
}

a.white:link,
a.white:visited,
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

a.black:link,
a.black:visited,
a.black:active {
	color: #000000;
	text-decoration: none;
}

a.black:hover {
	text-decoration: underline;
}

a.blacki:link,
a.blacki:visited,
a.blacki:active {
	color: #000000;
	text-decoration: underline;
}

a.blacki:hover {
	text-decoration: none;
}

a.reply:link,
a.reply:visited,
a.reply:active {
	text-decoration: none;
}

.hover {
	cursor: pointer;
}

.hover:hover {
	background: #b5b5b5;
}

a:link {
	color: dddddd;
	border: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #007FFF
}

a {
	text-decoration: none;
	border: none;
	color: #004DFF;
}

.comment {
	background: #979595;
	padding: 5px;
	border-bottom: 1px solid #707171;
	border-top: 3px solid #A3E0FF;
}

.contentcomment {
	background: #D4D5D5;
	border-top: 3px solid #A3E0FF;
	padding: 5px;
	border-bottom: 1px solid #707171;
	vertical-align: top;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

.visibleon {
	visibility: visible;
}

.errors {
	visibility: hidden;
}

#searchbutton {
	border: none;
	cursor: pointer;
}

/* News Refactor - Div Layout */
.news-view-container {
	background-color: #D4D5D5;
	background-image: none;
	/* Removing image as per "lost background color" feedback */
	padding: 10px;
	border-bottom: 1px solid #707171;
	/* Ensure content containment */
	max-width: 590px;
	width: 100%;
	box-sizing: border-box;
}

.news-view-header {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(images/headingbg.gif);
	background-origin: padding-box;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	height: 29px;
}

.news-view-title {
	font-weight: bold;
	display: flex;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	text-align: left;
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	padding-left: 10px;
	vertical-align: middle;
}

.news-view-date {
	font-weight: bold;
	display: flex;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}

.news-view-body {
	margin-bottom: 15px;
	margin-top: 5px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
	/* Prevent overflow from large images or strings */
	max-width: 100%;
}

.news-view-footer {
	display: flex;
	justify-content: flex-end;
	padding-top: 5px;
	font-size: 10px;
}

/* Comments List Layout */
.comment-view-row {
	display: flex;
	border-top: 3px solid #A3E0FF;
	border-bottom: 1px solid #707171;
	background: #D4D5D5;
}

.comment-view-sidebar {
	width: 150px;
	min-width: 150px;
	background: #979595;
	padding: 10px;
	text-align: center;
	border-right: 1px solid #707171;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	word-wrap: break-word;
	/* Just in case user name is long */
}

.comment-view-content {
	flex-grow: 1;
	padding: 10px;
	min-width: 0;
	/* Crucial for flex containers to allow children to shrink/wrap */
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
	background: #D4D5D5;
	box-sizing: border-box;
}

.comment-view-header {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
	padding-bottom: 3px;
	display: block;
}