/* START POLL LIST */

.PolListItemContainer
{
	/*background-color: #fff;*/
	
}
.PolListItemContainerOpen 
{
	background-color: #ccc;
} 
.PolListItemContainer, .PolListItemContainerOpen
{
	cursor: pointer;
	margin: 0;
}

a.PolListItemContainerTrigger:hover div
{
	background-color: #ccc;
}

a.PolListItemContainerTrigger, a.PolListItemContainerTrigger:hover, a.PolListItemContainerTrigger:visited
{
	color: #000;
	text-decoration: none;
}
.polListItemHeader, .polListItemHeaderSelected
{
	padding: 5px 5px 0 40px;
	height: 40px;
	margin: 0;
	font-size: 11px;
	color: #333;
	position: relative;
	background-image: url(/Images/ypp54.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 0;
}
.polListItemHeader
{
	border-bottom: solid 2px #fff;
}
.polListItemHeader .SeeResults, .polListItemHeaderSelected .SeeResults
{
	color: #fff;
	font-size: 11px;
	width: 150px;
	text-align: right;
	position: absolute;
	bottom: 3px;
	right: 5px;
}
.PolListItemContainer .polListItemAnswersContainer
{
	display:none;
}

.PolListItemContainerOpen .polListItemAnswersContainer
{
	display:block;
	/*display:none;*/
	padding: 10px;
	border: 0;
	border-bottom: solid 2px #fff;
}

.PollListItemAnswersItemText
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.PollListItemAnswersItemStats
{
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

.PollListItemAnswersItemText, .PollListItemAnswersItemStats
{
	display:inline;
} 

.PollListItemAnswersItemBar
{
	background-color: #666;  
	height:15px;
    margin: 3px 0 5px 0;
}
/* END POLL LIST */






/* ---- PollsPage ----- */
#PollsPage
{
	border: 0;
	padding: 0;
	margin: 0 0 25px 0;
}
#PollsPage .PollArticle
{
	padding: 0;
	margin: 0 0 15px;
	color: #666;
	font-size: 12px;
}
#PollsPage .PollBox
{
	padding: 5px 10px 20px 10px;
	margin: 0 0 20px 0;
	background-image: url(/Images/ypp53.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FF9900;
}
#PollsPage .PollBox .PollTitle
{
	display: none;
	line-height: 0;
	padding: 0;
	margin: 0;
	height: 0;
}

#PollsPage .PollBox .PollQuestion
{
	color: #fff;
	width: 85%;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	border: 0;
}
#PollsPage .PollBox .PollAnswer
{
	margin: 0 0 10px 0;
	width: 85%;
	border: 0;
}
#PollsPage .PollBox .PollAnswer td
{
	padding: 0 5px 10px 0;
}
#PollsPage .PollBox .PollAnswer td input
{
	
}
#PollsPage .PollBox .PollAnswer td label
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#PollsPage .PollBox .btnSubmit
{
	color: #fff;
	border: solid 1px #000;
	background-color: #ff6600;
	padding: 0 3px 0 3px;
	margin: 0 0 10px 0;
	text-transform: lowercase;
}
#PollsPage .PollBox .PollTextLinks
{
	margin: 0;
	color: #cc0066;
	text-decoration: underline;
	font-size: 11px;
}
#PollsPage .PollBox .PollAnswersItemText
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#PollsPage .PollBox .PollAnswersItemStats
{
	color: #000;
	font-weight: bold;
	font-size: 10px;
}
#PollsPage .PollBox .PollAnswersItemText, .PollAnswersItemStats
{
	width: 80%;
} 
#PollsPage .PollBox .PollAnswersItemBar
{
	background-color: #f12b16;  
	height:15px;
    margin: 3px 0 10px 0;
}

/* ---- Homepage Poll ----- */
#HomepagePoll
{
	border: 0;
	padding: 0;
	margin: 0 0 8px 0;
}
#HomepagePoll .PollBox
{
	padding: 5px 5px 20px 5px;
	margin: 0;
	background-image: url(/Images/ypp13.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FF9900;
}
#HomepagePoll .PollBox .PollTitle
{
	display: none;
	line-height: 0;
	padding: 0;
	margin: 0;
	height: 0;
}

#HomepagePoll .PollBox .PollQuestion
{
	color: #fff;
	width: 85%;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	border: 0;
}
#HomepagePoll .PollBox .PollAnswer
{
	margin: 0 0 10px 0;
	width: 85%;
	border: 0;
}
#HomepagePoll .PollBox .PollAnswer td
{
	padding: 0 5px 10px 0;
}
#HomepagePoll .PollBox .PollAnswer td input
{
	
}
#HomepagePoll .PollBox .PollAnswer td label
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#HomepagePoll .PollBox .btnSubmit
{
	color: #fff;
	border: solid 1px #000;
	background-color: #ff6600;
	padding: 0 3px 0 3px;
	margin: 0 0 10px 0;
	text-transform: lowercase;
}
#HomepagePoll .PollBox .PollTextLinks
{
	margin: 0;
	color: #cc0066;
	text-decoration: underline;
	font-size: 11px;
}
#HomepagePoll .PollBox .PollAnswersItemText
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#HomepagePoll .PollBox .PollAnswersItemStats
{
	color: #666;
	font-weight: bold;
	font-size: 10px;
}
#HomepagePoll .PollBox .PollAnswersItemText, .PollAnswersItemStats
{
	width: 80%;
	
} 
#HomepagePoll .PollBox .PollAnswersItemBar
{
	background-color: #ff6600;  
	height:15px;
    margin: 3px 0 10px 0;
}



h1#PollTitle{
	padding: 49px 0 0 0;
	margin: 0 0 8px 0;
	overflow: hidden;
	background-image: url("/Images/ypp52.gif");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:49px;
	width: 508px;
	font-size: 10px;
}
