
body
{
    color: inherit;
    background-color: #A0A0A0;
}

a:link
{
    color: black;
    background-color: transparent;
}

a:visited
{
    color: #303030;
    background-color: transparent;
}

a:active
{
    color: white;
    background-color: transparent;
}

a:hover
{
    color: white;
    background-color: transparent;
}

div#Photo
{
    text-align: center;
}

img#Photo
{

}

h1
{
    text-align: center;
}

div.PhotoAlbumEntry
{
    width: 50%;
    margin-right: 70%;
}

div.File_Size
{
    float:right;
    margin-left:70%;
}

.File_Size
{
    text-align: right;
}

div#CaptionBlock
{
    text-align: center;
}

div#Caption
{
    text-align: center;
    font-size: larger;
    margin-left: 10%;
    margin-right: 10%;
}
div.Copyright
{
    text-align: center;
    font-size:smaller;
}

.directionalprev
{
    float: left;
    vertical-align: bottom;
}
.directionalnext
{
    float: right;
    vertical-align: bottom;
}

div.PhotoInfo
{
    margin-top: 1em;
    margin-left:40%;
    text-align: left;
    font-size: smaller;
}

a.PhotoDetail
{
}

div#PhotoInfoBlock
{
    margin-left: 2em;
}

img.Thumbnail
{
    border-width: 0px;
}

a.Thumbnail
{
    height: 128px;
    width: 128px;
}

div.Thumbnail
{
    float: left;
    height: 128px;
    width: 128px;
    margin: 10px;
    margin-bottom: 1.5em;
    text-align: center;
}
