﻿body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h3 {
	margin: 0px;
	padding: 0px;
}

#container {
	font-size: 0.9em;
	width: 610px;
	direction: ltr;
}

#container a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#container div {
}

#container a:hover {
	text-decoration: underline;
}

.stateInfo { 
	display: block; 
}

#stateLinks {
	margin-bottom: 60px;
}

#stateTitle {
	display: inline;
}

.selectedLink {
	background-color: #eef;
}

#stateLinks a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
	float: left;
	width: 125px;
	font-size: 0.9em;
	white-space: nowrap;
}

#stateLinks p {
	color: #999;
	font-weight: bold;
}

/* Hack to prevent links dropping out of stateLinks container */
#stateLinks hr {
	display: block; 
	clear: both; 
	margin: -0.66em 0;
	visibility: hidden;
}

#stateLinks a:hover {
	text-decoration: underline;
}

#stateInfoList {
	clear: both;
}

#stateLinks #nationalLink {
	display: none;
}

#mapUI {
	display: none; 
	border: 1px solid #000;
	margin-bottom: 10px;
}


.outerBorder {
	border: 1px solid #000;
	padding: 7px;
	padding-top: 5px;
}

/*
.outerBorder div {
	margin: 10px;
} */


.graph { 
	float: left;
	width: 100%;
	height: 8px;
	padding: 0px;
	margin: 0px;
	background: #e7e7e7;
	line-height: 8px;
}
.graph .bar { 
	display: block;
	background: #f00; 
	text-align: center; 
	color: #333; 
	height: 8px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}

.nationalGraph {
	width: 340px;
	direction: ltr;
}

.resultBox {
	border: 1px solid #000;
	padding: 0px;
	width: 435px;
	margin-top: 20px;
	margin-bottom: 15px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.nationalResultPane {
	margin: 15px;
}

.nationalResultPane * {
	text-align: left;
}

.nationalResultUnit {
	clear: both;
	padding: 2px;
}

.nationalResultUnit img {
	width: 37px;
	height: 27px;
	margin-right: 10px;
	float: left;
}

.nationalResultUnit div {
	padding-left: 2px;
	margin-bottom: 15px;
}

.nationalResultUnit div p {
	margin: 0px;
	padding: 0px;
}

.nationalResultHeader {
	border-bottom: 1px solid #666;
	font-weight: bold;
	color: #999;
	padding: 6px;
}

#winningPost {
	position: absolute;
	left: 264px; /* 64px plus number of EC votes (270/270*200). */
	top: 59px;
}

#winningPost img {
	float: left;
	padding-right: 5px;
}

#winningPost div {
	font-size: 0.8em;
	white-space: nowrap;
	position: absolute;
	text-align: left;
	left: 4px;
}

.stateResultHeader {
	color: #999;
	padding: 6px;
}

.stateResultStatus {
	padding-left: 10px;
	padding-right: 0px;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
}

.textRep {
	color: #941818;
}

.textDem {
	color: #000094;
}

.stateResultTable {
	font-size: 0.9em;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

.stateResultTable thead {
	background-color: #e7e7e7;
	font-weight: bold;
}

.stateResultTable th {
	text-align: left;
}

.stateResultTable tbody td {
	padding: 4px;
}

.stateResultTable .candidateNameCol {
	width: 105px;
}

.stateResultTable .candidateGraphCol {
	width: 180px;
}

.stateResultTable .candidatePercentCol {
	width: 25px;
}

.stateResultTable .candidateECCol {
	width: 102px;
}

#translationData {
	display: none;
}

#mapOptions {
	display: none;
}

#mapOptions p {
	color: #999;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

#mapOptionsForm {
	margin-bottom: 5px;
}

#mapKey {
	margin-bottom: 6px;
	height: 14px;
	display: none;
}

#mapKey hr {
	display: block; 
	clear: both; 
	margin: -0.66em 0;
	visibility: hidden;
} 

#mapKey span {
	padding-left: 5px;
	margin-left: 5px;
	display: block;
	float: left;
}

#demKey {
	border-left: 15px solid #264D60;
}

#repKey {
	border-left: 15px solid #CC0033;
}

#otherKey {
	border-left: 15px solid #CC99CC;
}

#partialKey {
	border-left: 15px solid #999999;
}



