#title {
    color: #ffffff;
    border: 1px solid #333;
    padding: 4px;
    background-color: #112299;
}


#root {
    color: #000000;
    z-index: 1;
    position:absolute;
    width: 800px;
    height: 700px;
    background-color: #333;
    border: 1px solid #222;
    visibility: hidden;
}

#root A:ACTIVE { text-decoration: none; color: #000000; }
#root A:VISITED { text-decoration: none; color: #000000; }
#root A:LINK { text-decoration: none; color: #000000; }
#root A:HOVER { text-decoration: none; color: #000000; }

#handle {
    cursor: move;
    z-index: 1;
    margin: 2px;
    padding: 2px;
    width: 792px;
    color: #808080;
    background-color: #112299;
    visibility: hidden
}

.thumbRoot {
    float: left;
    position: relative;
    width: 140px;
    height: 100px;
    background-color: black;
    padding-top: 15px;
    padding-bottom: 10px;
    border: 1px solid #333;
}

.thumbImage {
    width: 140px;
    height: 100px;
    background-color: black;
}

/* Nicetitle Style */
div.niceTitle {
    background-color: #333333;
    width: 250px;
    padding: 4px;
    position: absolute;
    font-size: 12px;
    color: #cccccc;
    text-align: left;
    border: 1px solid #ffffff;
    z-index: 20;
}
div.niceTitle .contents {
    padding: 3px;
}

div.niceTitle .caption {
    background-color: #3333ff;
}
