#header{
	height: 80px; 
	margin-top:30px; 
	margin-bottom: 30px; 
	vertical-align:center;
	width:100%;
}

#title {
	width: 635px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#title a {
	font-family: 'ChaparralProRegular', Georgia, serif;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: 0.01em;
	text-decoration: none;
}
#title .title-state { color: #666; }
#title .title-emph  { color: #F96302; }
#title .title-subtitle {
	font-family: 'CronosProLight', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	margin-top: 2px;
}

#social {
	position:fixed;
	top: 0;
	right: 0;
	margin-top:5px;
	line-height: 40px;
	height: 25px;
	width:950px;
}

#social img {
	height: 25px;
	width: 25px;
	float: right;
	margin-right:5px;
}
	
.notext { 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px;
}

.subtext {
	font-size: 0.8em;
	margin-top: 0em !important;
}

/* The bar/comp charts swap descriptive text into <p> on hover. Without a
   fixed height the container reflows on every mouseover and the chart
   below appears to jump. 160px fits the longest description (the
   Complementary Policies intro) at our current font size + column width. */
.graphtext {
	min-height: 160px;
}

/* Right-column auction-updates panel */
.updates-block {
	margin-bottom: 1.6em;
}
.updates-heading {
	font-family: 'ChaparralProRegular', Georgia, serif;
	color: #F96302;
	font-size: 0.95em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 0.4em 0;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ddd;
}
.next-auction-row {
	display: flex;
	align-items: baseline;
	gap: 0.4em;
	margin: 0.2em 0 0.3em;
}
.next-auction-month {
	font-family: 'ChaparralProRegular', Georgia, serif;
	font-size: 1.6em;
	color: #111;
}
.next-auction-num {
	color: #999;
	font-size: 0.95em;
}
table.recent-auctions {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}
table.recent-auctions td {
	padding: 0.25em 0.3em;
	border-bottom: 1px solid #eee;
	vertical-align: baseline;
}
table.recent-auctions tr:last-child td {
	border-bottom: 0;
}
.ra-date  { color: #444; }
.ra-num   { color: #999; width: 2.6em; }
.ra-price { font-weight: bold; color: #111; text-align: right; width: 4em; }
.ra-chg   { text-align: right; width: 4.5em; font-size: 0.9em; }
.chg.up   { color: #2a8b3a; }
.chg.down { color: #B53C36; }
.updates-more {
	display: block;
	margin-top: 0.4em;
	font-size: 0.85em;
}
.updates-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.updates-links li {
	padding: 0.2em 0;
}

.updatewrapper{
	height: 15em;
	float:left;
	overflow-y:scroll;
	width: 100%;
}

.update_panes {
	height: 18.5em;
}

.panes {
	height: 37em;
}

.tooltip {
	border-bottom: 1px dotted; color:#666; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	font-size:12px;
	color: #666;
	background-color:#ddd;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0px; width: 225px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-size: 12px;
	display: block; padding: 0.2em 0 0.6em 0;
}

