.forum
{
	width: 100%;
	border-collapse: collapse;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.forum th
{
	font-weight: normal;
	vertical-align: middle;
	height: 29px;
	background: url(../../des_club/forum_table_h_bg.png) repeat-x;
	color: #ffffff;
	font-size: 12px;
	padding: 0 9px;
	white-space: nowrap;
}
.forum td.cat
{
	height: 34px;
	font-size: 15px;
}
.forum td.cat a
{
	color: #87020e;
}
.forum td.forum_div
{
	height: 5px;
	line-height: 5px;
	padding: 0;
	background: url(../../des_club/forum_table_d_bg.png) repeat-x;
}
.forum td
{
	padding: 3px 9px;
	font-weight: bold;
	color: #9c4502;
	vertical-align: middle;
}
.forum td a
{
	color: #9c4502;
	text-decoration: none;
}
.forum tr.odd td
{
	background: #e1e9e5;
}
.forum tr.invis td
{
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.forum tr.del td
{
	
}
.forum tr.del td div.del
{
	position: relative;
}
.forum tr.del td div.del div
{
	position: absolute;
	width: 615px;
	background: #ffffff;
	text-align: center;
}

.forum.posts td.del div.del
{
	position: relative;
}
.forum.posts td.del div.del div
{
	position: absolute;
	width: 501px;
	background: #ffffff;
	text-align: center;
}

.forum td div
{
	font-size: 11px;
	font-weight: normal;
	color: #565656;
}
.forum td.num
{
	text-align: right;
	padding-right: 15px;
}
.forum td.last
{
	font-size: 10px;
	font-weight: normal;
	color: #616161;
}
.forum td.last div
{
	font-size: 11px;
	font-weight: bold;
	color: #6f2101;
}
.forum td.last div a
{
	color: #6f2101;
	text-decoration: none;
}
.forum_short
{
	margin: 20px 0;
	color: #616161;
}
.forum_path a
{
	font-size: 16px;
	color: #9C4502;
}
.forum.posts td
{
	vertical-align: top;
	font-weight: normal;
	color: #616161;
	border-bottom: solid 1px #9f9f9f;
	padding-bottom: 20px;
}

.forum.posts .cke_editor td
{
	border-bottom: none;
	padding-bottom: 0;
	background: none;
} 

.forum.posts th.author
{
	width: 120px;
}
.forum.posts td.author
{
	text-align: center;
	font-weight: bold;
	color: #6f2101;
}
.forum.posts td.author img
{
	width: 75px;
	margin: 0 14px;
}
.forum.posts td.author .from
{
	margin-top: 5px;
}
.forum.posts td.author .from, .forum.posts td.author .posts
{
	font-size: 10px;
}
.forum.posts tr td .line
{
	background: #ffffff;
	height: 1px;
	line-height: 1px;
	margin: -3px -9px 3px;
}
.forum.posts tr#first td .line
{
	display: none;
}
.forum.posts td .text
{
	font-size: 13px;
	overflow: hidden;
	width: 477px;
}
.forum.posts td .info
{
	background: #e4e1c2;
	margin: -3px -9px 3px -15px;
	height: 17px;
	padding: 6px 0 0 15px;
}

.forum tr td small
{
	margin-left: 5px;
	font-weight: normal;
}
.forum tr .manage
{
	position: relative;
	float: right;
	display: none;
}
.forum tr:hover .manage, .forum tr td.editing .manage
{
	display: block;
}
.forum tr.del:hover .manage, .forum tr.del td.editing .manage
{
	display: none;
}
.forum tr .manage .panel_1, .forum tr .manage .panel_2
{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #F1E1B5;
	z-index: 2;
}
.forum tr .manage .panel_1
{
	width: 104px;
	display: block;
	opacity: 0.5;
}
.forum tr .manage .panel_2
{
	width: 44px;
	display: none;
}
.forum tr td.editing .manage .panel_1
{
	display: none;
}
.forum tr td.editing .manage .panel_2
{
	display: block;
}
.forum tr .manage .panel_1:hover
{
	opacity: 1;
}
.forum tr .manage .panel_1 img, .forum tr .manage .panel_2 img
{
	float: left;
	margin: 2px 4px;
}
.forum tr td input, .forum tr td textarea 
{
	display: none;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.post .title
{
	color: #84020E;
	font-size: 18px;
	margin: 30px 0 10px;
}
.post img
{
	float: left;
	width: 75px;
	margin-right: 20px;
}

.post form
{
	display: block;
	float: right;
	width: 535px;
}
.post input, .post textarea
{
	float: right;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.post input.button
{
	width: 536px;
}
.post textarea
{
	height: 150px;
}
.post .entity_link
{
	margin: 0 0 20px 0;
	color: #616161;
}
#content .entity_link a
{
	color: #616161;
}

.entity_link
{
	margin: 0 0 20px 0;
	color: #616161;
}
#content .post .entity_link a
{
	color: #616161;
}

.forum .forum_quote
{
	margin: 5px 5px 5px 15px;
	border: solid 1px #9f9f9f;
	background: #F8F6DB;
}

.forum .forum_quote .quote
{
	padding: 5px 3px;
}

.forum .forum_quote .name
{
	height: 24px;
	padding: 0 2px;
	line-height: 20px;
	background: #E4E1C2;
	font-weight: bold;
}

.pages
{
	margin: 10px;
}

.forum_profile .photo
{
	float: left;
	width: 200px;
	padding-right: 20px;
}
.forum_profile .photo img
{
	width: 200px;
}
.forum_profile .info
{
	float: right;
	width: 413px;
}
.forum_profile .info h1
{
	margin-bottom: 0;
}
.forum_profile .info .title_degree
{
	margin: 0 0 10px 0;
	color: #565656;
}
.forum_profile .info .city
{
	margin: 0 0 10px 0;
	color: #565656;
}
.forum_profile .info .counters
{
	text-align: center;
}

.forum_profile .moderate {

}

	.forum_profile .moderate .error {
		color:#f00;
	}
	.forum_profile .moderate .notice {
		color:#0b0;
	}

.forum_profile .profile_info
{
	margin: 20px 0;
}
.forum_profile .profile_info div span
{
	font-weight: bold;
}

#forum_search
{
	margin: 20px 0;
}
#forum_search input.search
{
	width: 484px;
}
#forum_search_res .forum_search_h
{
	color: #80020E;
	font-size: 22px;
	font-weight: normal;
	margin-top: 20px;
}
#forum_search_res .forum_search_err
{
	text-align: center;
	color: #80020E;
	font-weight: bold;
}
#forum_search_res .forum td.last
{
	font-size: 13px;
	font-weight: normal;
}
#forum_search_res .forum td.last.num
{
	text-align: center;
}

.not_registred
{
	margin: 20px 0;
	font-style: italic;
}




.forum.posts td .post_edit
{
	position: relative;
	float: right;
	display: block;
	margin-top: -3px;
}
.forum.posts td:hover .post_edit, .forum.posts td.editing .post_edit
{
	display: block;
}
.forum.posts td.del:hover .post_edit, .forum.posts td.del .post_edit
{
	display: none;
}
.forum.posts td .post_edit .panel_1, .forum.posts td .post_edit .panel_2
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.forum.posts td .post_edit .panel_1
{
	width: 175px;
	text-align: right;
	display: block;
	opacity: 0.5;
}
.forum.posts td:hover .post_edit .panel_1
{
	opacity: 1;
}
.forum.posts td .post_edit .panel_2
{
	width: 44px;
	display: none;
}
.forum.posts td.editing .post_edit .panel_1
{
	display: none;
}
.forum.posts td.editing .post_edit .panel_2
{
	display: block;
}
.forum.posts td .post_edit .panel_1:hover
{
	opacity: 1;
}
.forum.posts td .post_edit .panel_1 img, .forum.posts td .post_edit .panel_2 img
{
	margin: 2px 4px;
}
.forum.posts tr td input, .forum.posts tr td textarea 
{
	display: none;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.topic_subscribe
{
	margin: 15px 0;
}
.topic_subscribe a
{
	padding-left: 20px;
	background: url(/des_club/sm_star_empty.png) no-repeat center left;
}
.topic_subscribe a.on
{
	background: url(/des_club/sm_star_orange.png) no-repeat center left;
}
#content .topic_subscribe a
{
	text-decoration: none;
	color: #565656;
	border-bottom: dashed 1px #565656;
}

#content h1 small
{
	margin-left: 10px;
	font-weight: normal;
}

#merge_topics
{
	margin: 0 0 25px 0;
	font-size: 13px;
	text-align: right;
}
#merge_topics a
{
	text-decoration: none;
	border-bottom: dashed 1px;
}

.overlay
{
	position: fixed;
	z-index: 101;
	top: 50%;
	left: 50%;
	background: #F8F6DB;
	border: 1px solid #9F9F9F;
	box-shadow: 0 0 10px #000000;
	overflow: auto;
	display: none;
}
.overlay .close
{
	float: right;
	color: #ff0000 !important;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 10px;
}

#ajax_tree
{
	width: 400px;
	height: 500px;
	margin-left: -200px;
	margin-top: -250px;
}
#ajax_tree
{
	font-family: Verdana,Geneva,sans-serif;
	font-size: 13px;
}
#ajax_tree a
{
	color: #870410;
}

.panel_1 .approved
{
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

.system {
    font-style: italic;
    padding: 10px 0;
    text-align: center;
}

.complaint
{
	border-bottom: 1px dashed;
    font-size: 12px;
    text-decoration: none;
}


.page_comments
{
	margin: 30px 0 10px 0;
}
.page_comments .title
{
	font-size: 16px;
	color: #676767;
	font-weight: bold;
	margin-bottom: 5px;
}

.page_comments .item
{
	color: #676767;
	margin: 10px 0;
}
.page_comments .item .text
{
	margin: 5px 0;
}
.page_comments .item .author
{
	font-weight: bold;
	font-style: italic;
}
.page_comments .item .date
{
	font-style: italic;
	font-size: 11px;
}

.user_pers_projects
{
	margin: 20px 0;
}
.user_projects
{
	padding: 0;
}
.user_project
{
	padding-left: 58px;
	list-style: none;
	min-height: 48px;
}
li.user_project
{
	margin: 12px 0;
}
.user_project.win
{
	background: url(/des_new/reg_win.png) no-repeat left center;
}
.user_project.fin
{
	background: url(/des_new/reg_fin.png) no-repeat left center;
}
