LABEL { font: 10pt sans-serif; }
BODY { background: white; color: black; }

A SPAN.unlink { color: black; }
SPAN.clear { clear: both; }

DIV.search { position: absolute; right: 1ex; top: 1ex; }
DIV.ad { position: absolute; right: 1ex; top: 1ex; }
DIV.indexad { position: absolute; right: 1ex; top: 10ex; }

DIV.thumbs { position: absolute; left: 4px; top: 4px;  height: 100%; width: 120px; background: #d9d9d9 }

DIV.indexthumbhidden {
    margin: 6px;
    padding: 6px;
    background: #7c7c7c;
    font: 9pt sans-serif;
    float: left;
    width: 96px; height: 120px;
}


DIV.indexthumb {
    margin: 6px;
    padding: 6px;
    background: #d9d9d9;
    font: 9pt sans-serif;
    float: left;
    width: 96px; height: 120px;
}

TR.even { background: #c0c0ec; }
TR.odd { background: white; }
TH { border: 2px outset black; background: #d9d9d9; } 

SPAN.thumbimage { display: block; margin-top: 4px; width: 96px; height: 96px; vertical-align: bottom; }
SPAN.thumbimage IMG { vertical-align: bottom; }
img { border: 0px; }
a img { border: 0px; }

a:visited { color: blue; text-decoration: underline; }

SPAN.activethumb {
    margin-left: 6px;
    display: block;
    padding: 6px;
    background: white;
    border-left: solid #808080 2px;
    border-top: solid #808080 2px;
    border-bottom: solid black 2px;
    border-right: 0px;
    font: 9pt sans-serif;
}

SPAN.otherthumb {
    margin-left: 6px;
    display: block;
    padding: 6px;
    border-left: 0px;
    border-right: solid #808080 2px;
    border-top: 0px;
    border-bottom: 0px;
    font: 9pt sans-serif;
}


SPAN.bottomthumb {
    background: #d9d9d9;
    display: block;
    padding: 6px;
    border-left: 0px;
    border-right: solid #808080 2px;
    border-top: 0px;
    border-bottom: 0px;
    font: 9pt sans-serif;
    height: 99%;
}

DIV.main {
    position: absolute; left: 140px; top: 4px;
    width: 600px;
    background: white;
}

DIV.exif {
    border: 1px solid blue;
    margin: .5ex;
    float: right;
    background: #e0e0ff;
    color: black;
}

DIV.exif table {
    font: 8pt sans-serif;
    caption-side: top;
}

DIV.exif table caption {
    font: 8pt sans-serif;
    text-align: right;
    border-bottom: 1px solid blue; 
}

DIV.exifdata { display: none; }
DIV.exif a { text-decoration: none }
DIV.exifbutton { font: 8pt sans-serif; display: block; }

@media print {
    DIV.thumbs { display: none }
    DIV.main { display: inline; position: static; top: auto; left: auto }
    DIV.exifdata { display: inline; }
    DIV.exifbutton { display: none; }
    SPAN.noprint { display: none; }
}

