/************************************************************************/
/*	Inet Pilot Style Sheet												*/
/*																		*/
/*	Change Summary:	<date>	<who>	<description>						*/
/*																		*/
/*	980313	jry	Created style sheet										*/
/*	980326	jry	Revised font sizes										*/
/*	980701	dh	Changed to consistent fonts (12pt Times Roman)			*/
/*	980703	jry	Changed table font to 10pt Times Roman					*/
/*	980707  dh	Structural simplification								*/
/*	980708	jry	Change table font to 11pt Times Roman					*/
/*	980709	dh	Address style added										*/
/*	010619	war	Modified entire style sheet								*/
/*	081117  dxu Change background color for classes of main & secondary */
/************************************************************************/

	A.ContactInfo
	{
		Color: #044474;
		Font: bold 10pt 'Arial';
		Text-Align: Center;
	}	
	
	ADDRESS
	{
		Font-Family: 'Times New Roman';
		Color: black;
		Font-Size: 11pt;
		Font-Style: normal;
		Font-Variant: normal;
		Text-Decoration: none;
		Text-Align: left;
	}

	B
	{
		Font-Weight: bold;
	}

	BODY
	{
		Font: 12pt 'Times New Roman';
		Color: black;
	}

	BODY.Help
	{
		Font: 10pt 'Verdana, Arial, Helvetica';
		Color: #336666;
	}

	DIV
	{
		Text-Align: Center;
	}

	FORM
	{
		Margin-Top: 0px;
		Margin-Bottom: 0px;
	}
	
	H1
	{
		Font: bold 14pt Arial;
		Color: Black;
		Text-Align: Center;
	}

	H2
	{
		Font: 14pt Arial;
		Color: Black;
		Text-Align: Center;
	}

	H3
	{
		Font: bold 14pt Arial;
		Color: #044474;
		Text-Align: Center;
		Background-Color: #FFFFCC;
	}

	H4
	{
		Font: bold 14pt Arial;
		Color: White;
		Text-Align: Center;
		Background-Color: Red;
	}

	H5
	{
	}

	H6
	{
	}

	H1.report
	{
		Font: bold 12pt Arial;
		Color: Black;
		Text-Align: Center;
		Margin-Top: 20px;
		Margin-Bottom: 10px;
	}

	H2.report
	{
		Font: bold 12pt Times New Roman;
		Color: Black;
		Text-Align: Center;
		Margin-Top: 2px;
		Margin-Bottom: 2px;
		Background-Color: #CCCCCC; /* Light Gray */
	}
	
	HR
	{
		Color: #336666; /* Dark Blue */
	}
	
	INPUT.proceed 
	{
		Margin-Top: 20px;
		Margin-Bottom: 20px;
		Text-Align: center;
	}
	
	INPUT.money
	{
		Text-Align: right;
	}

	INPUT.sort
	{
		Margin-Top: 5px;
		Margin-Bottom: 5px;
	}
	
	LI
	{
		Font: 100%;
	}

	P
	{
		Font: 100%;
	}

	PRE
	{
		Font: 10pt 'Courier New';
	}

	TABLE
	{
		Font: 11pt 'Times New Roman';
	}

	TD
	{
		Font: 11pt 'Times New Roman';
	}

	TD.survey
	{
		Color: black;
		Font-Family: 'Times New Roman';
		Font-Size: 11pt;
		Font-Style: normal;
		Font-Variant: normal;
		Font-Weight: normal;
		Text-Align: center;
		Vertical-Align: middle;
	}

	TABLE.printable
	{
		Border-Color: Black;
		Border-Width: 3px;
	}
	
	TD.printable
	{
		Border-Style: Solid;
		Border-Color: Black;
		Border-Width: 2px;
	}
	
	TH.printable
	{
		Background-Color: #CCCCCC; /* Light Gray */
		Border-Style: Solid;
		Border-Color: Black;
		Border-Width: 2px;
	}
	
	TD.SearchFieldLabelR
    {
        FONT-WEIGHT: bold;
        FONT-SIZE: 9pt;
        FONT-FAMILY: Arial;
        TEXT-ALIGN: right
    }
    
    TD.SearchFieldLabelL
    {
        FONT-WEIGHT: bold;
        FONT-SIZE: 9pt;
        FONT-FAMILY: Arial;
        TEXT-ALIGN: left
    }
    
    TD.SearchFieldLabelC
    {
        FONT-WEIGHT: bold;
        FONT-SIZE: 9pt;
        FONT-FAMILY: Arial;
        TEXT-ALIGN: center
    }

	SELECT.SearchParamSelect
    {
        FONT-SIZE: 8pt;
        FONT-FAMILY: Arial;
        HEIGHT:121px;
    }
    
    TD.SearchBlueFieldLabelL
    {
        FONT-WEIGHT: bold;
        FONT-SIZE: 9pt;
        COLOR: white;
        FONT-FAMILY: Arial;
      /*   BACKGROUND-COLOR: #003366 	*/
	    BACKGROUND-COLOR: #339933;
        TEXT-ALIGN: left
    }
    
    TD.SearchBlueFieldLabelSmallC
    {
        FONT-WEIGHT: bold;
        FONT-SIZE: 7pt;
        COLOR: white;
        FONT-FAMILY: Arial;
       /*   BACKGROUND-COLOR: #003366 	*/
	    BACKGROUND-COLOR: #339933;
        TEXT-ALIGN: center
    }
    
/* Class Selectors */
	.main
	{
		Color: White;
	/* 	Background-Color: #183D79;  Dark Blue */
		Background-Color: #336666;
		Text-Align: Center;
	}

	.secondary
	{
		Color: Black;
	/* 	Background-Color: #F3C200; Light Yellow */
		Background-Color: #339999;
		Text-Align: Center;
	}	
	
	.ScreenID
	{
		Color: Black;
		Font: bold 10pt 'Arial';
		Text-Align: Left;
	}

	.Box
	{
		Border-Style: Solid;
		Border-Color: Black;
		Border-Width: 2px;
	}

	.Help
	{
		Font-Family: 'Times New Roman';
		Color: Black;
		Font-Size: 11pt;
		Text-Align: Left;
	}

	.Required
	{
		Color: Red;
		Font-Weight: Bold;
	}
	
	.ShadedRow
	{
		Background-Color: #DFEEEE; /* Light Gray */
	}
	
	.secondcolor
    {
	    BACKGROUND-COLOR: #339933;
    }
    
    .BlueTableHeader
    {
        FONT-WEIGHT: bold;
        FONT-SIZE: 10pt;
        COLOR: white;
        FONT-FAMILY: Arial;
     /*   BACKGROUND-COLOR: #003366; */
 	    BACKGROUND-COLOR: #336666;
        TEXT-ALIGN: center
    }
	
/* ID Selectors */

	#NoDB
	{
		Color: Red;
	}
	
	#alert
	{
		Background-Color: Red;
	}
	
	
.BlueTableHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Arial;
 /*   BACKGROUND-COLOR: #003366; */
 	BACKGROUND-COLOR: #336666;
    TEXT-ALIGN: center
}
TH.ClearTableHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
TD.YesNoField
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Arial
}
TH.EmptyBlueTableHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    /*   BACKGROUND-COLOR: #003366; */
 	BACKGROUND-COLOR: #336666;
    TEXT-ALIGN: right
}
TD.FieldLabelR
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right
}
TD.FieldLabelL
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}
TD.TableListField
{
    FONT-SIZE: 11pt
}
TD.TableListFieldSmall
{
    FONT-SIZE: 8pt
}
TD.DataFieldL
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}
TD.DataFieldR
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right
}
TD.FieldLabelC
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
TD.SearchFieldLabelR
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right
}
TD.SearchFieldLabelL
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}
INPUT.SearchParamTextBox
{
    FONT-SIZE: 9pt
}
TD.SearchFieldLabelC
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
SELECT.SearchParamSelect
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial
}
TH.SearchBlueTableHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Arial;
 /*   BACKGROUND-COLOR: #003366 	*/
	BACKGROUND-COLOR: #339933
}
TD.ResultsDataR
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right
}
TD.ResultsDataL
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}
TD.ResultsDataC
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
TD.SearchBlueFieldLabelC
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Arial;
   /*   BACKGROUND-COLOR: #003366 	*/
	BACKGROUND-COLOR: #339933;
    TEXT-ALIGN: center
}
TD.SearchBlueFieldLabelR
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Arial;
  /*   BACKGROUND-COLOR: #003366 	*/
	BACKGROUND-COLOR: #339933;
    TEXT-ALIGN: right
}
TD.SearchBlueFieldLabelL
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: white;
    FONT-FAMILY: Arial;
  /*   BACKGROUND-COLOR: #003366 	*/
	BACKGROUND-COLOR: #339933;
    TEXT-ALIGN: left
}
TD.SearchBlueFieldLabelSmallC
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 7pt;
    COLOR: white;
    FONT-FAMILY: Arial;
   /*   BACKGROUND-COLOR: #003366 	*/
	BACKGROUND-COLOR: #339933;
    TEXT-ALIGN: center
}
TD.SearchClearFieldLabelSmallC
{
    FONT-SIZE: 7pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
TEXTAREA.DataFieldTextArea
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial
}
TH.ClearTableHeaderC
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
TH.ClearTableHeaderL
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}
TH.ClearTableHeaderR
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right
}
TD.DataFieldC
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center
}
TR.DERowColor
{
    BACKGROUND-COLOR: #99CC99
}
SPAN.ErrorMsg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial
}
