/* 
  File name:  enviroability
  Created on: 08 October 2004 at 14:10
  Author:     Administrator  

  Description:
    Stylesheet for the EnviroAbility web application
*/

root { 
    display: block;
}

body {
    background-color: #FFFFDD;
    border: 0em none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    height: 100%;
    margin: 0em;
    padding: 0em;
    text-align: center;
}

h1 {
    font-size: 300%;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

h2 {
    font-size: 225%;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

h3 {
    font-size: 170%;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

h4 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

h5 {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

h6 {
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

.menuDrop {
    color: navy;
    font-weight: bold;
    height: 1em;
    line-height: 1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-decoration: none;
}

.menuOption {
    color: navy;
    height: 1em;
    padding-left: 1.6em;
    padding-right: 1.1em;
    text-decoration: none;
}

a.menuOption:hover, a.menuOption:active {
    text-decoration: underline;
}

.menuCurrent {
    color: gray;
    height: 1em;
    padding-left: 1.6em;
    padding-right: 1.1em;
}

.menuInd {
    border-style: none;
    height: 0.6em;
    margin-right: 0.5em;
    width: 0.6em;
}

.dropMenu {
    display: block;
}

.accesskey {
    font-weight: bold;
    text-decoration: underline;
}

.textLink {
    text-decoration: none;
}

a.textLink:hover, a.textLink:active {
    text-decoration: underline;
}

#menu {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-top: 2em;
    text-align: left;
}

.rule {
    clear: both;
    display: block;
    height: 0.1em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.csscontrol {
    padding-left: 1em;
    margin: 0.25em;
}    

.textsize {
    font-size: 100%;
    font-weight: bold;
    height: 2em;
    margin-left: 0.5em;
    vertical-align: middle;
    width: 3em;
}

.contrast {
    font-size: 100%;
    font-weight: bold;
    height: 2em;
    vertical-align: middle;
    width: 5.5em;
}

#standardcontrast {
    background-color: #FFFFDD;
    color: black;
}

#intensecontrast {
    background-color: black;
    color: yellow;
}

.copyright {
    font-size: 80%;
    text-align: center;
    white-space: nowrap;
}

#page {
    margin: 0em; /* Netscape positioning problem */
    border: 0.1em solid gray !important;
    text-align: center;
    width: 75em;
}

#banner {
    display: block;
    clear: both;
    background-color: navy;
    border-bottom: 0.1em solid gray;
    height: 6em;
    margin: 0px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    width: 75em;
}

#left-box {
    float: left;
    width: 21em;
}

#content {
    float: left;
    width: 51em;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-top: 2em;
    text-align: left;
}

#footer {
    clear: both;
    border-top: 0.1em solid gray;
    margin: 0px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    width: 75em;
}

#main-logo-frame {
    float: left;
    width: 11em;
}

#main-logo {
    height: 6em;
    margin-left: 2em;
}

#banner-picture-frame {
    float: left;
    text-align: center;
    width: 61em;
}

.banner-picture {
    border: 0.1em solid gray;
    height: 5em;
    margin: 0.5em;
}

.newsItem {
    height: 1em;
    text-decoration: none;
}

a.newsItem:hover, a.newsItem:active {
    text-decoration: underline;
}

.picture {
    border: 0.1em solid gray;
}

.cell {
        padding: 1ex;
        vertical-align: top;
        white-space: nowrap;
}

.link-icon {
    border: 0.1em solid gray;
    height: 4em;
}