#member_div
{
	position:absolute;
	top:110px;
	right:5px;
	width:400px;
	min-height:140px;
	z-index:99999;
	float:right;
	display:none;
	border:1px black solid;
	background-color:#FFFFFF;
}
#info_div_title
{
	padding:7px 0px 7px 3px;
	height:22px;
}
#info_div_title_text
{
	float:left;
	width:90%;
}
#info_div_control
{
	float:right;
	cursor:pointer;
	width:20px;
	height:30px;
	text-align:center;
	vertical-align:middle;
}
#info_div_results
{
	padding:3px 5px;
	background-color:#FAEBD7;
	border:2px #cccccc inset;
	border-left:1px #cccccc inset;
}
.state_holder
{
	cursor:pointer;
}
.searchBox
{
 	position:absolute;
	top:300px;
	right:-215px;
	width:215px;
	min-height:45px;
	z-index:99999;
	float:right;
	border:1px black solid;
	padding:3px;
	background-color:#FFFFFF;
	border-left:#EDECEC 1px solid;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px; 
 }
.searchBox:after
{
	clear:both;
}
.searchResults
{
	cursor:pointer;
	text-align:left;
	font-size:12px;
	column-count:3;
	column-width:20em;
	column-rule:solid #cccccc 1px;
}
.searchResults:after
{
	clear:both;
}
#info_div_other
{
	text-align:center;
	font-size:12px;
	padding:0px 12px;
}
#info_div_additional
{
	border-top:inset black 1px;
	font-size:12px;
	padding:0px 12px;	
}
#info_div_additional:after
{
	clear:both;
}
#info_div_content
{
	min-height:55px;
	font-size:11px;
	padding:5px 12px;
}
#info_div_content:after
{
	clear:both;
}
#info_div_other:after
{
	clear:both;
}
.house_results_row
{
	cursor:pointer;	
}
.senate_results_row
{
	cursor:pointer;	
}
.control_menu
{
	font-size:9px;
	text-transform:uppercase;
	cursor:pointer;
	color:#000000;
	text-decoration:none;
}
.control_menu:hover
{
	font-weight:600;
	background-color:#46DAF3;
	text-decoration:none;
	color:#000000;
}
.house_pane
{
	width:100%;
	float:none;
	display:none;
}
.senate_pane
{
	width:100%;
	float:none;
	display:none;
}
.district_sub_label
{
	text-transform:uppercase;
	color:#888888;
	font-size:11px;
}

.state_results_sub_holder
{
	display:none;
}
.revealed
{
	display:block;
}
.state_results_holder
{
	font-size:12px;
	padding: 2px 3px 1px 3px;
	padding-top:2px;
	padding-bottom:1px;
	border-bottom:1px solid #cccccc;
	cursor:pointer;
}
.newmember_results_holder
{
	font-size:12px;
	padding: 2px 3px 1px 3px;
	padding-top:2px;
	padding-bottom:1px;
	border-bottom:1px solid #cccccc;
	cursor:pointer;
}
.state_results_selected
{
	color:#ffffff;
	background-color:#000000;
}

#contentArea.clearfix {
  padding: 0px 0 20px 0;
	position: relative;
}

#articleTools {
	padding-right: 18px;
	padding-left: 18px;
}

p.lastUpdated {
	width: 300px;
}

.ieWarning {
	display: none;
	padding: 20px;
	margin: 20px;
}

.padded {
  padding: 0 20px 0 20px;
}

h1.padded {
	margin-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 28px;
	margin-bottom: 4px;
	line-height: 140%;
}

h2.center {
	font-size: 13px;
	color: #999;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	line-height: 140%;
}

h1, h2, p, ul {
	z-index: 100;
	position: relative;
}


#contentArea div.padded.center.toggle {
	position: relative;
	margin-bottom: -40px;
	margin-top: 20px;
}


#loading {
	position: absolute;
	top: 350px;
	left: 355px;
	z-index: 100;
	text-align: center;
	width: 250px;
	color: #c5c5c5;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 16px;
	border-style: none;
}

#loading img {
	margin-bottom: 10px;
}

ul.btnGroupToggle  {
  display:inline-block;
  *display:inline;
  *zoom:1;
  list-style: none;
  padding: 0;
	margin: 5px auto 0;
}

ul.btnGroupToggle > li {
  display:inline;
}

ul.btnGroupToggle > li > a {
  float:left;
  padding: 2px 8px;
  line-height: 20px;
  text-decoration:none;
  background-color:#fff;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  border-left-width:0;
  color: #aaa;
  font-size: 12px;
  min-width: 90px;
  text-align: center;
}

ul.btnGroupToggle > li.first > a {
  border-left-width:1px;
  -webkit-border-bottom-left-radius:3px;
  -webkit-border-top-left-radius:3px;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-topleft:3px;
  border-bottom-left-radius:3px;
  border-top-left-radius:3px;
}

ul.btnGroupToggle > li.last > a {
  -webkit-border-top-right-radius:3px;
  -webkit-border-bottom-right-radius:3px;
  -moz-border-radius-topright:3px;
  -moz-border-radius-bottomright:3px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
}

ul.btnGroupToggle > li > a:hover,
ul.btnGroupToggle > li > a:focus {
  background-color:#f5f5f5;
  color: #555;
}

ul.btnGroupToggle > li.active > a {
  color: #fff;
  background-color: #333;
  cursor: default;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.map-container {
	position: relative;
  border-top: solid thin #fff;
  border-bottom: solid thin #fff;
  padding: 4px 0;
}

.greyBorder:hover {
  border-top: solid thin #D5DBF0;
  border-bottom: solid thin #D5DBF0;
    #cursor: url('../images/icon_scroll_zoom.png'), crosshair !important;
}

.mapControl-container {
	position: absolute;
	left: 25px;
	top: 10px;
}

a.mapControlBtn {
	display: block;
	width: 23px;
	height: 24px;
	font: bold 16px/24px "Lucida Console", mono;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #c8c8c8;
}

a.mapControlBtn:hover {
	background-color: #f5f5f5;
}

a.mapControlBtn.zoomInBtn {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

a.mapControlBtn.zoomOutBtn {
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-top-style: none;
}

a.mapControlBtn.homeBtn {
	background: url(../images/homeBtn-v4.png) 5px 6px no-repeat rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 8px;
}

a.mapControlBtn.homeBtn:hover {
	background: url(../images/homeBtn-v4.png) 5px 6px no-repeat #f5f5f5;
}

#mapNavButtons {
	text-align: right;
	margin: 0 0 30px;
	padding: 3px 15px 0 0;
	display: block;
	top: 0;
}

.mapNavBtn {
	text-align: center;
	border: 1px solid #c8c8c8;
	background-color: #fff;
	border-radius: 3px;
	padding: 3px 8px;
	z-index: 1000;
	font-size: 10px;
	line-height: 18px;
	color: #555;
	cursor: pointer;
	display: inline-block;
}

.mapNavBtn:hover {
	background-color: #f5f5f5;
	color: #444;
}

.mapNavBtn.hideSafeBtn {
	min-width: 80px;
}

.mapNavBtn.active {
	background-color: #333;
	color: #fff;
}

.mapNavBtn.active:hover {
	background-color: #000;
}

.mapNavBtn.inactive {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}


#mapTooltip {
	min-width: 120px;
	position: absolute;
	padding: 4px 5px 5px;
	font-size: 12px;
	line-height: 15px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	display: none;
	pointer-events: none;
	z-index: 10000;
}

#mapTooltip h5 {
	font-size: 11px;
	border-bottom: 1px solid #333;
	margin: 0;
}

#mapTooltip .tooltipName {
	margin-top: 5px;
	margin-bottom: 0;
}

#mapTooltip .tooltipRate {
	font-size: 10px;
	color: #777;
	margin-bottom: 0;
}

#barTooltip {
	position: absolute;
	padding: 9px 12px 8px;
	font-size: 11px;
	background-color: #333;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	display: none;
	pointer-events: none;
	z-index: 10000;
	top: -9px;
	line-height: 130%;
	text-align: center;
	color: #ddd;
}

#barTooltip:after {
	content: ' ';
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-top-color: #333;
	position: absolute;
	left: 45%;
	top: 99%;
}

#barTooltipNumber {
	color: #fff;
	padding-left: 5px;
	font-weight: bold;
}

svg text {
  fill: #333;
}

svg#map {
	fill: none;
	width: 930px;
	height: 575px;
	position: relative;
	z-index: 0;
	cursor: grab;
	margin-left: 15px;
}

svg#map .stateLabel {
	fill:  #fff;
	fill-opacity: .5;
	font-size: 11px;
	text-anchor: middle;
	pointer-events: none;
	font-weight:600;
}

svg#map .districtLabel {
	fill:  #999;
	fill-opacity: .6;
	font-size: 2.25px;
	text-anchor: middle;
	pointer-events: none;
}

.district,
.district-border,
.state-border {
  stroke: #fff;
  stroke-linejoin: round;
  stroke-linecap: round;
  cursor:pointer;
}

svg#bar {
	width: 960px;
	height: 32px;
}

svg#bar rect {
	stroke: #fff;
	stroke-width: 0.5px;
}

#barDetails {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	height: 30px;
}

.count {
	font-size: 28px;
	padding-top: 2px;
	display: inline-block;
	zoom: 1; *display: inline;
	font-weight: normal;
	font-style: normal;
}

.countDetails {
	font-size: 10px;
	line-height: 120%;
	width: 100px;
	display: inline-block;
	zoom: 1; *display: inline;
}

#demCount {
	color: #0b5a88;
	float: left;
	margin-right: 8px;
}

#demCountDetails {
	float: left;
}

#gopCount {
	color: #a83d42;
	text-align: right;
	float: right;
	margin-left: 8px;
}

#gopCountDetails {
	text-align: right;
	float: right;
}

div.midpointMarker {
	font-size: 10px;
	background: url(../images/midpoint-arrow.gif) 23% 100% no-repeat;
	position: absolute;
	top: 4px;
	left: 473px;
	display: inline-block;
	padding-bottom: 2px;
	color: #999;
}

#nowBarDetails {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	color: #999;
	position: relative;
	top: -5px;
}

#nowBarSubject {
	float: left;
	margin-right: 5px;
}

#demNowCount {
	float: left;
}

#gopNowCount {
	float: right;
}


/*Table styles*/

#senateTables {
	display: none;
}

#govTables {
	display: none;
}

.tablesWrapper {
	padding-right: 15px;
	padding-left: 15px;
}

.tablesWrapper h3 {
	text-align: center;
	margin-bottom: 8px;
	margin-top: 5px;
}

.leftColumn {
	width: 435px;
	float: left;
}

.rightColumn {
	width: 435px;
	float: right;
}

table.table {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 30px;
}

.table caption {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 120%;
}

.table th {
	font-size: 11px;
	line-height: 130%;
	padding-bottom: 2px;
	padding-top: 10px;
}
.table td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.table .tcol1 {
	width: 115px;
}

.table .tcol2 {
	width: 180px;
}

.table .tcol3 {
	width: 110px;
}
.table caption.tossup {
	background-color: #fdca2f;
}

.table caption.tiltsD {
	background-color: #d2e0ed;
}

.table caption.leansD {
	background-color: #9ebad5;
}

.table caption.favoredD {
	background-color: #6294bd;
	color: #fff;
}

.table caption.tiltsR {
	background-color: #f2dbd7;
}

.table caption.leansR {
	background-color: #e3ada4;
}

.table caption.favoredR {
	background-color: #d0736b;
	color: #fff;
}

.chatter {
	margin-bottom: 35px;
	margin-top: 0px;
}
.note {
  font-size: 10px;
  padding-left: 20px;
	padding-right: 20px;
	line-height: 110%;
	margin-bottom: 15px;
}

/* I like frogs */
.turnoverCell {
  background-image:                     url('../images/turnover.gif');
  background-position:                  right 6px;
  background-repeat:                    no-repeat;
}
.openseatCell {
  background-image:                     url('../images/openseat.gif');
  background-position:                  right 6px;
  background-repeat:                    no-repeat;
}
.bothCell {
  background-image:                     url('../images/both.gif');
  background-position:                  right 6px;
  background-repeat:                    no-repeat;
}
