/**
 *	ALT LIST
 */
table#alt_list th.original,
table#alt_list th.alternate {
	width: 40%;
}
table#alt_list th.expire {
	width: 20%;
}
table#alt_list td .expired {
	color: #ff0000;
}
table.history_list td .olb-alt-allow,
table.future_list td .olb-alt-allow {
	color: #d33;
}
table.history_list td .olb-alt-reserved,
table.future_list td .olb-alt-reserved {
	color: #090;
}

/**
 *	HISTORY
 */
table.history_list tr.olb-alt-reserved-record td,
table.future_list tr.olb-alt-reserved-record td {
	background-color: #e6f6dd;
}
table.history_list tr.olb-alt-allow-record td,
table.future_list tr.olb-alt-allow-record td {
	background-color: #f6f6f6;
}
