@charset "UTF-8";
@import url("./Persistent.css");

/*
 * /resources/css/Print.css
 * Created on: March 23, 2007
 * $Revision: 6 $
 * $LastChangedDate: 2007-04-17 21:09:35 -0400 (Tue, 17 Apr 2007) $
 * Copyright © Steven Coco. All rights reserved, worldwide. www.StevenCoco.com
 */

div.ThumbnailBox {
    background-color: white;
    padding: 0 1em;
    border: thin solid #4F4026; /* XX-Dark BG */
}

div.ThumbnailBox .Caption {
    margin-bottom: 2em;
    padding: .4em 1em;
    color: #4F4026; /* XX-Dark BG */
    border-bottom: thin solid #4F4026; /* XX-Dark BG */
}
div.ThumbnailBox .Caption * {
    font-size: 92%;
}

span.ThumbnailInstance a, span.ThumbnailInstance a:link,
span.ThumbnailInstance a:visited,
span.ThumbnailInstance a:hover, span.ThumbnailInstance a:active {
    margin: 0;
    padding: 0;
    border: none;
    color: black;
    background-color: transparent;
    background-image: none;
    font-style: normal;
    text-decoration: none;
}

span.ThumbnailInstance {
    margin-left: 1em;
    margin-right: 1em;
}

span.ThumbnailInstance img {
    vertical-align: middle;
    border: thin solid white;
    margin-bottom: 2em;
}
span.ThumbnailInstance img:hover {
    border-color: #F4C069; /* Link Hover BG Orange */
}

#fullSizePhoto {
    margin-top: 2em;
}

#fullSizePhotoBox {
    margin-top: 2em;
    text-align: center;
    background-color: white;
    padding: 0 2em 2em 2em;
    border: thin solid #4F4026; /* XX-Dark BG */
}
#fullSizePhotoBox .LeadingCaption {
    text-align: left;
    margin-bottom: 2em;
}
