﻿#numnav
{
    margin: 5px;
}
#pageHeader h3
{
    height: 150px;
    background-image: url(../images/header02.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
#linkList2
{
    display: none;
}
#Rotator3
{
    display: none;
}
.controlArea
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    padding: 10px;
    position: relative;
    margin-right: 5px;
}
/* Used by the page number control */
.PageNumbers
{
    display: inline;
}
.PageNumbers span
{
    padding-left: 3px;
}
.album, .album-ovr
{
    background-color: #f9f8f4;
    border: 1px solid #E8DCA3;
    padding: 7px;
    margin: 10px 10px 10px 0;
    width: 240px;
    color: #000;
    vertical-align: middle;
}
.album-ovr
{
	background: url(../images/bg/item_hover.gif) repeat-y;
}	
.album a, .album-ovr a
{
    text-decoration: none;
}
.albumImage
{
    float: left;
    padding: 0 5px 0 0;
    margin-right: 10px;
}
.photoPanel h2
{
    font-size: 12pt;
}
.photoPanel h3
{
    font-size: 10pt;
}
.photoPanel a
{
    color: #8A3700;
    text-decoration: underline;
}
.titleLink
{
    font-size: 11px;
    font-weight: bold;
    margin: 12px 0 10px 0;
}
.thumbnails
{
    background-color: #000;
    padding: 5px 0px 5px 5px;
    margin: 5px 0;
}
.tinyImage
{
    border: 0;
}
#img
{
    padding: 10px;
    text-align: center;
}
#notes
{
    padding: 10px;
}
#arrowhead
{
    z-index: 99;
    position: absolute;
    top: -500px;
    left: 0;
    visibility: hidden;
}
.photo
{
    margin: 5px 6px;
    border: 1px solid #90a0a2;
    padding: 5px 8px 5px 9px;
    width: 100px;
    text-align: center;
}
.photoNote
{
    font-size: 9pt;
    color: #232f38;
    margin-top: 4px;
    text-align: left;
}
/************************************************************************
* lightbox styles
************************************************************************/
#lightbox
{
    background-color: #eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightboxDetails
{
    padding-top: 3px;
}
#lightboxCaption
{
    float: left;
}
#keyboardMsg
{
    float: right;
}
#closeButton
{
    top: 5px;
    right: 5px;
}

#lightbox img
{
    border: none;
    clear: both;
}
#overlay img
{
    border: none;
}

#overlay
{
    background-image: url(../images/lightbox/overlay.png);
}

* html #overlay
{
    background-color: #333;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src= "../images/lightbox/overlay.png" , sizingMethod= "scale" );
}
/*  End lightbox style */


