﻿body
{
    margin-left: 0px;
    margin-top: 0px;
    background-image: "/Images/bg.gif";
    font-family: Verdana;
    font-size: small;
    color: #918317;
}

.body_table
{
    width: 1000;
    border-width: 0px;
    text-align: center;
    vertical-align: top;
    margin-top: 0px;
    border-right-style: none;
    padding: 0px;
    height: 100%;
}

.body_top
{
    background-image: "/images/top.jpg";
    height: 193px;
}

table
{
    height: 100%;
    border-spacing: 0px;
    padding: 0px;
    border-collapse: collapse;
    vertical-align: bottom;
}

.loginPopup
{
    visibility: hidden;
    opacity: .5;
}

.bottomCell
{
    height: 79px;
    vertical-align: bottom;
    text-align: right;
}

A
{
    text-decoration: none;
    color: silver;
}
A:link
{
    text-decoration: none;
    color: #3366ff;
}
A.menu:link
{
    text-decoration: none;
    font-size: 12px;
    color: #918317;
}

A:visited
{
    text-decoration: none;
    color: #3366ff;
}
A.menu:visited
{
    text-decoration: none;
    font-size: 12px;
    color: #918317;
}

.copyright
{
    font-size: 8pt;
    color: #aaaaaa;
    font-family: Verdana;
}

.masterPanel
{
    border-color: Red;
    border-style: solid;
    border-width: thin;
}

.viewAlbumTitlePanel
{
    height: 31px;
    cursor: pointer;
}

.viewAlbumInfoPanel
{
    height: 0px;
    overflow: hidden;
}

.photoPanel
{
    background-image: "/Images/bg.gif";
    width: 680px;
    height: 680px;
    text-align: center;
    vertical-align: middle;
}

.blogEntryPanel
{
    width: 615px;
    background-color: White;
}

.blogInfoPanel
{
    cursor: pointer;
    width: 615px;
    background-color: White;
}

.blogContentPanel
{
    height: 0px;
    overflow: hidden;
    background-color: White;
}
.blogEntryTable
{
    width: 615px;
}

.blog1EntryPanel
{
    width: 520px;
}

.blog1EntryCell
{
    width: 520px;
}
.blog1ListPanel
{
    width: 180px;
}
.blogEntryText
{
    color: #918317;
    font-family: Verdana;
}

.dateLabel
{
    color: #CCCC99;
}