﻿.content
{
	margin-top:20px;
	margin-left:20px;
	width:90%;
	margin-bottom:40px;
}

.menu_content
{
    margin-top:0px;
    margin-left:30px;
    margin-bottom:30px;
}
        .sectionHeader
        {
            font-size:15pt;
            font-weight:bold;
            margin-left:155px;
            margin-top:30px;
            margin-bottom:25px;
            font-family: Papyrus, Arial, Sans-Serif;
        }
        .lineItem
        {
            clear:both;
            margin-top:14px;
        }
                h5
                {
                    font-size:9pt;
                    font-weight:bold;
                    line-height:normal;
                    margin-bottom:-15px;
                    padding-bottom:0px;
                    
                }
                .menuItem_Name
                {
                    float:left;
                    width:350px;
                }
                .menuItem_Price
                {
                    width:50px;
                    margin-left:400px;
                }

/* Contact Us page */
.contact_txt
{
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 15px;
}
.contact_txt table
{
	margin-left: auto;
	margin-right:auto;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
}

/* Reservations page*/
.opentablelogo
{
    float:left;
}



/* Signup Page */
.formItem
{
    margin-top:15px;
    margin-left:25px;
    clear:both;
}
.formDesc
{
    margin-left:25px;
}
.form_label
{
    float:left;
    width:150px;
}
.formAddressItem
{
    float:left;
}
.redFont
{
    color: Red;
    font-weight:bold;
    font-size:18px;
}
.chooseActivity
{
    margin-left:25px;
    margin-top:15px;
    margin-bottom:100px;
    width:300px;
    clear:both;
}
.activityCol1
{
    float:left;
    width:150px;
}
.activityCol2
{
    float:left;
}
        .activityItem
        {
            margin-right:10px;
        }
        
        
/* Confirm page */
.confirmMsg
{
    text-align: center;
    font-size:15px;
    font-weight:bold;
}

/* Registration Info page */
.RegistrationContent
{
    margin-top:20px;
	margin-left:20px;
	width:90%;
	margin-bottom:40px;
	font-size:11pt;
}
.registrationList ul li
{
    list-style-type:square;
    list-style-position:outside;
    margin-left:40px;
    margin-bottom:10px;
}
.registrationList
{
    width:450px;
    font-weight:bold;
}


/* About Page */
.about_content
{
    width:300px;
}
.right_justify
{
    float:right;
    margin-right:0px;
}
.left_justify
{
    float:left;
    margin-right:10px;
}


/* Buy Gift Card Page */
.productDiv
{
    width:250px;
    height:250px;
    float:left;
}