﻿/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ Voting Poll ]--------------------------------------------------------------------- */

/*
		Unless changed below, the  List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

/* -----[ Heading ]--------------------------------------------------------------------- */

#cLS .VotingPoll {/* surrounding DIV */
	position: relative;
	clear: both;
	width: 158px;
	margin: 10px 0px;
	padding: 0px;
	height: 1%;
	background: url(/Templates/_images/back_vote.jpg) no-repeat top right;
	font-size: 90%;
	border-left: #b7b7b7 1px solid;
}

.VotingPoll {/* surrounding DIV */
	position: relative;
	clear: both;
	margin: 10px 0px;
	padding: 0px;
	height: 1%;
	background: url(/Templates/_images/back_vote.jpg) no-repeat top left;
	font-size: 90%;
}

	.VoteHeading {/* DIV surrounding title and question */	
		margin: 0px;
		padding: 30px 0px 0px 0px;
	}
		.VoteTitle {/* H2 tag */
			position: relative;
			clear: both;
			margin: 0px;
			padding: 4px 8px;
			font-weight: bold;
			font-size: 110%;
		}
		.VoteQuestion {/* p tag */
			position: relative;
			padding: 4px 8px;
			clear: both;
			margin: 0px;
			font-size: 90%;
			line-height: 1.3em;
		}

/* -----[ Response ]--------------------------------------------------------------------- */

.VoteResponse {/* DIV surrounding radio buttons or checkboxes */
	position: relative;
	clear: both;
	float: left;
	margin: 6px 0px;
	padding: 0px 8px;
	height: 1%;
}
	.VoteGroup {
		position: relative;
		clear: both;
		float: left;
		height: 1%;
		display: block;
		margin: 0px 0px -1px 0px;
		padding: 0px 2px;
	}

		.VoteText {
			display: block;
			float: left;
			clear: none;
			margin: 0px 0px 0px 4px;
			width: 300px;
			font-size: 90%;
		}
			#cLS .VoteText, 
			#cRS .VoteText {
				width: 85px;
			}
		.VotingResult {
			display: block;
			float: right;
			clear: none;
			font-size: 90%;
			font-weight: bold;
			margin: 0px 0px 0px -10px;
		}
			* html .VotingResult {
				margin: 0px 0px 0px -20px;
			}
		.VoteResponse input {
			display: block;
			float: left;
			clear: none;
			margin: 0px;
			padding: 0px;
		}	
	
/* -----[ Submit ]--------------------------------------------------------------------- */

.VoteSubmit {/* DIV surrounding button and thank you message */
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0 0 0px 0;
	height: 1%;
	background: url(/Templates/_images/button_vote2.gif) no-repeat top left;
}
.home .VoteSubmit {/* DIV surrounding button and thank you message */
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0 0 0px 0;
	height: 1%;
	background: url(/Templates/_images/button_vote1.gif) no-repeat top left;
}

	.VoteButton {/* submit button, named "button_vote.gif" in "Templates/_images" folder */
		margin: 0px 0px -4px 0px;
		padding: 0px 0px 6px 76px;
	}
	#cLS .VoteButton {/* submit button, named "button_vote.gif" in "Templates/_images" folder */
		padding: 0px 0px 6px 65px;
	}
	* html .home #cLS .VoteButton {/* submit button, named "button_vote.gif" in "Templates/_images" folder */
		padding: 0px 0px 6px 60px;
	}
		.VoteMessage {/* thank you message */
			padding: 10px 10px 0px 10px;
			font-size: 90%;
			background: url(/Templates/_images/back_voteend.gif) no-repeat top left;
		}
		.home .VoteMessage {/* thank you message */
			padding: 10px 10px 0px 10px;
			font-size: 90%;
			background: url(/Templates/_images/back_voteend2.gif) no-repeat top left;
		}
/* Automatically Updateded in patch version 1.0.1.30000 */
/* -----[ Patch 1.1.0 ]----- */
/* -----[ Add to VotingPoll.css  ]----- */
/* -----[ Voting Poll Module ]----------------------------------------------------- */

/* NOTE: Target .VotingPollContainer.Results instead of .VotingPollContainer */
/*       to set the styles when the results are being displayed              */


/* -----[ Containers ]--------------------------------------------------------------------- */

.VotingPollContainer {/* surrounding DIV */
		position: relative;
		margin: 0;
		padding: 10px;
		height: 1%;
		width: auto;
		border: 1px #666 solid;
		background: #fff;
		clear: both;
}
	.VotingPollContainer .VotingPoll {/* secondary surrounding DIV */
		float: none;
		margin: 0;
		padding: 0;
		background: #fff;
	}
		.VotingPollContainer .VotingPollContainerStart { /* empty div at the start of the voting container */
		}
		.VotingPollContainer .VotingPollContainerEnd { /* empty div at the end of the voting container */
		}
	
	
/* -----[ Heading ]--------------------------------------------------------------------- */
	
	
		.VotingPollContainer .VoteHeading {/* div surrounding title and question */	
			margin: 0;
			padding: 0;
		}
			.VotingPollContainer .VoteTitle {/* H2 tag */
				margin: 5px 0;
				padding: 0;
				display: block;
				font-weight: bold;
			}
			.VotingPollContainer .VoteQuestion {/* p tag */
				margin: 5px 0;
				padding: 0;
				font-weight: normal;
			}

/* -----[ Response / Answers ]--------------------------------------------------------------------- */

.VotingPollContainer .VoteResponse { /* div surrounding the list of answers / results */
	margin: 0;
	padding: 0;
	float: none;
}
	.VotingPollContainer ul.VoteAnswerList { /* the list of answers / results */
		list-style: none;
		margin: 10px 0;
		padding: 0;
		border-bottom: 1px #ccc solid;
	}

		.VotingPollContainer li.VoteAnswer,
		.VotingPollContainer li.VoteAnswerSelected { /* a single answer / result */
			list-style: none;
			margin: 0;
			padding: 0;
			display: block;
			border-top: 1px #ccc solid;
			position: relative;
			float: none;
		}
		.VotingPollContainer li.VoteAnswer { /* a single answer / result which ISN'T currently selected */
		}
		.VotingPollContainer li.VoteAnswerSelected { /* a single answer / result which IS currently selected */
			background: #dedede;
		}

			.VotingPollContainer .VoteAnswerList label { /* label container of the answer text, image, vote percentage / number, and voting graph  */
				display: block;
				width: 200px;
				height: auto;
				padding: 10px 5px;
				cursor: pointer;
				position: relative;
			}
			.VotingPollContainer.Results .VoteAnswerList label { /* alternative style when the results are being shown */
				cursor: default;
			}
			.VotingPollContainer .VoteAnswerList label:active { outline: none; } 
				.VotingPollContainer .VoteAnswerList .VoteAnswerSelected label { /* alternative style when this answer is selected */
				}


				.VotingPollContainer .VoteAnswerList .VoteInput { /* span container of the checkbox / radio button */
					display: block;
					width: 20px;
					height: 20px;
					position: absolute;
					left: 5px;
					top: 10px;
				}
					.VotingPollContainer .VoteAnswerList .VoteInput input { /* the checkbox / radio button */
						outline: none;
					}
				.VotingPollContainer .VoteAnswerList .VoteAnswerSelected .VoteInput { /* alternative style when this answer is selected */
				}
					.VotingPollContainer .VoteAnswerList .VoteAnswerSelected .VoteInput input { /* alternative style when this answer is selected */
					}
	

				.VotingPollContainer .VoteAnswerList .VoteText { /* span container of the answer text */
					font-size: 1.2em;
					display: block;
					line-height: 1.2em;
					padding: 0 100px 0 25px;
					margin: 0;
					width: 70px;
					float: none;
				}
					.VotingPollContainer .VoteAnswerList .VoteAnswerSelected .VoteText { /* alternative style when this answer is selected */
					}
					.VotingPollContainer.Results .VoteAnswerList .VoteText { /* alternative style when the results are being shown */
						width: 95px;
						padding: 0 100px 0 0;
					}

				.VotingPollContainer .VoteAnswerList .VoteImage { /* span container of the answer image */
				}
					.VotingPollContainer .VoteAnswerList .VoteImage img { /* the answer image */
						margin: 10px 0;
						max-width: 200px;
					}
				.VotingPollContainer .VoteAnswerList .VoteAnswerSelected .VoteImage { /* alternative style when this answer is selected */
				}
					.VotingPollContainer .VoteAnswerList .VoteAnswerSelected .VoteImage img {  /* alternative style when this answer is selected */
					}
				.VotingPollContainer.Results .VoteAnswerList .VoteImage img { /* alternative style when the results are being shown */
				}

				.VotingPollContainer .VoteAnswerList .VoteBar { /* span which is the background / container of the voting percentage bar */
						display: block;
						background: #999;
						height: 20px;
						width: 100px;
						position: absolute;
						top: 10px;
						right: 5px;
						float: none;

						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;

						-webkit-transition: all .25s ease-in-out;
						-moz-transition: all .25s ease-in-out;
						-o-transition: all .25s ease-in-out;						
				}
				.VotingPollContainer .VoteAnswerList .VoteAnswerSelected .VoteBar { /* alternative style when this answer is selected */
						background: #888;
				}
					.VotingPollContainer .VoteAnswerList .VoteBar .ItemGraphic { /* div which is the bar of the voting percentage. its width will be set as a percentage in the html */
						display: block;
						background: #666;
						height: 20px;
						float: none;
						border: none;
						padding: 0;

						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;

						-webkit-transition: all .25s ease-in-out;
						-moz-transition: all .25s ease-in-out;
						-o-transition: all .25s ease-in-out;						
					}
					.VotingPollContainer .VoteAnswerList .VoteAnswerSelected .VoteBar .ItemGraphic { /* alternative style when this answer is selected */
						background: #555;
					}

				.VotingPollContainer .VoteAnswerList .VoteResult { /* span container of the number or percantage of votes */
					width: 100px;
					display: block;
					text-align: center;
					position: absolute;
					right: 5px;
					top: 13px;
					color: #333;
				}
				.VotingPollContainer .VoteAnswerList .VoteAnswerSelected .VoteResult { /* alternative style when this answer is selected */
					color: #000;
				}

			.VotingPollContainer .VoteAnswerList .VoteAnswerEnd { /* empty div at the end of a single answer / result */
				clear: both;
			}

	.VotingPollContainer .VoteAnswerListEnd { /* empty div at the end of all answers / results */
	}
	
	.VotingPollContainer .VoteResponseOtherOption { /* container for the 'other' option input */
		padding: 5px;
		margin: -11px 0 10px 0;
		background: #dedede;
		float: none;
		border-bottom: 1px #ccc solid;
		text-align: center;
	}
		.VotingPollContainer .VoteResponseOtherOption input { /* textbox for the 'other' input */
			float: none;
			width: 95%;
			margin: 0 auto 2px auto;
		}
	
		.VotingPollContainer .VoteResponseOtherOption .EnquiryError { /* error message if they don't enter any 'other' text */
			position: relative;
			clear: both;
			font-size: 1em;
			margin: 0;
			float: none;
			width: auto;
		}	
	
/* -----[ Submit ]--------------------------------------------------------------------- */
		
	.VotingPollContainer .VoteSubmit { /* div container for the "Submit your vote" button */
		background: none;
		padding: 0;
		margin: 0;
	}
		.VotingPollContainer .VoteSubmit input { /* "Submit your vote" button */
		}

		.VotingPollContainer .VoteSubmit .VoteMessage { /* div container for the "Thank you for your vote" text */
			font-size: 1.2em;
		}

