﻿body 
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.MasterTable
{
    border-collapse:collapse;
    width: 100%;
}
.IndexTable
{
    border-collapse:collapse;
    width: 100%;
}
.IndexRightPad
{
    width: 25px;
}
.AboutMeQuestion
{
    
    width: 180px;
}
.AboutMeAnswer
{
    
    width: 300px;
}
.SiteHeader
{
    background-repeat: repeat-x;
    background-image: url('../Images/BlackToWhite.gif');
    height: 80px;
}
.MenuStyle
{
    background-color: White;
    color: Black;
    width: 90px;
    height: 50px;
    text-align: center;
    border: Solid 1px Black;
    font-family: Calibri;
}
.MenuHoverStyle
{
    background-color: Black;
    font-weight: bold;
    color: White;
}
.SelectedMenuItem
{
    background-color: Black;
    font-weight: bold;
    color: Red;
}
.MenuArea
{
    padding-left: 25px;
    padding-bottom: 0px;
    margin: 0;
}
.HRuleArea
{
    padding-top: 4px;
    background-color: Black;
    text-align: right;
    padding-right: 25px;
    vertical-align: top;
}
.AlignLeft
{
    text-align: left;
}
.AlignRight
{
    text-align: right;
}
.AlignCenter
{
    text-align: center;
}
.AlignCenter500
{
    text-align: center;
    width:500px;
}
.CategoryHeader
{
    width: 100%;
    background-color: Black;
    color: White;
    font-family: Calibri;
    font-weight: bold;
}
.CategoryHeaderRed
{
    background-color: Red;
    color: White;
    font-family: Calibri;
    font-weight: bold;
    border-top: Solid 1px Black;
    border-left: Solid 1px Black;
    border-right: Solid 1px Black;
}
.CategoryDetail
{
    width: 100%;
    font-family: Calibri;
    padding-bottom: 100px;
    
}
.BlockLayout
{
    text-align: center;
    width: 100px;
    float: left;
    margin-right:20px;
}
.BlockLayoutLong
{
    text-align: center;
    width: 200px;
    float: left;
    margin-right:20px;
}
.BlockLayoutFull
{
    text-align: left;
    float: left;
    margin-right:20px;
}
.BlockLayout100%
{
    text-align: center;
    width: 600px;
    float: left;
    margin-right:20px;
}
.BlockLayoutPhotoGallery
{
    text-align: center;
    float: left;
    margin-right:20px;
    margin-bottom:20px;
    vertical-align: top;
    width: 200px;
    background-color: Silver;
    height: 300px;
    border: Solid 5px Black;
}
.BlockLayoutPhotoGalleryViewer
{
    text-align: center;
    float: left;
    margin-right:20px;
    margin-bottom:20px;
    vertical-align: top;
}
.LanguageSelector
{
    background-color: Black;
    color: White;
    font-family: Calibri;
    vertical-align: top;
}
.SiteFont
{
    font-family: Calibri;
}
.SiteFontError
{
    color: Red;
    font-variant:small-caps;
    font-weight: bold;
    font-family: Calibri;
    font-size: 20px;
}
.SiteFontBold
{
    font-family: Calibri;
    font-weight: bold;
}
.SiteFontItalic
{
    font-family: Calibri;
    font-style: italic;
}
.SiteFontItalicSmall
{
    font-family: Calibri;
    font-style: italic;
    font-size: small;
}
.SiteFontBoldRed
{
    font-weight: bold;
    color: Red;
    font-family: Calibri;
}
.SiteFontBoldBlue
{
    font-weight: bold;
    color: Navy;
    font-family: Calibri;
}
.SiteFontSmall
{
    font-family: Calibri;
    font-size: small;
}
.SiteAlert
{
    font-weight: bold;
    font-family: Calibri;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    background-color:Black;
    color: White;
}
.ContentOfset
{
    padding-left: 25px;
    padding-right: 25px;
    vertical-align: top;
}
.PhotoGalleryContentOfset
{
    padding-left: 25px;
    padding-right: 25px;
    width: 180px;
    vertical-align: top;

}
.ScrollingAlbum
{
    height:450px;
    background-color:#ffffff;
    overflow:auto; 
    width: 250px;
}
.AboutMeHeader
{
    font-family: Calibri;
    font-size: 20px;
    color: Red;
    font-weight: bold;
}
.AboutMeSubHeader
{
    font-family: Calibri;
    font-size: 16px;
}
.TestClass 
{ 
    font-size: 23px; 
    font-weight: bold; 
    color: Red; 
}
.RightIndex
{
    width: 280px;
    vertical-align: top;
    padding-right: 25px;
}
.RightPhotoIndex
{
    width: 180px;
    vertical-align: top;
}
.LeftIndex
{
    padding-left: 25px;
    width: 280px;
    vertical-align: top;
}
.LeftPhotoIndex
{
    vertical-align: top;
}
.NewHowTo
{
    width: 300px;
    background-color: Silver;
    margin-right: 25px;
    border: Solid 1px Black;
}
.TopSeperator
{
    height: 25px;
}
.HowToTable
{
    border: Solid 3px Black;
    width: 100%;
}
.Images
{
    border: Solid 4px Black;
}
.TopRight
{
    position: absolute;
    top: 1px;
    right: 25px;
}
.TopRightMenu
{
    position: absolute;
    top: 133px;
    right: 25px;
    z-index: -1;
}
.ContactText
{
    width: 300px;
    border: Solid 1px Black;
    font-family: Calibri;
}
.ContactTextMessage
{
    width: 300px;
    height: 200px;
    border: Solid 1px Black;
    font-family: Calibri;
}
.CenterAlign
{
    text-align: center;
    width: 100%;
}
.DivSpace
{
    padding-bottom: 8px;
}
.Copyright
{
    position: relative;
    float: right;
    font-family: Calibri;
}
.Terms
{
    position: relative;
    float: left;
    font-family: Calibri;
}
.PhotoThumbnails
{
    height: 100px;
}
.CommentsBox
{
    background-color: Black;
    color: White;
}
.AddComment
{
    border: Solid 1px Black;
    padding-left: 25px;
    position: relative;
    height: 420px;
}
.AddCommentLeft
{
    width: 330px;
    position: inherit;
    float: left;
}
.AddCommentRight
{
    position: relative;
    float: left;
}
.NoBorder
{
    border: 0 0 0 0;
}