.tabs {
	float: none;
}
.tabs ul {
	margin-left: -2px;
}

.tabs ul li {
	list-style-type: none;
	float: left;
	padding-top: 10px;
	padding-right: 29px;
	padding-left: 29px;
	margin-left: 2px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	background-image: url(../images/tabcorner.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
}
.tabs ul li:hover {
	cursor: pointer;
}

.tabs ul .active {
	background-color: #2b758e;
}
.tabs ul .idle {
	background-color: #6a9fb1;
}
.post {
	color: #888;
}

.share_btn , .comment_btn{
	display: none;
	margin-top: 3px;
}
#wall_loading {
	display: none;
	margin-top: 50px;
	margin-left: 320px;
}

.wall_post {
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6D3DC;
	margin-top: 8px;
	clear: both;
}

.wall_post .avatar {
	float: left;
	margin-right: 10px;
	width: 45px;
	height: 45px;
}
.wall_post .avatar img {
	height: 45px;
	width: 45px;
}

.wall_post .detail {
	float: left;
	width: 610px;
}
.wall_post .detail .delete {
	float: right;
}
.wall_post .detail .godel {
	float: right;
	display: none;
}

.wall_post .detail .delete:hover {
	cursor: pointer;
}


.wall_post .detail .sender {
	font-weight: bold;
}
.wall_post .detail .sender a {
	text-decoration: none;
	color: #84D7E7;
}
.wall_post .detail .sender a:hover {
	text-decoration: underline;
}

.wall_post .detail .message {
}
.wall_post .detail .time {
	font-size: 10px;
	color: #7EB1C2;
	margin-top: 0px;
	margin-bottom: 5px;
}
.wall_post .detail .time a:hover {
	text-decoration: underline;
	cursor: pointer;
}



.wall_post .comment {
	margin-left: 55px;
	background-color: #3288A5;
	padding: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.wall_post .comment .avatar {
	width: 45px;
	margin-right: 10px;
}

.wall_post .comment .loadcomments {
	float: left;
}
.wall_post .comment .loadcomments:hover {
	cursor: pointer;
}

.wall_post .comment_list {
	margin-top: 5px;
}

.wall_post .comment .detail {
	width: 550px;
}

#more_post {
	margin-top: 20px;
	float: left;
}
#more_post:hover {
	cursor: pointer;
}

