div.blog-line {
	height:1px; 
	width:100%; 
	overflow:hidden; 
	background-color:#C7D2D5; 
	margin-top:8px; 
	margin-bottom:3px;
}
.blog-user, .blog-post-edit, .blog-post-delete {
	display:block; 
	background-repeat:no-repeat; 
	align:absmiddle;
}
.blog-user{
	background-image: url(images/icon_user.gif); 
	width:16px; 
	height:16px; 
	
}
.blog-post-edit{
	background-image: url(images/edit.gif); 
	width:18px; 
	height:18px; 
	float:right;
}
.blog-post-delete{
	background-image: url(images/delete.gif); 
	width:18px; 
	height:18px; 
	float:right;
}
.blog-author, .blog-author a {}
.blog-post-date, .blog-post-date a{}


table.blogquote {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	border-collapse:collapse;
	background-color: #FBFBF9; 
	text-indent: 2pt;
}

table.blogcode {
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	border-collapse: collapse;
	background-color: #FBFBF9; 
	text-indent: 2pt; 
}
table.blogcode td, table.blogqoute td{font-size: 100%;}

table.blog-table-post
{
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	color: #000000; 
	font-size:100%;
}

table.blog-table-post th
{
	background-color:#FCF6D2;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border:1px solid #E3E7D2;
}

table.blog-table-post td
{
	border:1px solid #E3E7D2;
	vertical-align:top;
	padding: 8px;
}
table.blog-table-post-table
{
	width:100%;
	color: #000000; 

}
table.blog-table-post-table th, table.blog-table-post-table td
{
	border:0px;
	vertical-align:top;
	padding-left:2px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
table.blog-table-post-table-author
{

}




.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;
}


