﻿/*
 * Font: 'Trebuchet MS', Verdana, Tahoma, Sans-Serif;
 *
 * Link color: #4F81BD
 * Hover color: #F79646
 *
 * Light gray: #CCCCCC
 * Text gray: #999999
 *
 */

.albumitem_normal
{
    border: solid 1px #FFFFFF;
}

.albumitem_over
{
    border: solid 1px #F79646;
}

table.tileLayoutTable
{
    width: 100%;
}

td.tilethumbnail
{
    width: 110px;
    padding-bottom: 10px;
}

td.tileinfo
{
    width: auto;
}

.tiletitle
{
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
    
    font-family: 'Trebuchet MS', Verdana, Tahoma, Sans-Serif;
    font-size: 10.5pt;
    
    cursor: help;
    cursor: pointer;
}

.tilememo
{
    display: block;
    
    margin-top: 3px;
    margin-bottom: 3px;
    
    color: #999999;
}

img.previewPhoto
{
    margin-left: 3px;
}

.photoListAlbumName
{
    display: block;
    
    font-family: 'Trebuchet MS', Verdana, Tahoma, Sans-Serif;
    font-size: 10.5pt;
    
    margin-bottom: 20px;
}

.tileThumbnail
{
    display: block;
    float: left;

    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;

    width: 102px;
    height: 102px;

    background-color: #F0F0F0;
    text-align: center;
}

.tileThumbnail:hover
{
    background-color: #ffe395;
}

.panelPhoto
{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

img.largePhoto
{
    border: solid 1px #999999;
}

td.photoViewLeft
{
    text-align: left;
    width: 150px;
}

td.photoViewCenter
{
    font-family: 'Trebuchet MS', Verdana, Tahoma, Sans-Serif;
    font-size: 10.5pt;
    text-align: center;
}

td.photoViewRight
{
    text-align: right;
    width: 150px;
}