/* CSS for home page (summary displays) */

.nomDiv {
	width:400px;
	width:264px;
	position:relative;
	padding:0;
	margin:0;
}
.tabMpNoms {
	margin-top:20px;
	font-size:15px;
}
.nomLineName {
	width:340px;
	width:200px;
	left:5px;
	top:0px;
	color:#CC9999;
	color:black;
	text-align:center;
}
.nomLineName a {
	text-decoration:none;
	color:#000000;
}
.nomLineName a:hover {
	text-decoration:underline;
}
.nomLinePerc {
	width:60px;
	left:340px;
	left:204px;
	top:0px;
	color:#CC9999;
	color:black;
	text-align:center;
}
#statsTop {
	width:800px;
	height:170px;
	position:relative;
	padding:0;
	margin:0;
	margin-left:4px;
}
#statsMpNominations {
	background-image:url(../images/nominations.png);
	background-repeat:no-repeat;
	width:350px;
	width:264px;
	position:absolute;
	top:0px;
	height:166px;
}
#statsResult {
	background-image:url(../images/winner.png);
	background-repeat:no-repeat;
	width:400px;
	width:527px;
	position:absolute;
	left:400px;
	left: 266px;
	height:166px;
	top:0px;
}
/* should separate these two into class and id - but not for now */
#statsResultDl {
	background-image:url(../images/winnerdl.png);
	background-repeat:no-repeat;
	width:400px;
	width:527px;
	position:absolute;
	left:400px;
	left: 266px;
	height:166px;
	top:0px;
}
#statsDetail {
	background-image:url(../images/electoralcollege.png);
	background-repeat:no-repeat;
	width:792px;
	height:147px;
	position:relative;
	padding:0;
	margin:0;
	margin-left:4px;
}
.tabStats {
	margin-top:44px;
	font-size:15px;
}
#statsMps {
	width:264px;
	position:absolute;
	position:absolute;
	left:5px;
	top:0px;
}
#statsUnions {
	width:264px;
	position:absolute;
	position:absolute;
	left:270px;
	top:0px;
}
#statsMembers {
	width:367px;
	position:absolute;
	position:absolute;
	left:537px;
	top:0px;
}
.statsDiv {
	width:260px;
	padding:0;
	margin:0 0 0 0px;
}
.statsMpDiv {
}
.statsName {
	width:200px;
	left:0px;
	top:0px;
	color:#CC9999;
	color:black;
	text-align:center;
}
.statsPerc {
	width:60px;
	left:200px;
	top:0px;
	color:#CC9999;
	color:black;
	text-align:center;
}
.statsMpName {
}
.statsMpPerc {
}
#theWinnerName {
	font-size:25px;
	color:#ffffff;
	text-align:center;
	padding:25px 0 2px 0;
}
.tabResults {
	font-size:15px;
}
.rankingPerc {
	color:#000000;
}
.resDiv {
	width:264px;
	position:relative;
	padding:0;
	margin:0;
}
.resName {
	width:440px;
	left:5px;
	top:0px;
	color:#CC9999;
	color:black;
	/* background-color:#CCCCFF; */
	text-align:center;
	overflow:hidden;
}
.resPerc {
	width:60px;
	left:444px;
	top:0px;
	color:#CC9999;
	color:black;
	/* background-color:#CCCC99; */
	text-align:center;
}
