/*
* Show the group wall
*/

ul.postwall, ul.replyList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.postwall .postform, .postwall .thread .postreply {
	background-color: #dbdbdb;
}

.postwall .container:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.postwall .avatar {
	float: left;
	width: 10%;
	text-align: center;
	padding: 3px;
}

.postwall .avatar img {
	height: 32px;
	width: auto;
}

.postwall .body {
	float: left;
	text-align: left;
	padding: 3px;
	width: 90%;
}

.postwall .attachment {
	padding: 3px;
	background-color: #dbdbdb;
}

.postwall .attachment img.thumnail {
	float: left;
	margin-right: 5px;
}

.postwall .attachment img.detachThread, .postwall .attachment img.detachReply  {
	float: right;
}

/*
* Post field
*/

.postwall .postform {
	padding-top: 5px;
	padding-bottom: 5px;
}

.postwall .postfield {
	width: 90%;
	text-align: left;
	padding: 3px;
}

.postwall textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
	width: 100%;
	min-height: 30px;
	/*height: 32px;*/
}

/*
* Threads
*/

.postwall .manageThread, .postwall .manageReply {
	float: right;
}

.postwall .thread .avatar {
	height: 100%;
}

.postwall .thread {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
}

.postwall .thread:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99BBDD;
}

.postwall .title a:link, .postwall .title a:visited, .postwall .title a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000ff;
}

.postwall .title a:hover {
	color: #000000;
}

.postwall .postdate {
	color: #808080;
}

/*
* Replies
*/

.postwall .replyList {
	background-color: #F6F7F8;
}

.postwall .replyList li {
	padding: 3px;
}

.postwall .replyList .body a:link, .postwall .replyList .body a:visited, .postwall .replyList .body a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
}

.postwall .replyList .body a:hover {
	color: #000000;
}