﻿
#placeholder {
    overflow-y: hidden;
}

#insert_remove td, .get_reset td {
    padding: 5px;
}

#insert_remove input.txt, .get_reset input.txt {
    width: 200px;
}

#insert_remove select, .get_reset select {
    width: 210px;
}

.container.responsive {
    padding-bottom: 100px;
}

.image_carousel.responsive, .list_carousel.responsive, .html_carousel.responsive {
    margin-bottom: -10px;
    margin-top: -100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.html_carousel.responsive {
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
}

    .html_carousel.responsive img {
        height: 100%;
        width: 100%;
    }

.image_carousel {
    padding: 15px 40px;
    position: relative;
    width: 1000px;
}

    .image_carousel .caroufredsel_wrapper a {
        display: block;
        float: left;
    }

    .image_carousel img {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        display: block;
        float: left;
        margin: 7px;
        padding: 9px;
    }

.list_carousel {
    padding: 15px 40px;
    position: relative;
}

    .list_carousel ol, .list_carousel ul {
        display: block;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    .list_carousel li {
        background-color: #F0F0F0;
        border: 5px solid #CCCCCC;
        color: #666666;
        display: block;
        float: left;
        font-size: 30px;
        height: 50px;
        margin: 6px;
        padding: 0;
        text-align: center;
        width: 50px;
    }

.html_carousel {
    position: relative;
}

    .html_carousel div.slide {
        height: 450px;
        position: relative;
        width: 1000px;
    }

        .html_carousel div.slide div {
            background-color: rgba(0, 0, 0, 0.6);
            bottom: 0;
            display: none;
            position: absolute;
            width: 100%;
        }

.wheel_of_fortune {
    height: 350px;
    position: relative;
}

    .wheel_of_fortune ul {
        display: block;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: absolute;
    }

    .wheel_of_fortune li {
        background-color: #FFFFDD;
        border: 5px solid #000000;
        color: #000000;
        display: block;
        float: left;
        font-size: 31px;
        height: 55px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 48px;
    }

        .wheel_of_fortune li.no_txt {
            background: url("../examples/images/wheel_of_fortune.jpg") no-repeat scroll center center #333333;
        }

#placeholder .html_carousel div.slide h4 {
    color: #FFFFFF;
    font-size: 35px;
    margin: 0;
    padding: 30px 0 0 100px;
    text-shadow: none;
}

.html_carousel div.slide p {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    padding: 0 0 30px 100px;
}

.transparent p.view_scripts {
    margin: 0;
    padding: 10px 0 10px 25px;
    position: relative;
}

    .transparent p.view_scripts a {
        color: #999999;
        font-weight: bold;
        padding-left: 20px;
        text-decoration: none;
    }

        .transparent p.view_scripts a:hover, .transparent p.view_scripts a.selected {
            color: #333333;
        }

a.prev, a.next, a.play, a.pause {
    background: url("../images/miscellaneous_sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    position: absolute;
    width: 45px;
}

a.prev, a.next {
    top: 85px;
}

.list_carousel a.prev, .list_carousel a.next {
    top: 30px;
}

a.play, a.pause {
    left: 50%;
    margin-left: -22px;
    top: 185px;
    z-index: 200;
}

a.next {
    right: -22px;
}

a.prev {
    left: -22px;
}

    a.prev:hover {
        background-position: 0 -50px;
    }

    a.prev.disabled {
        background-position: 0 -100px !important;
        cursor: default;
    }

a.next {
    background-position: -50px 0;
}

    a.next:hover {
        background-position: -50px -50px;
    }

    a.next.disabled {
        background-position: -50px -100px !important;
        cursor: default;
    }

a.play {
    background-position: -150px 0;
}

    a.play:hover {
        background-position: -150px -50px;
    }

    a.play.disabled {
        background-position: -150px -100px !important;
        cursor: default;
    }

    a.play.paused {
        background-position: -100px 0;
    }

        a.play.paused:hover {
            background-position: -100px -50px;
        }

a.pause {
    background-position: -150px 0;
}

    a.pause:hover {
        background-position: -150px -50px;
    }

    a.pause.disabled {
        background-position: -150px -100px !important;
        cursor: default;
    }

    a.prev span, a.next span, a.play span, a.pause span {
        display: none;
    }

div.pagination {
    height: 15px;
    padding: 10px 40px 0 0;
    text-align: center;
}

    div.pagination a {
        background: url("../images/miscellaneous_sprite.png") no-repeat scroll 0 -300px rgba(0, 0, 0, 0);
        display: inline-block;
        height: 15px;
        margin: 0 5px 0 0;
        width: 15px;
    }

        div.pagination a.selected {
            background-position: -25px -300px;
            cursor: default;
        }

        div.pagination a span {
            display: none;
        }

div.logbox {
    background-color: #F9FFCC;
    border: 1px dotted #FF3300;
    margin: 10px 8px 0 6px;
    padding: 10px 20px;
}

    div.logbox p {
        color: #FF3300;
        margin: 0;
    }

div.timer {
    background-color: #9E1F63;
    height: 6px;
    width: 0;
}

div.thumbnails {
    margin: 10px 0 -10px;
    text-align: center;
}

    div.thumbnails img {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        cursor: pointer;
        display: inline-block;
        margin: 7px;
        padding: 9px;
    }

        div.thumbnails img:hover {
            background-color: #EEEEEE;
        }

        div.thumbnails img.selected {
            background-color: #CCCCCC;
        }

.scripts {
    position: relative;
}

    .scripts .script {
        display: none;
        width: 950px;
    }

#tooltip {
    background-color: #EEEEEE;
    border: 1px solid #111111;
    padding: 5px;
    position: absolute;
    z-index: 3000;
}

    #tooltip h3, #tooltip div {
        margin: 0;
    }
