body, html, form {
    /*margin-top: 96px;*/
    height: 100%;
}

/*Temporary*/
#april {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -253px;
    margin-left: -417px;
    width: 833px;
    height: 506px;
    background-image: url(../images/april/bg.png);
    background-repeat: no-repeat;
    z-index: 101;
    display: none;
}

    #april #close {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 27px;
        height: 25px;
        cursor: pointer;
    }

    #april #donateNow {
        position: absolute;
        right: 50px;
        bottom: 15px;
        z-index: 102;
    }

        #april #donateNow p {
            padding-left: 2px;
        }

        #april #donateNow a {
            color: #fff;
            font-size: 10px;
            text-decoration: underline;
        }

            #april #donateNow a:hover {
                text-decoration: none;
            }

    #april #hero {
        position: absolute;
        bottom: 3px;
        left: 3px;
        z-index: 101;
    }

#background {
    display: none;
}

    #background img {
        position: absolute;
        top: 0;
    }

#bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

#currentlyViewing {
    position: absolute;
    right: 0;
    top: 0;
    width: 224px;
}

#currentLocation {
    padding-left: 25px;
    width: 173px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    float: left;
}

    #currentLocation span {
        cursor: pointer;
    }

#currentLocationBtn {
    background: url('../images/currentlyviewing_arrow.png');
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    width: 11px;
    height: 7px;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -100px;
    outline: none;
}

    #currentLocationBtn span {
        display: none;
    }

    #currentLocationBtn.down {
        background-position: bottom;
    }

    #currentLocationBtn.up {
        background-position: top;
    }

#currentlyViewingBtn {
    cursor: pointer;
}

#currentlyViewingBottom {
    height: 10px;
    font-size: 10px;
}

#currentlyViewingMenuWrapper {
    height: 0;
    background: url('../images/currentlyviewing_bg.png') repeat-y;
    overflow: hidden;
    position: relative;
}

#currentlyViewingMenu {
    height: 172px;
    padding-top: 20px;
    overflow: hidden;
    outline: none;
    width: 224px;
}

    #currentlyViewingMenu .menuItem {
        background: none;
        border: 1px solid transparent;
        color: #fff;
        cursor: pointer;
        display: block;
        padding-left: 25px;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        height: 28px;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 214px;
    }

        #currentlyViewingMenu .menuItem:hover, #currentlyViewingMenu .menuItem:focus {
            color: #f11e1e;
            text-decoration: none;
        }

    #currentlyViewingMenu .selected {
        background-color: #ff0000;
    }

        #currentlyViewingMenu .selected:hover, #currentlyViewingMenu .selected:focus {
            color: #fff;
        }

#currentlyViewingTop {
    height: 21px;
}

#currentlyViewingWrapper {
    background: url('../images/currentlyviewing_bg.png') repeat-y;
    height: 19px;
}

#dimmer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=75);
    opacity: 0.75;
    display: none;
    z-index: 100;
}

#footer {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    z-index: 100;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#homepage {
    margin-top: 96px;
}

#loading {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #CCC;
    position: absolute;
    top: 125px;
    left: 35px;
    z-index: 5;
    line-height: 18px;
}


#locationWrapper {
    position: absolute;
    top: 95px;
    width: 100%;
    overflow: hidden;
    min-height: 500px;
}

#mainIcons {
    z-index: 20;
    position: absolute;
    min-width: 968px;
    bottom: 250px;
    left: 0;
    right: 0;
}

    #mainIcons .last {
        margin-right: 0;
    }


#mainIconsContainer {
    position: absolute;
    height: 93px;
}

    #mainIconsContainer a {
        text-decoration: none;
    }

        #mainIconsContainer a.menuItem {
            display: block;
            bottom: 0;
            position: absolute;
        }

            #mainIconsContainer a.menuItem img {
                border: none;
                width: 100%;
            }

#overlay_bg {
    display: none;
}

#topContent {
    position: absolute;
    z-index: 20;
    top: 130px;
    right: 40px;
    width: 720px;
}

#wrapper {
    position: relative;
    height: 100%;
    min-width: 1039px;
    min-height: 650px;
}

.tickercontainer { /* the outer div with the black border */
    width: 384px;
    height: 27px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
        position: relative;
        left: 0;
        top: 0;
        width: 374px;
        overflow: hidden;
    }

#alertText ul.newsticker { /* that's your list */
    position: relative;
    left: 496px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    white-space: nowrap;
    padding-right: 150px;
}


.flexcrollLocations .scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.flexcrollLocations .vscrollerbase {
    width: 10px;
    background-color: #333;
}

.flexcrollLocations .vscrollerbar {
    width: 10px;
    background-color: #999;
}

.flexcrollLocations .hscrollerbase {
    height: 10px;
    background-color: white;
}

.flexcrollLocations .hscrollerbar {
    height: 10px;
    background-color: black;
}

.flexcrollLocations .scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background-color: gray;
}
