/* 
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;
}

body {

}
	
.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;
	/*font-size:1.2em;*/
}


.buttonPrevious
{
	margin-top:20px;
	margin-right: 5px;
	float:left;
}

.buttonNext
{
	margin-top:20px;
	margin-right: 5px;
	float:left;
}

.buttonFinish
{
	margin-top:20px;
	float:left;
}

.buttonReset {
	float:right;
}

#btnResetBottom {
	margin-top:20px;
}

.buttonPrint {
	margin-right:5px;
	float:right;
}

#btnPrintBottom {
	margin-top:20px;
}

.buttonSaveRequest {
	float:left;
}

.header
{
	margin-bottom: 20px;
}


.headerTitle
{
	font-size: 2em;
	font-weight: bold;
	margin-bottom:-0.5em;
	text-align: left;
}

.headerDescription
{
	font-size: 1.25em;
	font-weight: normal;
}


.page
{

}

.pageComponent
{
	border: 1px solid gray;
/*	margin-bottom: 20px;*/
	width: 100%;
}

.pageQuestion
{
	background-color: #F0F0F0;
	font-size:1.1em;
}

.pageQuestionHeader
{
	background-repeat:repeat-x;
	background-color:#cbcccd;
}

.pageQuestionText
{
	font-weight: bold;
	padding-top:25px;
	padding-bottom:26px;
	margin-left:64px;

}

.pageQuestionText p {

}

.pageQuestionIconQ
{
	float:left;
	width: 64px;
	height: 64px;
}

.pageNotesContainer
{
	float:right;	
	width: 60%;
	padding:10px;
	padding-top:0px;
	font-size: 1.1em;
}

.pageHyperLinkNotesContainer {
	padding-top:10px;
}

.pageTextBlockNotesContainer {
	padding-top:10px;
}

.pageQuestionNotesContainer {
	padding-top:10px;
}

.pageNotesBox 
{
	width:100%;
	background-color: #eeece1;
	border: 1px solid #cbcccd;
	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;
	font-size:1.1em;
}

.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:#eeece1;
	background-repeat:repeat-x;
}

.pageHyperLinkIcon
{
	float:left;
	width: 64px;
	height: 64px;
}

.pageTextBlockText
{
	padding-top:25px;
	padding-bottom:25px;
	padding-right:20px;
	margin-left:72px;
	font-size:1.1em;
}

.pageTextBlockHelp
{
}


.pageHyperLinkText
{
	padding-top:25px;
	padding-bottom:25px;
	padding-right:20px;
}

.pageHyperLinkHelp
{
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.firstParagraph 
{
	margin-top: 0px;
}

.keyTerm, .sign{
	color: #053F7F;
	font-weight: bold;
}

.keyTermHeading {
	font-size: 1.2em;
}

a {
	color: #053F7F;
}

.pageNotesText a {
	text-decoration:none;
}

.sectionHeading {
	/*padding-top:25px;*/
}

p {
	margin-top:0px;
}

.underline {
	text-decoration: underline;
}

.keyTermsGlossary {
	font-size: 1.2em;
	float:right;
}