﻿/* Survey Outline Classes */
.BoldTinyRedText {color: #cc0000; font-weight: bold; font-size: 10px; font-style: normal;}
.ItalicTinyRedText {color:#cc0000; font-style: italic; font-size: 10px;}
.TinyRedText {color:#cc0000; font-size: 10px; font-style: normal;}
.QuestionText {font-weight: bold; font-size: 12px; font-style: normal;}
.TinyText{font-size: 10px; font-style: normal;}
.AnswerHeader{font-size: 10px; font-style: italic; border-bottom: 1px dashed rgb(0, 0, 0);}
.BranchDiv{border: 1px dashed rgb(204, 0, 0); background: #efebe7; font-size: 10px; font-style: normal; margin-left: 25px;}
.ISQBranchDiv{border: 1px dashed rgb(204, 0, 0); background: #efebe7; font-size: 10px; font-style: normal; margin-top: 10px;}
.SectionDiv{ margin-left: 25px;}
.QuestionDiv{ padding-left: 50px;}
.AnswerDiv{margin-left: 75px;}
.PageDiv{border: solid 1px black; padding: 4px;}
.radSpell_Email{display:inline;}
.SurveyName{font-size: 14px; font-weight: bold;}
	body 
	{ 
		/*font-family: Verdana, Arial;
		font-size: 12px;
		*/
	}
	
	@media print 
	{		
		.noprint { display:none; }		
	}