<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************
  Vectorballs and mesh3D demos
 **********************************************************/
.ball2 {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(balls.png) no-repeat -101px 3px;
}

#vtool {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(toolbk.gif) repeat-x;
    height: 64px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

#mstatus,
#vstatus {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 4px;
    background: #CBC7BE;
    height: 17px;
    padding-top: 3px;
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
    line-height: normal;
}

#marena{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 480px;
}

#varena {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 480px;
    margin-top: 64px
}

/**********************************************************
  Photoshow
 **********************************************************/
#parena {
    background: #444;
}

#parena img {
    vertical-align: middle;
    border: 2px solid #34342a
}

#parena div {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 440px;
    text-align: center;
}

#ptxt {
    position: absolute;
    width: 300px;
    top: 10px;
    right: 10px;
    font-family: Tahoma, sans-serif;
    font-size: 8pt
}

#pheader {
    background: url(photoshow/tool-bk.jpg) repeat-x;
    border-bottom-color: #aaa
}

span.rasterThumbListItem a.rasterListItemSelected {
    border-color: #8fc0f1;
    background: #dbedfa;
}

div.rasterList {
    background: #f5f4ef;
}
</pre></body></html>