/* Copyright Bridgeline Digital, Inc. An unpublished work created in 2010. All rights reserved. This software contains the confidential and trade secret information of Bridgeline Software, Inc. ("Bridgeline").  Copying, distribution or disclosure without Bridgeline's express written permission is prohibited. */
/***** LAUNCH ZONE SECTION STYLES *****/
div.homeListContainer div.eventList{
	width: 250px !important;
	padding-bottom: 18px;
}
div.highLightInfo{
	float: left;
	width: 270px;
	font-weight: bold;
	color: #fff;
}
div.highLightInfo h4{
	margin-bottom: 21px;
	padding: 0;
}
div.highLightInfo h6{margin: 0;}
div.highLightInfo img.highLightImage{
	display: block;
	margin-bottom: 1.2em;
}
div.highLightInfo a, div.highLightInfo a:link{
	font-size: 0.9em;	
	color: #ffcc00 !important; /* important required for IE 6 */
}
div.questionLaunch{
	float: right;
	width: 420px;
	color: #fff;
}
div.questionLaunch h4,div.resultSection h4{
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 0 21px 0;
	color: #fff;
}
div.question{color:#fff;}
div.questionLaunch div.question img,div.resultSection div.question img{
	float: left;
	margin: 0 13px 1.2em 0;
}
div.questionLaunch div.question img{padding-bottom: 70px;}
div.questionLaunch div.rcContent{
	min-height: 225px;
	padding: 0.9em 0 1.1em 20px;
}
div.question div.yesNo{padding-bottom: 6px;}
div.question div.yesNo span{
	display: block;
	margin-bottom: 0.5em;
}
div.question div.yesNo span input{
	margin-left: 0;
	vertical-align: top !important;
}
div.questionLaunch div.moreQuestions{line-height: 1.4em;}
div.questionLaunch div.question p{
	width: 260px;
	margin-bottom: 1em;
}
.questionSubmit{margin-top: 10px;}

/***** Poll Active Section Styles *****/
div.activeQuestion{width: 420px;}

/***** Poll Results Section Styles *****/
div.resultSection,div.rcLightBlueContainer{width: 980px;}
div.resultSection div.rcContent{
	width: 942px;
	padding: 4.8em 20px .5em 18px !important;
}
div.resultActive div.rcContent{background: #6e95bb url('/images/kidPic.jpg') no-repeat 490px bottom;}
div.questionSection{
	float: left;
	width: 464px;
}
div.questionSection p.answer{
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
div.questionSection h4,div.activeQuestion h4,div.resultSection div.question h4{
	margin: 0;
	padding-bottom: 1em;
	font-size: 2.1em;
	color:#fff;	
}
div.questionSection ul{
	display: block;
	float: left;
	width: 300px;
	margin: 0;
	padding: 1.3em 0 0 0;
	list-style: none;
}
div.questionSection ul li{
	padding: 0 .3em .6em 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
div.resultQuestion{
	float: left;
	width: 464px;
}
div.resultQuestion p{
	margin: 0;
	padding-bottom: 1em;
}
/***** Graph *****/
div.graph{
	float: left;
	width: 476px;
	padding-top: 1.4em;
}
div.graphElement{
	float: right;
	height: 37px;
	margin-bottom: 19px;
	background: url('/images/graphElement.gif') right no-repeat;		
}
div.graphElement span{
	display: block;
	padding-top: 8px;
	font-weight: bold;
	font-size: 13px;
}
div.graphElement span.listItem{
	float: left;
	padding-left: 6px;
}
div.graphElement span.barItem{
	float: right;
	padding-right: 5px;
}
div.graphElementMin{
	font-weight:bold;
	font-size:1.2em;
	border:1px solid #6e95bb;
}
div.graphElementMin span.listItem{
	padding-right:5px;
}
/***** Question List Section Styles *****/
div.questionsList{	
	width: 490px;
	float: left;
	color: #5096d3;
}
div.questionsList table th{display: none;}
div.rcPollQuestionContainer{width: 490px;}
div.questionsList div.rcContent{
	display: block;
	width: 472px;
	min-height: 410px;
	padding: 1.4em 0px 0em 18px;
}
div.questionsList div.rcBottom{position: relative;}
div.questionsList div.rcBottom img{
	position: absolute;
	bottom: 0;
	right: 0;
}
div.questionsList h5{
	margin-bottom: 0.8em;
	font-size: 1.4em;
}
div.questionsList ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.questionsList ul li{margin: 0 0 .6em 0;}
div.questionsList ul li a{
	color: #5096d3 !important;
	font-weight: bold!important;
	text-decoration: none !important;
}
div.questionsList div.pagination{
	float: left;
	margin: .3em 0 1em 0;
}
div.questionsList div.pagination td a{
	font-weight: bold !important;
	text-decoration: none;
}
div.questionsList div.pagination td a:hover{
	text-decoration: underline;
	color: #f77f12 !important;
}
/***** Submit Section Styles *****/
div.submitQuestion{
	float: left;
	width: 490px;
	color: #333;
}
div.submitQuestion h5{
	margin-bottom: 0.8em;
	font-size: 1.4em;
}
div.rcPollForm{
	position: relative;
	width: 490px;
}
div.rcPollForm div.rcContent{
	min-height: 410px;
	padding: 1.4em 0 1em 18px;
}
div.resultPage div.rcPollForm div.rcContent{background: #f0f0f0 url('/images/cornerPollForm.gif') no-repeat left top;}
div.submitQuestion img.pollForm{
	position: absolute;
	bottom: 12px;
	right: 20px;
}
div.submitQuestion .labelTxt{
	float: left;
	width: 125px;
	padding-top: 3px;
	font-weight: bold;
}
div.submitQuestion .btnSubmit{
	margin-left: 200px;
	margin-bottom: 5px;
}
div.submitQuestion input.txt,div.submitQuestion textarea.txt{
	width: 246px;
	margin-bottom: 10px;
	padding: 4px 0;
	border: 1px solid #84b9e4;
}
div.submitQuestion textarea.txt{
	height:120px;
	width:450px;
}
div.submitQuestion div.note{
	width:290px;
	margin: 3em 0 0 0;
}
div.submitQuestion div.note h6{
	margin: 0;
	padding: 0;
	font-size: 1em;
}