div.forums{
}

div.forums ul.forums-list, ul.members{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.members, ul.data-tree ul.members{
	display: inline;
	padding: 0;
	background: none;
}
ul.members li{
	display: inline;
	margin-right: 10px;
}
div.forums ul.forums-list h2{
	margin: 0;
	font-size: 14px;
}
div.forums ul.forums-list p{
	margin: 2px 0;
}
div.forums ul.forums-list li{
	display: block;
	margin-bottom: 5px;
	padding: 4px 10px 9px 40px;
	border-bottom: 1px solid #ccc;
	background: url("/img/icons/folder.gif") no-repeat left 5px;
}
div.forums ul.forums-list ul.members li{
	display: inline;
	margin-right: 10px;
	padding: 0;
	border: none;
	background: none;
}
div.forums p.now{
	color: #c01e12;
}
div.forums ul.past{
	color: #777;
}

#forum-posts div.window{
	position: relative;
	margin: 5px 0;
	padding: 5px;
	height: 400px;
	border: 1px solid #ccc;
	overflow: auto;
}
ul.forum-posts{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.forum-posts li{
	position: relative;
	padding: 2px 0 5px;
	border-bottom: 1px dashed #ccc;
}
ul.forum-posts li .question{
}
ul.forum-posts li .question p{
	font-weight: bold;
}
ul.forum-posts li span.time, 
div.forum-posts .answer-form span.time{
	display: block;
	float: left;
	width: 45px;
}
ul.forum-posts li span.author,
div.forum-posts .answer-form span.author{
	color: #777;
	font-style: italic;
	font-weight: normal;
}
ul.forum-posts li p, 
div.forum-posts .answer-form p.question{
	clear: both;
	margin: 0;
	/*padding-left: 45px;*/
	line-height: 18px;
}
ul.forum-posts li .answer{
	margin: 5px 0;
	/*border: 1px dotted #ccc;*/
}
ul.forum-posts li .answer span.author{
	/*padding-left: 10px;*/
	float: left;
	color: #3f81bd;
	text-decoration: none;
}
ul.forum-posts li .answer p{
	/*padding-left: 40px;*/
}
ul.forum-posts li:hover{
	background: #eef;
}
ul.forum-posts li .actions{
	position: absolute;
	left: 650px;
	top: 2px;
	width: 150px;
	height: 40px;
	z-index: 9;
}
ul.forum-posts li .actions input{
	width: 70px;
	height: 35px;
}

div.forum-posts .answer-form{
	position: relative;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
}
div.forum-posts .answer-form .answer{
	margin: 10px 0;
	padding-left: 45px;
}
div.forum-posts .answer-form .answer textarea{
	margin-bottom: 5px;
}
div.forum-posts .answer-form .answer input{
	height: 35px;
}


ul.forum-posts li.mine div.author{
	color: orange;
}
ul.forum-posts li.pending{
	background: #eee;
}
ul.forum-posts li.declined{
	display: none;
}
