/* 
The following html overflow tags are to fix a problem with IE6 in frames where
a horizontal scrollbar is shown unncessarily. The tgs below prevent the horizontal
scrollbar being shown at all but this is not an issue since its is not needed in sfaq's
*/
html
{
	overflow-x: hidden;
	overflow-y: auto;
}
	
.main
{
	font-family: tahoma;
	font-size: 8pt;
	padding-left:10px;
	padding-right:10px;
}


.sessionSummary
{
	
}

.sessionSummaryHeader
{	
	padding-left:12px;
	padding-top:17px;
	padding-bottom:20px;
	background-repeat:repeat-x;
	background-color:#cbcccd;
}

.sessionSummaryTitle
{
	font-weight: bold;
}



.sessionSummaryContent
{
	padding: 15px;
	background-color: #F0F0F0;
}


.button
{
	padding-left:3px;
	padding-right:3px;
}


.buttonPrevious
{
	margin-right: 5px;
	float:left;
}

.buttonNext
{
	margin-right: 5px;
	float:left;
}

.buttonFinish
{
	float:left;
}

.buttonReset {
	float:right;
}

.buttonSaveRequest {
	float:left;
}

.header
{
	margin-bottom: 20px;
}


.headerTitle
{
	font-size: 2em;
	font-weight: bold;
	margin-bottom:-0.5em;
}

.headerDescription
{
	font-size: 1.25em;
	font-weight: normal;
}


.page
{
	
}

.pageComponent
{
	border: 1px solid gray;
	margin-bottom: 20px;
	width: 100%;
}

.pageQuestion
{
	background-color: #F0F0F0;
}

.pageQuestionHeader
{
	background-repeat:repeat-x;
	background-color:#cbcccd;
}

.pageQuestionText
{
	font-weight: bold;
	padding-top:25px;
	padding-bottom:26px;
	margin-left:64px;
}

.pageQuestionIconQ
{
	float:left;
	width: 64px;
	height: 64px;
}

.pageNotesContainer
{
	float:right;	
	width: 30%;
	padding:10px;
	padding-top:0px;	
}

.pageHyperLinkNotesContainer {
	padding-top:10px;
}

.pageTextBlockNotesContainer {
	padding-top:10px;
}

.pageQuestionNotesContainer {
	padding-top:10px;
}

.pageNotesBox 
{
	width:100%;
	background-color: lightgoldenrodyellow;
	border: 1px solid black;
	padding: 7px;
}

.pageNotesText
{
}

.pageQuestionResponse
{
	margin-top: 15px;
}

.pageQuestionInputs
{
	margin-left:64px;
	height:100%;
}

.pageQuestionIconA
{
	float:left;
	width: 64px;
	height:64px;
}

.pageTextBlockIcon
{
	float:left;
	width: 64px;
	height: 64px;
}


.pageAnswerGroup
{
	margin-bottom: 15px;
}

.pageCheckboxInput
{
}

.pageInput
{
	padding-top:2px;
	padding-bottom:2px;
}

.pageInputLabel
{
	padding-right:25px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
}

.pageCheckboxInputLabel
{
	margin-left:2px;
}

.pageRadioInput
{
}

.pageRadioInputLabel
{
	margin-left:2px;
}

.pageTextboxInputLabel
{
	line-height: 1em;
	padding-right: 0px;
	margin-left: 7px;
	margin-right: 5px;
}

.pageTextboxInput
{
}

.pageTextboxControl
{
}

.pageHyperLink
{
	background-color:#edeada;
	background-repeat:repeat-x;
}



.pageTextBlock
{
	background-color:#edeada;
	background-repeat:repeat-x;
}

.pageHyperLinkIcon
{
	float:left;
	width: 64px;
	height: 64px;
}

.pageTextBlockText
{
	padding-top:25px;
	padding-bottom:25px;
	padding-right:20px;
	margin-left:72px;
}

.pageTextBlockHelp
{
}


.pageHyperLinkText
{
	padding-top:25px;
	padding-bottom:25px;
	padding-right:20px;
}

.pageHyperLinkHelp
{
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.firstParagraph 
{
	margin-top: 0px;
}
