.dataList table {
	width: 100%;
	font-size: small;
	border-collapse: collapse;
	border: 1px solid #39679B;
	margin: 1em 0em;
	clear: both;
}
.dataList td {
	padding: 1px 4px 4px 4px;
}
.dataList th {
	padding: 1px 4px 4px 4px;
	text-align: left;
	background-color: #F5F5F5;
}
.dataList .odd {
	background-color: #FFFFFF;
}
.dataList .even {
	background-color: #F5F5F5;
}

.fold, .unfold
{
	clear: both;
}

.unfold h3 a
{
	border-bottom: 1px solid #BBABCE;
}

.crease
{
	background-color: transparent !important;
	padding: 0 !important;
	border-bottom: none !important;
}
