﻿.WeblogBox {
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:100%;
	height:auto;
	table-layout:fixed;
	border:0px;
}
.WeblogBox tr td {
	padding:0px;
}
.WeblogBox tr td.Image {
	width:102px;
	text-align:center;
}
.WeblogBox tr td.Image img {
	margin-bottom:8px;
}
.WeblogTopLeft {
	background-repeat:no-repeat;
	width:8px;
	height:4px;
}
.WeblogTopCenter {
	background-repeat:repeat-x;
	width:100%;
	height:4px;
}
.WeblogTopRight {
	background-repeat:no-repeat;
	width:8px;
	height:4px;
}
.WeblogLeft {
	background-repeat:repeat-y;
	width:8px;
	height:100%;
}
.WeblogCenter {
	background-color:transparent;
	width:100%;
	height:100%;
	padding:12px 8px 8px 10px!important;
	vertical-align:top;
}
.Half {
	background-color:transparent;
	width:50%!important;
	height:100%;
	padding:12px 8px 8px 10px!important;
	vertical-align:top;
}
.WeblogCenter .WeblogContent {
	border-left:1px solid #D5D5D5;
	padding-left:10px;
	height:100%;
}
.WeblogRight {
	background-repeat:repeat-y;
	width:8px;
	height:100%;
}
.WeblogBottomLeft {
	background-repeat:no-repeat;
	width:8px;
	height:8px;
}
.WeblogBottomCenter {
	background-repeat:repeat-x;
	width:100%;
	height:8px;
}
.WeblogBottomRight {
	background-repeat:no-repeat;
	width:8px;
	height:8px;
}
.WeblogDate,.WeblogKeywords,.WeblogEntry,.WeblogUsername {
	font-weight:bold;
	color:#C30075!important;
}
.WeblogMore {
	font-weight:bold;
	color:#000000;
	display:block;
	float:right;
	text-decoration:none;
}
.WeblogTitle {
	font-size:14px;
	font-weight:bold;
	color:#434343;
	display:block;
	float:left;
	margin:5px 8px 0px 0px;
}
.WeblogRegister {
	background-repeat:no-repeat;
	width:120px;
	height:20px;
	display:block;
	overflow:hidden;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
	float:left;
	margin-right:8px;
}
.WeblogTextBox {
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin:2px 8px 0px 0px;
}