.forum {
	font-family: Arial, Verdana; font-size: 8pt;
}


td.style_2 {
	border:0px; padding: 4px 4px; height: 22px; margin:2px; 
	background-color:#e8edf4;
}
td.style_1 {
	border:0px; padding: 4px 4px; height: 22px; margin:2px; 
	background-color:#F6F5F5;
}
td.style_3 {
	border:0px; padding: 4px 4px; height: 22px; margin:2px; 
	background-color:#B9DCB6;
}

td.send_message {
	background-color:#F6F5F5;
}

th.forum_header {
	border:0px; padding:4px 2px; margin:2px; background-color:#E3E5EC; 
	font-family:"Times New Roman"; text-align: center;
}
.text_admin_text, .text_admin_text td{
	color:gray;
}
.text_user_text, .text_user_text td {
	color: gray;
}

#forum_theme_spaser {
	padding: 0px; height: 11px;
}
#forum_date {
	min-width: 60px;
}

textarea.forum_textarea {
	font-size: 11pt;
	background-color: white;
	color: #000157;
}
#reply_type {
	background-color: white;
}

.forum_cat {
	font-size:8pt;
}
.text_list_digit {
	font-size:9pt;
}
.text_list_date {
	font-size:7pt;
}

.text_list_reporter {
	font-size: 7pt;
}
.forum_cat {
	font-size: 7.5pt;
}
.text_list_digit {
	font-size: 8pt;
}
.text_list_timeout {
	font-size: 7pt;
}
.text_list_new{
	font-size: 10pt; font-weight: bold; color: red;
}

#text_theme_message {
	font-size: 12pt;
	
}
#text_theme_message .text_admin_text {
	font-size: 12pt;
	color: #1b1b1b;
}
#text_theme_message .text_user_text {
	font-size: 12pt;
	color: #1b1b1b;
}
.text_theme_comment {
	font-size: 9pt; font-family: Verdana, Arial; font-style: italic;
}
.text_theme_date {
	font-size: 7.5pt; white-space: nowrap; font-family: Verdana, Arial;
}
.text_theme_name {
	font-weight: bold; font-variant: small-caps;
}
.text_title {
	font-size: 10pt; font-family: Verdana, Arial; font-weight: bold;
}
.forum_report {
	text-transform: lowercase; letter-spacing: 2px;
}
.text_theme_little {
	font-size: 8.5pt;
}
.text_theme_excl {
	font-weight: 900; letter-spacing: 1px;
}
.text_theme_title {
	/*font-variant: small-caps;*/
}
.text_ticket {
	font-family: Verdana, Arial; font-size: 8pt;
}

div.bb-quote {
	display: block; 
	color: brown;
	/*border: solid 1px Gray;
	background-color: #FAFEEC; */
	margin: 3px; padding: 4px;
}
div.bb-quote::before { content: '"'; } div.bb-quote::after { content: '"'; }
#new_mass {
  font-weight:bold;
}
#new_mass a{
  font-weight:bold;
}
.forum-fader {
	height: 50px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	position: relative;
	top: -50px;
	margin-bottom: -39px;
	pointer-events: none;
}
.forum-read-more {
	text-align: center;
	text-transform: uppercase;
}
.forum-read-more a {
	text-decoration: none;
	font-weight: 700;
}