/* Forum */

#cont_community .forumstarttext { float: left; width: 500px; }
#cont_community h2.topic span { color:#000; line-height: 1.3em; }
#cont_community img.buttonright { float: right; padding-top: 6px; }

#c_community table.forum_list {
	border-spacing: 1px;
	width: 100%;
	background: #c8cee0;
}

#c_community table.forum_list td {
	padding: .5em 1em;
	margin: 0;
}

#c_community table.forum_list th {
	padding: .7em 1em;
	margin: 0;
	color: #fff;
	background: #577bac;
	text-align: left;
	border: #f0f2f9 1px solid;
}

#c_community table.forum_list td { background: #f1f3f9; vertical-align: middle; }
#c_community table.forum_list th.title { width: auto; }
#c_community table.forum_list th.count { width: 70px; text-align: center; }
#c_community table.forum_list td.count { background: #eaecf2; text-align: center; }
#c_community table.forum_list th.latest,
#c_community table.forum_list td.latest {width: 200px; text-align: right; }
#c_community table.forum_list td.open,
#c_community table.forum_list td.closed {
	width: 12px;
	background-repeat: no-repeat;
	background-position: center center;
}
#c_community table.forum_list td.open { background-image: url(img/community/lock_open.gif); }
#c_community table.forum_list td.closed { background-image: url(img/community/lock_closed.gif); }

#c_community .forum_legende { margin-top: .8em; }
#c_community .forum_legende div {
	float: left;
	margin-right: 1.4em;
	padding: 3px 0 0 22px;
	line-height: 2em;
}
#c_community .forum_legende div.open { background: url(img/community/lock_open.gif) no-repeat center left; }
#c_community .forum_legende div.closed { background: url(img/community/lock_closed.gif) no-repeat center left; }





#cont_community button { margin-top: 10px; float: right; }

#cont_community .jot-err {
	border: #f00 1px solid;
	font-weight: bold;
	color: #f00;
	padding: .6em .5em .5em .5em;
	margin: .8em 0;
}
#cont_community .jot-cfm {
	border: 1px solid green;
	font-weight: bold;
	color: green;
	padding: .6em .5em .5em .5em;
	margin: .8em 0;
}
#cont_community .jot-row {
	border: #c8cee0 1px solid;
	margin-bottom: 10px;
	background-color: #f8f9fc;
}
#cont_community .jot-row-alt { background-color: #f1f3f9; }
#cont_community .jot-row-author {} /* Kommentar des eingeloggten Users? */
#cont_community .jot-row-me {} /* Kommentar des eingeloggten Managers? */
#cont_community .jot-row-up { border-color: #f00; } /* unpublished */
#cont_community .jot-row-new {border: 1px dotted green;}

#cont_community .jot-row .head {
	color: #fff;
	background: #a173be;
	margin: 1px;
	padding: 5px 0 4px 0;
}
#cont_community .unpublished { border: #c06f6f 1px solid; }
#cont_community .unpublished .head { background: #c06f6f; }

#cont_community .jot-row .head-author {
	background-color: #577bac;
}

#cont_community .jot-row .head .username {
	float: left;
	width: 160px;
	margin: 3px 10px 0 12px;
}

#cont_community .jot-row .head .time {
	float: left;
	width: 450px;
	padding: 4px 0 3px 23px;
	background: url(img/community/icon_comment.gif) no-repeat top left;
}

#cont_community .jot-row .head .iconnew {
	background: url(img/community/icon_comment.gif) no-repeat top left;
}

#cont_community .jot-row .head .jot-mod {
	float: right;
	width: 100px;
	margin-right: 20px;
	text-align: right;
	line-height: 1em;
	margin-top: 2px;
}
#cont_community .jot-row .head .jot-mod span.rating {
	margin-right: .5em;
}
/*
#cont_community .jot-mod a {float: right;padding: 1px;padding-left: 2px;padding-right: 2px;}
#cont_community .jot-mod a:hover {background-color: #c8cee0;}
*/
#cont_community .jot-subject {color: #618200;font-weight: bold;font-size: larger;}
#cont_community .jot-poster {
	color: #fff;
	padding-top: 4px;
}
#cont_community .jot-nav {padding: 0;text-align: center;margin: 10px;}
#cont_community .jot-list { margin: 2em 0; }
#cont_community .jot-list ul { padding: 0; list-style-position: inside; }
#cont_community .jot-list ul li { margin-top: .4em; line-height:1.2em; }
#cont_community .jot-subscribe {margin-bottom: 10px;}
#cont_community form.forum { margin-top: .5em; }
#cont_community form.forum textarea {
	width: 798px;
	overflow-y: auto;
	height: 145px;
	border: #bdbdbd 1px solid;
	padding: 5px;
}
#cont_community form.forum .button { margin-top: .6em; text-align: right; }
#cont_community .jot-user {
	float: left;
	width: 160px;
	padding: 13px 10px 13px 13px;
}
#cont_community .jot-user img { border: #b8bdce 1px solid; }
#cont_community .jot-user p.name {
	padding: 0 0 .2em 0;
	color: #4c72a6;
	font-weight: bold;
}
#cont_community .jot-user p.posts {
	line-height: 1.2em;
}
#cont_community .jot-comment .jot-user p.profile {
	padding-left: 20px;
	line-height: 1.2em;
	background: url(img/community/icon_profil.gif) no-repeat center left;
}
#cont_community .jot-comment { border-top: #c8cee0 1px solid; }
#cont_community .jot-content {
	width: 610px;
	float: left;
	padding: 5px 0 13px 0;
}
#cont_community p.jot-editby {
	padding-top: 1.6em;
	color: #78797c;
}
