/* CSS Document */

.split_50		{ width:49%; }
.split_49		{ width: 49%; }
#IE .split_50, #IEroot .split_50	{ width:49%; }


.float_right {
	float: right;	
}

.float_left {
	float: left;	
}

/* GOV RACE LEADER BOARD */
#ehGovernorLeader {
	width:609px;
	margin-top:0px;	
	}
	
#ehGovernorLeader #ehGovernerLeaderHead {
	float:left;
	margin-right:10px;	
	width:70px;
	}
	
#ehGovernorLeader #ehGovernerLeaderHead h4{
	font-size:12px;
	text-transform:capitalize;
	}
	
#ehGovernorLeader .ehGovernorLeaderResult {
	font-weight: normal;
	}
	
#ehGovernorLeader img {
	float: right;
	margin-left:5px;
	border:none;
	}
	
li.ehGovernorLeaderName {
	list-style:none;
	float:left;
	width:110px;
	margin-left:0px;
	}
	
li.ehGovernorLeaderName h4 {
	font-size:14px;
	}
	

li.ehGovernorLeaderNameGOP {
	border-bottom:4px solid #d2232a;
	}
	
li.ehGovernorLeaderNameDem {
	border-bottom:4px solid #2851A2;
	}
	
h6.ehGovernorLeaderPrecinctsReporting {
	font-family:Helvetica, Arial, sans-serif;
	color:#272727;
	font-size:10px;
	font-weight:normal;
	float:right;
	}
	
	
/*LEADER BOARD STYLES */

.ehLeaderHeader {
	border-bottom:1px solid #666;
	height:16px;
	margin-bottom:2px;
	}

.ehLeaderHeader h4 {
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:bold;
	float:left;
	}
		
.ehLeaderResults {
	margin-bottom:10px;
	}

.ehLeaderResults p {
	font-family:Arial, Helvetica, sans-serif;
	color:#272727;
	font-size:12px;
	line-height:18px;
	margin:0;
	}
	
	
