/* PRINT START */
@media print {

#photo-previous, #photo-next, #photo-sizes, #photo-ziplink {
        display: none;
}

} /* PRINT END */

/* SCREEN */
@media screen {

#photo-previous {
        float: left;
        font-size: 12px;
        text-decoration: none;
}

#photo-next {
        float: right;
        font-size: 12px;
        text-decoration: none;
}

#photo-sizes {
        margin: 0;
        padding: 1em 0;
        list-style: none;
        text-align: center;
        display: block;
}

#photo-sizes li {
        margin: 0;
        padding: 0;
        display: inline;
}

#photo-sizes a {
        background-color: rgb(210,210,210);
        border: 1px solid #555;
        text-decoration: none;
        margin: 0;
        padding: 0.3em 1em;
}

#photo-sizes a.photo-current {
        background-color: rgb(230,230,230);
}

#photo-sizes a:hover {
        background-color: rgb(190,190,190);
}

#photo-ziplink {
        padding: 1em 0;
        text-align: center;
        clear: left;
}

#photo-ziplink a {
        background-color: rgb(210,210,210);
        border: 1px solid #555;
        text-decoration: none;
        margin: 0;
        padding: 0.3em 1em;
}

} /* SCREEN END */

#photo-properties {
        border-collapse: collapse;
        margin: 0.1em auto;
        white-space: nowrap;
        border: 1px solid rgb(190,190,190);
        width: 80%;
}
#photo-properties th {
        text-align: right;
        width:25%;
        margin: 0;
        vertical-align:top;
        padding: 2px;
        border: 1px solid rgb(190,190,190);
}

#photo-properties td {
        text-align: left;
        width:75%;
        margin: 0;
        vertical-align:top;
        padding: 2px;
        border: 1px solid rgb(190,190,190);
}

#photo-title {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #003399;
        text-align: center;
}

#photo {
        text-align: center;
        border: none;
}

#photo-thumbnails a {
        display: block;
        float:left;
        width: 130px;
        height: 158px;
        margin: 2px;
        text-align:center;
        border: 1px solid black;
        text-decoration: none;
        font-size: 8pt;
        color: black;
}
#photo-thumbnails .thumbtitle {
        display: block;
        background-color: #fff;
}
#photo-thumbnails .thumbpicture {
        display: block;
        width: 128px;
        height: 128px;
        margin: 1px;
}

#photo-thumbnails img {
        border: none;
}

#photo-thumbnails .thumbfolder {
        display: block;
        width: 48px;
        height: 52px;
        margin: 1px;
        padding: 30px 40px 46px 40px;
        border: none;
}
