/* Sidebar navigation formatting */ .nav_main { text-decoration: none; font-size: small; font-weight: bold; color: #0F447B; background-color: #D8CB86; white-space: nowrap} .nav_sub { text-decoration: none; font-size: small; font-weight: bold; color: #0F447B; background-color: #EFEEB0; white-space: nowrap} .nav_selected { text-decoration: none; font-size: small; font-weight: bold; color: #0F447B; background-color: #FCFBCF; white-space: nowrap } /* End of sidebar navigation formatting */ /* Used for general formatting of full page width tables */ .table-generic TH { background-color: #D8CB86; background-image: none; border-color: #CBB959; border-width: 2px; border-style: solid; } .table-generic TD { background-color: #EFEEB0; border-width: 2px; border-style: solid; border-color: #EFEEB0 } .table-generic { border-style: none; border-width: 0px; padding: 2px; width: 100% } .table-generic TR.odd TD { background-color: #FCFBCF; border-width: 2px; border-style: solid; border-color: #FCFBCF } /* Used for general formatting of partial page width tables */ .table-sub TH { text-align: left; background-color: #A8C1DA; background-image: none; border-color: #8EACCC; border-width: 2px; border-style: solid; } .table-sub TD { background-color: #C1D5E9; border-width: 2px; border-style: solid; border-color: #C1D5E9 } .table-sub { border-style: none; border-width: 0px; padding: 0px } .table-sub TR.odd TD { background-color: #FCFBCF; border-width: 2px; border-style: solid; border-color: #FCFBCF } /* Used for emphasis for titles (generally, any H tag); profile_title obviously used in profiles */ .title-highlight, .profile_title { font-weight: bold; color: #0F447B; margin-top: 1em; margin-bottom: 0.4em } /* Used in text for ref numbers (in profiles) */ .ref { font-size: 0.6em; font-weight: bold; color: #0F447B; vertical-align: super; } /* Used at bottom for full sized notation for ref numbers above (in profiles) */ .ref_list { font-weight: bold; color: #0F447B; } /* Used for inset sidebar in body of text */ .sidebar { float: right; width: 200px; padding: 5px; border-width: 0px } .sidebar TH { background-color: #A8C1DA; border-style: solid; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 2px; border-top-width: 2px; border-color: #000000; padding: 2px } .sidebar TD { border-style: solid; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-top-width: 1px; border-color: #000000; padding: 2px; background-color: #C1D5E9;} .warn_inactive { font-style: normal; font-weight: bold; color: #000; background-color: #f90 !important } /* Think this is no longer in use. Used to be front page formatting. Check news section. */ .blurb { border-style: solid; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; margin-bottom: 0.25em } .blurb P { margin-top: 0px; margin-bottom: 0.5em } .blurb_headline { font-weight: bold; font-size: larger; } .blurb_body { } .blurb_url { margin: 2px } .blurb_photo_right { border: solid 2px; float: right; margin: 3px; } .blurb_break { margin: 0px; padding: 0px; clear: both } /* Start of front page formatting */ .section { margin: 0.3em; margin-bottom: 0.8em; } .section_head { font-weight: bold; border-bottom: 1px solid; padding-left: 0.2em; padding-right: 0.2em; } .section_item { font-size: 0.9em; padding-bottom: 0.4em; padding-top: 0.1em; padding-left: 0.2em; padding-right: 0.2em; } .section_more { font: normal 0.9em; font-style: italic; text-decoration: none; float: right; } .sidebar2 .section { width: 280px; } .sidebar2 .section_item A { text-decoration: none } .feature { margin: 2em; margin-top: 1em; width: 450px; } .feature IMG { border: solid 2px;} .feature_text { font-size: 0.8em; text-align: left; } .feature_by { font-size: 0.8em; font-style: italic; text-align: right; } /* End of front page formatting */