@charset "utf-8";
/* CSS Document */
.tabmenu {
	height:25px;
	
	background:url(../images/tab_menu.png) no-repeat;
  cursor:pointer;
  color:#FFF;
 
  font:14px Verdana,Tahoma,"MS Sans Serif"; 
  font-weight:bold;
  padding-left:30px;
  padding-top:7px;
  display:block;
}


.pfirst{
	margin:2px 10px 2px 0px;
}

.ezone{
	float:left;
	width:358px;
}

.pzone .first{
	margin-right:9px;
}

/*======================================================*/

#content .top{
	margin-top:10px;
}

.even{
	background:#e9f8ff;
	float:left;
	border-bottom:1px solid #dbf1fb;
	height:34px;
	font-size:12px;
	line-height:1.3em;
	margin:0px;
	padding:0px;
	width:249px;
}
.even img{
	float:left;
	margin:4px 10px 4px 4px;
	border:1px solid #CCC;
}

.entryname{
	display:block;
	background:#e9f8ff;
	width:249px;
	height:34px;

}


.comment{
	background:url(../images/comment.png) #fffde5 no-repeat right;
	float:right;
	
	
	height:28px !important;
	height:32px;
	width:32px !important;
	min-width:32px;
	width:50px;
	padding:6px 15px 0px 3px;
	margin:0px;
	border-left:1px solid #b6e3ee;
	border-bottom:1px solid #dbf1fb;
	border-right::1px solid #dbf1fb;
	
}
.comment-txt{
	font-size:14px;
	color:#F00;
	
}