body {
    color: #fff;
}

.hidden {
    display: none;
}

#temp-container {
    width: 1009px;
    position: relative;
}

#wrapper {
    width: 100%;
    min-height: 660px;
    position: relative;
    border: 1px solid black;
    background-color: #336699;
}

#gallery-title {
    float: left;
    height: 35px;
    width: 265px;
    background: url("../../images/cloud/intro-title.png");
    text-indent: -999999px;
    direction: ltr;
    margin: 26px 0 0 40px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.nav-map-info {
    position: absolute;
    top: 0;
    right: 0px;
}

.main-header {
    height: 72px;
    background-color: #14293d;
}

.head-menu {
    height: 71px;
    width: 58px;
    float: left;
    background: transparent url("../../images/cloud/btn-head-menu-71.png") no-repeat left top;
}

.head-menu:hover {
    background-position: 0 -71px;
    cursor: pointer;
}

.head-rank {
    height: 71px;
    width: 210px;
    float: left;
    background: transparent url("../../images/energy/head-rank-bg.png") no-repeat left top;
}

.head-info {
    height: 71px;
    width: 58px;
    float: left;
    background: transparent url("../../images/cloud/btn-head-info-71.png") no-repeat left top;
}

.head-info:hover {
    background-position: 0 -71px;
    cursor: pointer;
}

.head-menu.active {
    background-position: 0 -142px;
    cursor: pointer;
}

.head-map {
    height: 71px;
    width: 59px;
    float: left;
    background: transparent url("../../images/energy/btn-head-map.png") no-repeat left top;
}

.head-map:hover {
    background-position: -59px 0;
    cursor: pointer;
}

.head-rank .user-icon {
    background-color: black;
    height: 48px;
    width: 48px;
    margin: 10px 10px 0 10px;
    border: 1px solid white;
    float: left;
}

.head-rank .user-info {
    float: left;
    color: #99ccff;
    line-height: 14px;
    margin-top: 22px;
    font-size: 11px;
}

.head-rank .user-name {
    font-weight: bold;
}

.challenge-container {
    font-size: 13px;
}

.challenge-body {
    height: 603px;
    background-color: #336699;
    color: #fff;
    position: relative;
}

/* INTRO SCREEN */

#intro-body {
    height: 589px;
    width: 100%;
    background: url("../../images/cloud/cloud-background.jpg");
    overflow: hidden;
}

#intro-body p {
    margin: 56px 0 0 70px;
    width: 413px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-shadow: 0px 1px 0px #000000;
    filter: dropshadow(color = #000000, offx = 0px, offy = 1px);
}

#intro-button {
    position: absolute;
    top: 530px;
    right: 107px;
    width: 81px;
    height: 22px;
    background: url("../../images/cloud/begin-button.png") 0 0;
    cursor: pointer;
    text-direction: ltr;
    text-indent: -999999px;
}

#intro-button:hover {
    background-position: 81px 0;
}

/* SIDEMENU */

.sidemenu {
    width: 172px;
    float: left;
    background: #d6e0eb;
    height: 603px;
}

.sidemenu ul {
    margin-top: 79px;
}

.sidemenu ul li {
    display: block;
    float: left;
    height: 38px;
    width: 159px;
    background: #fbfcfd;
    color: #6c6c6c;
    text-align: right;
    padding: 21px 13px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.sidemenu ul li:first-child {
    border-bottom: 1px solid #eaeaea;
}

.sidemenu ul li:last-child {
    border-top: 1px solid #eaeaea;
}

.sidemenu ul .active {
    color: #336699;
    background: #ffffff;
}

#nav-arrow {
    /* js will show this and change top to move this to the correct tab */
    height: 19px;
    width: 10px;
    background: url("../../images/cloud/arrow.png");
    z-index: 10;
    position: absolute;
    top: 172px;
    left: 172px;
}

/* GALLERY CONTENT */

.loading {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 225px;
    left: 571px;
}

#status-popup {
    position: absolute;
    z-index: 10;
    height: 138px;
    width: 250px;
    top: 172px;
    left: 462px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background: #14293d;
    background: rgba(20, 41, 61, 0.85);
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
}

#status-popup-inner {
    position: absolute;
    height: 42px;
    width: 100%;
    top: 50%;
    margin-top: -21px;
    text-align: center;
}

.cloud-content {
    width: 837px;
    height: 603px;
    float: left;
    background: #f2f2f2;
}

.new-set {
    width: 81px;
    height: 23px;
    margin: 19px 0 0 699px;
    background: url("../../images/cloud/new-set-button.png") 0 0;
    cursor: pointer;
    text-indent: -999999px;
    direction: ltr;
}

.new-set:hover {
    background-position: 81px 0;
}

.gallery-nav {
    width: 81px;
    height: 23px;
    cursor: pointer;
    text-indent: -999999px;
    direction: ltr;
}

.gallery-prev {
    margin: 19px 0 0 48px;
    background: url("../../images/cloud/prev-button.png") 0 0;
}

.gallery-prev:hover {
    background-position: 81px 0;
}

.gallery-next {
    margin: -23px 0 0 699px;
    background: url("../../images/cloud/next-button.png") 0 0;
}

.gallery-next:hover {
    background-position: 81px 0;
}

#photo-set-spacer {
    height: 42px;
}

.cloud-content ul {
    list-style-type: none;
    margin: -42px 0 0 48px;
}

.cloud-content ul li {
    display: inline-block;
    float: left;
    height: 114px;
    width: 159px;
    margin: 53px 32px 12px 0;
    cursor: pointer;
}

.cloud-icon {
    height: 21px;
    width: 22px;
    margin: 3px 0 0 3px;
    float: left;
    background: url("../../images/cloud/classification-icons.png");
}

.cloud-key-icon {
    position: absolute;
    margin: -93px 0 0 3px;
    height: 21px;
    width: 21px;
    background: url("../../images/cloud/classification-icons.png");
}

.cloud-1 {
    /* cirrus */
    background-position: 0 0;
}

.cloud-2 {
    /* altocumulus */
    background-position: -120px 0;
}

.cloud-3 {
    /* cirrostratus */
    background-position: -24px 0;
}

.cloud-4 {
    /* cirrocumulus */
    background-position: -48px 0;
}

.cloud-5 {
    /* altostratus */
    background-position: -72px 0;
}

.cloud-6 {
    /* stratus */
    background-position: -192px 0;
}

.cloud-7 {
    /* stratocumulus */
    background-position: -168px 0;
}

.cloud-8 {
    /* cumulonimbus */
    background-position: -216px 0;
    width: 21px;
    /*background-position: -216px 0;*/
}

.cloud-9 {
    /* nimbostratus */
    background-position: -96px 0;
}

.cloud-10 {
    /* cumulus */
    background-position: -144px 0;
}

.favorite-icon {
    height: 21px;
    width: 20px;
    background: url("../../images/cloud/fav-arrow.png");
    margin: 3px 0 0 3px;
    float: left;
}

.expand-button {
    position: relative-absolute;
    height: 21px;
    width: 20px;
    margin: 90px 0 0 136px;
    background: url("../../images/cloud/enlarge-icon.png") 0 0;
    cursor: pointer;
}

.expand-button:hover {
    background-position: 20px 0px;
}

/* ENLARGED DETAIL */

#cloud-detail-back {
    float: right;
    margin: 11px 11px 0 0;
    height: 22px;
    width: 35px;
    background: url("../../images/cloud/thumbnails.png") 0 0 no-repeat;
    cursor: pointer;
}

#cloud-detail-back:hover {
    background-position: -35px 0px;
}

.cloud-detail-arrow {
    margin-top: 232px;
    background: url("../../images/cloud/nextprev-arrows.png");
    width: 26px;
    height: 45px;
    cursor: pointer;
}

#cloud-detail-arrow-prev {
    float: left;
    margin-left: 51px;
    background-position: 52px 0px;
}

#cloud-detail-arrow-prev:hover {
    background-position: 26px 0px;
}

#cloud-detail-arrow-next {
    float: right;
    margin-right: 5px;
    background-position: 0px 0px;
}

#cloud-detail-arrow-next:hover {
    background-position: 78px 0px;
}

#cloud-detail-body {
    float: left;
    width: 560px;
    margin: 21px 0 0 62px;
}

.top-info {
    overflow: hidden;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    margin-bottom: 1px;
}

#add-to-favs {
    display: inline;
    cursor: pointer;
}

.fav {
    color: #336699;
}

.favd:hover,
.fav:hover {
    text-decoration: underline;
}

.fav-star {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    top: 2px;
    background: url("../../images/cloud/star-icon.png");
    background-position: 0px 0px;
}

.favd-star {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    top: 2px;
    background: url("../../images/cloud/star-icon.png");
    background-position: 14px 0px;
}

#cloud-detail-info {
    float: left;
    width: 200px;
    overflow: hidden;
}

.location {
    font-size: 14px;
    color: #8d8d8d;
}

.location-icon {
    display: inline-block;
    width: 13px;
    height: 20px;
    background: url("../../images/cloud/location-pin.png");
}

.credits {
    margin-top: 3px;
    font-size: 11px;
    line-height: 14px;
    color: #8d8d8d;
}

#results-area,
#form-area {
    float: right;
    position: relative;
    width: 342px;
}

.results-text,
.form-question {
    width: 140px;
    margin-right: 15px;
    float: left;
    color: #666;
    font-size: 12px;
    font-family: arial, sans-serif;
    font-style: italic;
    line-height: 16px;
    text-align: right;
}

#results-area .results,
#classification-form {
    display: block;
    width: 183px;
    float: right;
}

#classification-form select {
    width: 183px;
    padding: 5px 6px;
    font-family: arial, sans-serif;
    color: #333;
    font-size: 11px;
    background: url("../../images/cloud/pulldown-arrow.png") no-repeat 160px 6px #e3e3e3;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #eaeaea;
    cursor: pointer;
}

#form-submit {
    position: absolute;
    left: 364px;
    top: 86px;
    width: 81px;
    height: 22px;
    border: 0;
    margin: 0;
    padding: 0;
    background: url("../../images/cloud/submit-button.png") 0 0 no-repeat;
    text-indent: -999999px;
    cursor: pointer;
}

#form-submit:hover {
    background-position: -81px 0px;
}

#results-area .result {
    margin-bottom: 5px;
    width: 183px;
    height: 22px;
    font-family: arial, sans-serif;
    font-size: 11px;
}

.result .score {
    float: left;
    width: 45px;
    background: #e3e3e3;
    text-align: center;
    color: #006600;
    font-weight: bold;
}

.result .cloud-type {
    float: left;
    margin-left: 3px;
    padding-left: 6px;
    width: 129px;
    /* 135-6 */
    background: #e3e3e3;
}

.result .correct {
    color: #333;
}

.result .incorrect {
    color: #006600;
    font-style: italic;
}

/* CLOUD KEY / FOOTER */

.classification-footer {
    clear: both;
    background: #545454;
    position: relative;
    top: -8px;
    width: 1009px;
    padding-top: 8px;
}

.expanded-footer {
    top: -159px !important;
}

.classification-tab {
    margin: -35px 0 0 65px;
    width: 133px;
    height: 27px;
    background: #545454;
    background-image: url("../../images/cloud/key-icon.png");
    background-repeat: no-repeat;
    background-position: 6px 3px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

#cloud-key-arrow {
    float: right;
    margin: 3px 3px 0 0;
    background: url("../../images/cloud/key-openclose-arrow.png");
    height: 21px;
    width: 21px;
}

.expanded-arrow {
    background-position: 21px 0px !important;
}

#footer-body {
    height: 159px;
    /*height: 149px;*/
    /* 157 - 8 */
}

.collapsed-footer {
    display: none;
    top: -8px;
}

.footer-arrow {
    height: 45px;
    width: 26px;
    background: url("../../images/cloud/nextprev-arrows-sprite.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

#footer-arrow-prev {
    margin: 52px 0 0 15px;
    float: left;
    background-position: -52px 0px;
}

#footer-arrow-prev:hover {
    background-position: -78px 0px;
}

#footer-arrow-next {
    margin: 52px 21px 0 0;
    float: right;
    background-position: 0px 0px;
}

#footer-arrow-next:hover {
    background-position: -26px 0px;
}

#footer-body ul {
    float: left;
    margin: 32px 0 0 65px;
    list-style-type: none;
}

#footer-body ul li {
    display: inline-block;
    margin-right: 32px;
    cursor: pointer;
}

#footer-body ul li p {
    margin-top: -4px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #fff;
}

.key-expand-button {
    position: absolute;
    margin: -30px 0 0 103px;
    height: 21px;
    width: 20px;
    background: url("../../images/cloud/enlarge-icon.png") 0 0;
    cursor: pointer;
}

.key-expand-button:hover {
    background-position: 20px 0px;
}

/* Overlay */

:root * {
    /* disable transparencey filter for IE9, cuz it supports RGBA */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false') !important;
}

#overlay-background {
    position: absolute;
    height: 771px;
    width: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    padding: 0 6px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}

#key-overlay {
    position: absolute;
    height: 557px;
    width: 780px;
    z-index: 25;
    top: 82px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #5d6771;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
}

.top-bar {
    height: 37px;
    background: #333;
}

#key-icon {
    position: absolute;
    height: 18px;
    width: 193px;
    top: 10px;
    left: 24px;
    background: url("../../images/cloud/cloudclass-txt-header.png");
}

#key-close {
    position: absolute;
    height: 17px;
    width: 17px;
    top: 10px;
    right: 20px;
    background: url("../../images/cloud/close-x-sprite.png") 0 0;
    cursor: pointer;
}

#key-close:hover {
    background-position: 17px 0px;
}

.key-overlay-body {
    background: #333d47;
    height: 520px;
}

.key-type-navbar {
    height: 53px;
    overflow: hidden;
}

.key-type-nav {
    height: 22px;
    margin-top: 14px;
    font-size: 11px;
    line-height: 22px;
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    cursor: pointer;
}

.key-type-nav:hover {
    color: #fff;
}

.key-type-nav span {
    display: block;
    text-shadow: 0px 1px 0px #000;
    filter: dropshadow(color = #000000, offx = 0, offy = 1);
}

.key-type-arrow,
.key-photo-arrow {
    background: url("../../images/cloud/key-nextprev-arrows-sprite.png") no-repeat;
    width: 15px;
    height: 22px;
    cursor: pointer;
}

#key-type-prev {
    float: left;
    margin-left: 24px;
}

#key-type-prev-arrow {
    float: left;
    margin-right: 5px;
    background-position: -30px 0;
}

#key-type-prev:hover div {
    background-position: -45px 0;
}

#key-type-prev span {
    float: left;
}

#key-type-next {
    float: right;
    margin-right: 20px;
}

#key-type-next span {
    float: left;
}

#key-type-next-arrow {
    float: left;
    margin-left: 5px;
    background-position: 0 0;
}

#key-type-next:hover div {
    background-position: -15px 0;
}

.key-overlay-body .left-area {
    float: left;
    width: 450px;
    margin-left: 24px;
}

#cloud-key-image {
    height: 321px;
}

.key-photo-nav {
    margin-top: 8px;
}

#key-photo-prev {
    float: left;
    background-position: -30px 0;
}

#key-photo-prev:hover {
    background-position: -45px 0;
}

#key-photo-next {
    float: left;
    background-position: 0 0;
}

#key-photo-next:hover {
    background-position: -15px 0;
}

.key-photo-status {
    float: left;
    margin: 0 5px;
    font-family: arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ccc;
    text-shadow: 0px 1px 0px #000;
    filter: dropshadow(color = #000000, offx = 0, offy = 1);
}

#key-video-area {
    clear: both;
    bottom: 23px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}

#key-video-area a {
    text-decoration: none;
    font-family: arial, sans-serif;
}

#key-video-area img {
    display: block;
    height: 56px;
    width: 99px;
    float: left;
}

#key-video-area .video-text {
    float: left;
    margin: 7px 0 0 11px;
}

#key-video-area .watch {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#key-video-area .video-text p {
    font-size: 13px;
    line-height: 13px;
    color: #7c8792;
}

#key-video-area .video-text p span {
    color: #d6e0eb;
}

#key-video-area .video-text p span:hover {
    text-decoration: underline;
    color: #fff;
}

.right-area {
    float: left;
    width: 266px;
    margin: 0px 0 0 20px;
    font-family: arial, sans-serif;
    color: #d6e0eb;
}

.right-area .ruler {
    width: 100%;
    border-bottom: solid 1px #525960;
    margin-bottom: 9px;
}

.right-area h3 {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 11px;
    text-transform: none;
}

.right-area h4 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    color: #999;
    line-height: 11px;
    margin: 2px 0 3px 0;
}

.right-area span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 9px;
}

.key-text {
    font-size: 13px;
    line-height: 18px;
}

.key-attribution {
    margin-top: 15px;
    font-family: arial, sans-serif;
    color: #7c8792;
    font-size: 11px;
    line-height: 14px;
}

/* INFO POPUP */

#info-popup {
    position: absolute;
    z-index: 50;
    height: 488px;
    width: 650px;
    top: 97px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    background: #14293d;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
}

#info-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    height: 17px;
    width: 17px;
    background: url("../../images/cloud/close-x-sprite.png") 0 0;
    cursor: pointer;
}

#info-popup-close:hover {
    background-position: 17px 0px;
}

#info-popup-inner {
    width: 516px;
    margin: 67px 0 0 67px;
}

#info-popup-inner p {
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}

#info-popup-inner p a {
    color: #ccffff;
}

#info-popup-inner p a:hover {
    color: #fff;
    text-decoration: underline;
}