#int-header {
	width: 100%;
}

#int-header > p {
	float: left;
	font-family: FranklinITCStdLight,"Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
}

/* Color key */
#int-wva .wp-graphics-colorkey .key-wrap { position: relative; height: 20px; }
#int-wva .wp-graphics-colorkey .key-table { width: 100%; }
#int-wva .wp-graphics-colorkey .key-table tr.fill-cell { height: 6px; }
#int-wva .wp-graphics-colorkey .key-table tr.fill-white { height: 6px; }
#int-wva .wp-graphics-colorkey .key-table td { border-left: 1px solid #666; }
#int-wva .wp-graphics-colorkey .key-table td.label-right { border-left: none; border-right: 1px solid #666; }
#int-wva .wp-graphics-colorkey .table-labels { position: absolute; top: 12px; }
#int-wva .wp-graphics-colorkey .table-labels span.cell-labels { display: block; float: left; text-align: center; }

/* key styles */

#int-header #legend {
	position: relative;
	float: right;
	width: 210px;
}

#int-header #legend.legend-left {
	float: left;
	margin-top: 0;
}

#int-header #legend.legend-right-middle {
	float: right;
	margin-top: 30px;
}

#int-header #legend.legend-right {
	float: right;
	margin-top: 0;
}

#int-header #legend > p {
	margin: 0;
	font-size: 12px;
	font-family: FranklinITCStdLight,"Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
}

#int-header #legend p.label-key {
	position: absolute;
	top: 47px;
	right: -8px;
	font-size: 12px;
}

#color-key .cell-labels {
	font-size: 12px;
	font-family: FranklinITCStdLight,"Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
	line-height: 1em;
}

#color-key .fill-cell {
	height: 8px;
	border-right: 1px solid #666;
}

#color-key .fill-white {
	border-right: 1px solid #666;
}

#color-key p.header {
	font-size: 13px;
	line-height: 1em;
}

#int-header #legend > p.rep-key {
	float: left;
}

#int-header #legend > p.dem-key {
	float: right;
}

/* chart styles */

#voting {
	width: 100%;
}

path {
	fill: none;
}

text {
	font-size: 14px;
	font-family: FranklinITCStdLight,"Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
}

.x.axis text {
	font-size: 12px;
}

/* tooltip styles */

/* Tooltip plugin */
.wp-graphics-tooltip {
    position: absolute;
    display: none;
    max-width: 200px;
    padding:7px 9px;
    background: white;
    border: 1px solid #ccc;
    text-align: left;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    z-index: 9999;
}

.tt {
	min-width: 200px;
	margin: 0;
	padding: 0;
}

.tt p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: FranklinITCStdLight,"Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
	line-height: 1em;
}

.tt p.tt-year {
	font-size: 18px;
	white-space: nowrap;
}

.tt .tt-votes {
	width: 160px;
	margin: 8px 0;
}

.tt .tt-dem-vote,
.tt .tt-rep-vote {
	position: relative;
	width: 20%;
	height: 16px;
}

.tt .tt-dem-vote {
	margin-bottom: 2px;
	background-color: #3178b5;
}

.tt .tt-rep-vote {
	background-color: #dc463f;
}

.tt .tt-dem-vote p,
.tt .tt-rep-vote p {
	position: absolute;
	top: 2px;
	right: -44px;
	width: 40px;
	font-size: 12px;
	text-align: left;
}

.tt .tt-title {
	line-height: 1.5em;
}

/* ie styles */

.ie-fallback {
    display: none;
}

.ie #voting {
    display: none;
}

.ie .ie-fallback,
.ie .ie-fallback img {
	display: block;
	/*position: absolute;*/
    width: 100%;
    height: 100%;
    /*top:0;
    bottom:0;
    left:0;
    right:0;*/
}

.ie .ie-fallback {
    display: block;
}

/* adding cf styles */

#int-wva .cf:before,
#int-wva .cf:after{content:" ";display:table}
#int-wva .cf:after{clear:both}
#int-wva .cf{*zoom:1}
















