
/***
 ***		Blog Styles
 ***/
table.blog_tbl{
	width:750px;
}
table.blog_tbl th{
	background-color:#f5f0ea;
}
.blog_title {
	color:#fd1111;
	font-family:"BauhausC Light",  "Bauhaus", serif, Georgia;/*"BauhausC Medium", */
	font-weight:bold;
	font-size:14pt;
	height:30px;
}

td.blog_cmt_delim{
	background-image:url(../images/blog/cmt.delim.png);
	background-repeat:repeat-x;
	height:2px;
	padding-left:15px;
	background-position:bottom;
}
table.blog_cmt{
	width:97%;	
}
table.blog_cmt th{
	text-align:left;
	height:24px;
	background-color:#f2ece6;
}
.blog_cmt_subject{
	color:#ff0000;
	font-weight:bold;
}
td.blog_cmt_author{
	font-weight:bold;
	text-align:right;
}
.blog_cmt_author_a{
	font-weight:bold;
	color:#a0a0a0;
}
.blog_cmt_author_reg{
	font-weight:bold;
	color:#990000;
}
.blog_cmt_author_comment{
	font-weight:normal;
	font-size:9px;
	color:#808080;
}


.blog_box{
	background-color:#f5f0ea;
	cursor:default;
}
.blog_box td{
	vertical-align:top;
}
.blog_box th{
	height:25px;
	background-color:#0033FF
}
.blog_box textarea{
	width:500px;
	height:150px;
}



