/*        The main colors and font used in the catalog.  */
body {
					background-color:FFFFCE;
					color:black;
					font-weight:200;
					font-style:normal;
					font-family: Comic Sans MS,sans-serif;
					font-size:10pt;		
		}

/*   Logo that appears on every page.  Include height & width dimensions      */
.LogoLarge
{
    background-image:url(images/JendeLogoLargeCombined.jpg); 
    background-repeat:no-repeat; 
    height:102px;
    width:435px;
}

/*        Page title        */
.H2
{
    font-weight:400;
    font-size:20pt;
}

/*        Short description        */
.H3
{
    font-size:12pt;
}

/*        Section headers (e.g., Change Order page)        */
.SectionHeader
{
    font-style:normal;
    font-weight:800;
    font-size:14pt;
}

/*        Current page number        */
.LargeText
{
    font-style:normal;
    font-size:14pt;
}

.FieldLabel
{
    font-style:normal;
    font-weight:bold;
    font-size:10pt;
}

.FieldText
{
    font-style:normal;
    font-weight:normal;
    font-size:10pt;
}

/*        style on multi-product display page        */
.multiProduct {
					border-color:#66b15e;
					border-width:1px;
					border-style:solid;					
					}

/*         image placed before error exists text         */
.errorExistsBefore
{
    background-image:url(images/StopSign.gif);
		height:44;
		width:46;
}

/*         style on error text   */
.error
{
    color:#FF0000;
    font-family:Arial, Helvetica, serif;
    font-style:bold;
}

/*         image placed before error text         */
.errorBefore
{
    background-image:url(images/TriangleWarning.gif);
		height:30;
		width:29;
}

/*         image placed after error text         */
.errorAfter
{
    background-image:url(images/PointUp.gif);
		height:33;
		width:14;
}

/*         style on error text and 'error exists' notification       */
.alert
{
    color:#FF0000;
    font-family:Arial, Helvetica, serif;
    font-style:bold;
}

/*         style on warning notification       */
.warning
{
    color:orange;
    font-family:Arial, Helvetica, serif;
    font-style:bold;
}

/*         style on regret notification       */
.regret
{
    color:orange;
    font-family:Arial, Helvetica, serif;
    font-style:bold;
}

/*         image placed before regret notification (e.g., too many records to show)   */
.regretBefore
{
    background-image:url(images/FrownyFace.gif) ;
		height:30;
		width:30;		
}

.help	{
					color:#2f7a27;
					font-style:bold;
					font-weight:400;
					font-size:8pt;
					}						

.notice	
					{color:#FF0000;
					font-style:bold;
					font-size:8pt;
					}			


/*        Thank you        */
.shout
{
    font-style:normal;
    font-weight:200;
    font-size:20pt;
}

.whisper
{
    font-size:8pt;
    font-style:normal;
}

.note
{
    font-size:8pt;
}

.fineprint
					{color:#400080;
					font-size:8pt;
					font-style:normal;
					}																															
					
.bordered 
{
					border-style: double;
					border-color: #86f2ff;			
}


.redSuper
{
    color:#FF0000;
    vertical-align:super;
}

.copyright
{
	color:#000000;
	font-family:Arial, Helvetica, serif;
	font-size:8pt;
}	

/*         Graphic used to indicate a link to additional information or guarantee on the product display page.    */
.moreInfoBefore
{
    background-image:url(images/TackedNote.gif);
		height:34;
		width:34;
}

th
{
    font-style:bold;
    font-weight:600;
    font-size:10pt;
}

A:link
{
    color:#000066;
}

A:visited
{
    color:#000066;
}

A:hover
{
    color:#CC0000;
}

A:active
{
    color:#CC0000;
}

A.button:link
{
    color:#000066;
    font-size:8pt;
}

A.button:visited
{
    color:#000066;
    font-size:8pt;
}

A.button:hover
{
    color:#CC0000;
    font-size:8pt;
}

A.button:active
{
    color:#CC0000;
    font-size:8pt;
}

A.copyright:link
{
    color:#000000;
    font-family:Arial, Helvetica, serif;
    font-style:normal;
    font-size:8pt;
}

A.copyright:visited
{
    color:#000000;
    font-family:Arial, Helvetica, serif;
    font-style:normal;
    font-size:8pt;
}

A.copyright:hover
{
    color:#000000;
    font-family:Arial, Helvetica, serif;
    font-style:normal;
    font-size:8pt;
}

A.copyright:active
{
    color:#000000;
    font-family:Arial, Helvetica, serif;
    font-style:normal;
    font-size:8pt;
}

.ButtonHeaderL
{
    background-image:url(images/ButtonBlankL.jpg);
    height:30px;
    width:13px;
}

.ButtonHeaderLLit
{
    background-image:url(images/ButtonBlankLLit.jpg);
    height:30px;
    width:13px;
}

.ButtonHeaderM
{
    background-image:url(images/ButtonBlankM.jpg);
    height:30px;
    color:black;
}

.ButtonHeaderMLit
{
    background-image:url(images/ButtonBlankMLit.jpg);
    height:30px;
    color:blue;
}

.ButtonHeaderI
{
    background-image:url(images/ButtonBlankM.jpg);
    height:30px;
}

.ButtonHeaderILit
{
    background-image:url(images/ButtonBlankMLit.jpg);
    height:30px;
}

.ButtonHeaderR
{
    background-image:url(images/ButtonBlankR.jpg);
    height:30px;
    width:13px;
}

.ButtonHeaderRLit
{
    background-image:url(images/ButtonBlankRLit.jpg);
    height:30px;
    width:13px;
}

.ButtonNavigateL
{
    background-image:url(images/ButtonBlankL.jpg);
    height:30px;
    width:13px;
}

.ButtonNavigateLLit
{
    background-image:url(images/ButtonBlankLLit.jpg);
    height:30px;
    width:13px;
}

.ButtonNavigateM
{
    background-image:url(images/ButtonBlankM.jpg);
    height:30px;
    color:black;
}

.ButtonNavigateMLit
{
    background-image:url(images/ButtonBlankMLit.jpg);
    height:30px;
    color:blue;
}

.ButtonNavigateI
{
    background-image:url(images/ButtonBlankM.jpg);
    height:30px;
}

.ButtonNavigateILit
{
    background-image:url(images/ButtonBlankMLit.jpg);
    height:30px;
}

.ButtonNavigateR
{
    background-image:url(images/ButtonBlankR.jpg);
    height:30px;
    width:13px;
}

.ButtonNavigateRLit
{
    background-image:url(images/ButtonBlankRLit.jpg);
    height:30px;
    width:13px;
}

.ButtonNavigateTallL
{
    background-image:url(images/TallButtonBlankL.jpg);
    height:44px;
    width:13px;
}

.ButtonNavigateTallLLit
{
    background-image:url(images/TallButtonBlankLLit.jpg);
    height:44px;
    width:13px;
}

.ButtonNavigateTallM
{
    background-image:url(images/TallButtonBlankM.jpg);
    height:44px;
    font-size:8pt;
    color:black;
}

.ButtonNavigateTallMLit
{
    background-image:url(images/TallButtonBlankMLit.jpg);
    height:44px;
    font-size:8pt;
    color:blue;
}

.ButtonNavigateTallI
{
    background-image:url(images/TallButtonBlankM.jpg);
    height:44px;
}

.ButtonNavigateTallILit
{
    background-image:url(images/TallButtonBlankMLit.jpg);
    height:44px;
}

.ButtonNavigateTallR
{
    background-image:url(images/TallButtonBlankR.jpg);
    height:44px;
    width:13px;
}

.ButtonNavigateTallRLit
{
    background-image:url(images/TallButtonBlankRLit.jpg);
    height:44px;
    width:13px;
}

/*        overlib.css         */
#PCL
{
    font-family:Verdana,Arial,Helvetica;
    font-style:none;
    font-weight:normal;
    text-decoration:none;
    font-size:8pt;
}

/*        overlib.css         */
#PTT
{
    font-family:Verdana,Arial,Helvetica;
    font-size:8pt;
}
/*        overlib.css         */
#PST
{
    font-family:Verdana,Arial,Helvetica;
    font-size:8pt;
}



