/* VOTING APP =============================== */


/* VOTING DEFAULT PAGE */

#ballotList { }

.ballotListItem h2 { margin-top: .5em; }
.ballotListItem ul { margin-top: .5em; margin-bottom: .5em; }
.ballotListItem { border-bottom: 1px none #999; }


/* VOTING QUICK LINKS NAVIGATION */

#votingLinks {
	margin-top:0;
	margin-bottom: 15px; 
	padding-bottom: .5em; 
	border-bottom: 1px none #3f7999; 
	background: #ECECEC; 
}

#votingLinks h2 { margin-top:0; height: 16px; padding: 2px 1em; font-size: 1.1em; color: #fff; background: #325889 url(../images/RightColumnHead.jpg) top left no-repeat; }
#votingLinks .sidebarText { }
#votingLinks ul { margin-top: .5em; margin-bottom: .5em; }
#votingLinks li { margin-bottom: .3em; }
