.blog-user{
	background-image: url(images/icon_user.gif); 
	width:16px; 
	height:16px; 
	float:left;
}
.blog-post-edit{
	background-image: url(images/edit.gif); 
	width:18px; 
	height:18px; 
	float:right;
	margin-left: 5px;
}
.blog-post-delete{
	background-image: url(images/delete.gif); 
	width:18px; 
	height:18px; 
	float:right;
	margin-left: 5px;
}


.post_item {
	margin-bottom: 10px;
}
.user_logo {
	text-align: center;
}
.user_name {
	font-weight: bold;
}
.post_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.blog_post_info {
	text-align: right;
}
.cont_table .work_table {
	height: 30px;
}
.cont_table .work_table td{
	width: 30px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	border: none;
	border: solid 1px #bbbbbb;
}
.cont_table .work_table td.first_td {
	border: solid 1px #ffffff;
}
.cont_table .work_table td.sp_td {
	border: none;
	width: 5px;
}

