@charset "utf-8";
a {
    text-decoration: none;
}
img {
    border: 0;
}
#wait {
    background-image: url(/images/jquery-tools/tooltip/white.png);
    background-repeat: no-repeat;
    height: 89px;
    width: 189px;
    font-size: 12px;
    color: #C03;
    padding-top: 16px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    z-index: 30000
}
#statusbar_icon {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 5000;
}
#statusbar {
    position: fixed;
    left: 24px;
    background-color: #FC3;
    color: #C00;
    top: 0px;
    right: 24px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #000;
    border-left-color: #000;
    display: none;
    z-index: 5000;
}
#statusbar div {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    text-align: left;
}
#statusbar div img { float: left; 
}

.error_list *{
    color: #F00;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.tooltip *, .tooltip_small *,.tooltip_big *{
    color:#fff;
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
}

.tooltip{
    display: none;
    overflow: auto;
    padding:5px;
    color:#fff;
    border: 3px solid white;
    -webkit-border-radius: 7px;
    background-color: black;
    background: -webkit-gradient(linear,center top,center bottom,from(black),to(gray));
    z-index: 7000;
}

.tooltip_small{
    display: none;
    overflow: auto;
    font-size:12px;
    height:100px;
    width:200px;
    padding:5px;
    color:#fff;
    font-family: Arial,Helvetica,sans-serif;
    border: 3px solid white;
    -webkit-border-radius: 7px;
    background-color: black;
    background: -webkit-gradient(linear,center top,center bottom,from(black),to(gray));
    z-index: 7000;
}

.tooltip_big {
    display: none;
    font-size:12px;
    height:200px;
    width:300px;
    padding:5px;
    color:#fff;
    font-family: Arial,Helvetica,sans-serif;
    border: 3px solid white;
    -webkit-border-radius: 7px;
    background-color: black;
    background: -webkit-gradient(linear,center top,center bottom,from(black),to(gray));
    display: none;
    z-index: 7000;
}
.overlay {
    display: none;
    border: 3px solid white;
    -webkit-border-radius: 7px;
    background-color: #354f5b;
    background: -webkit-gradient(linear,center top,center bottom,from(#182429),to(#354f5b));
    height: 500px;
    width: 600px;
    padding: 5px;
}

.panel {
    display: none;
    background-color: #354f5b;
    background: -webkit-gradient(linear,center top,center bottom,from(#182429),to(#354f5b));
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    -webkit-box-shadow: 5px 5px 5px #333;
    color: #FFF;
    position: absolute;
    left: 22px;
    top: 232px;
    border: 1px solid #000;
    z-index: 6000;
}
.panel > div:first-child {
    color: #fff;
    background-color: #1a3a60;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f85cf), to(#1a3a60));
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    height: 22px;
    cursor: move;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    /*padding-top: 3px;*/
}
.panel > div:first-child > a{
    float: right;
    margin-left: 5px;
}
