#imageArmada-hud-title, #imageArmada-hud-body, #imageArmada-hud-tips, #imageArmada-hud-movie, #imageArmada-hud-art-count, #imageArmada-hud-art-tip {
    color: yellow;
    font-weight: bold;
    position: absolute;
    z-index: 99;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#imageArmada-hud-movie {
    display: none;
}

#imageArmada-hud-title {
    font-size: 4em;
    text-shadow: 0px 0px 10px #000;
}

#imageArmada-hud-body {
    font-size: 2em;
    text-shadow: 0px 0px 5px #000;
}

#imageArmada-hud-tips {
    font-size: 1em;
    text-shadow: 0px 0px 5px #000;
}

#imageArmada-hud-art-count {
    color: #c0c0ff;
    font-size: 4em;
    text-align: center;
    display: none;
}

#imageArmada-hud-art-tip {
    color: #c0c0ff;
    font-family: Tahoma,sans-serif;
    font-size: 1.75em;
    font-weight: normal;
    text-align: center;
    text-shadow: 0px 0px 3px #000;
    display: none;
}

#imageArmada-cover-text {
    position: absolute;
    left: 0px;
    text-align: center;
    text-shadow: 0px 0px 5px #000;
}

.imageArmada-cover-text-message {
    font-size: 3em;
    color: #FFFFCC;
    vertical-align: middle;
    text-align: center;
}

.imageArmada-cover-text-message a {
    color: #FFFFCC;
    text-decoration: none;
}

.imageArmada-cover-text-message a:hover {
    color: #FFFFCC;
    text-decoration: underline;
}

#imageArmada-loading-progress {
    color: #FFFFCC;
    top: 7em;
    width: 100%;
    font-size: 3em;
    font-weight: bold;
    position: absolute;
    z-index: 99;
    text-align: center;
    text-shadow: 0px 0px 3px #000;
    display: none;
}

#imageArmada-loading-progressbar {
    text-align: center;
    background: #404040;
    width: 250px;
    height: 8px;
}

#imageArmada-loading-bar {
    background: #ffffff;
    width: 0px;
    height: 8px;
}

#imageArmada-sidebar, #imageArmada-infosidebar {
    position: fixed;
    width: 360px;
    top: 0px;
    bottom: 1px;
    z-index: 100;
    opacity: 0.9;
    font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-shadow: 1px 1px #A4A4A4;
    text-align: left;
}

#imageArmada-sidebar {
    background: #E0E0E0;
    left: 0px;
}

#imageArmada-infosidebar {
    background: #E0E0E0;
    left: -360px;
}

    #imageArmada-infosidebar a {
        color: inherit;
    }

#imageArmada-infosidebardetails {
    margin: 0;
    padding: 0px 10px 0px 10px;
    font-family: "Tahoma";
    overflow: hidden;
}

    #imageArmada-infosidebardetails p {
        font-size: 13px;
    }

#imageArmada-engine {
    background: #000000;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    background: black;
    position: fixed;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
}

.imageArmada-shadow {
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
}

.imageArmada-engine-control {
    background: #DFDDDE;
    position: fixed;
    bottom: 0;
    width: 360px;
    height: 300px;
    margin: 0 1px 0 0;
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #898989;
}

.imageArmada-sidebar-control {
    background: url(../img/sidebar-item.png) #DFDDDE repeat-x;
    padding: 0;
    margin: 0;
    height: 28px;
}

.imageArmada-sidebar-control-title {
    float: left;
    line-height: 26px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 10px;
}

.imageArmada-sidebar-control-checkbox input {
    float: right;
    margin: 7px 10px 3px 0;
    padding: 0;
}

.imageArmada-sidebar-control-button input {
    float: right;
    padding: 0;
    width: 344px;
    height: 22px;
    margin: 2px 8px 3px 0px;
    font-family: inherit;
    font-size: inherit;
    text-shadow: inherit;
}

.imageArmada-sidebar-cell {
    padding-left: 5px;
}

canvas {
    pointer-events: none;
    z-index: 10;
}
