table.forum-main td.topic {
        color:#333;
        background-color:#E5F3D8;
        border-bottom:1px solid #A0BF9F;
}

td.topic a { 
        color:#005928;
        font-family:Verdana, Tahoma, Arial;
        font-size:small;
        font-weight:bold;
}

div.nav_string {
        color:#036630;
}
div.nav_string a {
        color:#036630;
        text-decoration:underline;
}

table.forum-main {
	background-color: #DDEECD;
	border: none;
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
	font-size: 100%;
}

table.forum-main th {
	background:#AAD08F url("/bitrix/images/forum/forum2.gif") left bottom repeat-x;
	border: 1px solid #82AD81;
	font-weight:bold;
	padding:4px;
	white-space:nowrap;
        color:#01662E;
        font-size:9pt;
}

table.forum-main th.wraping {
	white-space:normal;
}

table.forum-main th.left {
	text-align:left;
}

table.forum-main td {
	background-color: #DDEECD;
	border: 1px solid #82AD81;
	padding: 4px;
	vertical-align:top;
}

table.forum-main td.title {
	background:#43881A url("/bitrix/images/forum/forum1.gif") left bottom repeat-x;
        height:32px;
        color:#fff;
        padding:0 0 0 20px;
}

table.forum-main td.title div {
        margin-top:7px;
        height:23px;
}

table.forum-main td.divider {
        background:#F5F2E7;
        border:none;
        padding:0;
        height:10px;
}

.icon-attention {
	background-image:url("images/attention.gif"); 
	background-repeat:no-repeat; 
	background-position:left; 
	width: 15px;
	height: 15px;
}
.icon-new-message, .icon-no-message, .icon-na, .icon-closed-new-message, .icon-closed-no-message {
	background-image:url("images/f_norm.gif"); 
	background-repeat:no-repeat; 
	background-position:left; 
	width: 18px;
	height: 12px;
}
.icon-new-message {
 	cursor: pointer;
 	cursor: hand;
}
.icon-no-message {
	background-image:url("images/f_norm_no.gif"); 
}
.icon-na {
	background-image:url("images/f_na.gif"); 
}
.icon-closed-new-message {
	background-image:url("images/f_closed_norm.gif"); 
}
.icon-closed-no-message {
	background-image:url("images/f_closed_norm_no.gif"); 
}
.icon-users, .icon-birth, .icon-stat {
	background-image:url("images/foot_users.gif"); 
	background-repeat:no-repeat; 
	background-position:left; 
	width: 27px;
	height: 27px;
	margin: 10px;
}
.icon-birth {
	background-image:url("images/foot_birth.gif"); 
}
.icon-stat {
	background-image:url("images/foot_stat.gif"); 
}
.forum-title {
	border: 1px solid #99BAD7;
	padding: 4px;
	background:#AAD08F url("/bitrix/images/forum/forum2.gif") left bottom repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 100%;
}

a.forum-button:link,
a.forum-button:visited,
a.forum-button:active,
a.forum-button:hover {
	background: #CFE7BB;
	border: 1px solid #82AD81;
	color: #036630;
	font-weight: bold;
	padding:4px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
}

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote {
	background: #CFE7BB;
	border: 1px solid #82AD81;
	color: #036630; 
	font-size: 90%; 
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	margin:0px;
	display:block;
	white-space:nowrap;
	text-decoration:none;
}
a.forum-button-small-vote,
a.forum-button-small-unvote {
	background-image:url("images/vote.gif"); 
	background-repeat:no-repeat; 
	background-position:left; 
	padding-left:18px;
        color:#036630;
}
a.forum-button-small-unvote {
	background-image:url("images/unvote.gif"); 
}
a.forum-button-small:hover,
a.forum-button-small-vote:hover, 
a.forum-button-small-unvote:hover {
	text-decoration:underline; 
        color:#036630;
}
.forum-attention {
	color: red;
	text-decoration: none; 
	font-size: 90%;
}
	
	
h6 {
	display:inline;
	color:red;
	font-weight:bold;
	font-size:135%;
}

div.forum-hr {
	background-color: #82AD81;
	margin: 4px 0px 4px 0px;
	padding: 0px;
    border: 0px;
    height: 1px;
    width:100%; 
	overflow:hidden;  
}
div.forum-br {
    height: 4px;
	padding: 0px;
	margin: 0px;
    width: 100%; 
	overflow: hidden;  
}

table.forum-message {
	background-color: transparent;
	border: none;
	border-collapse: collapse;
	margin: 0px;
	font-size: 100%;
}
table.forum-message th {
	background:#AAD08F url("/bitrix/images/forum/forum2.gif") left bottom repeat-x;
	border: 1px solid #82AD81;
	font-weight: bold;
	padding: 4px;
	white-space: normal;
	text-align: left;
}
table.forum-message td {
	background-color: #DDEECD;
	border: 1px solid #82AD81;
	padding: 4px 4px 4px 4px;
	margin: 0px;
	vertical-align:top;
}
table.forum-message td.forum-message-user-info {
	background-color: #DDEECD;
	border: 1px solid #82AD81;
	padding: 4px 4px 4px 4px;
	margin: 0px;
	vertical-align:top;
	width: 180px;
}
	
table.forum-message td.border-top {
	border: 1px solid #82AD81;
	border-top: none;
	vertical-align:bottom;
}
	
table.forum-message td.border-bottom {
	border: 1px solid #82AD81;
	border-bottom: none;
	vertical-align:top;
}

table.forum-message td.clear {
	background-color: blue;
	border: none;
	padding: 0px;
	vertical-align:top;
}

/* Описание стилей для таблицы сообщений */
table.forum-message .forum-message-description {
	font-style: italic;
}
table.forum-message .forum-message-name {
	font-weight: bold;
}
table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status {
	color:#036630;
	font-weight:normal;
}
table.forum-message .forum-message-posts, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate, 
table.forum-message .forum-message-signature {
	color:#036630;
	font-weight:normal;
}
table.forum-message .forum-message-datecreate,
table.forum-message .forum-message-posts {
	display:inline;
}

table.forum-stat {
	background-color:#99BAD7;
	border: none;
	margin: 0px;
	border-collapse: collapse;
	width:100%;
	font-size: 100%;
}

table.forum-stat th {
	background:#AAD08F url("/bitrix/images/forum/forum2.gif") left bottom repeat-x;
	border: 1px solid #82AD81;
	font-weight:bold;
	padding:4px;
	white-space:nowrap;
        color:#01662E;
        font-size:9pt;
}

table.forum-stat td {
	background-color: #DDEECD;
	border: 1px solid #82AD81;
	padding: 4px;
	vertical-align:top;
}
table.forum-stat .forum-attention{
	font-weight: bold;
	color: #555555;
}

table.clear, table.clear td {
	border: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	font-size: 100%;
}
	
table.forum-quote, table.forum-code {
	color: #000000; 
	background-color: transparent; 
	width:90%;
	margin: 0px 20px 0px 20px;
	font-size: 100%;
}
table.forum-quote th, table.forum-code th {
	font-weight:bold;
	text-align:left;
	background-color: transparent; 
	border: none;
}
	
table.forum-quote td, table.forum-code td {
	border : 1px solid Black;
	background-color: #FBFBF9; 
	padding: 2px; 
	text-indent: 2pt;
}
	
table.forum-code {
	color: #333333; 
}

.border-bottom{
	border: none;
}

/*PM only*/
div.out {
	border-right: #99bad7 1px solid; 
	padding-right: 1px; 
	border-top: #99bad7 1px solid; 
	display: block; 
	padding-left: 1px; 
	padding-bottom: 1px; 
	margin: 0px 15px; 
	border-left: #99bad7 1px solid; 
	padding-top: 1px; 
	border-bottom: #99bad7 1px solid; 
	position: relative; 
	top: 4px; 
	background-color: #ffffff
}
div.out1 {
	padding-right: 0px; 
	display: block; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin-right: 10px; 
	padding-top: 0px; 
	position: relative; 
	top: -9px
}
div.in {
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 8px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	background-color: #CFE7BB
}
div.in1 {
	padding-right: 10px; 
	padding-left: 10px; 
	font-size: 10px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	font-weigth: bold; 
	color:#444444;	
}
/*pm only*/
form.forum-form {
	padding: 0px;
	margin: 0px;
	border: none;
}
table.forum-post-form {
	background-color:#red;
	border: 1px solid red;
	border-collapse:collapse;
	width:100%;
	font-size:100%;
	
}
table.forum-post-form td {
	background-color:#DDEECD;/* o_O */
	border:1px solid #82AD81;
	padding: 4px;
	vertical-align:top;
}
table.forum-post-form td table{
	font-size:100%;
	
}
table.forum-post-form td table td{
	background-color:#DDEECD;/* o_O */
	padding: 4px;
	vertical-align:top;
}
table.forum-post-form th {
	background:#AAD08F url("/bitrix/images/forum/forum2.gif") left bottom repeat-x;
	border: 1px solid #82AD81;
	font-weight:bold;
	padding:4px;
	white-space:nowrap;
        color:#01662E;
        font-size:9pt;
}

/* Buttons */
table.forum-post-form #I, table.forum-post-form #U, table.forum-post-form #B {
	width:30px;
	
}
table.forum-post-form #tagcount {
	font-size: 80%;
	font-weight: bold;
}
table.forum-post-form #helpbox {
	font-size: 90%;
	font-weight: normal;
	color: #333333;
}
table.forum-post-form #TRANSLIT {
	width:90px;
}

table.forum-smile {
	border: 1px solid #82AD81;
	margin:0px;
	border-collapse:collapse;
	margin:0px;
}

table.forum-smile td {
	border: none;
}
table.forum-smile th {
	background-color:#D5EAC1;
	border: 1px solid #82AD81;
	font-weight: bold;
	padding:4px;
	white-space:nowrap;
}
table.forum-smile img {
 	cursor: pointer;
 	cursor: hand;
 	margin: 4px 2px;
}
form.forum-post-form {
	padding: 0px;
	margin: 0px;
	border: none;

}
div.forum-post-br {
    height: 4px;
	padding: 0px;
	margin: 0px;
    width: 100%; 
	overflow: hidden;  
}

