﻿body
{
    background-color: #fff;
    color: #000;
}

a
{
    color: #000;
    text-decoration: underline;
}
a:hover
{
}

img.logo
{
    margin: 5px 0px 0px 15px;
    height: 150px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Trebuchet MS";
    margin: 4px 0px 2px 0px;
    padding: 0px;
    color: #666;
}
h1
{
    font-size: 22pt;
}
h2
{
    font-size: 18pt;
}
h3
{
    font-size: 14pt;
}
h4
{
    font-size: 12pt;
}
h5
{
    font-size: 10pt;
}


p, li
{
    font-size: 9pt;
}

.BasicButton
{
    font-family: arial;
    cursor: pointer;
    font-size: 8pt;
    font-weight: bold;
    padding: 0 15px 0 15px;
    margin: 0 10px 0 10px;
}


#Head
{
    background-color:#fff;
}
#Title
{
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
}
#Title h1, #Title h2, #Title h3, #Title h4, #Title h5, #Title h6
{
    padding: 0px;
    margin: 4px 0px 4px 0px;
}
#MainMenu
{
    text-align: right;
    font-size: 8pt;
    margin: 0px;
    padding: 0px 15px 0px 0px;
    background-color:#fff;
    border-width:0;
    border-style:solid;
    border-bottom-width:2px;
}
#MainMenu a
{
    color: #666;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    font-size: 8pt;
    font-weight: bold;
}
#MainMenu a:hover
{
    text-decoration: underline overline;
}

.HorizBand
{
    border-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
}
.HorizBand2
{
    border-width: 0px;
    border-bottom-width: 15px;
    border-style: solid;
    margin:0;
}

.SectionTitle, .SectionTitle h1, .SectionTitle h2, .SectionTitle h3, .SectionTitle h4, .SectionTitle h5, .SectionTitle h6
{
    margin: 0px;
    padding: 0px;
}
.SectionTitle
{
    margin: 0px 0px 5px 15px;
}

#BodySidebarContainer
{
    overflow: hidden;
    margin: 0px;
    padding-right: 250px;
}
* html #BodySidebarContainer
{
    height: 1%; /* IE compatibility */
}

#PageBody
{
    width: 100%;
    float: left;
}
#PageSideBar
{
    width: 250px;
    float: left;
    margin-right: -250px;
    background-color:Transparent;
}

#PageBodyContainer
{
    margin: 15px 20px 15px 20px;
}

#PageBodyContainer p
{
    font-size: 9pt;
    line-height: 16pt;
    padding: 0px;
    margin: 4px 0px 4px 0px;
}
#PageBodyContainer p b
{
    color: #000;
    margin-right: 5px;
}



#PageFooter
{
    margin: 25px 0px 0px 0px;
    font-size: 7pt;
    font-style: italic;
    border-top: 1px solid silver;
    padding:5px 0 5px 0;
}


#LoginBox
{
    padding: 5px;
    margin: 15px 0px 15px 0px;
    border-width: 3px;
    border-style: solid;
    background-color: #eee;
    width: 220px;
    font-size: 8pt;
}
#LoginBox h4
{
    margin: 0px 0px 5px 0px;
    text-align: center;
}
#LoginBox #frmU, #LoginBox #frmP, #LoginBox #frmZip
{
    font-size: 8pt;
    margin: 0px 0px 3px 5px;
}
#LoginBox #frmU
{
    width: 120px;
}
#LoginBox #frmP
{
    width: 80px;
}
#LoginBox #frmZip
{
    width: 55px;
}
#LoginBox button
{
    font-size: 7pt;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    width: 50px;
    height: 20px;
    font-family: "Trebuchet MS";
    cursor: pointer;
    margin: 0px 0px 0px 5px;
}
#LoginBox b
{
    font-size: 7pt;
    margin: 0px 0px 0px 10px;
    width: 51px;
}
#LoginBox .italic
{
    margin: 2px 0px 7px 0px;
}
#LoginBox #logCheck
{
    margin: 0px 3px 0px 15px;
}

#MainSection
{}
#container
{
    background-image: url("../_images/DMSTemp4/SideBar.jpg" );
    background-repeat: repeat-y;
    background-position: right top;
}
.TopBar
{
    background-image: url("../_images/DMSTemp4/TopBar.jpg" );
    background-repeat: repeat-x;
    background-position: left center;
    height: 200px;
   
}

#FooterSpacer
{
    height: 200px;
    background-color:#fff;
}










div.Float
{
    position: absolute;
    top: 0px;
}
#ViewMenusContainer
{
    position: relative;
}
div.RestaurantContainer
{
    border-top: 0px;
    border-left: 0px;
    margin: 1px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
}
div.Restaurant
{
    margin: 5px 0px 5px 10px;
    padding: 0px 5px 2px 0px;
    position: relative;
    border-bottom: 1px solid #333;
    height: 90px;
    color: #000;
}
div.Restaurant h4
{
    color: #333;
}
div.Restaurant img.RestLogo
{
    border: 1px solid #333;
    position: absolute;
    top: 20px;
    right: 10px;
}
div.Restaurant .info, div.Restaurant .action
{
    float: left;
    width: 200px;
}
div.Restaurant .info
{
    margin: 0px 0px 0px 10px;
}
div.Restaurant .cuis
{
    font-size: 9pt;
}
div.Restaurant .addy
{
    font-size: 8pt;
}
div.Restaurant .mins
{
    font-size: 7pt;
    color: #999;
}
div.Restaurant .action .menu, div.Restaurant .action .order
{
    font-size: 9pt;
    padding: 0 0 0 18px;
    background-repeat: no-repeat;
    margin: 6px 0 6px 0;
}
div.Restaurant .action .menu
{
    background-image: url(  "/_images/DMSTemp4/menu.jpg" );
    background-position: 1px 50%;
}
div.Restaurant .action .order
{
    background-image: url(  "/_images/DMSTemp4/plateBG.jpg" );
    background-position: 0 50%;
}
div.Restaurant .action
{
}
.Menu
{
    width: 100%;
}
#ViewMenuZoneFilter
{
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding: 2px 0 2px 0;
    text-align: right;
    font-size: 8pt;
}
#ViewMenuZoneFilter select
{
    font-size: 8pt;
}



.FormContainer
{
    font-size:8pt;
}
.FormContainer div
{
    position: relative;
    border-left: 100px solid #fff;
    color: #000;
    margin: 12px 0 12px 0;
}
.FormContainer div b
{
    position: absolute;
    left: -100px;
    top: 5px;
    font-size: 8pt;
}
.FormContainer div b.noindent
{
    position: static;
    margin-left: 10px;
}
.FormContainer input, .FormContainer select, .FormContainer textarea
{
    font-size: 8pt;
    font-family: Arial;
}
.FormContainer textarea
{
    padding: 3px;
}
.FormContainer fieldset
{
    padding: 10px 10px 10px 15px;
    margin: 25px 0 10px 0;
}
.FormContainer fieldset legend
{
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: bold;
}


div.ContactPageContainer p span
{
    margin-left:10px;
}

#MainTagLine
{
    text-align:center;
    letter-spacing:2pt;
}

#tblNewAccount, #tblNewAccount td, #tblNewAccount input, #tblNewAccount select
{
    font-size:9pt;
}
.description
{
    font-style:italic;
    font-size:8pt;
}
.alert
{
    color:Red;
    font-weight:bold;
}

.FW h1,.FW h2,.FW h3,.FW h4,.FW h5,.FW h6, div.curve h5
{
    color:#fff;
}
