.election-widget * {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.election-widget {
	/*border:1px solid #8097B0;*/
	width: 658px;
	margin:0 0 10px;
}

.election-widget .credit {
	border-bottom:1px solid #8097B0;
	border-left:1px solid #8097B0;
	border-right:1px solid #8097B0;
	padding:5px 6px;
	height:12px;
	display:none;
}

.election-widget .credit a {
	float:right;
	color:#666;
}

.election-widget .widget-title {
	color: #333;
	background: #FFF;
	height:30px;
	padding:6px 0 5px 0;
	font-size:20px;
	border-top:5px solid #ccc;
	margin:0 10px;
	font-family: georgia, 'times new roman', serif;
}

.election-widget .tab-button {
	background:#DCE4E7 url(/assets/images/elections/bg-button-white.gif) repeat-x;
	float:left;
	padding-top: 6px;
	height: 22px;
	width: 54px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #036;
	cursor: pointer;
	border-left:1px solid #8097B0;
	border-right:1px solid #8097B0;
}

.election-widget .back-button {
	/*border-right:1px solid #8097B0;*/
	/*padding-left: 4px;*/
}

.election-widget .next-button {
	float: right;
	/*border-left:1px solid #8097B0;*/
	/*padding-left: 12px;*/
}

.election-widget .disabled-button {
	color: gray;
	cursor: default;
}

.election-widget .pipe {
	color: #036;
	padding: 0 2px;
	line-height: 26px;
}

.election-widget .candidates {}

	.election-widget .candidates .candidate {width:205px;
	height:auto;
	margin:0;
	float:left;
	padding:8px 0 0 12px;
	}
		.election-widget .candidates .candidate  img {border:1px solid #ccc;}
		
		.election-widget .candidates .candidate .pres-stats {float:left;
		margin:5px 0 0 0;
		line-height:15px;
		width:110px;
		}
		
		.election-widget .candidates .candidate .pres-percentage{float:right;
		font-size:34px;
		font-weight:bold;
		letter-spacing:-1.5px;
		}
		
		.election-widget .candidates .candidate .pres-info {color:#999;
		font-size:12px;
		}
		
		.election-widget .candidates .candidate .pres-name {color:#000;
		font-weight:bold;
		font-size:14px;
		}

.election-widget .republican {
	color: #900;
}

.election-widget .democrat {
	color: #036;
}

.election-widget .independent {
	color: #666;
}

.election-widget .election-candidate {
	clear:both;
	background: #FFF;
	width: 440px;
	margin: 4px 0;
}

	.election-widget .election-candidate .headline{
		border-bottom:1px solid lightGrey;
		padding:8px 20px 4px;
		font-size: 14px;
	}
	
	.election-widget .election-candidate .candidate-name{
		font-weight: bold;
	}
	
	.election-widget .election-candidate .candidate-attr{
		color: #F90;
		font-weight: bold;
	}
	
	.election-widget .candidate-image {
		/*background: #F0F;*/
		float: left;
		width: 170px;
		padding: 10px;
	}
	
	.election-widget .candidate-image .campaign-logo {
		margin-left: 4px;
	}
	
	.election-widget .candidate-percentage {
		/*background: #0FF;*/
		float: left;
		height: 78px;
		width: 120px;
		padding-top:36px;
		font-size: 24pt;
		font-weight: bold;
		text-align: center;
		border-left:1px solid #CCC;
		border-right:1px solid #CCC;
	}
	
	.election-widget .election-votes {
		/*background: #00F;*/
		float:left;
		width: 120px;
		padding-top:36px;
		text-align: center;
		color: #666;
		font-size: large;
	}

.election-widget .election-state {
	float: left;
	background: white;
	width: 160px;
	height: 291px;
	margin-top: 4px;
	text-align: center;
}

	.election-widget .election-state .state-name {
		font-size: 20px;
		color: #666;
		margin: 16px 0;
		font-weight:bold;
	}
	
	.election-widget .election-state .election-year {
		font-size: 24pt;
		color: #F90;
	}