/*
CSS needed by the framework for ED:POST (Wall)
*/
/*.blind {
	background-color: #40BFDC;
	opacity: 0.25; 
}*/

.wallsortable { 
	height: 80px; 
	line-height: 80px;
	background-color: #40BFDC;
	opacity: 0.25; 
}

.post {
	padding:0px 0px 0px 0px;
	border-spacing: 0px;
	border-top: 0px;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #e9e9e9;
	border-left: 0px;
	margin-bottom:-2px;
}

.post.mouseover {
	/*padding:0px 0px 0px 0px;
	border-spacing: 0px;
	border: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #40bfdc; 
	margin-bottom:-2px;*/
	background-color: #e7ebf2;
}

.post table, .post.mouseover table {
	padding:0px;
	width: 100%;
	border:0px;
}

.post td, .post.mouseover td{
}

.post .targetObject {
	font-size: 13px;
	color:#d30;
}

.post .actor {
	font-weight: bold;
}

.post .simple {
	white-space: pre-line;
}

.post .date {
	font-size: 10px;
}

.post .newValue {
	font-weight: bold;
	/*white-space: nowrap;*/
}

.post .leftSpace {
	padding-left:15px;
	padding-top:5px;
}

.post.edisremovable {
	padding-left:0px !important;
}

.post .comment.inputs.textInput, 
.post .comment.inputs.textInput.mouseover {
	padding: 0px;
	/*width: 100%;
	height: 19px;
	margin:1px -1px -1px -1px;
	border-style : solid;
	border-color : #40bfdc;
	border-width : 1px 1px 1px 1px;
	padding: 0px;*/
}

.post .avatar {
	width: 70px;
	vertical-align: middle;
}

.post .avatar img {
	border:2px solid white;
	max-height: 53px;
	margin: 1px 5px 0px 0px;
}