div#l table {
	border: 1px solid #DBDBDB;
	margin-top: 1em;
	width: 565px;
}
div#l table thead th {
	color: #666666;
	font-weight: bold;
	font-size: 0.82em;
	background: url(/_resource/image/table/bg_thead.jpg) top left repeat-x;
}
div#l table thead th, div#l table tbody td {
	padding: 6px 16px;
	background-color: #F4FAFD;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
div#l table tbody tr.e td {
	background-color: #E9F5FB;
}
div#l table tbody td {
	font-size: 0.82em;
	color: #333;
}
div#l table td ul {
	font-weight: bold;
	font-size: 0.9em;
	white-space: nowrap;
}