root { 
    display: block;
}
body {
    height:100%;
    margin:20px;
    padding:20px;
    color: #efefef;
    background-color: #00000000;
}
/* webkit scrollbars */
::-webkit-scrollbar { width: 5px; height: 5px; background-color: #efefef;}
::-webkit-scrollbar-button { background-color: #FC8E00; height: 3px;}
::-webkit-scrollbar-track-piece {background-color: #222;}
::-webkit-scrollbar-thumb {background-color: #FC8E00;}
/* webkit scrollbars */

.win {
    background-color: #020202;
    text-align: center;
    border: #444444 0px solid;
    display: none;
    position: absolute;
    padding: 5px;
    height: 100%;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.bordered {
    border: 1px solid #444;
}
.help {
    position: relative;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#111));
}
.help > * { vertical-align: middle;}
.help > img { padding-left: 30px;}

#wl_main { overflow: auto;}

.bi {
    width: 100%;
    text-align: left;
    padding: 5px;
    margin: 0px;
    color: #efefef;
    background-color: #333;
    font-size: 18px;
    border: 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

.bi:focus {
    color: #222;
    width: 100%;
    background-color: #FF9900;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFDDAA), to(#FF9900));
}

.pbar_container {
    height: 8px;
    width: 100%;
    border: 1px solid #444444;
    background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#222));
}
.pbar {
    background-color: #FF9900;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFDDAA), to(#FF9900));
    height: 8px;
    width: 0%;
}

#wp_cname {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #111;
    background-color: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ababab));
    padding: 5px 20px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
#win_volume {
    padding: 10px 20px;
}
.green {
    background-color: #66FF00;
    background: -webkit-gradient(linear, left top, left bottom, from(#CCFFAA), to(#66FF00));
}
.muted {
    background-color: #FF0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFAAAA), to(#FF0000));
}



