html {
  font-family: "Lucida Sans Unicode", "Lucida Grande";
}

body {
  border:; 0px;
}
#dashOverview {
	font-size: 4px;
}

.dashMap {
}

.poll-detail-dash table.top-table {
  font-size: .6em;
  background-color: #FFF;
  color: #666666;
  padding: 3px;
  width: 950px;
}

.poll-top-line-intros {
    width: 950px;
    text-align: left;
    font-size: .7em;
}

.poll-detail-dash tr {
	border-bottom: 1px solid #000000;
}

.poll-detail-dash tr.odd {
	background-color: #CCCCCC;
	color: #555555;
}
.poll-detail-dash td a {
    color: #000000;
}

.poll-detail-dash td a.header-link {
    color: #FFFFFF;
}

.poll-detail-dash td a:visited {
    color: #000000;
}

.poll-detail-dash td a.header-link:visited {
    color: #FFFFFF;
}

.poll-detail-dash td a:visted {
  color: #FFFFFF;
}

.poll-detail-dash thead td {
  font-weight: bold;
  background-color: #2F4159;
  color: #FFFFFF;
}

.poll-detail-dash .header-box {
    background-color: #88A649;
    color: #FFFFFF; 
    padding: 5px;
}

.county-detail-dash table {
  font-size: .6em;
  background-color: #FFF;
  color: #666666;
  padding: 3px;
  width: 950px;
}

.county-detail-dash tr {
	border-bottom: 1px solid #000000;
}
.county-detail-dash td a {
  color: #FFFFFF;
}

.county-detail-dash td a:visted {
  color: #FFFFFF;
}

.county-detail-dash thead td {
  font-weight: bold;
  background-color: #2F4159;
  color: #FFFFFF;
}

.county-detail table {
  font-size: .6em;
  background-color: #FFF;
  color: #666666;
  padding: 3px;
}

.county-detail tr {
	border-bottom: 1px solid #000000;
}
.county-detail td a {
  color: #FFFFFF;
}

.county-detail td a:visted {
  color: #FFFFFF;
}

.county-detail thead td {
  font-weight: bold;
  background-color: #2F4159;
  color: #FFFFFF;
}

div.graph-block {
  clear: both;
  float: left;
}

.graph-block div.county-chart {
  float: left;
  margin: 10px;
}

.graph-block p {
  float: left;
  margin: 10px;
}

.county-zoom {
	float: left;
	margin-left: 20px;
	margin-right: 0px;
}
.county-summary {
	font-size: 11px;
	line-height: 150%;
    width: 400px;
	float: left;
	margin: 10px;
}

#county-name {
	font-size: 12px;
	font-weight: bold;
}

#regional-charts div {
  float: left;
}