 @charset "UTF-8"; /* CSS Document */ body { text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin: 0px; background: #CCC; } body.center { /* centers page in Internet Explorer */ text-align: center ; font-family: Arial, Helvetica, sans-serif; min-width: 1000px ; font-size: 14px; margin: 0px; } body div#wrapper { /* makes page stay in center of the Browser Window. */ width: 1000px; margin-left: auto; margin-right: auto; position: relative; } /* Starts the actual display of the page and how it will look, layout */ body div#wrapper div#topbar { border-bottom: solid 2px #060; width: 100%; height: 200px; position: relative; } body div#wrapper div#topbar div#topbar_left { border-right: solid 2px #060; width: 300px; height: 100%; float:left; } body div#wrapper div#topbar div#topbar_right { background: #00A000; width: 698px; height: 100%; float:left; } body div#wrapper div#topbar div#topbar_right div { margin-top: 60px; margin-right: 30px; text-align: right; } body div#wrapper div#topbar div#topbar_right div h1 { font-weight: bolder; font-size: 350%; letter-spacing:-4px; color: #002D8F; } body div#wrapper div#topbar div#topbar_right div h2 { font-weight: normal; font-size: 150%; color: #CCC; margin-top: -40px; } body div#wrapper div#middle { width: 100%; min-height: 500px; height: auto !important; background-image: url(/media/Background.png); float:left; position:relative; } body div#wrapper div#bottombar { background: #00A000; border-top: solid 2px #060; height: 100px; width: 100%; clear: both; } /* Anything that applies to the whole document */ a { color: #002D8F; } .title { padding-top: 5px; font-size: 30px; color: #060; } .details { padding-bottom: 5px; } /* CSS Document */ /* THIS WEBSITE IS EDITABLE BY THE END USER */ .editable { min-height: 5px; } .hidden { display: none; } body div#ShowStatus { display: none; position: fixed; z-index: 10; line-height: 30px; font-size: 20px; color: #FFF; width: 100%; height: 30px; background: #F00; vertical-align: middle; } /*div#ChangeTextForm { width: 500px; height: 400px; display: none; background-color: #000; position: fixed; top: 35%; left: 40%; z-index: 5; }*/ div#ChangeTextForm { display: none; position: fixed; top: 10%; left: 10%; width: 80%; height: 80%; text-align: center; z-index: 50; } div#PasswordDiv { width: 300px; height: 150px; display: none; position: fixed; top: 50%; left: 50%; border: solid 2px #060; background-color: #00A000; font-size: 18px; } /* CSS Document */ /* This contains the CSS for the Linkbar */ body div#wrapper div#middle div#linkbar { text-align: left; width: 302px; min-height: 500px; float:left; } body div#wrapper div#middle div#linkbar div#Links { font-size: 16px; } body div#wrapper div#middle div#linkbar div#Links a { text-decoration: none; font-weight: bold; width: auto; display: block; padding: 5px 10px 5px 20px; } body div#wrapper div#middle div#linkbar div#Links div#EnsemblesHeader { font-weight: bold; display: block; padding: 10px 0px 0px 20px; } body div#wrapper div#middle div#linkbar div#Links div#EnsembleLinks a { padding-left: 40px; padding-top: 2px; } body div#wrapper div#middle div#linkbar div#Links a.pageisselected { background: #CCC; } /* CSS Document */ /* This contains the CSS for the Main_Content */ body div#wrapper div#middle div#main_content { width: 678px; min-height: 500px; float:left; } div#main_content div#Container { padding: 10px 20px; text-align: left; line-height: 1.5; } /* Vocabulary css */ div#main_content div#Container div#VocabList { padding: 10px 0px 0px 15px; font-size: 16px; } /* End Vocabulary */ /* Sitemap css */ div#main_content div#SitemapLinks { line-height: 150%; font-weight: bold; text-align: left; padding-left: 25px; font-size: 18px; } #Calendar { text-decoration: underline; }

// Generated: Sun, 05 Sep 2010 12:14:57 -0700