﻿body {
    font-family: Arial;
    font-size: smaller;
}

table.SquashTable {
    font-size: x-small;
    margin: 0px auto;
}

    table.SquashTable tr {
        height: 30px;
    }

    table.SquashTable td {
        width: 30px;
    }

.smallMenu {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border-collapse: collapse;
    color: #717072;
    box-shadow: black 1px 1px 8px;
    -webkit-box-shadow: black 1px 1px 8px;
    -moz-box-shadow: black 1px 1px 8px;
    background: -webkit-linear-gradient(#ffffff, #e8e8e9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #e8e8e9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #e8e8e9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #e8e8e9); /* Standard syntax */
}

    .smallMenu a {
        color: #414042;
        text-decoration: none;
        font-size: 12pt;
    }

.menuItem {
    border-color: #cacbcc;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.lastMenuItem {
    border-color: #cacbcc;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.secondarySmallMenuItem {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: black 1px 1px 8px;
    -webkit-box-shadow: black 1px 1px 8px;
    -moz-box-shadow: black 1px 1px 8px;
    background: -webkit-linear-gradient(#adadad, #797979); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#adadad, #797979); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#adadad, #797979); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#adadad, #797979); /* Standard syntax */
}

    .secondarySmallMenuItem a {
        color: white;
        text-decoration: none;
        font-size: 12pt;
    }

a.PictureMenuItem {
    border-width: 0px;
    border-style: none;
    width: 160px;
    height: 370px;
}

.HoverPictureMenuItem {
    position: absolute;
    border-style: none;
    width: 160px;
    height: 370px;
}

    .HoverPictureMenuItem span {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

        .HoverPictureMenuItem span.top:hover {
            opacity: 0;
        }

a.MenuItem:hover {
    /*color: Yellow;     text-decoration: none;     font-weight: bold;*/
}

#OpenHours {
    /*font-size: x-small;*/
    width: 270px;
}

.Title {
    font-family: Sans-Serif;
    font-size: x-large;
    color: #FF5000;
}

.Error {
    font-weight: bold;
    color: Red;
    font-size: large;
}

.SmallerText {
    font-size: x-small;
}

.Tabs {
    margin-top: 10px;
}

img.RoundedCorners {
    border-radius: 10px;
}

#slideControl span {
    padding-right: 9px;
    cursor: pointer;
}

#imageSlider {
    width: 230px;
    height: 173px;
    overflow: hidden;
    position: relative;
}

#imagesSlide {
    position: absolute;
    left: 0px;
    width: 1800px;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}

    #imagesSlide img {
        padding: 0;
        margin: 0;
        float: left;
        border-radius: 10px;
    }

.BulletedListOffset {
    position: relative;
    left: 180px;
}
