.articletd {
	border: 0px solid;
}

.newMark {
	color: #c30;
	font-weight: bold;
}

#contList {
	margin-bottom: 20px;
}
#contList table {
	width: 96%;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	text-align: left;
	border-collapse: collapse;
}
#contList table thead tr {
	text-align: center;
	background-color: lightgreen;
}
#contList table thead th {
	padding: 1px;
}
#contList table td {
	padding: 3px 0px 3px;
}
#contList .divLine {
}
#contList ul  {
}
#contList ul li {
	display: block;
	text-align: left;
	list-style-type: disc;
}

#contList .infoGrp, .infoType {
	/*
	background-color: #efe;
	border-bottom: solid 1px #9b9;
	*/
	color: teal;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1px;
}
.headNone {
	visibility: collapse;
}

table .cno, .ono, .stime, .idc, .term {
	text-align: center;
}

.csvButton {
	width: 200px;
	letter-spacing: 1px;
	cursor: pointer;
}
.clearButton {
	width: 120px;
	cursor: pointer;
}
.p2c {
	font-weight: bold;
}

