table.blog_block
{
	width: 100%;
	height: 80px;
	border-style: solid;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #D99AAC;
	margin-bottom: 10px;
	color: #ffffff;
	padding: 0px;
}

td.blog_block_head
{
	background: url("../graphics/pink_shade.png");
	background-repeat: repeat-x;
	background-color: #aaaaaa;
	padding: 5px;
	color: #ffffff;
}

table.blog_post
{
	width: 100%;
	height: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #919191;
	background: url("../graphics/grey_shade.png");
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 5px;
}

h1.blog_head
{
	text-align: right;
	margin-bottom: 0px;
}
h2.blog_subtitle
{
	text-align: right;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1.blog_post_head
{
	margin-bottom: 0px;
}

table.blogreply
{
	width: 100%;
	height: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	background: url("../graphics/grey_shade.png");
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

td.blogreply_left
{
	text-align: center;
}

td.blogreply_content
{
	padding: 5px;
}

