/*
CSS needed by the framework for ED:POST (Wall)
*/
/*
wallPost list
*/
.wall {
	padding:0px;
	margin:0px;
	border-spacing: 0px;
	width: 100%;
	border: 0px;
	padding-right:0px;
	/*border-right : 1px solid #cccccc;*/
}

.follow {
	text-align: right; 
	padding-right:5px;
}

.follow a, .follow a:hover, .follow a:visited, .follow a:link {
	text-align: left;
	cursor: pointer;
	/*color: #40BFDC;*/
	color: #777;
}

.follow img {
	padding-bottom:2px;
	padding-right:4px;
}

.wall .general {
	list-style-type: none;
	padding: 0px;
}

/*.wall table {
	width: 100%;
	border-collapse: separate;
}*/

.postHeader {
	/*display: inline-table;*/
	/*width: 100%;*/
	height: 79px;
	padding:0px 5px 0px 0px;
	margin-right: 0px;
	border-spacing: 0px;
	
	border-top: 0px;
	/*border-right : 0px;*/
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #e9e9e9;
	border-left: 0px;
	margin-bottom:-2px;
}

.postHeader table {
	width: 100%;
	height: 79px;
	/*display: inline;*/
}

.postHeader td{
	vertical-align: top;
	/*margin: 0px;
	padding:0px;*/
}

.wall .newPost {
	border-width: 1px;
	/*margin:-1px;*/
}

.wall .newPost.inputs.textareaInput {
	/*width: 100%;
	border-style : solid;
	border-color : #40bfdc;
	border-width : 1px 1px 1px 1px;
	padding: 0px;
	overflow: hidden;
	white-space: nowrap;*/
	
	padding: 0px;
	height: 51px;
	width: 100%;
	/*margin:0px 0px 0px 0px;*/
	
}

/*.wall .newPost, .wall .newPost.inputs.textareaInput.mouseover {
	border-width: 1px;
	margin:0px 0px 0px -5px;
}*/

.wall .avatar {
	width: 60px;
	vertical-align: top;
}

.wall .avatar img {
	border:0px;
	opacity: 1;
	/*width: 60px;*/
	max-height: 53px;
	/*margin-right: 23px;*/
}

/*
Others
*/
.delete {
	margin-bottom: -16px;
	float: right;	
}

.wallTemp {
	width:500px;
	height:100%;
	position:absolute;
	top:50px;
	left:-510px;
	background-color:transparent;
	z-index:999;
}

.wallInTab {
	width:70%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}


.wallInDashboard {
	width:98%;
	height: 100%;
	padding-bottom: 50px;
}

.wallTempContent {
	width:500px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.wallTempTD {
	background-color:white;
	width:100%;
	vertical-align: top; 
	border-collapse: separate;
	/*padding-right:10px;*/
	border:1px solid #cccccc;
	margin-top:-1px;
}

.wallTempImage {
	margin-top: -1px;
	vertical-align: top;
	width: 22px;
	background-color: transparent;
}
