<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#forum{
	width:618px;
	margin-left:20px;
	margin-bottom:30px;
	color: #5A2800;
	font-family: Arial, Helvetica, sans-serif;
}

#forum form{
	margin:0;
}

#forum_header{
	width:100%;
	height:32px;
	margin-top:10px;
	position:relative;
	text-align:center;
	font-family: Martel, Tahoma, Geneva, sans-serif;
	font-size:32px;
}

#forum_notifications_header{
	width:100%;
	height:16px;
	margin-top:20px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#d4c0a1;
	border-radius:1px;
	position:relative;
	z-index:2;
}

#forum_notifications_header_icon{
	width:16px;
	height:16px;
	margin-left:4px;
	float:left;
}

#forum_notifications_header_icon img{
	width:16px;
	height:16px;
}

#forum_notifications_header_text{
	height:16px;
	margin-left:5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	float:left;
}

#forum_notifications_errors{
	width:100%;
	background-color:#f1e0c6;
	padding-top:17px;
	padding-bottom:12px;
	margin-top:-12px;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	position:relative;
	z-index:1;
}

.forum_notifications_error{
	width:50%;
	margin-top:5px;
	float:left;
}

.forum_notifications_error li{
	width:10px;
	margin-left:10px;
	float:left;
}

.forum_notifications_error_text{
	width:calc(100% - 20px);
	float:left;
}

.forum_subheader{
	width:100%;
	margin-top:20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.forum_nav{
	margin-left:20px;
}

.forum_link{
	width:100%;
	margin-right:20px;
}

.forum_title{
	width:100%;
	margin-top:3px;
	font-size:18px;
	font-weight:bold;
}

.forum_create_button{
	height:25px;
	float:left;
}

.forum_pagination{
	width:100%;
	height:16px;
	margin-bottom:8px;
	text-align:right;
}

.forum_section{
	width: calc(100% - 42px);
    border: solid 1px #d9c5a6;
    border-radius: 1px;
    margin-top: 20px;
    padding: 20px;
    position: relative;
}

.forum_section_header{
	height: 14px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    top: -7px;
    left: 10px;
    background-color: #fef0d9;
    font-size: 12px;
    font-weight: bold;
}

.forum_content{
	width:100%;
	margin-top:20px;
}

.forum_rows{
	width:100%;
}

#forum_rows_left{
	width: calc(50% - 5px);
    float: left;
}

#forum_rows_right{
	width: calc(50% - 5px);
    margin-left: 10px;
    float: left;
}

.full{
	width:100%;
}

.forum_row{
	width:100%;
	height:50px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.forum_row:nth-child(odd) {
    background-color: #d4c0a1;
}
.forum_row:nth-child(even) {
    background-color: #f1e0c6;
}

.sticky{
	position:relative;
	border:solid 3px #a3947d;
	border-top:0;
	margin-left:-3px;
	margin-bottom:5px;
}

.sticky_star{
	width:16px;
	height:16px;
	position:absolute;
	right:8px;
	top:7px;
}

.sticky_header{
	width:calc(100% - 8px);
	padding:3px 3px 4px 11px;
	margin-left:-3px;
	background-color:#a3947d;
	font-size:10px;
	color:#fff;
	text-shadow: 
		-1px -1px 0 #5e5446, 
		-1px 0px 0 #5e5446, 
		1px -1px 0 #5e5446, 
		0px -1px 0 #5e5446, 
		-1px 1px 0 #5e5446, 
		0px 1px 0 #5e5446, 
		1px 1px 0 #5e5446, 
		1px 0px 0 #5e5446;
}

.forum_form_row{
	width:100%;
	margin-top:15px;
}

.forum_form_field{
	width:calc(50% - 20px);
	margin-left:40px;
	float:left;
}
.forum_form_field:first-child{
	margin-left:0;
}

.forum_form_field_header{
	width:100%;
	font-size:14px;
}

.forum_form_field_input{
	width:100%;
	margin-top:5px;
}

.forum_form_field input[type=text], .forum_form_field input[type=password], .forum_form_field select{
	width:calc(100% - 10px);
	height:16px;
	background-color:rgb(255 255 255 / 80%);
	padding:4px;
	border:solid 1px #c4b091;
	box-sizing:content-box;
	margin:0px;
	outline:0;
	color: #5A2800;
}

.forum_action_button{
    height: 25px;
    width: 135px;
    background: url(images/sbutton.gif);
    cursor: pointer;
}
.forum_action_button:hover {
	background: url(images/sbutton_over.gif), url(images/sbutton.gif);
}

.forum_action_button_text{
	width: 100%;
    height: 16px;
    margin-top: 4px;
    text-align: center;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 70%), 1px -1px 0 rgb(0 0 0 / 70%), -1px 1px 0 rgb(0 0 0 / 70%), 1px 1px 0 rgb(0 0 0 / 70%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #f1d4a5;
	float:left;
    pointer-events: none;
}

/*
Board	
*/

.forum_board_main{
	width:calc(100% - 248px);
	margin-left:10px;
	position:relative;
}

.forum_board_title{
	width:100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forum_board_title_info{
	font-size:12px;
	margin-top:3px;
}

.forum_board_latest {
	width:230px;
	height:50px;
	display:flex;
	justify-content:center;
	flex-direction:column;
	padding-right:8px;
	text-align:right;
	background-color:rgba(255,242,219,0.3);
}

.forum_board_latest_thread{
	width:100%;
	text-align:right;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forum_board_latest_thread_info{
	font-size:12px;
	margin-top:3px;
	text-align:right;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forum_board_actions {
	width:52px;
}

.forum_board_action {
	width:16px;
	height:16px;
	margin-right:10px;
	cursor:pointer;
	float:right;
}

.forum_board_action input[type=image]{
	width:16px;
	height:16px;
}

.forum_board_latest_posts {
	width:230px;
	height:50px;
	padding-right:8px;
	text-align:right;
	background-color:rgba(255,242,219,0.3);
}

.forum_board_latest_post_replies{
	width:80px;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	float:left;
}

.forum_board_latest_post_info{
	width:150px;
	height:50px;
	display:flex;
	justify-content:center;
	flex-direction:column;
	float:left;
}

.forum_board_latest_post_datetime{
	width:100%;
	font-size:14px;
	text-align:right;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forum_board_latest_post_name{
	width:100%;
	font-size:12px;
	margin-top:3px;
	text-align:right;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}</pre></body></html>