.periscope2-box-base {
    width:auto;
    height:auto;
    margin: 0px;
    padding: 2px 10px;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    display: none;
}

.periscope2-loader {
    width:49;
    height:17;
    margin: 0px;
    background:#ffffff url('/imgs/loader.gif') 3px 3px no-repeat;
}

.periscope2-hidden {
    display: none;
}

.periscope2-shadow {
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#888888;
    z-index:3;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.periscope2-fixed-top {
    position:fixed;
}

.periscope2-warn {
    background-color: yellow;
    border:1px solid red;
    color: black;
    font-style: bolder;
}

.periscope2-info {
    width:43px;
    height:11px;
    margin:0px auto;
    padding:5px;
    background: url('/imgs/loader.gif') 0px 0px no-repeat;
}

tr.p2hvr:hover td {
    background-color:yellow;
}
