html, body {
	background: #F8E3CD;	color: #010101;	/*font-size: 14px;    font-family: 'arial';*/
}


.headerbar {
	background: url(/images/css/body_rl.png) 0 -50px repeat-x;    border-radius: 5px;    overflow: hidden;
}
ul.forums {    background: #f1daae;}.forabg, .forumbg {    background: #dfba77;    border-radius: 5px;    overflow: hidden;}li.header dl.icon dt , a.forumtitle, li.header dt, li.header dd{	color: #b91a07;}.navbar {    background: #f1daae;	border-radius: 5px;    overflow: hidden;}li.row {    border-bottom-color: #DFBA77;}#search-box #keywords {    border: solid 1px #b1b1aa;    color: #828282;    padding: 6px 6px 6px 6px;    width: 210px;    background: #fff;}.panel {    background: #F1DAAE;	border-radius: 5px;    overflow: hidden;}.post {	border-radius: 5px;    overflow: hidden;}.bg1 {    background: #f1daae;}.bg2{	background: #F0D6A5;}.bg3 {	 background: #E6CA94;}a.button1, input.button1, input.button3, a.button2, input.button2 {    border: solid 1px #c19d78 !important;    color: #000205;    padding: 6px 16px 6px 16px!important;       height: 28px;    text-align: center;    background: #bc902c;    background: -moz-linear-gradient(top, #f8dda9, #bc902c);    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8dda9), color-stop(100%,#bc902c));    background: -webkit-linear-gradient(top, #f8dda9, #bc902c);    background: -o-linear-gradient(top, #f8dda9, #bc902c);    background: -ms-linear-gradient(top, #f8dda9, #bc902c);    background: linear-gradient(top, #f8dda9, #bc902c);}a.button1:hover, input.button1:hover, input.button3:hover, a.button2:hover, input.button2:hover{    cursor: pointer;    background: #444444;    background: -moz-linear-gradient(top, #dbd6cc, #444444);    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbd6cc), color-stop(100%,#444444));    background: -webkit-linear-gradient(top, #dbd6cc, #444444);    background: -o-linear-gradient(top, #dbd6cc, #444444);    background: -ms-linear-gradient(top, #dbd6cc, #444444);    background: linear-gradient(top, #dbd6cc, #444444);    color: #ffffff;}#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {    color: #d71307;}fieldset.quick-login input.inputbox {    border: solid 1px #b1b1aa;    color: #828282;    padding: 6px 6px 6px 6px;    background: #fff;}input.search {    border: solid 1px #b1b1aa;    color: #828282;    padding: 6px 6px 6px 17px;    }.topic-actions {    overflow: hidden;}select {    border: solid 1px #b1b1aa;    padding: 4px 6px 4px 6px;}.inputbox {    border: solid 1px #b1b1aa;    padding: 6px 6px 6px 6px;}

a.home {
    position: absolute;
    right: 50px;
    top: 8px;
    font-size: 18px;
    color: white;
    display: block;
    transition: all 1s ease;
    border-bottom: none;
}

a.home:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.postbody {
	position: relative;
}

.like {
	min-width: 200px;
	max-width: 500px;
	position: absolute;
	top: 0px;
	right: 225px;
}

.like > * {
	display: inline-block;
	float: right;
}

.like > span {
	margin-top: 2px;
	margin-right: 4px;
}

.like a {
	border: 1px solid lightgray;
	padding: 2px 6px;
	background-color: #7BB160;
}

.like a:hover {
	text-decoration: none;
	background-color: #E9E9E6;
}

.like a.liked {
	background-color: #E9E9E6;
}

.recent_block {
	background-color: #f1daae;
}
.recent_block a {
    font-size: 1.2em;
    font-weight: bold;
}
div.postbody {
    float: right;
	margin-right: 15px;
}

dl.postprofile {float: left;border-right: 1px solid #FFFFFF;border-left: none;}

form#postform .panel.bg2 .submit-buttons input.button2 {
    display: none;
}
dl.postprofile a img {
    max-width: 240px;
    max-height: 240px;
}
strong.new-message {
    color: red;
}
.forum_block .forabg {
    width: 81%;
    float: left;
}

.memberlist {
    width: 15%;
    float: right;
    clear: right;
    max-width: 200px;
    margin: 0 10px;
}

span.detect {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 6px;
}

span.detect_pc {
	background: url('/styles/prosilver/imageset/detect_pc.png') no-repeat center center;
}

span.detect_mobile {
	background: url('/styles/prosilver/imageset/detect_mobile.png') no-repeat center center;
}

span.detect_tablet {
	background: url('/styles/prosilver/imageset/detect_tablet.png') no-repeat center center;
}

.user_offline {
	display: inline-block;
	background-color: lightgray;
	border-radius: 4px;
	padding: 0 6px;
	font-size: 10px;
    margin-top: 3px;
	padding-bottom: 1px;
}

.user_offline::after {
	content: 'offline';
}

.online .user_offline {
	background-color: #7BB160;
}

.online .user_offline::after {
	content: 'online';
}

.postprofile dt {
	display: inline-block;
}

.postprofile dd.on-off {
	display: inline-block;
	margin-left: 3px;
}

.on-off .detect {
	top: 10px;
}

.icon-notice {
    background-image: url("/styles/prosilver/theme/images/icon_notice.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 1px 0 0 17px;
}
li.icon-notice.red  > a {
    color: red;
    font-weight: bold;
}
#wrap {
	position: relative;
}
.popup_window_notice {
	display: none;
	position: absolute;
	top: 190px;
	right: 150px;
	width: 500px;
	background: #f1daae;
	border: 2px solid white;
	border-radius: 5px;
	z-index: 999;
	box-shadow: 0px 0px 4px 0px black;
}

.notice_h2 {
	text-align: center;
	color: #105289;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 2em;
	border-bottom: 2px dotted orange;
	height: 42px;
	padding-top: 14px;
}

.notice_close {
	position: absolute;
	right: 10px;
	top: 0px;
    background-image: url("/styles/prosilver/theme/images/close.png");
	background-position: 0 55%;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.notice_body {
	height: 300px;
	overflow: auto;
}

.notice_footer {
	height: 30px;
	padding-right: 10px;
	border-top: 2px dotted orange;
}

.notice_footer a {
    background-image: url("/styles/prosilver/theme/images/edit-clear_2394.png");
	background-position: 0 55%;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.notice_item {
	color: #444444;
	padding: 3px;
}

.notice_body_text {
	line-height: 1.5em;
	text-align: left;
	font-size: 1.2em;
}

.new .notice_body_text {
	font-weight: bold;
}

.notice_body_text a {
	text-decoration: underline;
}

.notice_item:nth-child(2n + 1) {
	background-color: #F6F4D0;
}

.notice_body_date {
	font-style: italic;
}