.mouseovercaptionbgcolor {
     background-color: white;
     border:1px solid black;
     margin:0px;
     padding:0px;
 }
.mouseovercaptiontxt {
    background-color: #EC2028;
    color:white;
    font-weight: bold;
    margin:0px;
    padding:0px;
    border:none;
}
.mouseovertxt {
    background-color: #EC2028;
    color:white;
    font-weight: bold;
    margin:0px;
    padding:0px;
    border:none;
}



.buttonSmall {
    position: relative;
    display: inline-block;
    width: 50px;
    height:14px;
    border: 0;
    padding: 0.2em .2em;
    margin: 0.2em 0em;
    line-height: .8em; /* This overrides the line-height settings in the external CSS files */
    font-size: 10pt;
    color: white;
    font-weight: bold;
    letter-spacing: 0em;
    background: rgb(236, 32, 40);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.buttonSmall:hover {
    text-decoration: none;
    color:white;
}

input {
    border: 1px solid #000000
}

A.gg:link {
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    text-decoration: none;
}

A.gg:visited {
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    text-decoration: none;
}

A.gg:hover {
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    text-decoration: none;
    text-decoration: underline;
}

.timeDetail {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.categoryName {
    text-align:left;
    font-size: 32px;
    height: 35px;
    padding: 0px;
    color: #000;
    font-weight: bold
}

a.itemName:link {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

a.itemName:visited {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

a.itemName:hover {
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}

.itemDesc {
    font-size: 14px;
    text-align: left;
}

.categoryDesc {
    font-style: italic;
    font-size: 12pt;
}

a.itemPrice:link {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

a.itemPrice:visited {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

a.itemPrice:hover {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

.instruct {
    font-size: 8pt;
}

.darktag {
    font-weight: bold;
    font-size: 10pt;
}

.orderTotalTag {
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
    width: 260px;
    white-space: nowrap;
}

.orderTotalValue {
    font-size: 10pt;
    text-align: right;
}

.checkoutHeading {
    color: #b31800;
    font-size: 14pt;
    font-weight: bold;
}

.checkoutDescription {
    color: #000000;
    font-size: 10pt;
}

.checkoutTable {
    border: 4px black solid;
}

.locationSearch {
    color: black;
    font-size: 12pt;
}

#orderTimeDiv {
    text-align: center;
    border-color: #000;
}

/* Restaurant Specific */
#restaurantInfo {
    padding-left: 40px;
    font-size: 14px;
}

#menuHeader {
    height: 22px;
}

#menuHeader ul {
    text-align: right;
    padding-right: 20px;
}
#menuHeader ul li {
    list-style: none;
    display: inline;
}
#menuHeader ul li a {
    font-size: 16px;
    text-decoration: none;
    padding-right: 10px;
}
#menuHeader ul li a:hover {
   text-decoration: underline;
}

#mainContent {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.menuCategories {
    text-align: center;
    cursor: pointer;
    color: white;
}

.categoryTableRow {
    text-align: left;
}
 .categoryTableRow:hover {
    text-align: left;
}
.categoryNames {
    font-size: 12px;
    text-transform: uppercase;
}

.categoryNames:hover {
}