/* TODAY'S VOTES STYLES */

#todaysVote {
	border: 2px solid #CCCCCC;
	margin: 2px;
	padding: 2px;
	background: #FFFFCC;
	line-height:1.2em; /* IE6 peak a boo bug */
	}
	
#todaysVotePicture div
{
	background:lightgrey;
	padding:0.3em;
}
	
.todaysVoteTitle {
	color: #FFFFFF;
	padding: 0.7em 0.6em;
	clear: right;
	height: 1.9em;
	font-size: 0.7em;
	font-weight: bold;
	}
	
.todaysVoteTitle h3 {
	font-weight: bold;
	}

#todaysVotePicture {
	width: 270px;
	padding: 0;
	margin: 0;
	float: left;
	}

#todaysVoteStory {
 	padding-left: 275px;
	}
	
.todaysVoteQuestion {
	background-color:#FBD206;
	margin-left: -5px;
	font-weight: bold;
	}

.todaysVoteQuestion p {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 5px;	
	}
	
.todaysVoteResults {
	background-color: #FFFFCC;
	margin: -0.8em 0 0 -0.4em;
	padding: 0.4em 0.35em 0.1em 0.5em;
	}
	
.VoteResults {
	background-color: #FFFFCC;
	margin: -0.8em 0 0 -0.4em;
	padding: 0.4em 0.35em 0.1em 0;
	}

.todaysVoteResults h3 {
	background: url(../images/context_icon_vote.gif) no-repeat left center;
	padding-left: 30px;
	line-height: 1.6em;
	}
	
.answerBackground {
	display: block;
	width: 22em;
	background-color: #CAC196;
	margin: -6px 0 5px 0;
	padding: 0;
	}
	
.answerForeground0, .answerForeground1, .answerForeground2 {
	display: block;
	background-color: #CC0000;
	color: #FFF;
	padding: 2px;
	}
	
.answerForeground0 {
	width: 60%;
	}
	
.answerForeground1 {
	width: 15%;
	}
	
.answerForeground2 {
	width: 25%;
	}
	
.todaysVoteResults hr {
	height: 4px;
	border-style: none;
	border-color: #FFF;
	background: #FFF;
	width: 100%;
	}
	
#voteFooter {	
	font-weight: bold;
	padding: 4px;
	color: #999999;
	}

/* PAST VOTES STYLES */

.pastVote {
	border: 2px solid #CCCCCC;
	margin: 2px;
	padding: 2px;
	height: 9.15em;
	background-color: #FFFFCC;
	clear: both;
	}
	
.pastVoteTitle { /* IE6 setting */
	color: #FFFFFF;
	padding: 0.7em 0.6em;
	clear: right;
	height: 1.9em;
	font-size: 0.7em;
	position: relative;
	left: -0.95em;
	margin-right: -0.97em;
	font-weight: bold;
	}

	
html>body .pastVoteTitle { /* compliant browser settting */
	left: -0.65em;
	margin-right: -0.65em;
	}
	
.doubleHeight {
	height: 4em;
	}

	
.pastVoteTitle h3 {
	font-weight: bold;
	}

.todaysVote h2 {
	font-weight:bold;
	font-size:2em;
	}
	
.todaysVote {
	height: 2.4em;
	}

.pastVotePicture {
	width: 121px;
	padding: 0;
	margin: 0;
	float: left;
	height: 9.15em;
	}

.pastVoteStory {
 	padding-left: 121px;
	}
	
.pastVoteQuestion {
	background-color:#FBD206;
	margin-left: -5px;
	font-weight: bold;
	}
	
.pastVoteQuestion p	{
	padding: 0.2em 0.5em;
	}
	
/* VOTE INDEX STYLES */	
	
	
.voteWrapper {
	clear: both;
	}
	
.voteWrapper .teaserLeft_v {
	float: left;
	}
	
.teaserLeft_v, .teaserRight_v {
	border: 2px solid #CCCCCC;
	margin: 2px;
	padding: 2px;
	}

.voteWrapper .teaserRight_v {
	float: right;
	}

.voteWrapper .teaserLeft_v, .voteWrapper .teaserRight_v {
	width: 22.4em;
	background: #CBCBCB url(../images/graphic_vote_background.gif) repeat-X bottom;
	}
	
.subjectPicture_v {
	float:left;
	}	
	
.voteNowFooter {
	width: 14.5em;
	padding: 0.2em 0.2em 1em 0.2em;
	}

.voteNowFooter a {
	position:relative;
	top:0.52em;
	}
	