a img
{
	border: 0px;
}

/*  "comment this page" label */
.addCommentLabel
{
	font-size:10pt;
	font-weight: bold;	
	margin-top: 40px;
	margin-bottom: 12px;
}


/* "(4 comments)" info line */
.cmtsInfo
{
	font-size: 9pt;
	font-color: gray;
}

/* table containing one single comment */
.commentTable 
{
	width:100%;
	border: 1px solid #e0e0e0;	
	font-size:10pt;
	margin-top: 6px; 
	margin-bottom: 6px; 	
	padding: 0px;
}

/* author cell on the left */
.commentTable .nameCell
{
	background:#e8e8e8;
	color: gray;	
	padding-left: 10px;
}

/* Date cell on the right */
.commentTable .dateCell
{
	padding-right: 2px;
	background:#e8e8e8;
	color: gray;
	font-size:9pt;
	vertical-align:bottom; 
}

/* Message cell  */
.commentTable .messageCell
{
	padding-top: 2px;
	padding-left: 10px;
}


/* Comments navigation bar table */
.navTable
{
	border:0px;
	background: #e0e0e0;
	width: 100%;
	padding: 0px;
}

/* cell containing navigation arrows */
.arrowCell
{
	width: 11px;	
	background: white;
 	empty-cells:show;	
}
