/* All pages */
#article_wide a {
	color: #0066cc;
}
#article_wide a:hover {
	text-decoration: underline;
}
#article_wide h2 {
	font-size: 1.75em;
}
#article_wide ul {
	list-style: none;
	padding-left: 0;
}
.axis, .helperText, a.helperText, #count {
	font: 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
.helperText, a.helperText {
	color: #bbb;
}
a.helperText {
	cursor: pointer;
}
a.helperText:hover {
	color: #666;
}
h1 {
	margin: 0;
	padding: 10px 0;
}
#count {
	float: right;
	text-align: right;
	color: #aaa;
	margin: 15px;
}

/* Homepage */
.hotSpot {
	cursor: pointer;
	font-size: 11px;
	border: 1px dotted #ccc;
}
.hotSpot:hover {
	background: #eee;
}
.axis h3 {
	margin: 1em 8px 0 8px;
}
ul.horizHotSpots {
	margin: 0;
}
ul.horizHotSpots li {
	display: inline;
	margin: 0 1em;
}
#timeline, #places {
	margin: 0 190px 0 261px;
	text-align: right;
}
#timeline .horizHotSpots {
	margin-top: 8px;
}
#sliderContainerDiv {
	position: relative;
	width: 100%;
	height: 20px;
	background: url(../images/horizSlider_background.gif) 0 0 repeat-x;
	margin: auto;
}
#leftHandleDiv {
	position: absolute;
	top: 0; left: 0; width: 8px; height: 18px;
	background: url(../images/horizSlider_left.png) 0 0 no-repeat; 
	color: #F00;
}
#rightHandleDiv {
	position: absolute;
	top: 0; right: 0; width: 8px; height: 18px;
	background: url(../images/horizSlider_right.png) 0 0 no-repeat; 
	color: #F00;
}
#news {
	width: 260px;
	float: left;
	border-right: 1px solid #ccc;
	background: #fcfcfc;
	height: 560px;
	overflow: auto;
}
#news ul {
	margin: 8px;
	margin-top: 0;
}
#news li {
	margin: .25em 0;
	border-top: 1px solid #eee;
}
#news .helperText {
	font-size: .9em;
}
#mapContainer {
	margin: 0 190px 0 261px;	/* Must match the widths of the sidebars */
	position: relative;
}
#loading {
	position: absolute;
	right: 0;
	color: white;
	background: #660033;
	z-index: 1;
	display: none;
}
#map {
	height: 425px;
}
#candidates {
	width: 190px;
	float: right;
}
#candidates ul {
	margin: 0 8px 1.25em 8px;
}
#candidates ul li {
	margin-top: .2em;
	margin-bottom: .2em;
}
#places .horizHotSpots {
	margin-bottom: 8px;
}
#geoSearch {
	margin-bottom: 0;	/* Safari needs this because it adds an extra margin-bottom to forms, for some reason */
}
#geoSearch fieldset {
	border: 0;	/* because <fieldset> comes with a default border */
}
table {
	margin: 1em 0;
	font-size: 11px;
	border-collapse: collapse;
	background: #fcfcfc;
}
td {	
	border: 1px dotted #ccc;
	padding: 3px;
	height: 3em;
}
.withdrawn {
	text-decoration: line-through;
}
#site_navigation_horiz a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}