@charset "UTF-8";

/* ---------------------------------------------------------- Polls ---------------------------------------------------------- */
.poll {
	clear: both;
	height: auto;
	width: 600px;
	margin-bottom: 25px;
}
.answer {
	height: 20px;
}
.poll_question {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00528e;
	display: inline;
}
.poll_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	display: inline;
}
.poll_answer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	width: 150px;
	float: left;
}
.poll_percentage_bar {
	display: inline;
	width: 100px;
	padding-left: 50px;
	float: left;
}
.poll_percentage_bar_color {
	background-color: #00528e;
	display: inline;
	float: left;
}
.poll_percentage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	display: inline;
	width: 150px;
	padding-left: 20px;
	float: left;
}
.winner {
	background-color: #00FF00;
}

.p1 {
	width: 2px;
}
.p2 {
	width: 4px;
}
.p3 {
	width: 6px;
}
.p4 {
	width: 8px;
}
.p5 {
	width: 10px;
}
.p6 {
	width: 12px;
}
.p7 {
	width: 14px;
}
.p8 {
	width: 16px;
}
.p9 {
	width: 18px;
}
.p10 {
	width: 20px;
}
.p11 {
	width: 22px;
}
.p12 {
	width: 24px;
}
.p13 {
	width: 26px;
}
.p14 {
	width: 28px;
}
.p15 {
	width: 30px;
}
.p16 {
	width: 32px;
}
.p17 {
	width: 34px;
}
.p18 {
	width: 36px;
}
.p19 {
	width: 38px;
}
.p20 {
	width: 40px;
}
.p21 {
	width: 42px;
}
.p22 {
	width: 44px;
}
.p23 {
	width: 46px;
}
.p24 {
	width: 48px;
}
.p25 {
	width: 50px;
}
.p26 {
	width: 52px;
}
.p27 {
	width: 54px;
}
.p28 {
	width: 56px;
}
.p29 {
	width: 58px;
}
.p30 {
	width: 60px;
}
.p31 {
	width: 62px;
}
.p32 {
	width: 64px;
}
.p33 {
	width: 66px;
}
.p34 {
	width: 68px;
}
.p35 {
	width: 70px;
}
.p36 {
	width: 72px;
}
.p37 {
	width: 74px;
}
.p38 {
	width: 76px;
}
.p39 {
	width: 78px;
}
.p40 {
	width: 80px;
}
.p41 {
	width: 82px;
}
.p42 {
	width: 84px;
}
.p43 {
	width: 86px;
}
.p44 {
	width: 88px;
}
.p45 {
	width: 90px;
}
.p46 {
	width: 92px;
}
.p47 {
	width: 94px;
}
.p48 {
	width: 96px;
}
.p49 {
	width: 98px;
}
.p50 {
	width: 100px;
}
