-#left {
- display: none;
-}
-
-/* Rules for tabbed navigation bar */
-
-#tabnav
-{
- height: 14px;
- margin: 0px;
- padding-left: 3px;
- padding-top: 5px;
- margin-top: 18px;
- background: image-url('tab_bottom.gif') repeat-x bottom;
- font-size: 10px;
- line-height: 10px;
-}
-
-#tabnav a, #tabnav a:link, #tabnav a:visited
-{
- font-size: 10px;
- line-height: 10px;
- padding: 1px 5px;
- margin-right: 1px;
-}
-
-/* Rules for the site name - shown when left sidebar is hidden */
-
-#small-title {
- font-size: 12px;
- line-height: 14px;
- height: 16px;
- display: block;
- position: absolute;
- top: 0;
- padding: 2px;
- width: 110px; /* TODO: find better fix for overlap */
- background-color: #fff;
- z-index: 100;
-}
-
-#small-title img {
- position: absolute;
-}
-
-#small-title h1 {
- position: absolute;
- left: 18px;
- font-size: 12px;
- margin: 2px;
-}
-
-/* Rules for greeting bar in the top right corner */
-
-#greeting {
- position: absolute;
- top: 0px;
- right: 0px;
- height: 14px;
- font-size: 12px;
- line-height: 12px;
- white-space: nowrap;
- background: none;
-}
-
-#full-greeting {
- display: none;
-}
-
-#small-greeting {
- display: inline;
-}
-
-/* Rules for OpenLayers maps */
-
-.olControlPanZoomBar {