@CHARSET "ISO-8859-1";

/************************************************/
/* COMMENT BOX IN DISPLAY BLOG PAGE				*/
/*----------------------------------------------*/
.cbox {width:609px;margin:0 auto;text-align:left;overflow:hidden;font-size:12px;}
.cbox .cbox_top {filter: alpha(opacity=80);opacity:0.8;height:9px;background:url('../images/displayblog/cbox_top_border.gif') no-repeat;font-size:6px;}
.cbox .cbox_bottom {filter: alpha(opacity=80);opacity:0.8;height:9px;background:url('../images/displayblog/cbox_bottom_border.gif') no-repeat;}
.cbox .cbox_left {filter: alpha(opacity=80);opacity:0.8;width:9px;background:url('../images/displayblog/cbox_left_border.gif') top left repeat-y;}
.cbox .cbox_right {filter: alpha(opacity=80);opacity:0.8;width:9px;background:url('../images/displayblog/cbox_right_border.gif') top right repeat-y;}
.cbox .cbox_center {filter: alpha(opacity=200);opacity:2;margin:0 9px;background:#e0e0e0;}
.cbox_center a {color:#646464;font-size:10px;}

/************************************************/
/* COMMENT ENTRY								*/
/*----------------------------------------------*/
.centry_corner {width:9px;height:9px;font-size:5px;}
.centry_side {width:9px;}
.centry_topleft {background:url('../images/displayblog/centry_topleft.gif') top left;}
.centry_top {background:url('../images/displayblog/centry_top.gif') repeat-x;margin:0 9px;font-size:5px;}
.centry_topright {background:url('../images/displayblog/centry_topright.gif') top left;}
.centry_bottomleft {background:url('../images/displayblog/centry_bottomleft.gif') top left;}
.centry_bottom {background:url('../images/displayblog/centry_bottom.gif') repeat-x;margin:0 9px;font-size:5px;}
.centry_bottomright {background:url('../images/displayblog/centry_bottomright.gif') top left;}
.centry_left {background:url('../images/displayblog/centry_left.gif') repeat-y top left;}
.centry_right {background:url('../images/displayblog/centry_right.gif') repeat-y top right;}

.centry_center {font-size:10px;overflow:hidden;margin:0 9px;}
.comment_entry {}
.comment_info {color:#979797;border-bottom:1px solid #555; margin:0 0 5px 50px;padding-bottom:5px;padding-left:0px;}
.comment_info a {color:#979797;font-weight:normal;}
.comment_body {font-size:12px;overflow:auto;overflow-x:auto;overflow-y:hidden;}
.comment_padding {width:15px;}
.cavatar {display:block;width:50px;overflow:hidden;text-align:center;}
.cavatar img {border:1px solid gray;}

/************************************************/
/* ENTRY INFORMATION USED IN DISCUSSION BIG		*/
/*----------------------------------------------*/
#entry_info {position:relative;left:-5px;margin-bottom:5px;width:727px;height:175px;}
#entry_info .einfo_right {float:right;height:175px;width:6px;background:url('../images/discussion/einfo_right.gif') top left;font-size:0px;}
#entry_info .einfo_top {float:left;height:2px;width:721px;background:url('../images/discussion/einfo_top.gif') top left;font-size:0px;}
#entry_info .einfo_bottom {float:right;height:9px;width:721px;background:url('../images/discussion/einfo_bottom.gif') top left;font-size:0px;}
#entry_info .einfo_center {margin:0 5px;float:right;height:164px;width:711px;}
#entry_info #einfo_title {font-size:14px;font-weight:bold;padding:5px 0px;border-bottom:1px solid black;}
#entry_info #meta {color:#979797;font-size:11px;margin-bottom:5px;}
.editorContainer {margin:0 25px;margin-bottom:3px;border:1px solid white;}
