
a.forum_button{
	text-decoration: none;
    display: block;
	line-height: 25px;
	width: 118px;
	text-align: center;
	text-decoration: none;
    background: url('images/forum/button.gif') repeat;
	border: none;
	color: #4C7696;
	font-size: 1.1em;
	height: 25px;
}

a.forum_button:hover{
	text-decoration: none;
	color: #4E4172;
}

#forum_table{
    background: white;
}

.forum_table_head{
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

.forum_radek_lich{
    background: #E3E4F4;
}

.forum_radek_sud{
    background: #D2D3EE;
}
.forum_pages{
	text-align: right;
	padding: 10px 0;
	font-size: 1.1em;
}
.forum_table_head_view{
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 0 5px 15px;
    background: #7A69B0;
}

#forum_table_head_left{
    background: url('images/forum/bg.jpg') repeat;
}
#forum_table_head_topic{
    background: url('images/forum/bg.jpg') repeat;
}
#forum_table_head_posts{
    background: url('images/forum/posts.jpg') repeat;
}
#forum_table_head_views{
    background: url('images/forum/views.jpg') repeat;
}
#forum_table_head_right{
    background: url('images/forum/bg.jpg') repeat;
}

.forum_table_content_author{
    text-align: left;
}

.forum_table_content_topic{
    text-align: left;
}

.forum_table_content_views_reply{
    text-align: center;
}

.forum_table_content_last{
    text-align: left;
}
.forum_write_form{
    background: #F4F0EC;
    border: solid 1px #B2B2B2;
    padding: 10px;
    
}
.form_fields_forum {
	border: 1px solid #dadada;
	background: white;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif !important;
	font-size: 1.1em;
	color: #695a94;
	margin: 5px 2px 0 0;
}
.smajlici {
	border: none;
	/*background: #D6C4B1;*/
	margin: 5px;
	padding: 5px;
}

.forum_nahled{
float: left;
height: 30px;
border: solid 1px #F0F0F0;
/*width: 30px;*/
padding: 2px;
margin: 0 3px 3px 0;
background: #E7DDD3;
}

.forum_clearboth{
clear: both;
}


