div.blog-line {
	height:1px; 
	width:100%; 
	overflow:hidden; 
	background-color:#ffffff; 
	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; 

}
.blog-post-delete{
	background-image: url(images/delete.gif); 
	width:18px; 
	height:18px; 

}
.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: #ffffff; 
	text-indent: 2pt;
}

table.blogcode {
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	border-collapse: collapse;
	background-color: #ffffff; 
	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: 14px;
}

table.blog-table-post th
{
	background-color:#ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border:0px solid #e6e6e6;
}

table.blog-table-post td
{
	border:0px solid #e6e6e6;
	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
{

}

