html,body,textarea{font-family:Tahoma,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 {
    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;
	text-align: right;
	direction: rtl;
}
    /* navigation tab */
    #wsNavbar #wsNavtab {
        font-size: 12px;
        position: absolute;
        top: -26px;
        right: 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 { /*not fa-ing*/
        margin-right: 2px;
        margin-top: -2px;
        position: absolute;
        left: 2px;
        background: url(loading.gif);
        width: 16px;
        height: 16px;
        text-align: right;
        text-indent: -999em;
        overflow: hidden;
    }
    #wsNavbar #wsNavtab #wsCount {
        color: #999;
        font-size: 10px;
        width: 30px;
        padding-right: 10px;
    }
    #wsNavbar #wsOptions {
        position: absolute;
        left: 20px;
        top: 20px;
        font-size: 12px;
    }
        #wsOptions li {
            float: left;
            width: auto;
            margin-right: 10px;
        }
        #wsOptions a {
            color: #FFF;
        }
            #wsOptions a:hover {
                color: #39D;
            }

/* slide buttons */
#wsList li {
    padding-left: 4px;
    padding-bottom: 4px;
	float: right;
}
    #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-left-color: #666;
        border-bottom-color: #666;
    }
    #wsList li a:hover {
        color: #39D;
    }
    #wsList li a:active {
        border: 1px solid #555;
        border-left-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-left: 0.5em;
	float: right;
}
    #wsSlideDesc {
        font-size: 11px;
        color: #999;
        line-height: 24px;
        height: 24px;
    }
    
#wsHelpDialog, #wsHelpClose, #wsAboutDialog, #wsAboutClose {
    background: #000;
    background: rgba(0,0,0,0.9);
    border: 1px solid #BBB;
    border-right-color: #999;
    border-left-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;
	direction: rtl;
	text-align: right;
}
#wsHelpClose, #wsAboutClose {
}
    #wsHelpDialog h3, #wsHelpDialog p, #wsHelpDialog dd, #wsHelpDialog ul,
	#wsAboutDialog h3, #wsAboutDialog p, #wsAboutDialog dd, #wsAboutDialog ul {
        margin-bottom: 20px;
    }
        #wsHelpDialog h3, #wsAboutDialog h3 {
            font-size: 18px;
        }
        #wsHelpDialog h4, #wsAboutDialog h4 {
            margin-bottom: 5px;
            font-size: 14px;
        }
    #wsHelpDialog dt {
        font-weight: bold;
		float: right;
		margin: 0 0 0 5px;
    }
        #wsHelpDialog dd {
            padding-right: 0px;
        }
    #wsHelpDialog li, #wsAboutDialog li {
        margin-right: 20px;
        list-style-type: disc;
    }
    #wsHelpDialog a, #wsAboutDialog a {
        color: #39D;
    }
    #wsHelpDialog a#wsHelpClose, #wsAboutDialog a#wsAboutClose {
        padding: 3px;
        color: #FFF;
    }
        #wsHelpDialog a#wsHelpClose:hover, #wsAboutDialog a#wsAboutClose:hover {
            color: #39D;
        }
        #wsHelpDialog a#wsHelpClose:active, #wsAboutDialog a#wsAboutClose:active {
            border: 1px solid #555;
            border-left-color: #BBB;
            border-bottom-color: #999;
        }
        