﻿/* FOTO ALBUM CLASSES */
BODY
{
}

.FotoPane
{
    margin-left: 30px;
    float: left;
    width: 800px;
    height: 600px;
}

.Foto
{
    width: 800px;
    height: 600px;
}

.RandomImg
{
    width: 160px;
    height: 120px;
}

.ThumbImg
{
    cursor: pointer;
}

.PopupContainer
{
    padding: 10px 20px 20px 20px;
    top: 100px;
    left: 100px;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    width: auto;
    height: auto;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
}

.HiddenButton
{
    display: none;
}

.PopupContainer .buttons
{
    text-align: right;
}

.PopupContainer .buttons .button
{
    cursor: pointer;
}

.PopupBackground
{
    background-color: #000000;
    opacity:.50;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
}

/* SETTINGS CLASSES */

.NormalTextBox
{
    width: 240px;
}
