﻿html, body
{
    background-color: #EFEFEF;
    height: 100%;
    width: 100%;
    margin: 0;
}
.mainPanel
{
    border: 1px solid black;
    font-family: 'Times New Roman';
    background-color: #850001;
    color: white;
    vertical-align: middle;
    text-align: justify;
    height: 100%;
}
.subPanel
{
    margin: 10px;
}
.siteLevel
{
    font-size: 11pt;
}
.header
{
    border: 10px solid #850001;
    padding: 10px;
    background-color: #FFFFFF;
}
.headerAddress
{
    font-size: 13pt;
    color: #850001;
    font-family: 'Bradley Hand ITC';
    font-weight: bold;
    font-variant: small-caps;
}
.footer
{
    border: 1px solid #850001;
    font-size: 9pt;
    color: white;
    font-style: italic;
    font-family: 'Times New Roman';
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #850001;
}
.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.content
{
    padding: 15px;
    min-height:600px;
}
a.menulink
{
    text-decoration: none;
    font-size: 12pt;
    color: white;
    font-family: 'Bradley Hand ITC';
    font-weight: bold;
    font-variant: small-caps;
    background-color: #850001;
}
a.menulink:visited
{
    text-decoration: none;
    font-size: 12pt;
    color: white;
    font-family: 'Bradley Hand ITC';
    font-weight: bold;
    font-variant: small-caps;
    background-color: #850001;
}
a.menulink:hover
{
    text-decoration: underline;
    font-size: 12pt;
    color: red;
    font-family: 'Bradley Hand ITC';
    font-weight: bold;
    font-variant: small-caps;
    background-color: #850001;
}
a.adminmenulink
{
    text-decoration: none;
    font-size: 9pt;
    color: white;
    font-family: 'Bradley Hand ITC';
    font-weight: bold;
    font-variant: small-caps;
    background-color: #850001;
}
a.adminmenulink:visited
{
    text-decoration: none;
    font-size: 9pt;
    color: white;
    font-family: 'Bradley Hand ITC';
    font-weight: bold;
    font-variant: small-caps;
    background-color: #850001;
}
a.adminmenulink:hover
{
    text-decoration: underline;
    font-size: 9pt;
    color: red;
    font-family: 'Bradley Hand ITC';
    font-weight: bold;
    font-variant: small-caps;
    background-color: #850001;
}
.pageTitle
{
    font-size: large;
    font-weight: bold;
    text-decoration: underline;
    font-variant: small-caps;
    font-family: 'Bradley Hand ITC';
    color: #FFFFFF;
}
.subTable
{
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-color: black;
    border-left-width: 1px;
    border-left-color: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-top-color: Black;
    border-top-width: 1px;
    border-top-style: solid;
    background-image: url('/images/bgImages/grad.png');
    background-repeat: repeat;    
}
.mainTable
{
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-color: black;
    border-left-width: 1px;
    border-left-color: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-top-color: Black;
    border-top-width: 1px;
    border-top-style: solid;
    background-image: url('/images/bgImages/grad.png');
    background-repeat: repeat;
}


.eventModalPopup
{
    padding: 10px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: #850001;
    text-align: center;
    width: 500px;
    overflow: auto;
}
.eventGridDivContainer
{
    height: 100%;
    width: 90%;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: black;
}
a.eventlink
{
    text-decoration: none;
    font-size: small;
    color: white;
}
a.eventlink:visited
{
    text-decoration: none;
    color: white;
    font-size: small;
}
a.eventlink:hover
{
    text-decoration: underline;
    color: white;
    font-size: small;
}
.eventName
{
    font-size: small;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
.eventDate
{
    font-size: small;
}
.eventText
{
    font-size: small;
}
.menuCategoryTable
{
    text-align: center;
    width: 100%;
}
.menuCategoryText
{
    font-size: medium;
    font-weight: bold;
    color: black;
}
.menuSubCategoryText
{
    font-size: medium;
    color: white;    
}
.menuItemText
{
    font-size: medium;        
    color: white;
}
.menuItemPriceText
{
    font-style: italic;
    font-size: small;
    color: white;
}
.navMenuSeperator
{
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-bottom-color: white;
}
.homeRunQuote
{
    font-style: italic;
    font-size: small;
    color: white;       
}
