/**
 *Copyright (c) 2013 The Software MacKiev Company. All rights reserved.
 *For details, see us at www.hyperstudio.com
**/

@CHARSET "UTF-8";

* {
    /*-moz-user-select: -moz-none; */
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

object {
    outline: none;
}

.track {
    width: 80px;
    height: 100%;
    width: 15px;
    float: right;
    background: url(../img/scrollTrack.png);
    vertical-align: bottom;
}

.handle {
    height: 37px;
    width: 15px;
    background: url(../img/scrollHandle.png);
    font-size: 20px;
    text-align: center;
    z-index: 2;
}

.container {
    background-color: #F5F5F5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: #222 0px 1px 10px;
    -webkit-box-shadow: #222 0px 1px 10px;
    -o-box-shadow: #222 0px 1px 10px;
    box-shadow: #222 0px 1px 10px;
}

.alert-button {
    width: 150px;
    height: 40px;
    text-align: center;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    color: #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#afb0b0), to(#4e4f51)) repeat scroll 0 0 #000;
    text-shadow: 0px -1px 1px #000, 0px 1px 1px #ddd;
    box-shadow: 0px 1px 1px #433, 0px -1px 1px #fff;
}

.alert-cancel-button {
    width: 150px;
    height: 40px;
    text-align: center;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    color: #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#BB686E), to(#711518)) repeat scroll 0 0 #711518;
    text-shadow: 0px -1px 1px #000, 0px 1px 1px #ddd;
    box-shadow: 0px 1px 1px #433, 0px -1px 1px #fff;
}

.alert-button:active, .alert-cancel-button:active {
    background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#7d7d7d), to(#000000)) repeat scroll 0 0 #000000;
}

.play-button {
    display: block;
    background: url(../img/play-but.png) no-repeat 0 0 transparent;
    cursor: pointer;
    width: 82px;
    height: 82px;
    margin-left: 145px;
    margin-top: 20px;
    border: 0px none;
}

.play-button:active {
    background: url(../img/play-but-act.png) no-repeat 4px center transparent;
}

.media-play-button {
    position: absolute;
    z-index: 9999999;
    top: 50%;
    margin-top: -215px;
    left: 50%;
    margin-left: -220px;
    background: url(../img/play-up.png) no-repeat 0 0 transparent;
    width: 439px;
    height: 429px;
    padding: 0px;
    border: 0px none;
}

.media-play-button:active {
    background: url(../img/play-down.png) no-repeat 0 0 transparent;
}

.hplink, [contenteditable="true"] * {
    -moz-user-select: text;
    -moz-user-modify: read-write;
    -o-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    /* cursor: pointer; */
}

.inactive {
    outline: none;
}

#logpane {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    overflow-y: scroll;
    width: 200px;
    height: 500px;

    border: 5px solid #ffffff;
    border-radius: 7px;
    background-color: #000000;
    color: #7fff00;
    font-size: 12px;
    font-family: "Courier New";
    letter-spacing: 1px;
    text-align: left;
    padding: 5px;
    outline: none;
}

/*::selection {
    background:transparent;
    }*/