﻿.Questionnaire .Header
{
	position:relative;
	margin:0 0 10px 0;
	padding:0 0px 0 0;
	background:url(../Images/QuestionnaireHeaderBack.png) bottom right no-repeat;
	height:170px;
}

.Questionnaire .Header .HeaderContent
{
	position:absolute;
	bottom:30px;
	left:0;
	display:block;
	width:450px;
}

.Questionnaire h1
{
}

.Questionnaire .IconStrip
{
	position:absolute;
	bottom:0;
	left:0;
	width:660px;
	height:64px;
	padding:0 20px 10px 20px;
	margin:0 auto;
}

.Questionnaire .Question
{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	clear:both;
    overflow:hidden;
}

.Questionnaire .Question .QuestionNumber
{
	display:block;
	width:40px;
	height:26px;
	float:left;
	font-weight:bold;
	font-size:14px;
	line-height:26px;
	padding:0 8px 0 0;
	color:#fff;
	background:url(../Images/QuestionnaireNumberBack.png) top left no-repeat;
	text-align:center;
	
}
.Questionnaire .Question .QuestionBody
{
	width:90%;
	display:block;
	float:left;
	overflow:hidden;
}

.Questionnaire .Question .QuestionText
{
	display:block;
	padding:4px 10px 0 10px;
	margin:0 0 10px 0;
}

.Questionnaire .Question
{
	display:block;
	padding:0 10px 0 10px;
}

.QuestionControls
{
	padding:0 10px 0 10px;
	overflow:hidden;
}

.Questionnaire .Question .FreeText, .Questionnaire .Question .DropDownList
{
	padding:4px 4px 4px 4px;
	border-top:1px solid #6c91d5;
	border-right:1px solid #b4c9f0;
	border-bottom:1px solid #b4c9f0;
	border-left:1px solid #6c91d5;
	background:#ecf2fb url(../Images/TextBoxBackBlue.png) top left repeat-x;
}

.Questionnaire .Question .FreeText
{
	width:538px;
}

.Questionnaire .SliderLabelLeft, .Questionnaire .SliderLabelRight
{
	display:block;
	width:12em;
	padding:2px 4px 2px 4px;
	font-size:11px;
	float:left;
}

.Questionnaire .SliderLabelLeft
{
	text-align:right;
}

.Questionnaire .SliderLabelRight
{
	text-align:left;
}

/* For controls rendered as tables */

.Questionnaire .QuestionControls table
{
	width:100%;
	font-size:12px;
}

.Questionnaire .QuestionControls td
{
	display:inline-block; /* Firefox needs this for some reason */
	float:none;
	width:50%;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
}

.Questionnaire .QuestionControls td label
{
	display:block;
	float:left;
	padding:2px 10px 0 5px;
	margin:0;
	line-height:18px;
	font-size:12px;
	font-weight:normal;
}

.Questionnaire .QuestionControls td input
{
	display:block;
	height:18px;
	float:left;
	padding:0;
	margin:0;
}


.Questionnaire .QuestionControls td input, .Questionnaire .QuestionControlsGroup td input
{
	display:block;
	height:18px;
	float:left;
	padding:0;
	margin:0;
}

/* For controls rendered as tables end */

.SaveQuestionnaireWindow
{
	position:relative;
	width:400px;
	height:220px;
	padding:10px;
	background:#fff url(../Images/SaveQuestionnaireBack.png) bottom right no-repeat;	
}

.SaveQuestionnaireText
{
	position:absolute;
	top:70px;
	left:20px;
	height:120px;
	width:270px;
	overflow:hidden;
}

.SaveQuestionnaireButtons
{
	position:absolute;
	bottom:10px;
	left:10px;
	height:34px;
	width:400px;
}

.CompletedQuestionnaires
{
	position:absolute;
	bottom:0;
	right:10px;
	height:128px;
	width:128px;
	background:url(../Images/SaveQuestionnaireBack.png) bottom right no-repeat;
}

.EnglishTranslation
{
	border:1px solid #b4c9f0;
	padding:4px;
	margin:0 32px 20px 34px;
	color:#6c91d5;
	font-size:90%;
	background-color:#ecf2fb;
	overflow:hidden;
}

.EnglishTranslation label
{
	display:block;
	color:#000;
	margin-bottom:8px;
	font-weight:bold;
}

.Questionnaire .SessionCode
{
	display:block;
	float:left;
	width:8em;
	height:40px;
	line-height:40px;
	font:Courier New;
	font-weight:bold;
	font-size:20px;
	border:1px solid #b4c9f0;
	background-color:#ecf2fb;
	color:#6c91d5;
}

.SessionCodeTextBox
{
	display:block;
	width:8em;
	margin:0 auto 70px auto;
	padding:8px;	
	border-top:2px solid #637724;
	border-right:2px solid #bccd2f;
	border-bottom:2px solid #bccd2f;
	border-left:2px solid #8ba632;
	background:#fff url(../Images/TextBoxBackSilver.png) top left repeat-x;
	text-align:center;	
	font:Courier New;
	font-weight:bold;
	font-size:20px;
}

.Questionnaire .SessionCodeLabel
{
	display:block;
	float:left;
	line-height:42px;
	font-size:14px;
	font-weight:bold;
	padding:0 8px 0 0;
}

.Questionnaire .ResultsTable
{
	border:1px solid #b4c9f0;
	background-color:#ecf2fb;
	margin:10px 0 20px 10px;
	font-size:90%;
}

.Questionnaire .ResultsTable td
{
	padding:0 4px 0 4px;
}

.Questionnaire .ResultBar
{
	display:block;
	float:left;
	width:50px;
	color:#fff;
	line-height:18px;
	font-size:12px;
	border:#0072bc 1px solid;
	background:url(../Images/ResultBarRptX.png) top left repeat-x;
	text-indent:4px;
}
		
.Questionnaire .FreeTextResult
{
	padding:8px;
	margin:0 0 8px 0;
	border:1px solid #b4c9f0;
	background-color:#ecf2fb;
}

.Questionnaire .Summary
{
	padding:20px;
	font-size:12px;
}

.Questionnaire .Summary .Field label 
{
	font-size:12px;

	font-weight:bold;
	display:block;
	width:7em;
	text-align:left;
	padding:0 8px 0 0;
}

.Field
{
	display:block;
	margin:0 0 10px 0;
}

.Questionnaire .Description
{
	padding:8px;
	margin:8px 0 20px 0;
	border:1px solid #b4c9f0;
	background-color:#ecf2fb;
}

/* dev */
.dev .Question
{
	background-color:Aqua;
}

.dev .Question .QuestionNumber
{
	background-color:Blue;	
}
.dev .Question .QuestionBody
{
}

.dev .Question .QuestionText
{
	background-color:Gray;
}

.dev .Question .QuestionControls
{
	background-color:Green;
}

.dev .Question .FreeText, .dev .Question .DropDownList
{
	background-color:Lime;
}

.dev .Question .FreeText
{

}

.dev .QuestionControls .Label
{
	background-color:Navy;
}

.dev .SliderLabel
{
	background-color:Olive;
}

.dev td /* For controls rendered as tables */
{
	background-color:Orange;
}

.dev td label
{
	background-color:Purple;
}

.dev td input
{

}
