#no-css {
    display: None;
}
#no-js {
    border-width: 2px;
    border-style: dashed;
    border-color: #000000;
}

body{
    padding: 0;
    margin: 0;
    height: 100%;
}
html{
    height: 100%;
}

#outer-wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
#outer-content {
    position: relative;
    float: left;
    height: 0px;
    width: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #041d3f;
}
#outer-menu {
    position: relative;
    float: right;
    width: 50px;
    background-color: #000000;
    color: #ffffff;
    z-index: 100;
}

.animation-toggle {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 400;
    padding: 5px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}
.animation-toggle:hover {
    text-decoration: underline;
}

.overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.overlay-transparency {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
    background-color: #000000;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}
.overlay-box {
    position: relative;
    top: 10%;
    z-index: 301;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}
.overlay-toolbar {
    width: 100%;
    z-index: 302;
    text-align: right;
    background-color: #999999;
}
.overlay-toolbar a:link, a:visited {
    color: #ffffff;
    text-decoration: none;
}
.overlay-message {
    border-color: #999999;
    border-width: 3px;
    border-style: solid;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}

.menu-float-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.menu-expand-hover a:link, a:visited {
    color: #ffffff;
    text-decoration: none;
}

.menu-expand-hover {
    position: relative;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
}
.menu-expand-hover span {
    display: none;
    position: absolute;
    right: 50px;
    bottom: 0px;
    width: 200px;
    background-color: #000000;
    padding: 5px;
    z-index: 100;
}
.menu-expand-hover div, img{
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}
.menu-expand-hover img:hover ~ span {
    display: block;
}
.menu-expand-hover div:hover ~ span {
    display: block;
}
.menu-expand-hover span:hover {
    display: block;
}
.menu-expand-hover span>ul{
    display: block;
    list-style: none;
    padding: 5px;
    margin: 0px;
}
.menu-expand-hover span>ul>li:hover{
    text-decoration: underline;
}