html,body,textarea{font-family:Helvetica,Arial,Verdana,sans-serif;}

/* intro slide background color */
body {
    background: #000;
}

/* intro slide text */
#wsDetails.intro #wsLogo {
    display: inline-block;
}
#wsDetails.intro dl { 
    color: #FFF;
}
#wsDetails.intro dd { font-size: 12px; line-height: 20px; }
#wsDetails.intro dd.client { 
    font-weight: bold; 
    font-size: 16px;
}
#wsDetails.intro dt {
    display: none;
}
#wsInstructions {
    color: #FFF;
    font-size: 11px;
}
#wsInstructions.error {
    color: #C00;
    font-size: 11px;
}
#wsAuth {
    text-align: center;
}
    #wsAuth label {
        color: #FFF;
        display: block;
        visibility: hidden;
        height: 0; width: 0;
        overflow: hidden;
    }
    #wsAuth input {
        border: 1px solid #666;
        border-right-color: #DDD;
        border-bottom-color: #BBB;
        background: #000;
        font-size: 20px;
        text-align: center;
        color: #999;
        display: block;
        width: 200px;
        margin: 4px auto;
    }
    #wsAuth input:focus {
        color: #39D;
    }
    #wsAuth input#wsLoginBtn {
        border: 1px solid #DDD;
        border-right-color: #666;
        border-bottom-color: #666;
        color: #999;
        font-weight: bold;
        background: #222;
        font-size: 11px;
        height: 23px;
        vertical-align: text-top;
        cursor: pointer;
        padding-left: 4px;
        padding-right: 4px;
    }
    #wsAuth input#wsLoginBtn:active {
        color: #39D;
    }


/* navigation bar */
#wsNavbar {
    /* To attach the nav bar to a side for hide/show, you must set ONE of top, right, bottom, or left to -1px
     * If no side is negative, the navbar will simply fade in and fade out and you will lose the #wsNavTab.
     */
    bottom: -1px;
    right: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.8);
    -moz-box-shadow: 0px -3px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px -3px 6px rgba(0,0,0,0.5);
    box-shadow: 0px -3px 6px rgba(0,0,0,0.5);
    padding: 15px;
}
    /* navigation tab */
    #wsNavbar #wsNavtab {
        font-size: 12px;
        position: absolute;
        top: -26px;
        left: 15px;
        background: #000;
        background: rgba(0,0,0,0.8);
        border-top: 1px solid #999;
        border-bottom: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -moz-box-shadow: 0px -3px 6px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px -3px 6px rgba(0,0,0,0.5);
        box-shadow: 0px -3px 6px rgba(0,0,0,0.5);
        height: 19px;
        cursor: pointer;
        padding: 6px 20px 0;
    }
    #wsNavbar #wsNavtab #wsNavtabLink, #wsNavbar #wsNavtab #wsNavtabLink:active {
        color: #FFF;
    }
    #wsNavbar #wsNavtab #wsNavtabLink:hover {
        color: #39D;
    }
    #wsNavbar #wsLoading {
        margin-left: 2px;
        margin-top: -2px;
        position: absolute;
        right: 2px;
        background: url(loading.gif);
        width: 16px;
        height: 16px;
        text-align: left;
        text-indent: -999em;
        overflow: hidden;
    }
    #wsNavbar #wsNavtab #wsCount {
        color: #999;
        font-size: 10px;
        width: 30px;
        padding-left: 10px;
    }
    #wsNavbar #wsOptions {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 12px;
    }
        #wsOptions li {
            float: right;
            width: auto;
            margin-left: 10px;
        }
        #wsOptions a {
            color: #FFF;
        }
            #wsOptions a:hover {
                color: #39D;
            }

/* slide buttons */
#wsList li {
    padding-right: 4px;
    padding-bottom: 4px;
}
    #wsList li a {
        display: inline-block;
        width: 22px;
        border: 1px solid #FFF;
        background: rgba(0,0,0,0.4);
        line-height: 22px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        border: 1px solid #BBB;
        border-right-color: #666;
        border-bottom-color: #666;
    }
    #wsList li a:hover {
        color: #39D;
    }
    #wsList li a:active {
        border: 1px solid #555;
        border-right-color: #BBB;
        border-bottom-color: #999;
    }
    #wsList li.current a {
        background: #999;
        color: #000;
    }

/* slide titles and descriptions */    
#wsSlideTitle {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-right: 0.5em;
}
    #wsSlideDesc {
        font-size: 11px;
        color: #999;
        line-height: 24px;
        height: 24px;
    }
    
#wsHelpDialog, #wsHelpClose {
    background: #000;
    background: rgba(0,0,0,0.9);
    border: 1px solid #BBB;
    border-left-color: #999;
    border-right-color: #666;
    border-bottom-color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    padding: 10px;
    color: #FFF;
    font-size: 12px;
}
    #wsHelpDialog h3, #wsHelpDialog p, #wsHelpDialog dd, #wsHelpDialog ul {
        margin-bottom: 20px;
    }
        #wsHelpDialog h3 {
            font-size: 18px;
        }
        #wsHelpDialog h4 {
            margin-bottom: 5px;
            font-size: 14px;
        }
    #wsHelpDialog dt {
        font-weight: bold;
    }
        #wsHelpDialog dd {
            padding-left: 20px;
        }
    #wsHelpDialog li {
        margin-left: 20px;
        list-style-type: disc;
    }
    #wsHelpDialog a {
        color: #39D;
    }
    #wsHelpDialog a#wsHelpClose {
        padding: 3px;
        color: #FFF;
    }
        #wsHelpDialog a#wsHelpClose:hover {
            color: #39D;
        }
        #wsHelpDialog a#wsHelpClose:active {
            border: 1px solid #555;
            border-right-color: #BBB;
            border-bottom-color: #999;
        }
        
