﻿
/*____ Survey control's style classes _______________________________________________________*/

.surveyPageHeader
{
	font-size: larger;
	border: 0px solid; /*pcm*/
	width: 100%;
}
.surveyTitle
{
	font-size: large;
	width: 80%;
}
.surveyTabSelected
{
	background-color:#B6CADF;
	text-align: center;
}
.surveyTab
{
	background-color:#EAF4FD;
	text-align: center;
}
.surveyPageNumber
{
	text-align: right;
}
.surveyPageControls
{
	border: 0px solid #eee; /*pcm*/
	width: 100%;
}
.surveyPageControls td
{
	width: 33%;
	text-align: center;
}
.surveySection
{
	font-size: large;
	margin: 5px 0px 15px 0px;
}
.surveyCountry
{
	font-size: large;
	text-align: right;
	font-weight: bold;
}
.surveySubSection
{
	font-size: large;
	font-style: italic;
	margin: 5px 0px 15px 0px;
}
.surveyQuestionTable
{
	width: 100%;
	font-weight:bold;
	margin: 5px 0px 15px 0px;
}
.surveyQuestion
{
	vertical-align: top;
	width: 100%;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
}
.surveyQuestionSIP
{
	vertical-align: top;
	width: 100%;
	font-weight: bold;
	font-size: 16px; 
	margin: 5px 0px 15px 0px;
}
.surveyPreQuestion
{
	vertical-align: top;
	width: 100%;
	margin: 5px 0px 15px 0px;
}
.surveyPostQuestion
{
	vertical-align: top;
	width: 100%;
	margin: 5px 0px 15px 0px;
}
.surveySubQuestion
{
	vertical-align: top;
	width: 100%;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
}
.surveyQuestionCode
{
	vertical-align: top;
	width: 50px;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
}
.surveySubQuestionCode
{
	vertical-align: top;
	width: 50px;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
}
.surveyQuestionRemark
{
	font-style: italic;
	background-color: #B6CADF; /*pcm light blue */
	margin: 5px 0px 10px 0px;
	padding: 5px;
}
.surveyTextAnswerMultiLine
{
	width: 500px;
	height: 200px;
}
.surveyTextAnswerMultiLineDisabled
{
	width: 500px;
	height: 200px;
	background-color: #FCFCFC;
}

.surveyTextAnswerMultiLineDisabled
{
	width: 500px;
	height: 200px;
	background-color: #FCFCFC;
}

.surveyTextAnswerSingleLine
{
	width: 300px;
}
.surveyTextAnswerSingleLine450
{
	width: 550px;
}
.surveyLabelAnswerSingleLine450
{
	width: 550px;
	border: 1px solid Black;

}

.surveyLabelAnswerSingleLine200
{
	width: 300px;
	border: 1px solid Black;

}
.surveyLabelAnswer200
{
	width: 200px;
	border: 1px solid Black;
	text-align: right;
}
.surveyLabelAnswerSource200
{
	width: 200px;
	border: 1px solid Black;
	text-align: left;
}

.surveyTextAnswerSingleLine450Highlighted
{
	width: 550px;
	background-color:#FC7E83;
}

.surveyTextAnswerSingleLine450ReadOnly
{
	width: 550px;
	background-color: #DDDDDD;
}

.surveyTextAnswerSingleLineDisabled
{
	width: 300px;
	background-color: #FCFCFC;
}

.surveyTextAnswer
{
	
}
.surveyNumberAnswer
{
	text-align: left;
}

.surveyNumberAnswer300
{
	text-align: left;
	width: 300px;
}

.surveyTextAnswer200
{
	text-align: left;
	width: 250px;
	margin: 5px 5px 5px 5px;
}

.surveyTextAnswer200ReadOnly
{
	text-align: left;
	width: 250px;
	margin: 5px 5px 5px 5px;
	background-color: #DDDDDD;
}


.surveyTextAnswer201
{
	text-align: left;
	width: 250px;
	margin: 5px 5px 5px 5px;
}

.surveyTextAnswer201ReadOnly
{
	text-align: left;
	width: 250px;
	margin: 5px 5px 5px 5px;
	background-color: #DDDDDD;
}

.surveyTextAnswer202
{
	text-align: left;
	width: 250px;
	background-color:#FC7E83;
	margin: 5px 5px 5px 5px;
}

.surveyAnswerSource200
{
	text-align: left;
	width: 250px;
	margin: 5px 5px 5px 5px;
	background-color: #DDDDDD;
}

.surveyNumberAnswer200
{
	text-align: left;
	width: 250px;
	margin: 5px 5px 5px 5px;
}

.surveyNumberAnswer200ReadOnly
{
	text-align: left;
	width: 250px;
	margin: 5px 5px 5px 5px;
	background-color: #DDDDDD;
}

.surveyNumberAnswer201
{
	text-align: right;
	width: 250px;
	margin: 5px 5px 5px 5px;
}

.surveyNumberAnswer201ReadOnly
{
	text-align: right;
	width: 250px;
	margin: 5px 5px 5px 5px;
	background-color: #DDDDDD;
}

.surveyNumberAnswer202
{
	text-align: right;
	width: 250px;
	background-color:#FC7E83;
	margin: 5px 5px 5px 5px;
}

.surveyAnswerText
{
	text-align: left;
	width: 50px;
	margin: 5px 5px 5px 5px;
	font-weight:bold;
}

.surveyNumberErrorMessage
{
	text-align: center;
	width: 250px;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	color: Red;
}

.surveyMatrixTable
{
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
.surveyMatrixTable td
{
	border: 0px solid #eee; /*pcm*/
	border-width: 1px;
}
.surveyMatrixTable th
{
	border: 0px solid #eee; /*pcm*/
	border-width: 1px;
	background-color: #B6CADF;
}
.surveyMatrixTable td table td
{
	border-style: none;
}
.surveyRepeatableTable td .surveyTextAnswerSingleLine
{
	width: 150px;
}
.surveyRepeatableForm td
{
	vertical-align: top;
}
.surveyQuestionContainer
{
	margin: 5px 0px 10px 30px;
	border: 0px solid #eee; /*pcm*/
}

.surveyQuestionContaineri271mb
{
	margin: 5px 0px 10px 60px;
	border: 1px solid #eee;
}

/*pcm*/
.surveyDisableQuestion
{
	margin: 5px 0px 10px 30px;
	background-color: #999999;
	border-width: 0px;
}

.surveySectionContainer
{
	margin: 10px 0px 10px 15px;
	border: 0px solid #eee; /*pcm*/
}
.surveyEditButtons
{
	background-color: #eee;
}

.surveyErrors td
{
	color: red;
	font-weight: bold;
}
.surveyCurrentYearLabel
{
	font-weight:bold;
	margin-bottom: 2px;
	margin-top: 2px;
}
.surveyPrevYearLabel
{
	font-weight:bold;
	font-style:italic;
	margin-bottom: 2px;
	margin-top: 2px;
}
.surveyInlineCurrentYearLabel
{
	width: 50px;
	font-weight:bold;
}
.surveyInlinePrevYearLabel
{
	width: 50px;
	font-weight:bold;
	font-style:italic;
}
.surveyInlinePrevYearCell
{
	width: 50px;
	font-style:italic;
}
.surveyAnswerNote td
{
	vertical-align:top;
}
.surveyAnswerNote td textarea
{
	font-family: 'Trebuchet MS', arial, helvetica, 'sans-serif';
	font-size: 12px; 
	width: 500px;
	height: 30px;
}

.btnSize60
{
	width: 70px;
}

.btnSize200
{
	width: 220px;
}
/*___________________________________________________________________________________________________________________*/

