/* ccSiteStyle Dynamic style sheet * Copyright (c) 2001,2002 Chip Chapin * Visit the ccSiteStyle home page * -- http://www.chipchapin.com/WebTools/OtherTools/ccSiteStyle/ */ /* Dynamically generated based on client browser info: Agent String: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) is Windows: false is Mac: false is IE: false is IE5up: false is NN: false is Moz5up: true Platform: Other Version: 5.0 Agent: MOZILLA */ /* Non-indented Body Style */ /* Font sizes adjusted for Mozilla 5Up */ A.menu:visited { text-decoration:none; color:black } A.menu:active { text-decoration:none; color:black } A.menu:hover { text-decoration:none; color:black } A.menu:link { text-decoration:none; color:black } A.menu:visited { text-decoration:none; color:black } body { font-family: Helvetica; font-size: 12px; font-size-adjust: 0.58; /* Verdana */ color: black; margin: 0px; background-color: white; } h1 { margin-top:0px; padding-top:0px; font-family: Helvetica; font-size: 29px; font-size-adjust: 0.5; /* A guess for Arial */ text-align: left; /* center; */ font-weight: bold; font-style: normal; padding-bottom: 0px; margin-bottom:0px; } h2 { font-family: Helvetica; font-size: 20px; font-size-adjust: 0.5; font-style: italic; font-weight: bold; font-variant: normal; margin-bottom: 0px; } h3 { font-family: Helvetica; font-size: 16px; font-size-adjust: 0.58; /* Verdana */ font-style: italic; font-weight: bold; font-variant: normal; } h4 { font-family: Helvetica; font-size: 12px; font-size-adjust: 0.58; /* Verdana */ font-style: normal; font-weight: bold; font-variant: normal; } h5 { font-family: Helvetica; font-size: 11px; font-size-adjust: 0.58; /* Verdana */ font-style: normal; font-weight: bold; font-variant: normal; } h6 { font-family: Helvetica; font-size: 10px; font-size-adjust: 0.58; /* Verdana */ font-style: normal; font-weight: bold; font-variant: normal; } p { font-family: Helvetica; font-size: 12px; font-size-adjust: 0.58; /* Verdana */ font-style: normal; } dl, dt, dd, td, th, form, input, textarea, select { font-family: Helvetica; font-size: 12px; font-size-adjust: 0.58; /* Verdana */ font-style: normal; } kbd { /* font-size: 110%; */ font-family: Helvetica; font-size: 12px; font-weight: bold; } tt { font-family : Tahoma,"Courier New", Courier, monospace; font-size : 10px; } code { font-family : Tahoma,"Courier New", Courier, monospace; font-size : 10px; } samp { font-family : Tahoma,"Courier New", Courier, monospace; font-size : 10px; font-style: italic; } pre { font-family : Tahoma,"Courier New", Courier, monospace; font-size : 10px; } blockquote { font-family : Tahoma,"Times New Roman", Times, serif; font-size-adjust: 0.46; /* Times New Roman */ } .blockquote { font-family : Tahoma,"Times New Roman", Times, serif; font-size-adjust: 0.46; /* Times New Roman */ } dl { margin-left: 2%; } dd { margin-bottom: 0.5em; } ol { /* list text should match p text */ font-family: Helvetica; font-size: 12px; font-size-adjust: 0.58; /* Verdana */ font-style: normal; list-style-type: decimal; /* upper-roman; */ list-style-position: outside; margin-top: 0em; /* copied from webtoolsstyle */ } ul { /* list text should match p text */ font-family: Helvetica; font-size: 12px; font-size-adjust: 0.58; /* Verdana */ font-style: normal; margin-top: 0em; /* copied from webtoolsstyle */ list-style-type: disc; list-style-position: outside; } li { font-family: Helvetica; font-size: 12px; font-size-adjust: 0.58; /* Verdana */ font-style: normal; margin-bottom: 0.5em; } hr { margin-left: -2%; } /* * Standard text classes for general use */ .normaltext { /* Should match the standard paragraph font */ font-family: Helvetica; font-size: 12px; /* x-small, 80% */ font-size-adjust: 0.58; /* Verdana */ } .smalltext { /* One size smaller than standard paragraph font */ font-family: Helvetica; font-size: 10px; /* xx-small, 70% */ font-size-adjust: 0.58; /* Verdana */ } .smalltextBold { /* Bold version of .smalltext */ font-family: Helvetica; font-weight: bold; font-size: 10px; /* xx-small, 70% */ font-size-adjust: 0.58; /* Verdana */ } .smallitalic { font-family: Helvetica; font-style: italic; font-size: 10px; } .smallertext { font-family: Helvetica; font-size: 9px; /* xx-small, 63%; */ font-size-adjust: 0.58; /* Verdana */ } .smallerertext { font-family: Helvetica; font-size: 8px; /* xx-small, 63%; */ font-size-adjust: 0.58; /* Verdana */ } .xsmalltext { font-family: Helvetica; font-style: normal; font-size: 9px; /* xx-small, 55%, 63%; for Arial */ font-size-adjust: 0.58; } .xxsmalltext { font-family: Helvetica; font-style: normal; font-size: 8px; /* xx-small, 55%, 63%; for Arial */ font-size-adjust: 0.58; } .largetext { font-family: Helvetica; font-size: 14px; /* 100%; */ font-size-adjust: 0.58; } /* * Specialized text classes */ .textbox { /* td class for use as sidebar with highlighted background */ background-color: #F0F066; background-image: none; color: black; border: none; padding: 2px 2px 2px 6px; font-family: Helvetica; font-style: normal; font-size: 12px; /* xx-small, 63%; */ font-size-adjust: 0.58; /* Verdana */ } .smalltextbox { /* td class for use as sidebar with highlighted background */ background-color: #F0F066; background-image: none; color: black; border: none; padding: 2px 2px 2px 6px; font-family: Helvetica; font-style: normal; font-size: 10px; /* xx-small, 63%; */ font-size-adjust: 0.58; /* Verdana */ } .counter { /* Use for hit counter -- same as smallitalic */ font-family: Helvetica; font-size: 10px; font-style: italic; } .date { /* Use for file mod date in footer -- same as smallitalic */ font-family: Helvetica; font-size: 10px; font-style: italic; text-align: right; } .footer { /* Use for misc. text in footer -- same as smalltext */ font-family: Helvetica; font-size: 10px; font-style: normal; margin-bottom: 0px; } .highlight { color: #FFFF00; background-color: #0000CC; } .fixedwidth { width: 640px } .outdent { margin-left: 3% } .indentsection { margin-left: 2em } /******************************************************************* * HTML_TreeMenuXL style entries * The following entries are used by HTML_TreeMenuXL * See http://www.chipchapin.com/WebTools/MenuTools/HTML_TreeMenuXL/ ********************************************************************/ .tmenu0text { /* Normal paragraph font */ font-family: Helvetica; font-size: 12px; /* x-small, 80% */ font-weight: bold; } .tmenu1text { /* smalltext */ font-family: Helvetica; font-size: 10px; /* xx-small, 70% */ } .tmenu2text { /* smallitalic */ font-family: Helvetica; font-size: 10px; font-style: italic; } .tmenu3text { /* xsmalltext */ font-family: Helvetica; font-size: 9px; /* xx-small, 55%, 63%; for Arial */ font-style: normal; } /* Since all menu items are links, the following can be equally important * to your menu appearance. * The main thing you may want to change are the A:link and A:visited colors. */ *.tmenu0text A:link,*.tmenu1text A:link,*.tmenu2text A:link,*.tmenu3text A:link { text-decoration:none; color:#505080 } *.tmenu0text A:visited,*.tmenu1text A:visited,*.tmenu2text A:visited,*.tmenu3text A:visited { text-decoration:none; color:#505080 } *.tmenu0text A:active,*.tmenu1text A:active,*.tmenu2text A:active,*.tmenu3text A:active { text-decoration:none; color:#805050 } *.tmenu0text A:hover,*.tmenu1text A:hover,*.tmenu2text A:hover,*.tmenu3text A:hover { text-decoration:underline; color:#FF0000 } /* .tmlistbox controls the appearance of Listbox menus */ .tmlistbox { font-family: Helvetica; font-size: 10px; /* match 'smalltext' value */ font-size-adjust: 0.58; /* Verdana */ margin-bottom: 0px; } /* .tmenuSelected is used with linkSelectKey to highlight selected items */ .tmenuSelected { background-color: yellow; } *.tmenuSelected A:link { text-decoration:none; color:#2020ff } *.tmenuSelected A:visited { text-decoration:none; color:#2020ff } *.tmenuSelected A:active { text-decoration:none; color:#ff2020 } *.tmenuSelected A:hover { text-decoration:underline; color:#FF0000 } /* -- End of ccSiteStyle Dynamic CSS -- */