/* The following styles are used in formatting the site title area */
TABLE.titlebar {
    width: 100%;
}

IMG {
    border: none;
}

TD.logo {
    border-top: solid 1px #8080FF;
    border-left: solid 1px #8080FF;
    border-right: solid 1px #8080FF;
    border-bottom: solid 1px #8080FF;
    padding-left: 5px;
    background: #D0D0FF;
    min-width: 245px;
    max-width: 245px;
    width: 245px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; FONT-SIZE: 14pt;
}

TD.titlemenu {
    min-width: 550px;
    max-width: 550px;
    width: 550px;
    border-bottom: solid 1px blue;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; FONT-SIZE: 10pt;
}

TD.titleexpand {
    border-bottom: solid 1px blue;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; FONT-SIZE: 14pt;
}

TD.menubox {
    border-left: solid 1px blue;
    border-right: solid 1px blue;
    background: #A0A0FF;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; FONT-SIZE: 10pt;
}

A.menubutton:link, A.menubutton:visited, A.menubutton:active {
    padding: 1px;
    margin: 0px;
    font-style: italic;
    text-decoration: none;  /* to remove the normal underline under A tags */
    color: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; FONT-SIZE: 10pt;
}


/* The following are the stylings for general site text */
BODY {
    background: #fffff5;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; FONT-SIZE: 10pt;
}

A:link, A:visited, A:active {
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; FONT-SIZE: 10pt;
    text-decoration: none;
    color: blue;
}

A.noghost:link, A.noghost:visited, A.noghost:active {
    padding: 1px;
    margin: 0px;
    font-style: italic;
    text-decoration: none;  /* to remove the normal underline under A tags */
    color: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; FONT-SIZE: 10pt;
}


TD {
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; FONT-SIZE: 10pt;
}

/* The following are for formatting the site info page */
TABLE.siteinfo 
{
    width: 800px;
}

/* The following are for formatting the album listing on the main page */
P.choosearea
{
    margin-left: 10px;
}


TABLE.albumtable
{
    background: #D0D0FF;
    border-top: solid 1px #8080FF;
    border-left: solid 1px #8080FF;
    border-right: solid 1px #8080FF;
    border-bottom: solid 1px #8080FF;
}

TR.albumtable
{
}

TD.albumtitle
{
    background: #E0FFE0;
}

TABLE.smltbl
{
    background: #D0D0FF;
    border-top: solid 1px #8080FF;
    border-left: solid 1px #8080FF;
    border-right: solid 1px #8080FF;
    border-bottom: solid 1px #8080FF;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
}

TR.smltbl
{
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
}

TD.smltbl
{
    background: #E0FFE0;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
}

TD.thumbframe
{
    background: #E0FFE0;
    width: 128px;
    height: 128px;
}

TD.thumbselect
{
    border-top: solid 2px #30FF30;
    border-left: solid 2px #30FF30;
    border-right: solid 2px #30FF30;
    border-bottom: solid 2px #30FF30;
    background: #E0FFE0;
    width: 128px;
    height: 128px;
}

TD.picframe
{
    width: 800px;
    height: 800px;
    max-width: 800px;
    max-height: 800px;
}

/*------------------------------------------------------------------------------
//             Revision Control System Log
//------------------------------------------------------------------------------
//
// Current Version:
// $Id: style.css,v 1.2 2006/12/01 19:27:26 chris Exp chris $
//
// Log History:
// $Log: style.css,v $
// Revision 1.2  2006/12/01 19:27:26  chris
// Added RCS log
//
//----------------------------------------------------------------------------*/
