﻿/******************************************************************************
*	SURVEY
******************************************************************************/
.Survey
{
	/*width: 720px;*/
	width: 100%;
}

.SurveyTitle
{
	display: block;
	text-align: center;
	background-color: #DFDFDF;
	padding: 5px 0px;
	font-size: 11pt;
	border-bottom: solid 1px #032147;
}

.SurveyPageContainer
{
	padding: 5px 10px;
	border-top: none;
	border-bottom: none;
}

.SurveyElementNumber
{
	font-weight: bold;
}

/******************************************************************************
*	SURVEY NAVIGATION BUTTONS
******************************************************************************/
.SurveyNavigationButtons
{
	background-color: #9C9A9C;
	text-align: center;
	padding: 5px;
	border: solid 1px #032147;
	border-left: none;
	border-right: none;
	padding-top: 5px;
}

.SurveyNavigationButtonsTop
{
	border-top: none;
}

.SurveyNavigationButtonsBottom
{
	
}

/******************************************************************************
*	PAGER
******************************************************************************/
.Pager
{
	background-color: #F7F3EF;
	padding: 5px 10px;
	border: solid 1px #032147;
	border-left: none;
	border-right: none;
}

.SurveyPagerTop
{
	border-top: none;
}

.SurveyPagerBottom
{
	border-bottom: none;
}

.PagerCurrentPage
{
	font-weight: bold;
	text-decoration: none;
}

/******************************************************************************
*	SURVEY VALIDATION
******************************************************************************/
.SurveyValidationSummary
{
	padding: 5px;
	border: solid 1px #032147;
	border-left: none;
	border-right: none;
	background-color: #FFF8C6;
	color: #CC0000;
}

.SurveyValidationSummaryTop
{
	border-top: none;
}

.SurveyValidationSummaryBottom
{
	border-bottom: none;
	margin-top: 5px;
}

.SurveyValidationSummary ul
{
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 20px;
}

.SurveyValidationSummary li
{
	padding: 2px;
	margin: 0px;
}

.SurveyValidationSummary span
{
	background-color: #FFF8C6;
	color: #CC0000;
}

/******************************************************************************
*	SECTION
******************************************************************************/
.Section
{
	width: 100%;
}

.Section td
{
	vertical-align: top;
}

.SectionHeader
{
	
}

.SectionText
{
	display: block;
	margin: 5px 0px;
}

/******************************************************************************
*	QUESTION
******************************************************************************/
.Question
{
	width: 100%;
}

.Question tr
{
	vertical-align: top;
}

.QuestionNumber
{
	margin: 0px -5px;
}

.QuestionText
{
	
}

.QuestionBody
{
	width: 100%;	
}

.QuestionPartCaptionTopRow td
{
	text-align: center;
	font-weight: bold;
}

.QuestionPartColumn1
{
	white-space: nowrap;
	padding-right: 3px;
	vertical-align: top;
}

.QuestionPartColumn2
{
	vertical-align: top;
}

.QuestionPartColumn3
{
	width: 100%;
	text-align: right;
	vertical-align: top;
}

/******************************************************************************
*	MATRIX QUESTION
******************************************************************************/
.MatrixQuestion
{
	width: 100%;
}

.MatrixQuestion td
{
	vertical-align: top;
}

.MatrixQuestionButtonContainer
{
	border-bottom: solid 1px #032147;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.MatrixQuestion .QuestionBody
{
	
}

.MatrixQuestion .QuestionPartColumn1
{
	white-space: normal;
	width: 120px;
}

/******************************************************************************
*	TOOLBARS
******************************************************************************/
.QuestionToolbar
{
	padding: 3px;
	background-color: #E7E3D6;
	border: solid 1px #B5B6A5;
}

.QuestionToolbar td
{
	color: #B5B6A5;
	vertical-align: top;
}

.SectionToolbar
{
	padding: 3px;
	background-color: #DFDFDF;
	border: solid 1px #9C9A9C;
}

.SectionToolbar td
{
	color: #B5B6A5;
	vertical-align: top;
}

.ToolbarSupplementalUI
{
	padding: 2px 0px 0px 2px;
}

/******************************************************************************
*	MISC
******************************************************************************/
.HelpButton
{
	
}

/******************************************************************************
*	Question part Error Controls
******************************************************************************/
.ValidatedControlError
{
	border: solid 1px #B5B6A5;
	background-color: #FFF8C6;
	color: #CC0000;
}
