body {
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	background-color: #f7f4ef;
	color: #333;
}
.wrong {  color: red; }

a:link { color: #0000CC; text-decoration: none; }
a:visited { color: #551A8B; text-decoration: none; }
a:hover { text-decoration: underline; }
li::marker {
	color: gray;
}
div, p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}


label { display: block; margin: 6px 0 2px 0;}
textarea { width:100%; }
input[type=text] { width: 100%; display: block; }
input[type=submit], button {
	padding: 5px 15px;
	background-color: #eeebe5;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 0.9em;
	cursor: pointer;
	transition: background-color 0.2s ease;
}
button:hover, input[type=submit]:hover {
	background-color: #d8d4cb;
}
input[type=submit] {
	margin-top: 8px;
	display: block;
}

#editObj_state_ { width: 80%; }
.redColor { color: #ff0000; }
.redColor a { color: #ff0000; }
.smallAdminInfo { font-size: 8pt; color: #666;	float: right; }


h1 {
	font-size: 1.8em;
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
h2 {
	font-size: 1.5em;
	color: #944f01;
	margin-top: 35px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom: #ebdbb5 1px solid;
}
.answers h2 {
	border: none;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 8px;
}



.site-header {
	background-color: #f5e8cd;
	padding: 4px 0 6px 0;
	border-bottom: 1px solid #eee;
}
.site-header .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.header-top-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	gap: 10px;
}
.site-logo a {
	text-decoration: none;
	display: block;
	line-height: 0;
}
.site-logo img {
	height: 22px;
	width: 53px;
	vertical-align: middle;
}
.site-nav {
	font-size: 0.9em;
}
.site-nav a {
	text-decoration: none;
	color: #555;
}
.header-search {
    width: 100%;
}
.header-search form {
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
}
.header-search input[type="text"] {
	flex-grow: 1;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 0.9em;
}



.topic-menu {
	font-size: 16px;
	font-family: sans-serif;

	margin: 15px 0;
	background-color: #e9ecef;
	padding: 0 10px;
	border-radius: 5px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 40px;
}
.topic-menu li {
	padding: 8px 15px;
	margin: 0 5px;
	transition: background-color 0.2s ease;
	border-radius: 4px;
}
.topic-menu li:first-child {
		margin-left: 0;
}
.topic-menu li:last-child {
	margin-right: 0;
}
.topic-menu li:hover {
	background-color: #d0d9e0;
}
.topic-menu li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: block; 
}
.topic-menu li a:hover {
	text-decoration: none;
}



.main-content-area {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 20px;
}
.main-content {
	flex: 2;
	min-width: 300px;
}
.main-sidebar {
	flex: 1;
	min-width: 250px;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #eee;
	height: fit-content;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.main-sidebar section {
	margin-bottom: 30px;
}
.main-sidebar section:last-child {
	margin-bottom: 5px;
}
.main-sidebar h3 {
	font-size: 19px;
	margin-top: 0;
	color: #333;
	border-bottom: 1px solid #eee;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.main-sidebar ul {
	padding: 0;
	margin: 15px;
}
.main-sidebar li {
	margin-bottom: 0px;
}
.main-sidebar a {
	color: #0068d6;
	text-decoration: none;
}
.main-sidebar a:hover {
	text-decoration: underline;
}



.btn-primary {
	display: inline-block;
	padding: 10px 20px;
	background-color: #FECF28;
	color: #333;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}
.btn-primary:link, .btn-primary:visited {
	color: #0b243f;
}
.btn-primary:hover {
	background-color: #e0b824;
}
.call-to-action {
	text-align: center;
	padding: 20px;
	margin-top: 0;
	background-color: #e9ecef;
	border-radius: 5px;
	border: 1px solid #eee;
}
.call-to-action h3 {
	margin-top: 0;
	color: #333;
	margin-bottom: 15px;
}
.call-to-action .btn-primary {
	font-size: 1.2em;
}



.discH1 {
	color: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.discH1 .menu {
	flex-shrink: 0;
	margin-left: 10px;
}
.discH1 .menuImg {
	height: 16px;
	vertical-align: middle;
}
.discBody {
	background-color: #fcfbf8;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 50px;
	position: relative;

}

.answer-with-replies, .mainPageTopics {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}

.doNotTouch {
	min-heightX: 280px;
	display: block;
	width: auto;
	max-width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 15px;	
}
.ad-disc1, .ad-disc9, .ad-topic, .ad-sidebar {
	min-heightX: 280px;
	margin: 6px 0px 12px 0px;
	box-sizing: border-box;
	display: block;
	width: auto;
	max-width: 100%;
}
.xxxx {
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	width: auto;
	max-width: 100%;
	overflow: hidden;
	min-height: 280px;
}	



.ad-on-topic-page {
	margin: -8px 0px 8px 0px;
}
.answer-body {
 
}

.infobar {
	font-size: 0.85em;
	color: #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #b3b3b3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.infobar .username a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.infobar .username a:hover {
	text-decoration: underline;
}
.infobar .timestamp {
	color: #666;
	margin-left: 10px;
	flex-shrink: 0;
}
.infobar .timestamp a,
.answer-with-replies .menu {
	font-size: 0.8em;
	text-decoration: none;
	flex-shrink: 0;
}
.answer-with-replies .menu {
	color: #555;
}
.report:link, .report:visited {
	color: #834146;
	margin-left: 6px;
}


.infobar .report-link:hover,
.answer-with-replies .menu:hover {
	text-decoration: underline;
}



.answer-body > div:not(.infobar):not(.ansSources):not(.vote-bar), /* Target content div within .answer-body */
.reply > div:not(.infobar):not(form) { /* Target content div within .reply */
		margin-bottom: 10px; /* Space after content before next element */
}



.ansSources {
	font-size: 0.85em;
	color: #666;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px dashed #eee;
}
.ansSources .ansSrcsTitle {
	font-weight: bold;
	margin-bottom: 5px;
}
.ansSources ol {
	padding-left: 20px;
	margin-top: 5px;
}
.ansSources li {
}


.vote-bar {
	margin: 10px 0;
	text-align: left;
	font-size: 0.9em;
	color: #555;
}
.vote-bar button {
	background: none;
	border: none;
	cursor: pointer;
	color: #52575f;
	padding: 0 5px;
	vertical-align: middle;
}
.vote-bar button:hover {
	color: #0056b3;
}
.vote-bar span {
	font-weight: normal;
	margin: 0 5px;
	vertical-align: middle;
}


.addReplyLink:link, .addReplyLink:visited {
	display: inline-block;
	font-size: 0.9em;
	color: #4d4d4d;
	background-color: #f8f8f8;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 6px;	
	border: #f0efe7 1px solid;
	border-radius: 4px;
}
.addReplyLink:hover {
	text-decoration: underline;
}
.answer-with-replies .addReplyLink, .answer-with-replies .addReplyLink:link, .answer-with-replies .addReplyLink:visited {
	margin-left: 10px;
}
.discussion .addReplyLink {
}


.toggle {
	margin-top: 10px;
}



.reply {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-left: 3px solid #8d8d8d;
	border-radius: 4px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	position: relative;
}
.reply .infobar {
	font-size: 0.8em;
	margin-bottom: 8px;
	padding-bottom: 4px;
}
.reply .infobar .report-link {
	top: 8px;
	right: 8px;
}
.reply .menu {
		font-size: 0.8em;
		color: #555;
		margin-left: 5px;
}


.add-answer-form,
.add-comment-form {
	background-color: #e9ecef;
	padding: 15px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.add-answer-form h3,
.add-comment-form h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #333;
}
.add-answer-form textarea,
.add-comment-form textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 0.95em;
	min-height: 80px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.add-answer-form label {
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 0.9em;
		color: #555;
}
.add-answer-form #answerEdit_sources {
		min-height: 40px;
		margin-bottom: 10px;
}
.add-answer-form button,
.add-comment-form button {
	padding: 8px 15px;
	background-color: #28a745;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 0.95em;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.add-answer-form button:hover,
.add-comment-form button:hover {
	background-color: #218838;
}

.addSubForm {
	margin-top: 10px;
	font-size: 0.9em;
	color: #555;
}
.addSubForm a {
	color: #005dc0;
	text-decoration: none;
	margin-left: 5px;
}
.addSubForm a:hover {
	text-decoration: underline;
}
.fileInputLine {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}


.topicDiscList {
	background-color: #fff;
	padding: 10px 6px 6px 6px;
}
.topicDiscList ul {
	margin: 0 0 0 6px;
	padding: 0 0 0 10px;
}


.whatNext li {
	font-size: 0.9em;
}


.mobile-cta-bar {
	display: none;
}


.site-footer {
	background-color: #3d331f;
	color: #bbb;
	padding: 20px 0;
	font-size: 0.9em;
	text-align: center;
	margin-top: 30px;
}
.footer-nav a, .footer-nav a:link, .footer-nav a:visited {
	color: #aab5df;
	text-decoration: none;
	margin: 0 10px;
}
.footer-nav a:hover {
	text-decoration: underline;
}
.privacy-settings {
	margin-top: 10px;
	font-size: 0.8em;
	color: #888;
}





@media (max-width: 768px) {
	.site-header .container {
		flex-direction: column;
		align-items: flex-start;
		gap: 0px;
	}
	.header-top-row {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 10px;
	}
	.site-nav {
		width: auto;
		text-align: right;
	}
	.site-nav a {
		margin-right: 0;
	}

	.header-search {
		width: 100%;
		min-width: auto;
		margin-top: 5px;
	}
	.header-search form {
		width: 100%;
		justify-content: center;
	}


	.main-content-area {
		flex-direction: column;
		gap: 20px;
	}
	.main-content, .main-sidebar {
		flex: none;
		width: 100%;
		min-width: auto;
		box-sizing: border-box;
	}
	.topic-menu {
		gap: 5px;
		padding: 5px;
	}
	.topic-menu li {
		padding: 5px 10px;
		margin: 0 3px;
	}

	.discH1 {
		font-size: 1.5em;
		margin-bottom: 15px;
		padding-bottom: 8px;
	}
	h2 {
		font-size: 1.3em;
		margin-top: 20px;
		margin-bottom: 10px;
		padding-bottom: 3px;
	}
	.answer-with-replies {
		padding: 10px;
		margin-bottom: 10px;
	}
	.infobar {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 8px;
		padding-bottom: 4px;
		flex-wrap: wrap;
	}
	.infobar .timestamp {
		margin-left: 10px;
		margin-top: 0;
	}
	.infobar .report-link,
	.answer-with-replies .menu {
		margin-left: 10px;
		margin-top: 0;
	}

	.reply {
		margin-left: 10px;
		padding: 8px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.reply .infobar {
		margin-bottom: 5px;
		padding-bottom: 3px;
	}

	.add-answer-form,
	.add-comment-form {
		padding: 10px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.add-answer-form h3,
	.add-comment-form h3 {
		font-size: 1.1em;
		margin-bottom: 8px;
	}
	.add-answer-form textarea,
	.add-comment-form textarea {
		min-height: 60px;
		margin-bottom: 8px;
	}
	.add-answer-form button,
	.add-comment-form button {
		padding: 6px 12px;
		font-size: 0.9em;
	}

	aside.whatNext {
		padding: 10px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	aside.whatNext .artiHeading {
		font-size: 1.1em;
		margin-bottom: 10px;
		padding-bottom: 3px;
	}
	aside.whatNext a {
		margin-bottom: 3px;
	}



	.mobile-cta-bar {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		background-color: #fff;
		padding: 10px 15px;
		box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
		justify-content: center;
		align-items: center;
		z-index: 1000;
		box-sizing: border-box;
	}
	.mobile-cta-bar .btn-primary {
		width: 100%;
		text-align: center;
		padding: 12px 0;
		font-size: 1.1em;
	}
 
	.thread-sidebar .call-to-action,
	.call-to-action-main {
		display: none;
	}

	main.container {
		padding-bottom: 70px;
	}
	.site-footer {
		margin-bottom: 60px;
	}

}

/*************************/
.fad { margin: 0px 0px 0px 0px; font-size: 9pt; padding:8px; background-color: #eee;}
.fad p { margin: 6px 0px 6px 0px; }
.fad a { color: #0000CC; font-weight: bold; }
.fad span {	font-size: 9pt; }
.fad span a { font-weight: normal; font-size: 9pt; }
.adboxGoogleNative {
	margin: 20px 0px 8px 0px;
}
.topicAd .adboxGoogleNative {
	margin: 0px;
	padding: 0px;
}



.tabBar {
	padding: 2px 8px 2px 8px;
}
.tabBar a {
	text-decoration: none;
	color: #25252b;
}
.tabActive {
	margin: 0px 1px;
	padding: 3px 10px 4px 10px;
	background-color: #FFFFFF;
	font-weight: bold;
	border-left: 1px #f0efeb solid;
	border-top: 1px #f0efeb solid;
	border-right: 1px #f0efeb solid;
	border-bottom-width: 0;
}
.tabInactive {
	margin: 0px 1px;
	padding: 3px 10px;
	background-color: #e7e5dd;
}
.tabContent {
	font-size: 14px;
	background-color: #fff;	
	padding: 10px 6px 6px 6px;
	border-left: 1px #f0efeb solid;
	border-bottom: 1px #f0efeb solid;
	border-right: 1px #f0efeb solid;
}
.tabContent ul {
	margin: 0 0 0 6px;
	padding: 0 0 0 10px;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}
.crossed, .crossed a , .crossed:visited, .crossed:link {
	color: #bbb;
	text-decoration: line-through;
}

.replNum {
	color: #666;
}



.bodyUser { 
	background-color: #fff;
	margin: 14px 0px 0px 0px; 
	padding: 8px 12px;
}
.userActivity { margin-top: 22px;}
.activity span {
	font-size: 7pt;
	color: #666;
}



.addBtnDiv { float: right; margin-top: 5px;}
.addBtn, .addBtn:visited, .addBtn:link, .addBtn:hover {	
	background-color: #94d7f1; 
	border: none;
	color: rgb(0, 0, 0);
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
}


.imgWidget {
	margin: 10px 0px 7px 0px;
	color: #404040;
	font-size: 10pt;
	text-align: left;
}
.imgWidget img { display:inline; }

.discDisc .reply {
	margin-left: 0px;
	border: 1px solid #dfdfdf;
	background-color: #f8f8f8;
}



.tpcBody {
	margin: 0 0 20px 0;
	padding: 0px 7px;
	background-color: #fffdfa;
	font-size: 0.9em;
	border: 1px solid #e9e6d2;
}
.tpcBody p { margin: 5px 0px; }
.tpcWhatIs { border-bottom: 1px solid #e9e6d2; }
.tpcSearch { margin: 0 0 10px 0; }
.tpcSearch #query_q { width: 75%; }

.tpcBody > ul {
	padding-left: 14px;
}
.tpcBodyXX  li {
	text-indent: -2px;
} 


.resBox {
	margin: 10px 0 10px 0px;
	padding: 3px 5px;
	background-color: #FFFFFF;
	border: solid 1px #d6cab4;
	box-shadow: 0 0 5px #e3d6c1;
}
.resType {
	font-weight: bold;
	color: #755b35;
}
.resBox ul {
	margin: 0px 0 0px 0;
	padding: 0px;
}
.resBox ul li {
	margin: 0px 0 0px 0;
	list-style-type: none;
}
.serDocTitle {
	font-sizeX: 11pt;
	font-weightX: bold;
}
.serExcerpt {
	margin: 0px 0 10px 0;
	color: #808080;
}



.autocomplete {
	position: relative;
	display: inline-block;
  }
  .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
  }
  .autocomplete-items div {
	padding: 6px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
  }
  .autocomplete-items div:hover {
	background-color: #e9e9e9;
  }
  .autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
  }
  #query {
	  display: flex;
	  position: relative;	
  }
  

.sideTopic {
	background-color: #fff;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
.sideTopic h3 {
   margin-bottom: 10px;
}
.sideTopic ul {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-wrap: wrap;
   gap: 7px;
   font-size: 0.9em;
}
.sideTopic li {
   margin-bottom: 0;
}
.sideTopic li a {
   color: #0060c7;
   text-decoration: none;
   padding: 3px 5px;
   background-color: #e9ecef;
   border-radius: 3px;
   transition: background-color 0.2s ease;
}
.sideTopic li a:hover {
   text-decoration: none;
   background-color: #d0d9e0;
}

.topic-discussion form {
   margin-top: 10px;
   padding: 10px 20px 10px 10px; 
   background-color: #faf8f4;
   border: 1px solid #FECF28;
}
.topic-discussion form input[type="submit"] {
   background-color: #FECF28;
   border: none;
   padding: 10px 20px; 
   font-weight: bold;
}