/*forum*/
.forum_h1{
	background: url(/img/forum/h1_forum.png) no-repeat;
	width: 114px;
	height: 34px;
}
.user_bar{ 
	margin: 20px 0;
	width:650px;
	text-align: right;
}
.user_bar span{
	display: block;
	float: left;
	width: 400px;
	color: #f35d00;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.user_bar a{
	color: #d42205;
	margin-left: 10px;
	position: relative;
	height: 18px;
}
.forum_table{
	width: 650px;
	color: #323232;
}

.forum_table .first_tr td{
	background: #ffee7e;
	font-weight: bold;
	color: #666666;
	height: 20px;
	vertical-align: center;
	text-align:center;
}
.forum_table .first_tr td p{
	margin-left: 50px;
}
.first .active_forum{
	background: url(/img/forum/lamp.jpg) no-repeat 50% 50%;
	width:50px;
	height:31px;
	display: block;
}
.first  .inactive_forum{
	background: url(/img/forum/lamp_off.jpg) no-repeat 50% 50%;
	width:50px;
	height:31px;
	display: block;
}
.forum_table td.first {
	background: #ffffff;
	width:50px;
}
.forum_table tr{
	margin-bottom: 20px;
}
.forum_table td{
	text-align: center;
	background: #f3f7c0;
}
.forum_table td span, .forum_table td p{
	display: block;
	text-align: left;
	width: 311px;
	margin-left: 10px;
}
.forum_table td span{
	color: #7faf34;
	font-size: 14px;
	margin: 5px 0px 5px 10px;
	font-weight: bold;
}

.forum_table td.theme {
	text-align: left;
	padding: 0 0 0 10px;
}
.forum_table td a.title {
	color: #7faf34;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.forum_table td a.title:visited{
	color: #7faf34;
	text-decoration: none;
}
.forum_table td a.title:hover{
	text-decoration: underline;
}


.forum_table td.white_td{
	background: #ffffff;
	height: 10px;
}
.forum_table td a{
	color: #d42205;
}
.forum_table td em{
	font-style: normal;
	display: block;
	color: #666666;
	margin: 2px;
}
.forum_table td strong a{
	color: #f35d00;
}
.visitors{
	width: 675px;
	background: #ffee7e;
	padding: 10px 0;
	color:#323232;
}
.visitors p{
	eight: 20px;
	margin: 0px 0 0 10px;
}
.visitors a{
	color: #d42205;
}
/*forum end*/
/*in forum*/
.user_bar .in_forum{
	font-size: 14px;
}
.make_komment form.forum_form{
	background: url(/img/forum/in_forum_form.png) no-repeat;
	width:666px;
	height:299px;
}
/*in forum end*/


/*Trogo*/
.forum_table td a.title {
	color: #7faf34;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.forum_table td a.title:visited{
	color: #7faf34;
	text-decoration: none;
}
.forum_table td a.title:hover{
	text-decoration: underline;
}

a.small {
	font-size: 12px!important;
}

.forum_table a.author {
	display: block; 
	color: #f35d00; font-weight: bold; text-decoration:none;
}
.forum_table a.author:visited {color: #f35d00;}
.forum_table a.author:hover {color: #f35d00; text-decoration: underline;}

.make_komment .form_head_theme{
	background: url(/img/forum/make_theme.png) no-repeat;
	width:136px;
	height:18px;
	margin: 20px 0 -8px 0;
	*margin: 20px 0 0 0;
}

#add_theme div.button {
	position: relative;
	height: 20px;
}

#add_theme input.bt_save_edit {
	position: absolute;
	left: 420px; top: -10px;
}

#breadcrumbs {
	color:#666666; font-weight: bold;
	margin: 0 0 10px 0;
}
#breadcrumbs a{color:#f35d00;}
#breadcrumbs a:visited{color:#f35d00;}
#breadcrumbs a:hover{color:#7faf35;}
