body {
	color:#000000;
  background-color:#ffffff;
  text-align:center;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:1em;
	background-color:#022d65;
	text-align:center;
}
#page-election-results {
	margin:0 auto;
  width:640px;
  border:13px solid #035aa6;
  background-color:#ebf2f2;
  text-align:center;
}
h1 {
	font-family:Times, Georgia, serif;
	text-transform:capitalize;
	font-size:1.8em;
}
p.refresh {
	font-size:0.9em;
}
p.disabled {
	color: #999;
}
span.countdown {
	font-weight: bold;
	font-size: 1.3em;
}
button.stop-countdown,
button.refresh-countdown {
	display:block-inline;
	padding: 0.3em 0.7em;
	border: 2px solid #333;
	border-top-color: #555;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-radius:7px;
	text-shadow:0 1px 3px #000;
	-moz-box-shadow:0 3px 3px 1px #ccc;
  -webkit-box-shadow:0 3px 3px 1px #ccc;
  box-shadow:0 3px 3px 1px #ccc;
}
button.stop-countdown {
	background: #ff0000;
}
button.refresh-countdown {
	background: #009900;
}
button.stop-countdown:hover,
button.refresh-countdown:hover {
	color:#333;
	text-shadow:0 -1px 4px #fff;
	border-color:#000;
	border-bottom-color:#555;
	-moz-box-shadow:inset 0 0 -7px #999 !important;
  -webkit-box-shadow:inset 0 0 -7px #999 !important;
  box-shadow:inset 0 0 -7px #999 !important;
}
button.stop-countdown:disabled {
	color:#933;
	background-color:#ddd;
	border-color:#ccc;
	text-shadow:none;
}

.election-wrapper {
	margin-bottom:0.7em;
  width:620px;
	-moz-box-shadow:0 8px 6px -6px #333333;
  -webkit-box-shadow:0 8px 6px -6px #333333;
  box-shadow:0 8px 6px -6px #333333;
}
table.election {
	margin:0 auto 0.7em auto;
	padding:3px;
	border:1px solid #022d65;
	border-collapse:collapse;
  width:620px;
}
table.election caption {
	padding:3px;
	border:3px solid #f40b3a;
	/*background-color:#D2B9D3;*/
	background-color:#022d65;
	text-align:center;
	color:#fff;
	font-family: 'Crete Round', serif;
	text-shadow:0 1px 2px #000;
}
table.election thead th {
	border:1px solid #022d65;
	background:#035aa6;
  color:#fff;
  text-transform:uppercase;
	font-size:0.7em;
}

table.election tr {}
table.election td, 
table.election th {
	padding:3px;
	border:1px solid #035aa6;
}
table.election tfoot td {
	padding-top:1em;
	border:1px solid #f40b3a;
	border-top-width:2px;
	border-bottom-width:2px;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	background:#8c072b;
  color:#fff;
	text-shadow:0 1px 2px #000;
}

.districts-progress {
	text-align: center;
	vertical-align: top;
  font-size:0.9em;
  color:#444;
}
.candidate{
	width:48%;
	vertical-align:middle;
	text-align:left;
	line-height:1.6em;  
}
tr.affiliation td {font-size:0.9em; color:#333333; background-color:#dddddd;}
td.affiliation {text-align:right;}
.votes-received {width:25%; vertical-align:middle; text-align:center;}
.percentage{width:17%; vertical-align:middle; text-align:center;}
.election-condition{width:10%; vertical-align:middle; text-align:center;}

.perc-chart {margin:0 0 0 1em;}
table.gauge {
	margin:0 auto;
	border: 1px solid #81b1e4 !important;
	border-collapse: collapse;
	width:100px;
	height:7px;
}
table.gauge td {
	padding:0 !important;
	font-size:1pt;
	line-height:1pt;
}
table.gauge td.perc {
	background: #81b1e4;
}

#nav {
	float:left;
  width:100%;
  text-align:center;
}
#nav .nav-inner {
  float:left;
  margin:0 auto 0 auto;
  width:540px;
}
#nav ul {
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
  height:auto;
}
#nav ul li {
  float:left;
  margin:0 0.2em;
  padding:0;
}
#nav ul li a:link,
#nav ul li a:visited {
  display:block;
  text-decoration:none;
  color:#fff;
  /* background-color:#f40b3a; */
  background-color:#999;
  border-right:2px solid #444;
  border-bottom:2px solid #444;
  border-left:2px solid #444;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  -moz-border-radius-bottom-right:7px;
  -moz-border-radius-bottom-left:7px;
  -webkit-border-bottom-right-radius:7px;
  -webkit-border-bottom-left-radius:7px;
  -moz-box-shadow:0 3px 3px 1px #ccc;
  -webkit-box-shadow:0 3px 3px 1px #ccc;
  box-shadow:0 3px 3px 1px #ccc;
}
#nav ul li a:hover {
	background-color:#035aa6;
}
#nav li a span {
	display:block;
	padding:0.1em 0.3em 0.3em 0.3em;
}

#menu-jump {
	margin:1em 0 2em 0;
  padding:1em 1.5em;
  border-top:1px solid #ddd;
  border-bottom:2px solid #bbb;
  height:2em;
  background:#cccccc;
  -moz-box-shadow:0 6px 3px -4px #777;
  -webkit-box-shadow:0 6px 3px -4px #777;
  box-shadow:0 6px 3px -4px #777;
}
#menu-jump .label {
  display:none;
  float:left;
  width:180px;
  text-align:left;
  font-size:0.8em;
  color:#555555;
}
#menu-jump .wrap-select {
  float:left;
  display:block;
  margin-left:5px;
  -moz-box-shadow:0 6px 3px -4px #777;
  -webkit-box-shadow:0 6px 3px -4px #777;
  box-shadow:0 6px 3px -4px #777;
}
#menu-jump select {
	float:left;
  width:100%;
}

.jump-top {
	font-size:0.8em;
	background:transparent url(bg-jump-top.png) 50% 50% no-repeat;
}
.jump-top a {}

.footer,
#footer {
	padding:1em 0;
	background-color:#035aa6;
	color:#fff;
}
.footer a:link,
.footer a:visited,
#footer a:link,
#footer a:visited {
	color:#fff;
}