﻿/* ================================
    CSS STYLES FOR Module LurayCaverns
   ================================
*/

.NavigateLeft
{
    background-color: #f6eed7;
    background-image: url('images/Left.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 29px;
    width: 24px;
    text-align: left;
    padding: 0;
    margin: 0;
}

.NavigateRight
{
    background-color: #f6eed7;
    background-image: url('images/Right.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 29px;
    width: 24px;
    text-align: right;
    padding: 0;
    margin: 0;
}

.PhotoAreaBack
{
    background-color: #f6eed7;
    margin: 0;
    padding: 0;
    text-align: left;
}

.PhotoAreaBack div
{
    margin: 0;
    padding: 0;
}

.PhotoAreaBack div img
{
    margin: 0;
    padding: 0;
}

.PhotoImg
{
    margin: 0;
    padding: 0;
}



/*
.TopSideMenu_Photo
{
    width: 20px;
    line-height: 1px;
    background-image: url('images/sidemenuTop.png');
    background-position: left top;
    background-repeat: no-repeat;
    height: 10px;
    padding: 0;
}

.SubMenuBack_Photo
{
    background-color: #f3e8cc;
    width: 20px;
    padding: 0;
    background-repeat: repeat;
    text-align: center;
}
.BottomSideMenu_Photo
{
    background-image: url('images/sidemenuBottom.png');
    width: 20px;
    height: 10px;
    line-height: 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 0;
}
a.SubMenuItem_Photo, a.SubMenuItem_Photo:link, a.SubMenuItem_Photo:visited
{
    background-color: #f3e8cc;
    color: #603525;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    display: block;
}
a.SubMenuItem_Photo:active
{
    background-color: #f3e8cc;
    color: #5a7e92;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    display: block;
}
a.SubMenuItem_Photo:hover
{
    background-color: #f3e8cc;
    color: #5a7e92;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    display: block;
}

a.SubMenuItem_PhotoSelected, a.SubMenuItem_PhotoSelected:link, a.SubMenuItem_PhotoSelected:visited
{
    background-color: #f3e8cc;
    color: #5a7e92;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    display: block;
}
a.SubMenuItem_PhotoSelected:active
{
    background-color: #f3e8cc;
    color: #5a7e92;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    display: block;
}
a.SubMenuItem_PhotoSelected:hover
{
    background-color: #f3e8cc;
    color: #5a7e92;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    display: block;
}
*/
