
th.EffectNeg, td.EffectNeg {
	background-color: #FDD !important;
}

th.EffectPos, td.EffectPos {
	background-color: #DFD !important;
}

th.effect_column {
	width: 15em;
}

th.name_column {
	width: 15em;
}

th.num_column, td.num_column {
	width: 4em;
	text-align: center;
}


#filter_div {
	margin: 30px 0 10px 0;
}

.highlighted {
	font-weight: bolder;
}

#filter_div p {
	font-size: medium;
}

table.tablesorter thead tr .header {
	background-image: url(header_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(header_asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(header_desc.gif);
}
#alch_div table th{ background:#555; color:#eee; }
#alch_div table td, #alch_div table th{
	padding:8px !important;
	font-size:11px;
	text-align:left;
	border:1px solid #ccc;
}
#alch_div table{
	border-collapse:collapse;
	background:#f0f0f0;
}