﻿BODY
{
    background-color: Black;
    background-image: url(Images/Grid.gif);
    font-family: Arial;
    font-size: 10pt;
    color: #AdAeA1;
}
A
{
    color: #CEC7BD;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}
.Footer
{
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;  
    width:600px;
    margin-top:60px; 
    text-align: center;
}
.MenuBox
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    background-image: url(Images/Menu.jpg);
    height:84px;
    width:500px;
    text-align:center;
    vertical-align: middle;
}
.MenuText
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2pt;
    padding-top: 35px;
}
.SectionHeader
{
    font-size: 12pt;
    font-weight: bold;
}
.Centered
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.MediumText
{
    font-size: 10pt;
    letter-spacing: 1pt;
    line-height: 14pt;
}
.Menu
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-bottom: 25px; 
}
.StaticMenuItem
{
    border: solid;
    border-width: 1px;
    border-color: gray;
    border-style: dotted;
    width: 75px;
    color: Gray;
}
.StaticMenuItemHover
{
    border-color: #CEC7BD;
    color: #CEC7BD;
}
.StaticMenuItemSelected
{
    font-weight: bold;
}
.AlbumSlide
{
    background-color: #222222;
    margin-left:auto;
    margin-right:auto;
    text-align:center;    
    width:150px;
    height:175px;
    border-style: dashed;
    border-color: #CEC7BD;
    border-width: 1px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;    
}
.AlbumSlide:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;    
}
.AlbumSlideImage
{
    position:relative;
    top:25px;
    left:0px;
    border-width: 1px;
    border-color: #CEC7BD;
    border-style: solid;
}
.AlbumSlideText
{
    position:relative;
    top:40px;
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
}
.AlbumStrip
{
    background-color: #222222;
    border-width: 1px;
    border-color: #CEC7BD;
    border-style: dashed;
    padding: 10px;
    overflow:auto;
    width: 930px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;    
}
.ImageDiv
{
    position:absolute;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center; 
    top: 25px;
    left: 0px;
    z-index: 50;
}   
.ImageFrame
{
    background-color:Black;
    padding:15px;
    width: 640px;
    height: 640px;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
} 
.ImageThumbnail
{
    border-width: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;      
}
.ImageThumbnail:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;        
}
.Image
{
    border-width: 0px;
}
.Curtain
{
    background-color:Black;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 3000px;
    height: 30000px;
    z-index: 5;
  	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;    
}