.knowTable {
	border:1px solid #000;
}

.ch {
	background-color:#ccc;
	padding: 2px 4px 2px 4px;
}

/* Any leftmost cell. */
.cL {
	padding-left: 5px;
}
/* Any rightmost cell. */
.cR {
	padding-right: 5px;
}

/* Each cell in the first row of each object. */
.cT {
	border-top: 1px solid #595;
	padding-top:2px;
	background-color:#fff;
}
/* Each cell in any row other than the first row of each object. */
.cI {
}

/* Each cell in the footer. */
.cf {
	background-color:#ccc;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #595;
}


/* Table cell around the private note. */
.privNoteBox {
	background-color: #f5f5f5;
}
/* Table cell around the public note. */
.pubNoteBox {
	background-color: #F5FFF5;
}

