.list { border: 1px solid var(--color-neutral-500); padding: 0; margin: 0; }
.list th { font-size: 10px; background: url(/includes/list/list_head_30.png) repeat-x; height: 20px; border-bottom: 1px solid var(--color-neutral-500); padding: 3px 5px; font-weight: bold; text-align: left; white-space: nowrap; }
.list td { padding: 3px 3px 2px 3px; font-size: 13px; cursor: pointer; }
.list th a { color: var(--color-neutral-darkest); text-decoration: none; }
.list td a { color: var(--color-primary-600); text-decoration: none; }
.list th.current { font-size: 10px; background: url(/includes/list/list_head_sortedby_30.png); height: 20px; border-bottom: 1px solid var(--color-neutral-500); padding: 3px 5px; font-weight: bold; }
.list .sortlist_odd { font-size: 10px; background-color: var(--color-neutral-lightest); line-height: 20px; height: 20px; padding-left: 5px; }
.list .sortlist_even { font-size: 10px; background-color: var(--color-neutral-200); line-height: 20px; height: 20px; padding-left: 5px; }
.list .options { width: 0.1in; white-space: nowrap; text-align: right; } 
.list .options a { text-decoration: underline; color: var(--color-success-600); } 
.list .no_results { text-align:center; height:20px; vertical-align:middle; line-height: 20px; }

.listsmall { border: 1px solid var(--color-neutral-500); padding: 0; margin: 0; }
.listsmall th { font-size: 10px; background: url(/includes/list/list_head_30.png) repeat-x; height: 20px; border-bottom: 1px solid var(--color-neutral-500); padding: 3px 5px; font-weight: bold; text-align: left; white-space: nowrap; }
.listsmall td { padding: 3px; font-size: 11px; cursor: pointer; }
.listsmall th a { color: var(--color-neutral-darkest); text-decoration: none; }
.listsmall td a { color: var(--color-primary-600); text-decoration: none; }
.listsmall th.current { font-size: 10px; background: url(/includes/list/list_head_sortedby_30.png); height: 20px; border-bottom: 1px solid var(--color-neutral-500); padding: 3px 5px; font-weight: bold; }
.listsmall .sortlist_odd { font-size: 10px; background-color: var(--color-neutral-lightest); line-height: 16px; height: 16px; padding-left: 5px; }
.listsmall .sortlist_even { font-size: 10px; background-color: var(--color-neutral-200); line-height: 20px; height: 20px; padding-left: 5px; }
.listsmall .options { width: 0.1in; white-space: nowrap; text-align: right; } 
.listsmall .options a { text-decoration: underline; color: var(--color-success-600); } 
.listsmall .no_results { text-align:center; height:20px; vertical-align:middle; line-height: 20px; }