body {
	background: #f2f0e4;
	color: #000;
	font-family: 'PT Sans Caption', Arial, sans-serif;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
	margin: 0;
}

a:link {
	color: #c70808;
	text-decoration: none;
}

a:visited {
	color: #c70808;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#container {
	background: #f2f0e4;
	color: #000000;
	margin: auto auto;
	padding: 0;
	text-align: left; /* IE 5 fix */
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: 95%;
	padding: 0 20px;
	margin: 0 auto;
}

#body-content {
	background:  url(../../../images/audentio/luxure/background.png) top left repeat-x;
	margin: 1px auto 35px;
}

#header {
	background: #333;
}

.topbar {
	background: #333;
	margin: 0 auto;
	padding: 19px 0;
	width: 95%;
}

.menu {
	font-family: 'PT Sans Caption', Arial, sans-serif;
	color: #fff;
	padding: 0;
	list-style: none;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
}

.menu li {
	display: inline;
	padding-right: 15px;
}

.menu a:link {
	color: #fff;
	text-decoration: none;
}

.menu a:visited {
	color: #fff;
	text-decoration: none;
}

.menu a:hover, .menu ul a:active {
	color: #e4dab8;
	text-decoration: none;
}

.logo {
	padding: 35px 0;
}

#panel {
	color: #000000;
	font-size: 11px;
	float: right;
	white-space: nowrap;
    margin-top: 1px;
}

a.welcome-button:hover, a.welcome-button:active {
	background: url(../../../images/audentio/luxure/header-button.gif) 0 -33px repeat-x;
	border-bottom: 1px solid #868686;
	text-decoration: none;
}

a.welcome-button:hover span {
	background: url(../../../images/audentio/luxure/header-button-glow.png) center -32px no-repeat;
}

a.welcome-button, a.dropdown:hover, a.dropdown:active {
	background: url(../../../images/audentio/luxure/header-button.gif) 0 0 repeat-x;
	padding: 7px 0;
	color: #fff;
	border-bottom: 1px solid #d00808;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	text-decoration: none;
}

.xp-dropdown-container{
	position:relative;
	display:inline-block;
}

.xp-welcome-button{
	text-decoration:none !important;
}

.xp-welcome-user{
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:4px 10px;
	background:linear-gradient(to bottom,#e11414,#b30000);
	color:#fff;
	font-weight:700;
	border-radius:5px;
	box-shadow:0 2px 5px rgba(0,0,0,.18);
	text-transform:uppercase;
	transition:all .2s ease;
	line-height:1;
	font-size:12px;
}
.xp-welcome-user:hover{
	background:linear-gradient(to bottom,#ff2a2a,#c20000);
	color:#fff;
}

.xp-user-icon{
	font-style:normal;
	font-size:13px;
	line-height:1;
}

.xp-arrow{
	margin-left:2px;
	position:relative;
	top:1px;
}

.xp-dropdown-menu{
	position:absolute;
	right:0;
	top:100%;
	margin-top:6px;
	width:260px;
	background:#f7f2e7;
	border:1px solid #d7ccb7;
	border-radius:8px;
	box-shadow:0 10px 24px rgba(0,0,0,.22);
	z-index:99999;

	max-height:420px;
	overflow-y:auto;

	opacity:0;
	visibility:hidden;
	transform:translateY(8px);
	transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
	pointer-events:none;
}

/* אזור קטן שמונע בריחה של התפריט */
.xp-dropdown-container::after{
	content:"";
	position:absolute;
	top:100%;
	right:0;
	width:100%;
	height:12px;
}

/* פתיחת התפריט */
.xp-dropdown-container:hover .xp-dropdown-menu{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
	pointer-events:auto;
}

.xp-userpanel-header{
	padding:10px 12px;
	background:linear-gradient(to bottom,#fffaf1,#eee3cf);
	border-bottom:1px solid #dbcfbb;
}

.xp-userpanel-name{
	font-size:14px;
	font-weight:700;
	color:#2c2c2c;
	line-height:1.2;
}

.xp-userpanel-subtitle{
	font-size:11px;
	color:#7f745f;
	margin-top:2px;
}

.xp-userpanel-section{
	padding:4px 0;
	border-bottom:1px solid #e7decd;
}

.xp-userpanel-section:last-of-type{
	border-bottom:none;
}

.xp-userpanel-title{
	padding:0 12px 4px;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.8px;
	color:#8d7d61;
}

.xp-userpanel-links{
	list-style:none;
	margin:0;
	padding:0;
}

.xp-userpanel-links li{
	margin:0;
	padding:0;
}

.xp-userpanel-links li a,
.xp-userpanel-links li.modcp a,
.xp-userpanel-links li.admincp a{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:9px 12px;
	color:#980000;
	text-decoration:none;
	font-size:13px;
	line-height:1.25;
	transition:all .2s ease;
}

.xp-userpanel-links li a:hover,
.xp-userpanel-links li.modcp a:hover,
.xp-userpanel-links li.admincp a:hover{
	background:#efe5d2;
	color:#730000;
	text-decoration:none;
	padding-left:16px;
}

.xp-link-text{
	display:inline-block;
}

.xp-link-meta{
	font-size:11px;
	color:#6b604f;
	margin-left:8px;
	white-space:nowrap;
}

.xp-userpanel-footer{
	padding:10px 12px;
	background:#f3ead9;
	border-top:1px solid #ddd1bb;
}

.xp-logout-btn{
	display:block;
	text-align:center;
	padding:8px 10px;
	border-radius:6px;
	background:linear-gradient(to bottom,#d90c0c,#a40000);
	color:#fff !important;
	font-weight:700;
	font-size:12px;
	text-decoration:none !important;
	text-transform:uppercase;
	transition:all .2s ease;
}

.xp-logout-btn:hover{
	background:linear-gradient(to bottom,#f01a1a,#b20000);
	color:#fff !important;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	height: 24px;
	width: 24px;
	background: url(../../../images/audentio/luxure/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -24px;
}

.forum_offlock {
	background-position: 0 -48px;
}

.forum_offlink {
	background-position: 0 -72px;
}

.subforumicon {
	height: 16px;
	width: 16px;
	display: inline-block;
	margin: 0 5px -4px;
	background: url(../../../images/audentio/luxure/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -16px;
}

.subforum_miniofflock {
	background-position: 0 -32px;
}

.subforum_miniofflink {
	background-position: 0 -48px;
}

table {
	color: #000;
	font-family: 'PT Sans Caption', Arial, sans-serif;
	font-size: 13px;
}

.tborder {
	background: #e4dab8;
	width: 100%;
	margin: auto auto;
        -moz-border-radius: 3px;
        border-radius: 3px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.index-table {
	background: #eee9d8;
	border: 1px solid #e4dab8;
}

.index-trow tbody td:first-child {
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
}

.index-trow tbody td:last-child {
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
}

.index-trow {
	width: 100%;
	border: 1px solid #e7e0c7;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.index-trow td {
	background: #f5f1e3;
    padding: 10px;
}

.forum-name {
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.forum-info {
	background: #eee9d8;
	opacity: .5;
	padding: 5px;
	border: 1px solid #e7e0c7;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	color: #000;
}

.thead {
	background: #333 url(../../../images/audentio/luxure/thead_bg.gif) top left repeat-x;
	color: #ffffff;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        height: 8px;
        padding-top: 0;
        padding-bottom: 0;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}


.thead-smalltext, .forum-desc {
	padding: 0 0 0 7px;
}

.tcat {
	background: #eee9d8;
	color: #000000;
	font-size: 12px;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background: #fff;
}

.trow2 {
	background: #f5f1e3;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9 !important;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
	background: #e7e0c7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #333 url(../../../images/audentio/luxure/thead_bg.gif) top left repeat-x;
	color: #ffffff;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        height: 8px;
        padding-top: 0;
        padding-bottom: 0;
		vertical-align: middle;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

#footer {
	background: #333;
}

#footer #theme_select {
  margin-top: -8px;
}

#footer select {
  padding: 7px;
}

#footer input {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  border: 0 !important;
}

.footer-content {
	width: 95%;
	margin: 0 auto;
}

#copyright {
	font: 11px 'PT Sans Caption', Arial, sans-serif;
	padding: 0 0 20px;
	color: #fff;
	margin: 0 auto;
}

#copyright a {
	color: #e4dab8;
}

.bottommenu {
	background: url(../../../images/audentio/luxure/bottommenu_bg.png) top left repeat-x;
	color: #000000;
	padding: 21px 20px;
	margin: 0 auto;
	position: relative;
	top: -14px;
}

.bottommenu a {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	margin: 0 15px 0 0;
}

.bottommenu-left {
	background: url(../../../images/audentio/luxure/bottommenu-left.png) top left no-repeat;
	float: left;
	margin-left: -15px;
}

.bottommenu-right {
	background: url(../../../images/audentio/luxure/bottommenu-right.png) top left no-repeat;
	float: right;
	margin-right: -15px;
}

.bottommenu-left, .bottommenu-right {
	width: 15px;
	height: 61px;
	position: relative;
	top: -14px;
}

#lang_select {
	margin: -4px 0 0;
}

.navigation {
        font-family: 'LeagueGothicRegular', 'PT Sans', Arial, sans-serif;
	color: #aaa;
	font-size: 16px;
        background: #333 url(../../../images/audentio/luxure/navigation_bg.gif) top left repeat-x;
        padding: 3px 3px 2px 15px;
        text-transform: uppercase;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 0 0 25px;
}

.navigation a:link {
	text-decoration: none;
        color: #e4dab8;
        text-shadow: 1px 0 0 #000;
}

.navigation a:visited {
	text-decoration: none;
        color: #e4dab8;
        text-shadow: 1px 0 0 #000;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
        color: #fff;
        text-shadow: 1px 0 0 #000;
}

.navigation .active {
	color: #fff;
}

.navigation .home-button {
	background: url(../../../images/audentio/luxure/home-button.png) 0 0 no-repeat;
	width: 63px;
	height: 46px;
	float: left;
	margin: -17px 5px 0 0;
}

.navigation .home-button-hover {
	background: url(../../../images/audentio/luxure/home-button.png) 0 -67px no-repeat !important;
}

.navigation .home {
	background: url(../../../images/audentio/luxure/home.png) center center no-repeat;
	float: left;
	width: 16px;
	height: 15px;
	font-size: 0;
	text-indent: -9999px;
	padding: 10px 14px 25px 11px;
	margin: 8px 11px 7px;
}

.navigation .nav-bit:first-of-type, .navigation .sep:nth-child(3) {
	display: none;
}

.nav-bit {
	padding: 0 5px;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #e4dab8;
	padding: 9px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #e4dab8;
	padding: 2px;
	font-family: 'PT Sans Caption', Arial, sans-serif;
	line-height: 1.4;
	font-size: 13px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

select {
	background: #ffffff;
	border: 1px solid #e4dab8;
	padding: 7px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

button,
input.button {
	padding: 7px 12px;
	cursor: pointer;
	font-family: "PT Sans Caption",Arial,sans-serif;
	font-size: 14px;
	background: rgb(85,85,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(85,85,85,1) 0%, rgba(52,52,52,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(100%,rgba(52,52,52,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
	border: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, .1);
	color: #FFF;
  text-transform: uppercase;
  border-radius: 3px;
	outline: 0;
  font-weight: bold;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

.thead .button, .tfoot .button {
  background: #111 !important;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  color: #DDD;
}

.thead .button:hover, .tfoot .button:hover {
  color: #FFF;
  background: #000;
}

.thead .textbox, .tfoot .textbox {
  border: 0;
}

form {
	margin: 0;
	padding: 0;
}

form input.error {
	border: 1px solid #f30;
	color: #f30;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form input.valid {
	border: 1px solid #0c0;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
    width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: -33px;
	position: relative;
	top: 7px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	background: #fff url(../../../images/audentio/luxure/quote_bg.png) -8px -4px no-repeat;
	margin: 0;
	padding: 0 4px 4px 40px;
	color: #aaa592;
	border: 1px solid #e4dab8;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

blockquote cite {
	font-weight: bold;
	font-style: normal;
	display: block;
	margin: 0 0 4px;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff url(../../../images/audentio/luxure/code_bg.png) -8px -3px no-repeat;
	padding: 0 4px 4px 40px;
	color: #aaa592;
	border: 1px solid #e4dab8;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.codeblock .title {
	font-weight: bold;
	margin: 0 0 4px;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new a,
a.subject_new,
.subject_new {
	font-weight: bold !important;
	color: #9f1239!important;
}

.subject_new a:link,
.subject_new a:visited,
a.subject_new:link,
a.subject_new:visited {
	color: #9f1239 !important;
}

.subject_new a:hover,
a.subject_new:hover {
	color: #003fcc !important;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active  {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
        color: #aaa592;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 4px 9px;
        -moz-border-radius: 3px;
        border-radius: 3px;
	margin-bottom: 3px;
}

.pagination a {
        background: #eee9d8;
	border: 1px solid #e4dab8;
        color: #aaa592;
}

.pagination .pagination_current {
	background: #f5f1e3;
	border: 1px solid #e7e0c7;
	font-weight: bold;
	color: #000;
}

.pagination a:hover {
	background: #f5f1e3;
	border: 1px solid #e7e0c7;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
  background: #F5F1E3;
  border-top: 2px solid #E4DAB8;
}

.post .post_author {
	border-bottom: 1px solid #E4DAB8;
	border-top: 2px solid #E4DAB8;
	background: #F5F1E3;
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_author {
	border: 0;
    background: transparent;
	float: left;
	width: 15%;
	margin: 0 0 15px 1%;
	border-left: 0;
	padding: 5px 1%;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 5px;
	border: 1px solid #E4DAB8;
	background: #fff;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #E4DAB8;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	font-size: 11px;
	padding: 0 10px;
	border-bottom: 1px solid #E4DAB8;
    background: #F5F1E3;
	margin-bottom: 4px;
    margin: -10px -10px 4px -10px;
    height: 30px;
    line-height: 30px;
}

.post.classic .post_head {
	margin: 0 -10px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
margin-top: 20px;
}

.post.classic .post_content {
	float: right;
	width: 79%;
	padding: 0 10px 5px 10px;
  border-left: 1px solid #E4DAB8;
  min-height: 237px;
}

.post_content {
	padding: 9px 10px 5px 10px;
    background: #FFF;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #E4DAB8;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	background: #F5F1E3;
	border-top: 1px solid #E4DAB8;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 5px 7px;
	margin: 2px;
	font-family: "PT Sans Caption",Arial,sans-serif;
	font-size: 14px;
	background: rgb(85,85,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(85,85,85,1) 0%, rgba(52,52,52,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(100%,rgba(52,52,52,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(85,85,85,1) 0%,rgba(52,52,52,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
  text-transform: uppercase;
  font-weight: bold;
	color: #FFF;
  opacity: .7;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

.postbit_buttons > a:hover {
	text-decoration: none;
    opacity: 1;
}

.postbit_buttons a span:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    font-size: 12px;
    background-color: #101010;
    padding: 3px 7px;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
}

.postbit_buttons a.postbit_find span:before {
	content: "\f002";
}

.postbit_buttons a.postbit_reputation_add span:before {
	content: "\f067";
}

.postbit_buttons a.postbit_email span:before {
	content: "\f0e0";
}

.postbit_buttons a.postbit_website span:before {
	content: "\f0ac";
}

.postbit_buttons a.postbit_pm span:before {
	content: "\f199";
}

.postbit_buttons a.postbit_quote span:before {
	content: "\f10e";
}

.postbit_buttons a.postbit_multiquote span:before {
	content: "\f055";
}

.postbit_buttons a.postbit_multiquote_on span:before {
	content: "\f056";
}

.postbit_buttons a.postbit_edit span:before {
	content: "\f044";
}

.postbit_buttons a.postbit_qdelete span:before {
	content: "\f00d";
}

.postbit_buttons a.postbit_qrestore span:before {
	content: "\f067";
}

.postbit_buttons a.postbit_report span:before {
	content: "\f0a1";
}

.postbit_buttons a.postbit_warn span:before {
	content: "\f0e3";
}

.postbit_buttons a.postbit_purgespammer span:before {
	content: "\f071";
}

.postbit_buttons a.postbit_reply_pm span:before {
	content: "\f112";
}

.postbit_buttons a.postbit_reply_all span:before {
	content: "\f122";
}

.postbit_buttons a.postbit_forward_pm span:before {
	content: "\f064";
}

.postbit_buttons a.postbit_delete_pm span:before {
	content: "\f00d";
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	font-size: 14px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

.index .navigation {
	display: none;
}

.bigenglish-top {
	margin: -33px 0 0 15px;
	position: relative;
	top: 7px;
}

.bigenglish-bottom {
	margin: -26px 0 0 15px;
	position: relative;
	top: 27px;
}

.bigenglish-top .bottom {
	display: none;
}

.bigenglish-bottom .top {
	display: none;
}

.no-padding {
	padding: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html .clearfix { 
	zoom: 1;
}

.non-ie {
	display: inline;
}

.ie-only {
	display: none;
}

#usercppms_img, #usercpprofile_img, #usercpmisc_img {
  margin-top: -7px;
}


/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}
.jGrowl.top-left {
	left: 0px;
	top: 0px;
}
.jGrowl.top-right {
	right: 0px;
	top: 0px;
}
.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}
.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}
.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}
.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}
.jGrowl .jGrowl-notification {
	min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
    background: yellow;
    border: 1px solid yellow;
	color: #333;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
	}
}

/** jGrowl End **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
	z-index: 2;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777777;
}
iframe.jqifade{
	display:block;
	z-index:-1;
}
div.jqi{
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
}
div.jqi .jqibuttonshide{
	display: none;
}
div.jqi .jqibuttons{
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}
div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }



/** Impromptu End */


/** Forum categories css */

.forums_categories{font-size: 1.4em; font-weight: bold;background: #ffbf00;padding: -1px -1px -2px -2px;border-radius:0px; opacity: 0.9}


/* ================================
   WHO READ THIS THREAD - NEW ICON
================================ */

.thread_tools li.whoread,
.thread_tools li.whoread a{
    background:none !important;
    background-image:none !important;
    padding-left:0 !important;
}

.thread_tools li.whoread a::before{
    content:"\1F441";
    display:inline-block;
    margin-right:6px;
    font-size:13px;
    vertical-align:-1px;
}

/* אפקט hover קטן */
.thread_tools li.whoread a:hover{
    color:#c70808;
    text-decoration:none;
}

/* ==================================================
   FID 6 - תפיסה רחבה (fid_6 / fid6 / על כל אב)
================================================== */

body.fid_6 .navigation .active,
body.fid6  .navigation .active,
html.fid_6 .navigation .active,
html.fid6  .navigation .active,
.fid_6     .navigation .active,
.fid6      .navigation .active{
  display:none !important;
}

/* להעלים את "Join The Vip Area" בפס הניווט העליון */
body.fid_6 .navigation .nav-bit:last-child,
body.fid6  .navigation .nav-bit:last-child,
html.fid_6 .navigation .nav-bit:last-child,
html.fid6  .navigation .nav-bit:last-child,
.fid_6     .navigation .nav-bit:last-child,
.fid6      .navigation .nav-bit:last-child{
  display:none !important;
}

/* להעלים את הטקסט בפס הכתום של הטבלה (אבל להשאיר את הפס עצמו) */
body.fid_6 .tborder .thead,
body.fid6  .tborder .thead,
html.fid_6 .tborder .thead,
html.fid6  .tborder .thead,
.fid_6     .tborder .thead,
.fid6      .tborder .thead{
  text-indent:-9999px !important;
  font-size:0 !important;
  line-height:0 !important;
}

/* פורום 6: להעלים את הכותרת בתוך הפס הכתום */
.tborder .thead a[href*="newthread.php?fid=6"]{
  display:none !important;
}

.tborder .thead a[href*="newthread.php?fid=6"] ~ *{
  display:none !important;
}

/* להעלים גם את ה-<strong> שמכיל את התמונה בכותרת */
.tborder .thead strong img[src*="STVDRll"]{
  display:none !important;
}


.navigation a[href*="forumdisplay.php?fid=6"]{
}

/* להסתיר את ה-active nav-bit (Join / התמונה) רק כשאנחנו ב-fid=6 */
.navigation a[href*="forumdisplay.php?fid=6"]
  ~ .sep
  ~ .active.nav-bit{
  display:none !important;
}

/* ואם המבנה אצלך משתנה—תפוס חזק יותר: */
.navigation .active.nav-bit img[src*="STVDRll"]{
  display:none !important;
}

/* SHOWTHREAD - הסתרת "Join The Vip Area" מהניווט (רק fid=6) */
.navigation .nav-bit a[href*="forumdisplay.php?fid=6"] {
  display: none !important;
}

/* להעלים גם את ה- "/" שאחריו */
.navigation .nav-bit:has(a[href*="forumdisplay.php?fid=6"]) + .sep {
  display: none !important;
}

/* ===== FOOTER FIX ===== */

#footer{
    margin:0;
    padding:0;
    background:#2f2f2f;
    width:100%;
}

/* הפס האדום */
#footer .bottommenu{
    background:linear-gradient(to bottom,#e00000,#b80000);
    text-align:center;
    padding:10px 15px;
    margin:0;
    width:100vw;
    margin-left:calc(50% - 50vw);
    box-sizing:border-box;
}

/* טקסט האימייל */
#footer .footer-contact{
    color:#ffffff;
    font-size:13px;
}

/* אימייל בפס האדום */
#footer .footer-contact a{
    color:#ffd700 !important;
    font-weight:bold;
    text-decoration:none;
}

/* הפס השחור */
#footer #copyright{
    background:#2f2f2f;
    text-align:center;
    color:#ffffff;
    margin:0;
    padding:2px 0 10px 0;
    line-height:1;
    transform:translateY(-2px); /* מרים את הטקסט */
}

/* קישורים בפוטר */
#footer #copyright a{
    color:#ffffff;
    text-decoration:none;
}

/* מפריד | */
.footer-sep{
    margin:0 4px;
    color:#ffffff;
}

/* עטיפה ללוגו */
.logo-wrap{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* אפקט הברקה */
.logo-wrap::after{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    transform: skewX(-25deg);
}

/* כשהעכבר מעל הלוגו */
.logo-wrap:hover::after{
    animation: logoShine 0.9s forwards;
}

@keyframes logoShine{
    100%{
        left: 130%;
    }
}

/* תזוזה עדינה של הלוגו */
.logo-wrap img{
    transition: transform 0.35s ease, filter 0.35s ease;
}

.logo-wrap:hover img{
    transform: translateY(-5px) scale(1.04);
    filter: drop-shadow(0 8px 14px rgba(255,140,0,0.35));
}

.xp-top-avatar{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:16px;
	height:16px;
	border-radius:50%;
	overflow:hidden;
	background:transparent;
	margin-right:2px;
}

.xp-top-avatar img{
	width:16px;
	height:16px;
	object-fit:cover;
}

.xp-top-name{
	max-width:110px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.xp-top-alerts{
	display:inline-flex;
	align-items:center;
	gap:4px;
	margin-left:4px;
}

.xp-alert-bell{
	font-size:11px;
}

.xp-alert-count{
	min-width:11px;
	height:11px;
	line-height:11px;
	padding:0 2px;
	font-size:8px;
}

.xp-alert-bell{
	animation: xpBellPulse 1.8s infinite;
}

@keyframes xpBellPulse{
	0%{ transform:scale(1); }
	50%{ transform:scale(1.15); }
	100%{ transform:scale(1); }
}

.xp-arrow{
	margin-left:6px;
}

/* =========================
   Private Messages Highlight
========================= */
.xp-userpanel-links a.private{
	background:linear-gradient(to right,#fff3f3,#fffafa);
	color:#a40000;
	font-weight:700;
	border-left:3px solid #d90000;
	padding-left:12px;
}

.xp-userpanel-links a.private:hover{
	background:#ffe7e7;
	color:#7f0000;
	padding-left:16px;
	text-decoration:none;
}

.xp-userpanel-links a.private .xp-link-meta{
	background:#d90000;
	color:#fff;
	padding:2px 7px;
	border-radius:20px;
	font-size:10px;
	font-weight:700;
	line-height:1.2;
	margin-left:8px;
	white-space:nowrap;
	box-shadow:0 1px 3px rgba(0,0,0,.15);
}

/* =========================
   MyBB PM Alert Toast
========================= */
.pm_alert{
	position:fixed;
	top:20px;
	right:20px;
	z-index:999999;
	min-width:320px;
	max-width:420px;
	padding:14px 16px 14px 42px;
	background:linear-gradient(to bottom,#fff8dc,#fff0b8);
	border:1px solid #e7c94d;
	border-left:5px solid #d9a400;
	border-radius:10px;
	box-shadow:0 12px 28px rgba(0,0,0,.22);
	font-size:13px;
	line-height:1.45;
	animation:xpPmToastIn .35s ease;
}

.pm_alert:before{
	content:"?";
	position:absolute;
	left:12px;
	top:50%;
	transform:translateY(-50%);
	font-size:18px;
}

.pm_alert a{
	color:#c00000;
	font-weight:700;
	text-decoration:none;
}

.pm_alert a:hover{
	text-decoration:underline;
}

@keyframes xpPmToastIn{
	from{
		opacity:0;
		transform:translateY(-12px);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}

/* ========================
   Home Button Effects
======================== */

.home-button{
	position: relative;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
	animation: xpHomePulse 3.2s infinite;
}

/* Hover */
.home-button:hover{
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 6px 14px rgba(200,0,0,.28);
	filter: brightness(1.08);
	animation: none;
}

/* Click */
.home-button:active{
	transform: translateY(0) scale(.96);
	box-shadow: 0 2px 6px rgba(0,0,0,.18);
}

/* האייקון עצמו */
.home-button .home{
	transition: transform .18s ease;
	position: relative;
	z-index: 2;
}

.home-button:hover .home{
	transform: scale(1.1);
}

/* Shine effect */
.home-button::after{
	content:"";
	position:absolute;
	top:0;
	left:-70%;
	width:50%;
	height:100%;
	background:linear-gradient(
		120deg,
		transparent,
		rgba(255,255,255,.35),
		transparent
	);
	transform:skewX(-20deg);
	animation: xpHomeShine 4s infinite;
	pointer-events:none;
}

/* Pulse */
@keyframes xpHomePulse{
	0%{
		box-shadow: 0 0 0 0 rgba(220,0,0,.35);
	}
	60%{
		box-shadow: 0 0 0 10px rgba(220,0,0,0);
	}
	100%{
		box-shadow: 0 0 0 0 rgba(220,0,0,0);
	}
}

/* Shine animation */
@keyframes xpHomeShine{
	0%{
		left:-70%;
	}
	60%{
		left:130%;
	}
	100%{
		left:130%;
	}
}

/* ===== NEW THREAD BUTTON ===== */

/* קונטיינר של הכפתור - עליון ותחתון */
.bigenglish-top,
.bigenglish-bottom {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 42px;
}

/* כל הקישורים בתוך הכפתור */
.bigenglish-top a,
.bigenglish-bottom a {
    position: absolute;
    left: 0;
    text-decoration: none;
}

/* שכבה עליונה */
.bigenglish-top a.top,
.bigenglish-bottom a.top {
    top: 0;
    z-index: 2;
    transition: top 0.15s ease, filter 0.15s ease, transform 0.15s ease;
}

/* תמונות */
.bigenglish-top a.top img,
.bigenglish-top a.bottom img,
.bigenglish-bottom a.top img,
.bigenglish-bottom a.bottom img {
    display: block;
    border: none;
}

/* שכבה תחתונה */
.bigenglish-top a.bottom,
.bigenglish-bottom a.bottom {
    top: 6px;
    z-index: 1;
    transition: top 0.15s ease;
}

/* אפקט ריחוף */
.bigenglish-top:hover a.top,
.bigenglish-bottom:hover a.top {
    top: -3px;
    filter: brightness(1.1);
}

.bigenglish-top:hover a.bottom,
.bigenglish-bottom:hover a.bottom {
    top: 4px;
}

/* אפקט לחיצה */
.bigenglish-top:active a.top,
.bigenglish-bottom:active a.top {
    top: 2px;
    transform: scale(0.98);
    filter: brightness(0.96);
}

.bigenglish-top:active a.bottom,
.bigenglish-bottom:active a.bottom {
    top: 7px;
}

/* ===== MODERN TOP MENU ===== */

.topbar {
    position: relative;
    background: linear-gradient(to bottom, #353535, #232323);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 2px 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

/* פס כתום למעלה */
.topbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #f29a1f, transparent);
    opacity: 0.7;
}

/* רשימת התפריט */
.menu {
    list-style: none;
    margin: 0;
    padding: 0 8px;
}

/* פריטי תפריט */
.menu li {
    display: inline-block;
    margin-right: 6px;
}

/* קישורים */
.menu li a {
    display: block;
    padding: 6px 14px;
    color: #f5f5f5;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.35px;
    position: relative;
    border-radius: 6px;
    transition: all 0.22s ease;
}

/* hover */
.menu li a:hover {
    color: #f29a1f;
    background: rgba(255,255,255,0.04);
    transform: translateY(-1px);
    text-shadow: 0 0 6px rgba(242,154,31,0.35);
}

/* קו כתום אנימטיבי */
.menu li a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 4px;
    height: 2px;
    background: #f29a1f;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
}

.menu li a:hover::after {
    transform: scaleX(1);
}

/* עמוד פעיל */
.menu li.active a {
    color: #f29a1f;
}

.menu li.active a::after {
    transform: scaleX(1);
}


td.thead:has(a.forums_categories.fid_8) {
    background: linear-gradient(to bottom, #2f7d36 0%, #24652b 100%) !important;
    position: relative;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.15);
}

/* פס אור עדין למעלה */
td.thead:has(a.forums_categories.fid_8)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.14);
}

/* פס הדגשה קטן בצד */
td.thead:has(a.forums_categories.fid_8)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #00e676;
    opacity: 0.9;
}

/* הטקסט */
a.forums_categories.fid_8,
a.forums_categories.fid_8:link,
a.forums_categories.fid_8:visited,
a.forums_categories.fid_8:active {
    background: none !important;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-decoration: none !important;
    padding: 0 !important;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

/* hover */
td.thead:has(a.forums_categories.fid_8):hover {
    filter: brightness(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.12),
        inset 0 -1px 0 rgba(0,0,0,0.18),
        0 0 8px rgba(0,0,0,0.06);
}

a.forums_categories.fid_8:hover {
    color: #f4fff6 !important;
    text-shadow: 0 0 6px rgba(255,255,255,0.10);
}

/* ===== ADMIN AREA - fid 1 ===== */

td.thead:has(a.forums_categories.fid_1) {
    background: linear-gradient(to bottom, #e53935 0%, #b71c1c 100%) !important;
    position: relative;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.15);
}

td.thead:has(a.forums_categories.fid_1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.14);
}

td.thead:has(a.forums_categories.fid_1)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #ff5252;
    opacity: 0.9;
}

a.forums_categories.fid_1,
a.forums_categories.fid_1:link,
a.forums_categories.fid_1:visited,
a.forums_categories.fid_1:active {
    background: none !important;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}

td.thead:has(a.forums_categories.fid_1):hover {
    filter: brightness(1.06);
}

a.forums_categories.fid_1:hover {
    color: #ffeaea !important;
}

/* ===== COMMUNITY AREA - fid 4 ===== */

td.thead:has(a.forums_categories.fid_4) {
    background: linear-gradient(to bottom, #6a2bdb 0%, #4D06C9 100%) !important;
    position: relative;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.15);
}

td.thead:has(a.forums_categories.fid_4)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.16);
}

td.thead:has(a.forums_categories.fid_4)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #a66bff;
    opacity: 0.9;
}

a.forums_categories.fid_4,
a.forums_categories.fid_4:link,
a.forums_categories.fid_4:visited,
a.forums_categories.fid_4:active {
    background: none !important;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}

td.thead:has(a.forums_categories.fid_4):hover {
    filter: brightness(1.07);
}

a.forums_categories.fid_4:hover {
    color: #f2eaff !important;
}

/* ===== OFF TOPIC - fid 8 ===== */

td.thead:has(a.forums_categories.fid_8) {
    background: linear-gradient(to bottom, #2f7d36 0%, #24652b 100%) !important;
    position: relative;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.15);
}

td.thead:has(a.forums_categories.fid_8)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.14);
}

td.thead:has(a.forums_categories.fid_8)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #00e676;
    opacity: 0.9;
}

a.forums_categories.fid_8,
a.forums_categories.fid_8:link,
a.forums_categories.fid_8:visited,
a.forums_categories.fid_8:active {
    background: none !important;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-decoration: none !important;
    padding: 0 !important;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}

td.thead:has(a.forums_categories.fid_8):hover {
    filter: brightness(1.06);
}

a.forums_categories.fid_8:hover {
    color: #f4fff6 !important;
}

/* ===== XXX PASSWORDS - fid 14 ===== */

td.thead:has(a.forums_categories.fid_14) {
    background: linear-gradient(to bottom, #5b0b88 0%, #420463 100%) !important;
    position: relative;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.15);
}

td.thead:has(a.forums_categories.fid_14)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.16);
}

td.thead:has(a.forums_categories.fid_14)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #b16aff;
    opacity: 0.9;
}

a.forums_categories.fid_14,
a.forums_categories.fid_14:link,
a.forums_categories.fid_14:visited,
a.forums_categories.fid_14:active {
    background: none !important;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}

td.thead:has(a.forums_categories.fid_14):hover {
    filter: brightness(1.07);
}

a.forums_categories.fid_14:hover {
    color: #f5e9ff !important;
}

/* ===== ENTERTAINMENT - fid 18 ===== */

td.thead:has(a.forums_categories.fid_18) {
    background: linear-gradient(to bottom, #2c8fe3 0%, #006EC7 100%) !important;
    position: relative;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.15);
}

td.thead:has(a.forums_categories.fid_18)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.16);
}

td.thead:has(a.forums_categories.fid_18)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #6ec6ff;
    opacity: 0.9;
}

a.forums_categories.fid_18,
a.forums_categories.fid_18:link,
a.forums_categories.fid_18:visited,
a.forums_categories.fid_18:active {
    background: none !important;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}

td.thead:has(a.forums_categories.fid_18):hover {
    filter: brightness(1.07);
}

a.forums_categories.fid_18:hover {
    color: #e6f4ff !important;
}

/* ===== VIP AREA - fid 22 ===== */

td.thead:has(a.forums_categories.fid_22) {
    background: linear-gradient(to bottom, #f5d97a 0%, #caa329 100%) !important;
    position: relative;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.35),
        inset 0 -1px 0 rgba(0,0,0,0.15);
}

td.thead:has(a.forums_categories.fid_22)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.45);
}

td.thead:has(a.forums_categories.fid_22)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #ffe27a;
    opacity: 0.95;
}

a.forums_categories.fid_22,
a.forums_categories.fid_22:link,
a.forums_categories.fid_22:visited,
a.forums_categories.fid_22:active {
    background: none !important;
    color: #3b2b00 !important;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

td.thead:has(a.forums_categories.fid_22):hover {
    filter: brightness(1.06);
}

a.forums_categories.fid_22:hover {
    color: #000 !important;
}

/* ===== MARKETPLACE - fid 28 ===== */

td.thead:has(a.forums_categories.fid_28) {
    background: linear-gradient(to bottom, #259961 0%, #12a565 100%) !important;
    position: relative;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.10),
        inset 0 -1px 0 rgba(0,0,0,0.15);
}

td.thead:has(a.forums_categories.fid_28)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.16);
}

td.thead:has(a.forums_categories.fid_28)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #1bd98a;
    opacity: 0.9;
}

a.forums_categories.fid_28,
a.forums_categories.fid_28:link,
a.forums_categories.fid_28:visited,
a.forums_categories.fid_28:active {
    background: none !important;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
}

td.thead:has(a.forums_categories.fid_28):hover {
    filter: brightness(1.07);
}

a.forums_categories.fid_28:hover {
    color: #eafff5 !important;
}

/* ===== forumdisplay header ===== */

td.thead.forumdisplay_head {
    background: linear-gradient(to bottom, #f0d37a 0%, #d4aa3d 100%) !important;
    border: 1px solid #a67c1f !important;
    padding: 2px 12px !important;
    height: 24px !important;
    line-height: 24px !important;
    vertical-align: middle !important;
    color: #2b1c00 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

td.thead.forumdisplay_head a,
td.thead.forumdisplay_head strong,
td.thead.forumdisplay_head span {
    color: #2b1c00 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

td.thead.forumdisplay_head a:hover {
    text-decoration: underline;
}

/* ===== default thead (only where there is no forums_categories link) ===== */

td.thead:not(:has(a.forums_categories)) {
    background: linear-gradient(to bottom, #f0d37a 0%, #d4aa3d 100%) !important;
    border: 1px solid #a67c1f !important;
    padding: 0 12px !important;
    height: 26px !important;
    line-height: 26px !important;
    vertical-align: middle !important;
    color: #2b1c00 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35) !important;
}

td.thead:not(:has(a.forums_categories)) strong,
td.thead:not(:has(a.forums_categories)) a,
td.thead:not(:has(a.forums_categories)) span {
    color: #2b1c00 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* =========================
   BREADCRUMB COLORS - NEW
   לפי הקישור בתוך הניווט
========================= */

/* ADMIN */
.navigation:has(a[href*="forumdisplay.php?fid=1"]),
.navigation:has(a[href*="forumdisplay.php?fid=3"]) {
    background: linear-gradient(to bottom, #e53935, #b71c1c) !important;
    border: 1px solid #8f1414 !important;
}

.navigation:has(a[href*="forumdisplay.php?fid=1"]),
.navigation:has(a[href*="forumdisplay.php?fid=1"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=1"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=1"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=3"]),
.navigation:has(a[href*="forumdisplay.php?fid=3"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=3"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=3"]) strong {
    color: #fff !important;
    text-shadow: none !important;
}

/* COMMUNITY */
.navigation:has(a[href*="forumdisplay.php?fid=4"]),
.navigation:has(a[href*="forumdisplay.php?fid=5"]),
.navigation:has(a[href*="forumdisplay.php?fid=6"]),
.navigation:has(a[href*="forumdisplay.php?fid=7"]),
.navigation:has(a[href*="forumdisplay.php?fid=31"]) {
    background: linear-gradient(to bottom, #6a1bdb, #4d06c9) !important;
    border: 1px solid #3c049c !important;
}

.navigation:has(a[href*="forumdisplay.php?fid=4"]),
.navigation:has(a[href*="forumdisplay.php?fid=4"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=4"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=4"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=5"]),
.navigation:has(a[href*="forumdisplay.php?fid=5"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=5"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=5"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=6"]),
.navigation:has(a[href*="forumdisplay.php?fid=6"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=6"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=6"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=7"]),
.navigation:has(a[href*="forumdisplay.php?fid=7"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=7"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=7"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=31"]),
.navigation:has(a[href*="forumdisplay.php?fid=31"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=31"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=31"]) strong {
    color: #fff !important;
    text-shadow: none !important;
}

/* OFF TOPIC */
.navigation:has(a[href*="forumdisplay.php?fid=8"]),
.navigation:has(a[href*="forumdisplay.php?fid=9"]),
.navigation:has(a[href*="forumdisplay.php?fid=10"]),
.navigation:has(a[href*="forumdisplay.php?fid=11"]),
.navigation:has(a[href*="forumdisplay.php?fid=12"]),
.navigation:has(a[href*="forumdisplay.php?fid=13"]) {
    background: linear-gradient(to bottom, #2e7d32, #1b5e20) !important;
    border: 1px solid #144a18 !important;
}

.navigation:has(a[href*="forumdisplay.php?fid=8"]),
.navigation:has(a[href*="forumdisplay.php?fid=8"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=8"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=8"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=9"]),
.navigation:has(a[href*="forumdisplay.php?fid=9"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=9"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=9"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=10"]),
.navigation:has(a[href*="forumdisplay.php?fid=10"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=10"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=10"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=11"]),
.navigation:has(a[href*="forumdisplay.php?fid=11"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=11"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=11"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=12"]),
.navigation:has(a[href*="forumdisplay.php?fid=12"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=12"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=12"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=13"]),
.navigation:has(a[href*="forumdisplay.php?fid=13"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=13"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=13"]) strong {
    color: #fff !important;
    text-shadow: none !important;
}

/* XXX PASSWORDS */
.navigation:has(a[href*="forumdisplay.php?fid=14"]),
.navigation:has(a[href*="forumdisplay.php?fid=15"]),
.navigation:has(a[href*="forumdisplay.php?fid=16"]),
.navigation:has(a[href*="forumdisplay.php?fid=17"]) {
    background: linear-gradient(to bottom, #6a1b9a, #4a0072) !important;
    border: 1px solid #3a0057 !important;
}

.navigation:has(a[href*="forumdisplay.php?fid=14"]),
.navigation:has(a[href*="forumdisplay.php?fid=14"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=14"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=14"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=15"]),
.navigation:has(a[href*="forumdisplay.php?fid=15"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=15"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=15"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=16"]),
.navigation:has(a[href*="forumdisplay.php?fid=16"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=16"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=16"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=17"]),
.navigation:has(a[href*="forumdisplay.php?fid=17"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=17"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=17"]) strong {
    color: #fff !important;
    text-shadow: none !important;
}

/* ENTERTAINMENT */
.navigation:has(a[href*="forumdisplay.php?fid=18"]),
.navigation:has(a[href*="forumdisplay.php?fid=19"]),
.navigation:has(a[href*="forumdisplay.php?fid=20"]),
.navigation:has(a[href*="forumdisplay.php?fid=21"]) {
    background: linear-gradient(to bottom, #29b6f6, #0288d1) !important;
    border: 1px solid #0277bd !important;
}

.navigation:has(a[href*="forumdisplay.php?fid=18"]),
.navigation:has(a[href*="forumdisplay.php?fid=18"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=18"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=18"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=19"]),
.navigation:has(a[href*="forumdisplay.php?fid=19"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=19"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=19"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=20"]),
.navigation:has(a[href*="forumdisplay.php?fid=20"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=20"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=20"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=21"]),
.navigation:has(a[href*="forumdisplay.php?fid=21"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=21"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=21"]) strong {
    color: #fff !important;
    text-shadow: none !important;
}

/* VIP */
.navigation:has(a[href*="forumdisplay.php?fid=22"]),
.navigation:has(a[href*="forumdisplay.php?fid=23"]),
.navigation:has(a[href*="forumdisplay.php?fid=24"]),
.navigation:has(a[href*="forumdisplay.php?fid=25"]),
.navigation:has(a[href*="forumdisplay.php?fid=26"]),
.navigation:has(a[href*="forumdisplay.php?fid=27"]) {
    background: linear-gradient(to bottom, #f5d97a, #caa329) !important;
    border: 1px solid #9a7b1c !important;
}

.navigation:has(a[href*="forumdisplay.php?fid=22"]),
.navigation:has(a[href*="forumdisplay.php?fid=22"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=22"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=22"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=23"]),
.navigation:has(a[href*="forumdisplay.php?fid=23"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=23"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=23"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=24"]),
.navigation:has(a[href*="forumdisplay.php?fid=24"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=24"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=24"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=25"]),
.navigation:has(a[href*="forumdisplay.php?fid=25"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=25"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=25"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=26"]),
.navigation:has(a[href*="forumdisplay.php?fid=26"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=26"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=26"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=27"]),
.navigation:has(a[href*="forumdisplay.php?fid=27"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=27"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=27"]) strong {
    color: #3b2b00 !important;
    text-shadow: none !important;
}

/* MARKETPLACE */
.navigation:has(a[href*="forumdisplay.php?fid=28"]),
.navigation:has(a[href*="forumdisplay.php?fid=29"]),
.navigation:has(a[href*="forumdisplay.php?fid=30"]) {
    background: linear-gradient(to bottom, #34d98a, #12a565) !important;
    border: 1px solid #0e7c4b !important;
}

.navigation:has(a[href*="forumdisplay.php?fid=28"]),
.navigation:has(a[href*="forumdisplay.php?fid=28"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=28"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=28"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=29"]),
.navigation:has(a[href*="forumdisplay.php?fid=29"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=29"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=29"]) strong,
.navigation:has(a[href*="forumdisplay.php?fid=30"]),
.navigation:has(a[href*="forumdisplay.php?fid=30"]) a,
.navigation:has(a[href*="forumdisplay.php?fid=30"]) span,
.navigation:has(a[href*="forumdisplay.php?fid=30"]) strong {
    color: #fff !important;
    text-shadow: none !important;
}

/* =========================
   DNT Advanced Pro Stats
   גרסה קומפקטית יותר
========================= */

/* הפס העליון: XPWBOARD STATISTICS */
#dntstats_gm td.thead{
    padding: 0 6px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 11px !important;
    vertical-align: middle !important;
}

/* הפס השני: ALL FORUMS + הצדדים */
#dntstats_gm td.tcat{
    padding: 0 6px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 11px !important;
    vertical-align: middle !important;
}

/* טקסט וקישורים בתוך הכותרות */
#dntstats_gm td.thead b,
#dntstats_gm td.thead a,
#dntstats_gm td.tcat b,
#dntstats_gm td.tcat a{
    font-size: 11px !important;
    line-height: 18px !important;
}

/* selectים למעלה */
#dntstats_gm select{
    height: 24px !important;
    line-height: 24px !important;
    padding: 1px 6px !important;
    font-size: 11px !important;
}

/* כפתור refresh אם הוא input / button / link */
#dntstats_gm input,
#dntstats_gm button,
#dntstats_gm a.button{
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
}

/* טבלה פנימית יותר צפופה */
#dntstats_gm table{
    border-spacing: 0 !important;
}

/* שורות כלליות */
#dntstats_gm tr{
    line-height: 1.2 !important;
}

/* XPWBOARD STATISTICS button */

#dntstats_gm td.thead b{
    background:#111;
    color:#fff !important;
    padding:3px 10px;
    border-radius:4px;
    font-family:"Segoe UI", Arial, sans-serif;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    line-height:18px;
    display:inline-block;
    vertical-align:middle;
    transition:all .2s ease;
}

/* hover */

#dntstats_gm td.thead b:hover{
    background:#c00000;
    color:#fff;
}

#dntstats_gm td a img{
    max-height:19px !important;
    width:auto !important;
    vertical-align:middle;
}

/* ===== GOLD MINI POST BUTTONS ===== */

.postbit_buttons{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    align-items:center;
}

.postbit_buttons > a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:3px;
    padding:2px 6px !important;
    margin:1px !important;
    font-size:9px !important;
    font-weight:900;
    letter-spacing:.35px;
    text-transform:uppercase;
    color:#1b1200 !important;

    background:linear-gradient(to bottom,#e6c76a,#b9922a) !important;
    border:1px solid #b8922a;
    border-radius:4px;

    transition:.18s ease;
    text-shadow:0 1px 0 rgba(255,255,255,.45);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.55),
        inset 0 -1px 0 rgba(0,0,0,.12),
        0 1px 2px rgba(0,0,0,.18);
}

.postbit_buttons > a:hover{
    background:linear-gradient(to bottom,#ffd96a,#caa329) !important;
    color:#000 !important;
    transform:translateY(-1px);
    filter:brightness(1.05);
}

.postbit_buttons > a:active{
    transform:scale(.95);
}

.postbit_buttons a span:before{
    font-size:9px !important;
    padding:1px 4px !important;
    margin-right:3px;
    background:rgba(0,0,0,.18);
    border-radius:3px;
}

/* ===== ADMIN BUTTONS ===== */

.postbit_buttons a.postbit_qdelete,
.postbit_buttons a.postbit_delete_pm,
.postbit_buttons a.postbit_warn,
.postbit_buttons a.postbit_purgespammer{
    background:linear-gradient(to bottom,#e04343,#b40000) !important;
    color:#fff !important;
    border:1px solid #7a0000 !important;
    text-shadow:none;
}

.postbit_buttons a.postbit_qdelete:hover,
.postbit_buttons a.postbit_delete_pm:hover,
.postbit_buttons a.postbit_warn:hover,
.postbit_buttons a.postbit_purgespammer:hover{
    background:linear-gradient(to bottom,#ff5c5c,#c40000) !important;
}
/* ===== SMALL PM BAR ===== */

.navigation:not(:has(a[href*="forumdisplay.php"])){
    background: linear-gradient(to bottom,#e7c45f,#be8e20) !important;
    border:1px solid #9a6f14 !important;
    border-radius:5px !important;

    padding:3px 10px 3px 12px !important;
    min-height:22px !important;
    line-height:20px;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.35),
        0 1px 2px rgba(0,0,0,.10);
}

/* טקסט */

.navigation:not(:has(a[href*="forumdisplay.php"])) .nav-bit{
    font-size:14px;
    font-weight:700;
    letter-spacing:.2px;
}

/* הבית */

.navigation:not(:has(a[href*="forumdisplay.php"])) .home-button{
    margin-top:-6px !important;
}

/* ===== UNIFIED HEADER BARS ===== */

/* כל פסי הכותרת */

.navigation,
.thead{
    min-height:24px !important;
    padding:4px 10px !important;
    line-height:20px !important;
    border-radius:5px;
}

/* טקסט */

.navigation .nav-bit,
.thead{
    font-size:14px;
    font-weight:700;
}

/* שדה חיפוש בתוך פס */

.thead input{
    height:24px !important;
    padding:2px 6px !important;
}

/* כפתורי חיפוש */

.thead button,
.thead .button{
    padding:4px 8px !important;
    font-size:12px !important;
}

/* ===== THEME-LIKE NEW THREAD / NEW REPLY BUTTON - POLISHED ===== */

/* מבטל שכבות תמונה ישנות */
.bigenglish-top,
.bigenglish-bottom{
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    top:0 !important;
    position:relative !important;
}

/* מסתיר שכבות ישנות */
.bigenglish-top a.bottom,
.bigenglish-bottom a.bottom,
.bigenglish-top img,
.bigenglish-bottom img{
    display:none !important;
}

/* הכפתור */
.bigenglish-top a.top,
.bigenglish-bottom a.top{
    position:relative !important;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;

    min-width:84px;
    height:22px;
    padding:0 8px !important;

    left:auto !important;
    top:auto !important;

    background:linear-gradient(to bottom,#e6c96a,#c89e30) !important;
    border:1px solid #b2831e !important;
    border-radius:3px !important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.45),
        0 1px 2px rgba(0,0,0,.12);

    text-decoration:none !important;
    transition:all .18s ease;

    font-size:0 !important;
    line-height:0 !important;
    overflow:hidden;
}

/* טקסט ברירת מחדל */
.bigenglish-top a.top::after,
.bigenglish-bottom a.top::after{
    content:"NEW REPLY";
    color:#2b1f00;
    font-size:9px;
    font-weight:800;
    letter-spacing:.3px;
    text-transform:uppercase;
    text-shadow:0 1px 0 rgba(255,255,255,.35);
    line-height:1;
}

/* NEW THREAD */
.bigenglish-top a.top[href*="newthread"]::after,
.bigenglish-bottom a.top[href*="newthread"]::after{
    content:"NEW THREAD";
}

/* hover */
.bigenglish-top a.top:hover,
.bigenglish-bottom a.top:hover{
    background:linear-gradient(to bottom,#efd679,#d0a73d) !important;
    transform:translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.5),
        0 2px 4px rgba(0,0,0,.18);
}

/* click */
.bigenglish-top a.top:active,
.bigenglish-bottom a.top:active{
    transform:translateY(0);
    box-shadow:
        inset 0 1px 2px rgba(0,0,0,.18),
        0 1px 1px rgba(0,0,0,.10);
}

/* מיקום */
.bigenglish-top{
    right:-10px !important;
}

.bigenglish-bottom{
    right:-6px !important;
    top:1px !important;
}

/* ===== CATEGORY BAR SMALLER + SOFT SHADOW ===== */

.thead{
    padding:4px 10px !important;   /* גובה פס קטן יותר */
    font-size:13px !important;     /* טקסט קטן */
    font-weight:700;
    line-height:18px !important;

    /* עומק עדין לפס */
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.18),
        0 1px 3px rgba(0,0,0,.12) !important;
}

/* לינקים בתוך הפס */

.thead a{
    font-size:13px !important;
}

@media screen and (max-width: 1024px) {

ul.menu li:nth-child(1),
ul.menu li:nth-child(2),
ul.menu li:nth-child(3) {
	display: none !important;
}

}

@media screen and (max-width: 1024px) {

ul.menu li:nth-child(1),
ul.menu li:nth-child(2),
ul.menu li:nth-child(3) {
	display: none !important;
}

}

#theme_select {
    float: right !important;
    margin-right: 10px !important;
}

#theme_select select {
    float: right !important;
}

#theme_select input {
    float: right !important;
    margin-left: 5px !important;
}

#footer {
    position: relative;
}

#theme_select {
    position: absolute !important;
    right: 15px !important;
    bottom: 8px !important;
}

#theme_select select,
#theme_select input {
    vertical-align: middle;
}

/* Tight footer */

#footer {
    padding: 6px 0 !important;
}

.footer-content {
    padding: 4px 0 !important;
}

.bottommenu {
    margin: 0 !important;
    padding: 4px 0 !important;
}

#copyright {
    margin: 2px 0 !important;
    padding: 0 !important;
    font-size: 13px;
}

/* theme switcher position */
#theme_select {
    position: absolute !important;
    right: 15px !important;
    bottom: 4px !important;
}

/* Top menu stable zoom fix */
ul.menu {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

ul.menu li {
    float: left !important;
}

ul.menu li a {
    white-space: nowrap;
    display: inline-block;
    padding: 6px 8px !important;
    font-size: 13px !important;
}

.bam_announcement {
    color: #222 !important;
    font-size: 14px;
}

.bam_announcement a {
    color: #8f2306 !important;
    font-weight: bold;
    text-decoration: none;
}

a.button.hard_delete_btn,
input.button.hard_delete_btn,
button.hard_delete_btn {
	background: #5a0000 !important; /* כהה */
	background-image: linear-gradient(to bottom, #8b0000 0%, #4a0000 100%) !important;
	border: 1px solid #2b0000 !important;
	color: #fff !important;
	font-weight: bold;
	text-shadow: none !important;
}

a.button.hard_delete_btn:hover {
	background: #a30000 !important;
}

/* ===== Quick Reply Actions FINAL ===== */

.quickreply_actions {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 4px 0;
	margin: 0;
}

.quickreply_actions input.button,
.quickreply_actions .smilie_button {
	height: 36px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 14px !important;
	border-radius: 6px !important;
	font-weight: bold !important;
	font-size: 13px !important;
	cursor: pointer !important;
	line-height: 1 !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15) !important;
	text-transform: uppercase !important;

	background: linear-gradient(to bottom, #d9c27b 0%, #c8a94e 100%) !important;
	border: 1px solid #a8872d !important;
	color: #222 !important;
}

.quickreply_actions input.button:hover,
.quickreply_actions .smilie_button:hover {
	background: linear-gradient(to bottom, #e6d28f 0%, #d2b45c 100%) !important;
	color: #000 !important;
	transform: translateY(-1px);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important;
}

.quickreply_actions input.button:active,
.quickreply_actions .smilie_button:active {
	transform: translateY(0);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
}

.quickreply_actions #quick_reply_submit {
	background: linear-gradient(to bottom, #f0d87a 0%, #caa63a 100%) !important;
	border: 1px solid #9a7a20 !important;
}

.quickreply_actions .smilie_button {
	min-width: 36px !important;
	padding: 0 10px !important;
}

.quickreply_actions .smilie_button img {
	width: 18px !important;
	height: 18px !important;
	display: block !important;
}

td.tfoot {
	padding: 0 !important;
	vertical-align: middle !important;
}

.tfoot .quickreply_actions {
	position: relative;
	top: -2px;
}
/* ===== PM Inbox Pro Clean ===== */

/* ===== unread message ===== */
a.new_pm {
	color: #d10000 !important;
	font-weight: 700 !important;
	text-decoration: none;
}

/* red dot */
a.new_pm::before {
	content: "●";
	color: #ff0000;
	margin-right: 6px;
	font-size: 11px;
	position: relative;
	top: -1px;
}

/* make "Re:" less dominant */
a.new_pm {
	font-weight: 700;
}

/* hover unread */
a.new_pm:hover {
	color: #900000 !important;
	text-decoration: underline;
}


/* ===== read message ===== */
a[href*="private.php?action=read"]:not(.new_pm) {
	color: #1a2a4f !important;
	font-weight: 600 !important;
	letter-spacing: 0.2px;
	text-decoration: none;
}

/* hover read */
a[href*="private.php?action=read"]:not(.new_pm):hover {
	color: #000000 !important;
	text-decoration: underline;
}


/* ===== make "Re:" prefix lighter ===== */
a[href*="private.php?action=read"]::first-letter {
	color: inherit;
}

/* specific styling for Re: */
a[href*="private.php?action=read"] {
}

a[href*="private.php?action=read"] span.re_prefix,
a[href*="private.php?action=read"]:before {
}

/* FORCE Re: styling */
a[href*="private.php?action=read"] {
	position: relative;
}

/* visually reduce "Re:" using trick */
a[href*="private.php?action=read"]::before {
	content: "";
}

/* better solution using text-shadow trick */
a[href*="private.php?action=read"] {
	text-shadow: 0 0 0 #000;
}

/* ===== rows ===== */
tr:has(a.new_pm) {
	background: rgba(255,0,0,0.03);
}

tr:has(a[href*="private.php?action=read"]:not(.new_pm)) {
	background: transparent;
}

/* hover rows */
tr:hover {
	background: rgba(0,0,0,0.04) !important;
	transition: 0.2s;
}

.postbit_buttons a.postbit_pm,
.postbit_buttons a.postbit_pm:link,
.postbit_buttons a.postbit_pm:visited,
.postbit_buttons a.postbit_pm:active {
    background: linear-gradient(to bottom,#2563eb,#1d4ed8) !important;
    color:#ffffff !important;
    opacity:1 !important;
    border:1px solid #1e3a8a !important;
    box-shadow:0 0 10px rgba(37,99,235,.45) !important;
}

.postbit_buttons a.postbit_pm:hover {
    background: linear-gradient(to bottom,#3b82f6,#2563eb) !important;
    color:#ffffff !important;
    text-decoration:none !important;
}

.postbit_buttons a.postbit_pm span:before {
    background:#172554 !important;
    color:#ffffff !important;
}

a.new_pm,
a.new_pm:visited {
    color: #f50a29 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.profile_pm_button {
	background: linear-gradient(to bottom,#f1c75b,#b8860b) !important;
	border: 1px solid #8b6508 !important;
	color: #111 !important;
	padding: 8px 18px !important;
	border-radius: 6px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	display: inline-block !important;
	box-shadow: 0 0 10px rgba(184,134,11,.35) !important;
	transition: all .2s ease !important;
}

.profile_pm_button:hover {
	background: linear-gradient(to bottom,#ffd76a,#c99816) !important;
	color: #000 !important;
	text-decoration: none !important;
	transform: scale(1.03);
}
/* =========================================
   Better readable quotes for XpwBoarD
========================================= */

blockquote,
.quote_body,
blockquote div,
blockquote span {
    color: #111111 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

/* Quote box */
blockquote {
    background: #fffaf0 !important;
    border: 1px solid #c49a2c !important;
    border-left: 5px solid #b8860b !important;
    padding: 14px 18px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 4px !important;
    word-break: break-word !important;
}

/* Quote title */
blockquote cite,
.quote_header,
blockquote strong {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    display: block !important;
    margin-bottom: 10px !important;
}

/* Links inside quotes */
blockquote a,
.quote_body a,
blockquote div a,
blockquote span a,
blockquote a:link,
blockquote a:visited {
    color: #005eff !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

/* Hover effect for links */
blockquote a:hover {
    color: #003bb3 !important;
}

.fake-link {
    color: #005eff !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    word-break: break-word !important;
}
/* ===== Pagination Luxury Style - Smaller / Compact ===== */

.pagination {
    margin: 4px 0;
    padding: 3px 6px;

    background: linear-gradient(to bottom, #f8f1d7, #ead08a);

    border: 1px solid #d0ae4f;
    border-radius: 5px;

    box-shadow:
        inset 0 1px 0 #fff8dd,
        0 1px 2px rgba(0,0,0,0.08);

    display: inline-block;

    transform: scale(1);
    transform-origin: left top;
}

/* PAGES TEXT */
.pagination .pages {
    color: #8b0000;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-right: 4px;
    text-transform: uppercase;

    text-shadow:
        1px 1px 0 #fff7cf,
        0 0 1px rgba(255,255,255,0.25);
}

/* BUTTONS */
.pagination a,
.pagination strong {
    display: inline-block;

    min-width: 13px;

    padding: 4px 7px;
    margin: 0 1px;

    text-align: center;
    text-decoration: none !important;

    font-weight: bold;
    font-size: 11px;

    border-radius: 3px;

    transition: all 0.2s ease;
}

/* NORMAL BUTTON */
.pagination a {
    background: linear-gradient(to bottom, #fff7d9, #e4c46d);

    border: 1px solid #caa13f;

    color: #8b0000 !important;

    box-shadow:
        inset 0 1px 0 #fff,
        0 1px 1px rgba(0,0,0,0.10);
}

/* HOVER */
.pagination a:hover {
    background: linear-gradient(to bottom, #ffe38d, #d9a423);

    color: #000 !important;

    border-color: #b8860b;

    transform: translateY(-1px);
}

/* ACTIVE PAGE */
.pagination strong {
    background: linear-gradient(to bottom, #ff1e1e, #980000);

    border: 1px solid #7d0000;

    color: #fff !important;

    box-shadow:
        0 0 3px rgba(255,0,0,0.20),
        inset 0 1px 0 rgba(255,255,255,0.2);
}

/* NEXT / PREV */
.pagination .pagination_next,
.pagination .pagination_previous {
    padding-left: 8px;
    padding-right: 8px;
}

/* ==========================================================================
   Target original Inbox (Folder ID 0) using data attribute and force English
   ========================================================================== */
a.usercp_nav_item[data-folder="0"] {
    font-size: 0 !important;
    font-weight: 700 !important;
    color: transparent !important;
    display: block;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Inject static English text and apply the custom button design */
a.usercp_nav_item[data-folder="0"]::before {
    content: "Inbox" !important;
    color: #e11414 !important;
    font-size: 14px !important;
    display: inline-block;
    padding: 2px 8px;
    background-color: #fff;
    border: 1px solid #e4dab8;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

/* Hover effects applied directly to the pseudo-element */
a.usercp_nav_item[data-folder="0"]:hover::before {
    color: #fff !important;
    background-color: #b30000 !important;
    border-color: #b30000 !important;
}

/* ==========================================================================
   Hide the total users count number from the online statistics phrase
   ========================================================================== */
.stats {
    font-size: 0 !important; /* Hides the initial raw text like "518 users" */
}

.stats [class*="buddy"], 
.stats a, 
.stats span, 
.stats strong {
    font-size: 13px !important; /* Restores the correct size for all internal links and text */
}

/* If your theme uses a specific layout for the "What's going on" text */
#boardstats_table .stats {
    font-size: 0 !important;
}
/* עיצוב מחדש לריבועי המידע - גרסה קומפקטית עם טקסט קטן ובורדו */
.forum-info {
    opacity: 1 !important; /* מבטל את השקיפות והחיוורון לחלוטין */
    background: #fdfaf3 !important; /* רקע שמנת בהיר ונקי */
    border: 1px solid #dcd1ba !important; /* מסגרת עדינה */
    color: #800020 !important; /* צבע טקסט בורדו עמוק */
    font-weight: bold !important; /* הדגשת הטקסט */
    font-size: 11px !important; /* הקטנת גודל הטקסט והמספרים */
    padding: 3px 8px !important; /* צמצום הקיבוע מסביב כדי להקטין את הריבוע */
    border-radius: 3px !important; /* פינות מעוגלות בעדינות רבה */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important; /* שמץ של עומק קליל */
    text-shadow: none !important; /* מחיקת צל הטקסט לקריאות מושלמת */
    display: inline-block;
}

/* מוודא שגודל הגופן והצבע נשמרים גם בתוך תגיות הדגשה פנימיות */
.forum-info strong {
    color: #800020 !important;
    font-size: 11px !important;
    font-weight: bold !important;
}
/* העלמת המספר המיותר בתחילת שורת הסטטיסטיקה */
.trow1 .smalltext {
    font-size: 0; /* מכווץ את כל הטקסט החשוף לאפס */
}

/* החזרת הגודל התקין לכל הטקסט שכן צריך להופיע */
.trow1 .smalltext strong,
.trow1 .smalltext br,
.trow1 .smalltext div {
    font-size: 11px; /* מחזיר לגודל המקורי שלך */
    display: inline;
}

/* וידוא שהטקסט בתוך הסוגריים נשאר תקין */
.trow1 .smalltext {
    font-size: 11px; /* הגדרת גודל בסיס חזרה */
}