
html, body{
    width: 100%;
    height: 100%;
}

html, body, form, #Header, #Content, #Footer, #Footer2 {
    margin: 0px;
    padding: 0px;
}

body {
    background: #898AC5;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    color: white;
    font-size: 11px;
}

#Container {
    position : relative;
    min-height: 100%;
}

#Content{
    position: relative;
    min-height: 100%;
    padding-bottom: 45px;
    padding-top: 45px;
    height: 100%;
    z-index: 0;
}

label, legend {
    font-weight: bold;
    color: white;
}

#LoginFieldset {
    font-size: 18px;
    padding: 4px;
    border: 1px solid #260080;
    background-image: url( '/gcopex/media/navbar/navbar_side.png;jsessionid=60AA1FC50F773CBF61580E0CF45BB8EF' );
    background-position: top;
    background-repeat: repeat-x;
}

#LogFields {
    margin: 15px;
}

fieldset {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#CmdLogin {
    margin-top: 2ex;
    height: 6ex;
    width: 10em;
}

#username, #password, #account {
    margin: 4px;
    padding: 2px;
    border-width: 0px;
}

#errorMsg, #infoMsg {
    padding: 1ex;
    font-size: 120%;
    background-color: #ACACDC;
    border: solid 1px white;
    font-weight: bold;
}

#ProductName {
    font-family: 'Century Gothic', Tahoma, sans-serif;
    font-size: 36px;
    letter-spacing: 4pt;
    padding: 10px 5px 5px 15px;
}

#LoginFormPane {
    width: 50%;
    margin-left: 48%;
    margin-top: 2%;
}

#Footer{
    position: absolute;
    bottom: 0px;
    height: 100px;
    width: 100%;
}

#Footer1 {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 60px;
}

#EditorLogo {
    float: left;
}

#OrganizationName {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#Footer2 {
    background-color: #ACACDC;
    position: absolute;
    bottom: 0px;
    height: 40px;
    width: 100%;
    border-top: solid 1px white;
}

#CopyrightNotice, #OrganizationName, #EditorLogo, #Languages {
    padding: 3px;
}

#Header{
    background-color: #ACACDC;
    position: absolute;
    top: 0px;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid white;
    z-index: 10;
}

#Languages {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

A.OptionLanguage:visited, A.OptionLanguage:hover, A.OptionLanguage:active, A.OptionLanguage:link, SPAN.ActiveLanguage {
    text-decoration: none;
    color: white;
    padding: 2px;
    margin: 2px;
}

A.LoginLink:visited, A.LoginLink:hover, A.LoginLink:active, A.LoginLink:link {
    text-decoration: underline;
    font-size: 120%;
    color: blue;
    background-color: #898AC5;
    padding: 2px;
    margin: 2px;
}

A.OptionLanguage:visited {
    border: 1px solid #ACACDC;
}

A.OptionLanguage:hover {
    border: 1px solid #777777;
    background-color: #898AC5;
}

A.OptionLanguage:active {
    border: 1px solid #777777;
    background-color: #898AC5;
}

A.OptionLanguage:link {
    border: 1px solid #ACACDC;
}