﻿.panel, a.trigger {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: fixed;
    display: block;
    top: 50px;
    left: 0;
    background: #111;
    opacity: .95;
}

.panel {
    display: none;
    border: 1px solid #111111;
    width: 200px;
    height: 520px;
    padding: 20px 10px 10px 10px;
    text-align: center;
    z-index: 9999;
}

a.trigger {
    background: #333333 url(in.png) no-repeat 4px center;
    border: 1px solid #333333;
    z-index: 99999999;
    width: 30px;
    height: 200px;
}

a.trigger:hover {
    position: fixed;
    text-decoration: none;
    background: #111111 url(in.png) no-repeat 4px center;
    display: block;
    width: 30px;
    height: 200px;
}

a.active.trigger {
    background: url(out.png) right 10px no-repeat;
    border: none;
    text-align: left;
    height: auto;
    width: 210px;
    height: 30px;
}

a.inactive.trigger {
    background: #333333 url(in.png) no-repeat center center;
    border: 1px solid #444444;
    width: 20px;
    height: 50px;
}

.title {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin: auto auto auto auto;
    text-align: left;
    line-height: 18px;
}


.title2 {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin: auto auto auto auto;
    text-align: left;
    width: 130px;
    float: left;
    line-height: 30px;
    height: 30px;
}

.title3 {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin: auto auto auto 10px;
    text-align: left;
    width: 90px;
    float: left;
    line-height: 25px;
}

.w {
    width: 100px;
    margin-top: 2px;
    margin-bottom: 2px;
}


.preset {
    float: left;
}

.preset img {
    width: 20px;
    height: 20px;
}

.preset a, .preset a:link, .preset a:active, .preset a:visited {
    width: 20px;
    height: 20px;
    padding: 1px;
    border: solid 1px silver;
    margin: 4px 0px 0px 7px;
    display: block;
    background-color: #444;
    color: #fff;
    font-weight: bold;
}

.preset a:hover, .preset a:hover {
    background-color: #ffffff;
    color: #111111;
    border-color: #ffffff;
}

.l {
    height: 1px;
    background-color: #333;
    clear: both;
    margin-top: 3px;
    margin-bottom: 3px;
}

.reset, .reset a, .reset a:link, .reset a:visited {
    color: Red;
    text-decoration: none;
    margin-top: 8px;
    padding: 3px;
}

.reset a:hover {
    background-color: Red;
    color: #ffffff;
}


#panel .sb {
    background: #2a3740 url(../images/buttons/button_1.png) repeat-x 0 0;
    margin-top: 10px;
    padding: 2px 6px;
    cursor: pointer;
    border: solid 1px #2a3740;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    text-transform: uppercase;
}

.sb:hover {
    color: #fff;
    border: solid 1px #333 !important;
    background: #333 url(../images/buttons/button_1.png) repeat-x 0 -40px !important;
}
