/* VoteTotalResults.css */
/*----- Common rules -----*/
.VoteTotalsContainer {width:100%;display:table;}
.VoteTotalResults, .listResultsContainer {float: left; width: 314px; padding-right: 10px;} 
.VoteTotalsContainer .candidate .icon {background: url("http://media1.s-nbcnews.com/i/MSNBC/Components/ShowFronts/Decision-2010/Images/story-chrome-election13.gif") no-repeat -947px -153px; 
                                       width: 16px; height: 16px; _height: 12px; top: 1px; *top: -2px; _top: 3px; *margin-right: 5px; display: inline-block; position: relative;}
.VoteTotalsContainer .percentage {display: block; font: normal 25px/37px Arial,sans-serif; color:#333;}	
.VoteTotalsContainer .votes {display: block; font: normal 13px/8px Arial,sans-serif ; color: #888;}

.VoteTotalsLegend {color:#888;font: 11px Arial,sans-serif;margin-top:10px;}
    .VoteTotalsLegend .reported {font-size: 13px;}
    .VoteTotalsLegend .incumbent, .VoteTotalsLegend .winner 
        {background:transparent url("http://media1.s-nbcnews.com/i/MSNBC/Components/ShowFronts/Decision-2010/Images/story-chrome-election6.gif") no-repeat;}
    .VoteTotalsLegend .incumbent {background-position: -948px 0px; margin-left: 3px; padding-left:12px;}
    .VoteTotalsLegend .winner, .VoteTotalResults .winner {float:none; background-position: -948px -37px; padding-left:16px;}
    
.resultSet .candidate {color: #333;}

/*----- Specific to Mug results -----*/
.VoteTotalResults .img {width: 142px; height:107px; border:solid 1px #AAA; background-color: #DDD; float: left;}
	.VoteTotalResults .img DIV {width: 140px; height:105px; border:solid 1px #FFF; overflow: hidden; position: relative;}
		.VoteTotalResults .img DIV img {position:relative; top: -17px;}
.VoteTotalResults .resultSet {float: left; padding: 10px 0 10px 10px; width:160px;}
	.VoteTotalResults .candidate {font: bold 18px/19px Arial,sans-serif; color:#333; display: block; width: 150px; padding-left:3px; _overflow: hidden; position: relative; _height: 20px; }
    .VoteTotalResults .noResults {font-size:14px; color:#CC0000; font-weight:bold;}
.VoteTotalsContainer .win .percentage {_height: 38px; _margin-bottom: 10px; _overflow: hidden; _position: relative;}	
		
/*----- Winner specific -----*/
.win .percentage {font-size: 40px; width: 120px; line-height:51px; text-align:left;}
	.win .percentage .checkmark {background: url("http://media1.s-nbcnews.com/i/MSNBC/Components/ShowFronts/Decision-2010/Images/story-chrome-election13.gif") no-repeat -947px -13px; 
						  		 width: 27px; height: 22px; left: -6px; display: inline-block; position: relative; *top: -8px; _top: 14px;}	
.win .votes {line-height: 0px;}


/*----- List Result specific -----*/
.listResultsContainer {padding-top: 8px;}
    .listResultsContainer .resultSet {padding: 0 0 2px 0;}
	    .listResultsContainer .resultSet .candidate {font: normal 12px Arial,sans-serif; color: #333; display: inline;}		
    
    .listResultsContainer .candidate .icon {top:3px; width:18px; }
	.listResultsContainer .percentage {font-size: 18px; line-height: 18px; display: inline; padding: 0px 2px 0 5px;}
	.listResultsContainer .votes {font-size: 11px; display: inline;}
			

/*----- Party specific -----*/
.rep .candidate .icon {background-position: -947px -51px;}
.dem .candidate .icon {background-position: -947px -68px;}
.ind .candidate .icon {background-position: -947px -85px;}

