.mainMenu { position: absolute; } .mainMenuItem { cursor: default; /* SlideMenu Main Section */ position:absolute } .mainMenuItem a { /* SlideMenu Main Section */ text-decoration:none; border:0px; } .mainMenuItem a:hover { /* SlideMenu Section Link MouseOver */ } .subMenu { text-decoration:none; clip:rect(0,auto,0,0); position: absolute; } .subMenuItem { /* SlideMenu Sub Menu Item */ cursor: default; } .subMenuItem a { text-decoration:none; /* SlideMenu Sub Menu Item */ border:0px; } .subMenuItem a:hover { /* SlideMenu Sub Menu Item MouseOver */ } /* ~~~~~~~~~~~~~~~~~~~~~~~~ new simplified stylesheet ~~~~~~~~~~~~~~~~~~~~~~~~ */ /* ~~~~~~~~~~~~~~~~~~~~~~~~ Globally used style elements ~~~~~~~~~~~~~~~~~~~~~~~~ */ body { margin: 0px; font-family: verdana,arial,helvetica,sans-serif; font-size: x-small; color : brown; background-color: #FFFFCC; } a { /* Hyperlink */ } a:hover { /* Hyperlink Hover */ } a:visited { /* Hyperlink Visited */ } table { font-size: 100%; } table#container { width: 100%; padding: 5px; } table#footer { width: 100%; margin-top: 20px; } td#footer_left { width: 50%; vertical-align: top; font-size: xx-small; text-decoration: italic; text-align: left; border-top: 1px dashed #F46262; } td#footer_right { width: 50%; vertical-align: top; font-size: xx-small; text-align: right; border-top: 1px dashed #F46262; } input, select, textarea { /* Input Fields */ font-size: 100%; width: 40%; } input.button, input.checkbox, input.radiobutton { width: auto; } div#page_heading { /* Page Heading */ } div.section_heading { /* Section Heading */ } div.prompt { /* Prompt */ } div.errormsg { /* Error Message */ } /* ~~~~~~~~~~~~~~~~~~~~~~~~ Navigator page specific ~~~~~~~~~~~~~~~~~~~~~~~~ */ body#navigator { margin: 3px; font-family: verdana,arial,helvetica,sans-serif; font-size: xx-small; color : brown; text-align: center; background-color: #FFFFCC; } body#navigator a { /* Navigator Hyperlink */ } body#navigator a:hover { font-family: tahoma,arial,helvetica,sans-serif; font-size: small; color : #600000; font-weight: bold; background-color: gold; } body#navigator a:visited { /* Navigator Hyperlink Visited */ } ul#navigator_sectionlinks { list-style: none; margin: 0px; padding: 0px; } ul#navigator_sectionlinks li a { display: block; margin-bottom: 2px; padding: 2px; font-family: verdana,arial,helvetica,sans-serif; font-size: small; color : gold; font-weight: bold; text-decoration: none; text-align: center; background-color: #600000; } ul#navigator_sectionlinks li a:hover { /* Navigator Section Links Hover */ } p#navigator_librarysearch { width: 100%; padding: 2px; /* Navigator Library Search Box */ } p#navigator_librarysearch span#heading a { /* Navigator Library Search Heading */ } p#navigator_librarysearch select { width: 100%; } p#navigator_librarysearch input { width: 100%; } /* ~~~~~~~~~~~~~~~~~~~~~~~~ Content page specific ~~~~~~~~~~~~~~~~~~~~~~~~ */ table#content { width: 100%; } div#content_heading { vertical-align: top; } div#content_heading h1 { width: 100%; vertical-align: center; font-family: times new roman,times,serif; font-size: xx-large; color : #600000; font-weight: bold; text-decoration: italic; text-align: center; } div#content_heading img{ float: right; left-margin:5px; } div#content_body { vertical-align: top; /* Content Body */ } div#content_body h3 { width: 100%; vertical-align: center; font-family: times new roman,times,serif; font-size: xx-large; color : #600000; font-weight: bold; text-decoration: italic; text-align: center; } ul#tellmemore { list-style: none; margin: 0px; margin-top: 15px; margin-left: 5px; margin-bottom: 5px; padding: 0px; font-family: tahoma,arial,helvetica,sans-serif; font-size: x-small; color : gold; font-weight: bold; text-decoration: none; background-color: #600000; border-top: 1px solid blanchedalmond; border-right: 1px solid blanchedalmond; border-bottom: 1px solid blanchedalmond; border-left: 1px solid blanchedalmond; } ul#tellmemore li { padding: 3px; font-family: tahoma,arial,helvetica,sans-serif; font-size: x-small; color : black; font-weight: bold; text-decoration: none; background-color: ghostwhite; border-top: 1px solid blanchedalmond; border-right: 1px solid blanchedalmond; border-bottom: 1px solid blanchedalmond; border-left: 1px solid blanchedalmond; } ul#tellmemore li#heading { font-family: tahoma,arial,helvetica,sans-serif; font-size: x-small; color : gold; font-weight: bold; text-decoration: none; background-color: #600000; border-top: 1px solid blanchedalmond; border-right: 1px solid blanchedalmond; border-bottom: 1px solid blanchedalmond; border-left: 1px solid blanchedalmond; } ul#tellmemore li a { font-family: tahoma,arial,helvetica,sans-serif; font-size: x-small; color : black; font-weight: bold; text-decoration: none; background-color: ghostwhite; border-top: 1px solid blanchedalmond; border-right: 1px solid blanchedalmond; border-bottom: 1px solid blanchedalmond; border-left: 1px solid blanchedalmond; } ul#tellmemore li a:hover { font-family: tahoma,arial,helvetica,sans-serif; font-size: x-small; color : ghostwhite; font-weight: bold; text-decoration: none; background-color: black; border-top: 1px solid blanchedalmond; border-right: 1px solid blanchedalmond; border-bottom: 1px solid blanchedalmond; border-left: 1px solid blanchedalmond; } ul#tellmemore li a:visited { /* Tell Me More Hyperlink Visited */ } /* ~~~~~~~~~~~~~~~~~~~~~~~~ Library related ~~~~~~~~~~~~~~~~~~~~~~~~ */ body#library { font-family: verdana,arial,helvetica,sans-serif; font-size: x-small; font-weight: bold; } body#library a { /* Library Hyperlink */ } body#library a:hover { /* Library Hyperlink Hover */ } body#library a:visited { /* Library Hyperlink Visited */ } div#library_banner { padding: 5px; font-size: large; font-weight: bold; } table#library_data td { padding: 3px; /* border-bottom: 1px solid darkgreen; */ } table#library_data td.left_column { width: 25%; vertical-align: top; font-weight: bold; } table#library_data td.right_column { /* Library Right Column */ } /* ~~~~~~~~~~~~~~~~~~~~~~~~ Library search related ~~~~~~~~~~~~~~~~~~~~~~~~ */ table#search_results th { text-align: left; } table#search_results tr { padding-bottom: 5px; } div#search_navigationtop { padding: 2px; /* Library Search Navigation Top */ } div#search_navigationbottom { padding: 2px; /* Library Search Navigation Bottom */ }