body {
    height: 100%;
}

legend {
    font-weight: bold;
    font-size: 12px;
    color: #666699;
    font-family: verdana, tahoma, arial;
}

fieldset {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    height: 100%;
}

.Login {
    position: absolute;
    top: 10%;
    height: 80%;
    left: 10%;
    width: 80%;
    background: #a5d2ff;
    text-align: center;
}

.Login span {
    font-size: 400%;
}

.LogError {
    text-align: center;
    color: #ee0000;
    font-weight: bold;
}

.LoginField {
    font-size: 20px;
}

.LoginField input {
    font-size: 20px;
    border: 0px;
}

.Captcha {
    font-size: 16px;
}

.Captcha input {
    border: 0px;
    font-size: 16px;
    text-align: center;
}

.LoginButton {
    position: absolute;
    left: 75%;
    font-size: 20px;
    font-weight: bold
}

.PolicyLink {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.PolicyLink a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}


.SimTimer {
    font-size: 20px;
}

.SimTimer span {
    font-size: 20px;
}

.XMLFile a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}


.MapDiv {
    position: absolute;
    width: 75%;
    top: 4px;
    bottom: 86px;
    left: 4px;
}

.Menu {
    position: absolute;
    margin: 0px
    padding: 1px;
    border: 1px solid #ccc000;
    background: white;
    z-index: 10;
 }

.Menu center a {
    text-decoration: none;
    font-size: 10pt;
}

.DynaMenu span {
    position: relative;
    font-size: 10pt;
}

.DynaMenu span a {
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}

.Title {
    text-align: right;
}

.TitleText {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
}

.RightPanel {
    position: absolute;
    top: 0px;
    left: 76%;
    bottom: 170px;
    width: 24%;
}

.UserName {
    border: 0px;
    width: 71%;
    color: #000000;
    background: #ffffff;
}

.Button {
    position: absolute;
    right: 7px;
}

.Geocode {
    border: 0px;
    width: 88%;
    color: #000000;
    background: #a5d2ff;
}

.Deployment {
    height: 75%;
}

.DeploymentList {
    font-size: 16px;
    text-decoration: none;
    color: #4444ff;
    overflow: auto;
    font-family: verdana, tahoma, arial;
}

.File {
    position: absolute;
    bottom: 84px;
    left: 76%;
    width: 24%;
}

.Filename {
    border: 0px;
    width: 99%;
    color: #000000;
    background: #a5d2ff;
}

.FileIcon {
    padding-left: 18%;
    padding-top: 5px;
    padding-bottom: 0px;
}

.Toolbox {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 75%;
    height: 80px;
}

.Messages {
    position: absolute;
    bottom: 4px;
    left: 76%;
    width: 24%;
    height: 80px;
}

.MessageConsole {
    font-size: 10px;
    overflow: auto;
    font-family: verdana, tahoma, arial;
    height: 90%;
}
