/*
  Sheet Name:  Blue
  File Name:   /style_5(3).css
  Description: Blue style sheet
*/
/* Background Colour of the survey */
.SurveyBackground {
	background-color: #FFFFFF;
}

/* Font style of the survey title */
H1.SurveyTitle {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 20pt;
	color: navy;
}

/* Font style of the section header */
TD.SectionHeaderTitle {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14;
	color: #003366;
	width: 100%;
	background-color: C3D0E4;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
}

/* Style of the section description (if displayed) */
.SectionDescription {
	font-family: Verdana, Arial, sans-serif;
	font-weight: italic;
	font-size: 10pt;
	color: 003366;
	background-color: ;
}

/* Font style for a comment style of question */
.Comment {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
}

/* Font style of the question text */
.QuestionStyle {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	background-color: #C3D0E4;
	border-right-style: 1px solid Black;
}

/* Style for the required text ie. (required) */
.QuestionRequired {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
}

/* (Future) This is the font used to display the extra line of text */
.QuestionExtraText {
}

/* Question ## of ## text */
.SurveyPosition {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}

/* For dual and multi radio type questions, this is the style used to display the heading */
.QuestionHeading {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
}

/* Even rows of the Multi Radio type questions */
.SubQuestion0 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid white;
}

/* Odd rows of the multi radio type questions */
.SubQuestion1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	background-color: #E6E6E6;
	border-bottom: 1px solid white;
}

/* The headings of the multi radio type questions */
.SubQuestionChoices {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	background-color: #CCCCCC;
	border-left: 1px solid white;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-top: 1px solid white;
}

/* Amount of seperation after a question */
.QuestionSeperator {
	height: 20px;
}

/* Font and Padding for the cell of the options */
.Answer {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	padding-left: 20px;
	background-color: E6E6E6;
}

/* The next 3 just set up a different font style for the text/list boxes */
INPUT.Question {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

TEXTAREA.Question {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

SELECT.Question {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

/* Reason: Needed images need to be taller than 20px */
.NextButton {
	cursor: hand;
	background-image: url(../imgs/Next_button.gif);
	width: 52px;
	height: 17px;
}

.PrevButton {
	cursor: hand;
	background-image: url(../imgs/previous_button.gif);
	width: 98px;
	height: 17px;
}

.SubmitButton {
	cursor: hand;
	background-image: url(../imgs/submit.gif);
	width: 77px;
	height: 17px;
}

/* Border that goes around each question */
.QuestionBorder {
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	background-color: AAAAAA;
}

/* Style for the question number */
.QuestionNumber {
	font-family: arial, verdana;;
	color: #000000;
	font-size: 12;
	font-weight: normal;
}

/* Style of the question text */
.QuestionText {
	font-family: arial, verdana;;
	font-size: 12;
	color: #000000;
}

/* Sub question style */
.SubQuestion {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	background-color: #CCCCCC;
}

