/* 
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;
}

.buttonEndRequest
{
	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;
}


.section
{
	
}

.sectionComponent
{
	border: 1px solid gray;
	margin-bottom: 20px;
	width: 100%;
}

.sectionQuestion
{
	background-color: #F0F0F0;
}

.sectionQuestionHeader
{
	background-repeat:repeat-x;
	background-color:#cbcccd;
}

.sectionQuestionText
{
	font-weight: bold;
	padding-top:18px;
	padding-bottom:18px;
	margin-left:64px;
}

.sectionQuestionIconQ
{
	float:left;
	width: 64px;
	height: 49px;
}

.sectionHelpContainer
{
	float:right;	
	width: 30%;
	padding:10px;
	padding-top:0px;	
}

.sectionHyperLinkHelpContainer {
	padding-top:10px;
}

.sectionTextBlockHelpContainer {
	padding-top:10px;
}

.sectionQuestionHelpContainer {
	padding-top:10px;
}

.sectionHelpBox {
	background-color: lightgoldenrodyellow;
	border: 1px solid black;
	padding: 7px;
}

.sectionHelpText
{
}

.sectionQuestionResponse
{
	margin-top: 15px;
}

.sectionQuestionInputs
{
	margin-left:64px;
	height:100%;
}

.sectionQuestionIconA
{
	float:left;
	width: 64px;
	height:64px;
}

.sectionTextBlockIcon
{
	float:left;
	width: 64px;
	height: 50px;
}


.sectionInputGroup
{
	margin-bottom: 15px;
}

.sectionCheckboxInput
{
}

.sectionInput
{
	padding-top:2px;
	padding-bottom:2px;
}

.sectionInputLabel
{
	padding-right:25px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
}

.sectionCheckboxInputLabel
{
	margin-left:2px;
}

.sectionRadioInput
{
}

.sectionRadioInputLabel
{
	margin-left:2px;
}

.sectionTextboxInputLabel
{
	line-height: 1em;
	padding-right: 0px;
	margin-left: 7px;
	margin-right: 5px;
}

.sectionTextboxInput
{
}

.sectionTextboxControl
{
}

.sectionHyperLink
{
	background-color:#edeada;
	background-repeat:repeat-x;
}



.sectionTextBlock
{
	background-color:#edeada;
	background-repeat:repeat-x;
}

.sectionHyperLinkIcon
{
	float:left;
	width: 64px;
	height: 50px;
}

.sectionTextBlockText
{
	padding-top:18px;
	padding-bottom:18px;
	padding-right:20px;
	margin-left:72px;
}

.sectionTextBlockHelp
{
}


.sectionHyperLinkText
{
	padding-top:18px;
	padding-bottom:18px;
	padding-right:20px;
}

.sectionHyperLinkHelp
{
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}