﻿#pollControl
{
	border: 1px solid #BBBBBB;
    padding: 0px;
    margin-bottom: 10px;
    background: #EEEEEE url(images/pdb01-bottom-left.gif) repeat-y;
    vertical-align: top;
    float: left;
    width: 160px;
}

.nopolltext
{
	font-style:italic;
}

.pollquestiontext
{
	font-weight:bold;
}

.pollquestionlist 
{
	margin: 15px;
	padding-left: 0px;
	text-align:left;
	font-weight:bold;
}

.pollanswerlist
{
	list-style-type:disc;
}

.pollquestionlist li, td
{
	list-style-type:disc;
	border-top: 1px solid #CCC;
	padding-top: 1px;
	margin-bottom: -20px;
}

.poll p, h3, td
{
	text-align:left;
}

.poll h3
{
	background-image: url(Themes/Images/PollHeader.gif);
	background-repeat: no-repeat;
	padding: 40px 20px 0 10px;
	line-height: 120%;
	font-size:12px;
	color:#112DA7;
	margin: -9px -8px 0px -8px;
}

#pollfooter
{
	position:relative;
	background-image: url(Themes/Images/PollFooter.gif);
	background-repeat: no-repeat;
    width: 151px;
    height:19px;
    left: 0px;
    top: -20px;
}

#img1Percent
{
	position:relative;
    left: 0px;
    top: 0px;
}

#img2Percent
{
	position:relative;
    left: 3px;
    top: -16px;
}

#percentValue
{
	position:relative;
    left: 3px;
    top: -31px;
}

.poll
{
	margin: 0px 7px 15px 8px ;
    padding: 9px;
    margin-bottom: 5px;
    background: url(images/pdb01-bottom-left.gif) repeat-y;
    vertical-align:middle;	
    width: 137px;
}


