﻿#forum h2 {
    color: #666666;
    font-size: 100%;
    font-style: italic;
    font-weight: 100;
    margin: 1.5em 0 0.2em;
    padding: 0;
}
#forum h4.comments-title {
	margin-top: 2em;
	color: #666;
}

#forum .rubric {
    background: url("/_i/forum/folder.gif") no-repeat scroll 0 2px transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 120%;
    padding: 0 0.2em 0 20px;
}
#forum .rubric a {
    font-size: 100%;
}
#forum .rubric_line {
    margin-bottom: 1em;
}
#forum .rubric_line sup {
    color: #AAAAAA;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 50%;
    font-weight: normal;
    vertical-align: super;
}
#forum .thema_line {
    margin-bottom: 0.5em;
}
#forum .thema_line .thema {
    background: url("/_i/forum/folder.gif") no-repeat scroll 0 0 transparent;
    display: inline;
    /*font-size: 120%;*/
    padding: 0 0 0 23px;
    width: 500px;
}
#forum .thema_line sup {
    color: gray;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 60%;
    font-weight: normal;
}
#forum .post_line {
    background-color: #FFFFFF;
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 0.7em;
    padding: 0.3em 0 1em 0;
    width: 100%;
		min-height: 60px;
}
#forum .post_line .avatar {
    float: left;
		min-height: 50px;
    min-width: 50px;
    margin-right: 15px;
}
#forum .post_line .avatar img {
    height: 50px;
    width: 50px;
}


#forum .post_header {
    font-size: 85%;
}
#forum .post_text {
		display: table;
    font-size: 90%;
    width: 75%;
		padding-top: .5em;
}
#forum .message_date {
    color: #AAA;
    font-size: 12px;
	font-style: italic;
    padding: 0 0.5em;
}
#forum .post_header a.link_to_comment{
	color: #AAA;
    font-size: 85%;
	text-decoration: none;
}
#forum .association_text {
    background-color: #FEFEFE;
    color: gray;
    margin-top: -1em;
}
#forum .association_text a {
    color: gray;
}
#forum .marker {
    background-color: #FFFCB8;
}
#forum textarea {
		font-size: 90%;
    clear: both;
    display: block;
    height: 10em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    width: 100%;
}

#forum #form_post .avatar {
		display: block;
    float: left;
		min-height: 50px;
    min-width: 50px;
    margin-right: 15px;
}
#forum #form_post .avatar img {
    height: 50px;
    width: 50px;
}

#forum #form_post .form_elements {
    width: 75%;
		display: table;
}


.loader {
    background-image: url("/_i/loader/standart.gif");
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
}

#forum .summary {
    color: #999999;
    font-size: 10px;
		
		display: none;
}

#forum .list-view .items .empty {
		display: block;
		margin: 0px 0 20px 0;
		color: #999999;
		font-size: 90%;
}
