.table-list {
	width:100%;
	text-align:left;
	border-collapse:collapse;
}

.table-list td {
	color:#000;
	padding:5px;
	background:#fff;
	border:1px solid #4ea9d7;
}
.table-list .odd td {
	background: #F5FAFA;
}

.table-list tbody th {
	background:#f4f9fe;
	padding:5px 10px;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:13px;
	border:1px solid #4ea9d7;
	width:125px;
}
.table-list thead th {
	padding:0 10px;
	line-height:30px;
	white-space:nowrap;
	background:#A6D4EB;
	font-weight:bold;
	border:1px solid #4ea9d7;
	color:#000;
}

#content .table-list thead th a{
	display:block;
	color:#000;
	text-decoration:underline;
}
#content .table-list td a img{
	margin:0 0 -3px 0;
}

.table-list tbody th img{
	float:right;
	margin-right:2px;
}
.table-list tfoot td{
	background:#cae5ff;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding:5px 0;
}

.table-list tfoot td a{
	margin:0px 3px;
	text-decoration:none;
}