/* 	typecase header
	California job case, Hamilton Manufacturing Co layout
	sources: http://members.aol.com/typecases/cjbout.htm
			 http://members.aol.com/alembicprs/cjbcase.htm
--------------------------------------------------------*/	
	
table#typecase {
	table-layout: fixed;
	empty-cells: show;
	border-spacing: 2px;
	border-collapse: separate; /* override */
	}
table#typecase td {
	height: 17px;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	background-color: #474747;
	}
table#typecase td, 
table#typecase .cell {
	width: 29px;
	}
table#typecase .cell {
	overflow: hidden;
	height: 1.2em;
	}
* html table#typecase .cell {  /* IE6 */
	height: 2em;
	padding-top: 6px;
	}
table#typecase td.double,
table#typecase .cell-double {
	width: 62px;
	}
table#typecase tbody {
	border: 0; /* override */
	}
table#typecase tbody td:hover {
	padding-top: 2px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	}
table#typecase tbody a.active {
	font-weight: bold;
	color: #fff !important;
	}
table#typecase tbody td.long a.active {
	font-weight: normal; /* override above */
	}
table#typecase tbody td:hover a {
	font-weight: bold;
	color: #fff;  /* necessarily redundant */
	}
table#typecase tbody a,
table#typecase tbody a:visited {
	color: #777;
	}
table#typecase tbody a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #99cc00 !important;
	}
table#typecase tbody a:active {
	color: #66aa00 !important;
	}
* html table#typecase tbody a:hover {  /* IE6 */
	font-weight: bold;
	}
table#typecase td.spacer {
	width: 0px;
	background: none;
	}
table#typecase td.spacer:hover {
	padding-top: 0;
	}
table#typecase td.title {
	width: 225px;
	margin: 0;
	padding: 0;
	padding-top: 4px !important;
	vertical-align: bottom;
	text-align: left;
	}
table#typecase td.badge {
	width: 225px;
	margin: 0;
	padding: 0;
	}
table#typecase tbody#header-tall td.title {
	background: #474747 url(img/gen/bg-home.jpg) left top;
	}
table#typecase tbody#header-tall td.title img {
	padding-bottom: 12px;
	}
table#typecase tbody#header-short td.title img {
	padding-bottom: 5px;
	}
table#typecase td.long {
	text-align: left;
	white-space: nowrap;
	background: none;
	}
table#typecase div.long {
	width: 240px;
	}
table#typecase td.divider {
	width: 6px;
	background: none;
	}
table#typecase .sans {
	color: #444;
	}
	
table#typecase tbody#header-short td,
table#typecase tbody#header-short td a {
	color: #474747;
	}
table#typecase:hover tbody#header-short td,
table#typecase:hover tbody#header-short td a {
	color: #777;
	}
table#typecase tbody#header-short td:hover,
table#typecase tbody#header-short td:hover a {
	color: #fff;
	}
table#typecase tbody#header-short a:hover {
	color: #6a0;
	}
table#typecase tbody#header-short td.long a,
table#typecase tbody#header-short td.long a:visited	{
	color: #0055a6 !important;
	}
table#typecase tbody#header-short td.long:hover { /* undo for nav */
	padding-top: 0;
	font-size: 1em;
	font-weight: normal;
	}
table#typecase tbody#header-short td.long:hover a { /* undo for nav */
	font-weight: normal;
	}
table#typecase tbody#header-short td.long a:hover { /* undo for nav */
	font-weight: normal;
	text-decoration: underline;
	}