.tablelist {
	width: 99%;
	margin-bottom: 1em;
	background: #fff;
	border-top: 1px solid #c1c9e5;
	border-left: 1px solid #E0E4F2;
	border-right: 1px solid #E0E4F2;
}
.tablelist th {
	text-align: left;
	background-color: #c1c9e5;
	padding: 2px 5px;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.tablelist th a {
	color: #000;
}
.tablelist a {
	text-decoration: none;
}
.tablelist a:hover {
	text-decoration: underline;
}
.tablelist td {
	padding: 3px 5px 3px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #E0E4F2;
}
.tablelist.black td a, .tablelist td.black a {
	color: #000;
}
.tablelist.big td {
	padding: 0 5px;
	height: 3em;
	vertical-align: middle;
}
.tablelist tr.altrow td {
	background-color: #EEF0F8;
}
.tablelist tr.sticky td {
	background-color: #FDEBD6;
}
.tablelist span.dimmed, .tablelist td span.dimmed a {
	color: #9197AC;
}
.tablelist.unbordered {
	border: none;
}
.tablelist.unbordered th {
	padding-top: 3px;
}

/* custom */

.tablelist {
	border-color: #e8d4aa;
}
.tablelist th {
	color: #fff1ce;
	background-color: #9c3e21;
}
.tablelist th a {
	color: #fff1ce;
}
.tablelist td, .tablelist tr.altrow td {
	background-color: #f5e4c1;
	border-color: #e8d4aa;
}
.tablelist span.dimmed {
	color: #9e7a5a;
}
