
H1 {
    font-family : arial;
    font-size : 30px;
    padding-bottom:0px;
    margin-bottom:0;
    color:#e36f1e;
}


H2 {
    font-family : arial;
    font-size : 16px;
    padding-bottom:2px;
    padding-bottom:0px;
    margin-bottom:0;
    color: #2253a0;
}

H3 {
    font-family : arial;
    font-size : 16px;
    padding-bottom:2px;
    padding-bottom:0px;
    margin-bottom:0;
    color: #e36f1e;
}

p.txt {
    font-family : arial;
    font-size : 12px;
    font-style : normal;
    letter-spacing : normal;
    text-decoration : none;
    color : 000000;
    width:600;
}


div.content {
                width:583px;
                border:thin  #2253a0 solid;
                margin-top:5px;
                align:center;
                background-color:#FFFFFF;
                font-family:Arial, Helvetica, sans-serif;
                font-size : 12px;
            }


hr {
  border: 0;
  width: 95%;
  color: navy;
}



    #DiningQuest
    {
        background-color:#ffffff;
        height:100%;
    }

    #DiningQuest A IMG
    {
        border:none;
    }

    #DiningQuest TD
    {
        vertical-align:top;
    }

    #DiningQuest #content
    {
        background-color:#ffffff;
        vertical-align:top;
    }

        #DiningQuest #content A
        {
            color: #003366;
            text-decoration: underline;
            font-weight: bold;
            font-family: Arial;
            font-size: 12px;
            padding-left: 10px;
            padding-bottom: 0px;
            padding-right: 5px;
            margin-top: 15px;
        }

        #DiningQuest #content #titleBanner
        {
            background-color:#e36f1e;
            color:#ffffff;
            font-size:14pt;
            font-weight:bold;
            height:24px;
            margin-top:2px;
            /*margin-bottom:5px;*/
            text-align:center;
        }

    #DiningQuest #profileBar
    {
        /*background-color:#1C4188;*/
        background-color:#004f79;
        text-align:center;
        height:100%;
    }

    #DiningQuest #profileBar DIV
    {
        height:100%;
        /*width:195px;*/
    }

        #DiningQuest #profileBar #contactInfo
        {
        }
            #DiningQuest #profileBar #contactInfo .title
            {
                font-size:9pt;
            }

        #DiningQuest #profileBar #navigation
        {
            padding-bottom:3px;
        }

            #DiningQuest #profileBar #navigation A
            {
                color:#ffffff;
                font-family:sans-serif;
                font-size: 9pt;
                font-weight:bold;
                text-decoration:none;
            }

            #DiningQuest #profileBar #navigation .button
            {
                border-bottom:1px dashed #ffffff;
                height:16px;
                padding:2px;
            }

        #DiningQuest #profileBar .section
        {
            border-right:1px dashed #807f83;
            /*float:left;*/
            font-family:sans-serif;
            font-size: 9pt;
            font-weight:normal;
            margin-bottom:3px;
            padding:3px;
        }

            #DiningQuest #profileBar .section .title
            {
                color:#fcbd49;
                font-size:9pt;
            }

            #DiningQuest #profileBar .section .text
            {
                color:#ffffff;
            }

        #DiningQuest #profileBar .seperator
        {
            background-color:#807f83;
            font-size:0px;
            height:5px;
            line-height:0;
/*float:left;*/
        }

		#DiningQuest #reservations
		{
            background:#ffffff;
            display:none;
            font-family:helvetica,sans-serif;
            margin-left:10px;
            margin-top:50px;
            position:absolute;
            visibility:hidden;
            width:570px;
		}

			#DiningQuest #reservations #box
			{
				border:1px solid #000000;
				margin:1px;
				margin-top:0px;
				padding:5px;
			}

				/*Required - Every box must have a body*/
				#DiningQuest #reservations #box #contentBody
				{
					/*background-color:#fcbd4b;*/
                    background-color:#E0E5EB;
					padding:11px;
				}

                    #DiningQuest #reservations #box #contentBody #reservationsFormCloseButton
                    {
                        background:#807f83;
                        border:outset 2px #807f83;
                        display:block;
                        margin-left:auto;
                        margin-right:auto;
                    }

					#DiningQuest #reservations #box #contentBody #header
					{
						border-bottom:1px dashed #1C4188;
						font-weight:bold;
						text-align:center;
					}

                                        #DiningQuest #reservations #box #contentBody #header SPAN.note
                                        {
                                            font-size:11px;
                                            font-style:italic;
                                            font-weight:normal;
                                        }

                    #DiningQuest #reservations #box #contentBody #reservationsStatusBox
                    {
                        display:none;
                        margin-top:4px;
                        padding:4px;
                        visibility:hidden;
                    }

                    #DiningQuest #reservations #box #contentBody #reservationsStatusBox.submitted
                    {
                        background:lightgreen;
                        border:solid 1px green;
                    }

                    #DiningQuest #reservations #box #contentBody #reservationsStatusBox.error
                    {
                        background:pink;
                        border:solid 1px red;
                    }

                        #DiningQuest #reservations #box #contentBody #reservationsStatusBox #reservationsStatusBoxCloseButton
                        {
                            display:block;
                            margin-left:auto;
                            margin-right:auto;
                        }

                        #DiningQuest #reservations #box #contentBody #reservationsStatusBox #reservationsStatusBoxCloseButton.submitted
                        {
                            background:#807f83;
                            border:outset 2px #807f83;
                        }

                        #DiningQuest #reservations #box #contentBody #reservationsStatusBox #reservationsStatusBoxCloseButton.error
                        {
                            background:#807f83;
                            border:outset 2px #807f83;
                        }

                        #DiningQuest #reservations #box #contentBody #reservationsProcessingBox
                        {
                            display:none;
                            text-align:center;
                            visibility:hidden;
                        }

					#DiningQuest #reservations #box #contentBody #footerPanel
					{
						border-top:1px dashed #1C4188;
						padding:12px;
						text-align:center;
					}

				/*Optional - Not every box must have a frame that wraps the body*/
				#DiningQuest #reservations #box #frame
				{
					border:1px solid #cccccc;
					padding:1px;
				}

			#DiningQuest #reservations .button
			{
				background:url('/images/reservations/button/gradient.gif') transparent center left repeat-x;
				cursor:pointer;
				height:47px;
				margin-left:auto;
				margin-right:auto;
				position:relative;
				text-align:center;
				vertical-align:middle;
				width:167px;
			}

				#DiningQuest #reservations .button .text
				{
					color:#525253;
					font-family:helvetica, sans-serif;
					font-size:11pt;
					font-weight:bold;
					padding-bottom:10px;
					padding-top:10px;
					text-align:center;
					vertical-align:middle;
				}

			#DiningQuest #reservations #reservationsForm
			{
				color:#1C4188;
				margin:0px;
				padding:0px;
			}

				#DiningQuest #reservations #reservationsForm DIV.label
				{
					border-bottom:1px dashed #1C4188;
				}

                                #DiningQuest #reservations #reservationsForm DIV.label SPAN.note
                                {
                                        font-size:11px;
                                        font-style:italic;
                                }

				#DiningQuest #reservations #reservationsForm TABLE
				{
					vertical-align:top;
					/*width:100%;*/
				}

				#DiningQuest #reservations #reservationsForm TABLE TD
				{
					vertical-align:top;
				}

				#DiningQuest #reservations #reservationsForm TABLE TD.field
				{
					padding-left:10px;
					padding-top:4px;
                    text-align:left;
				}

				#DiningQuest #reservations #reservationsForm TABLE TD.label
				{
					width:150px;
				}

			#DiningQuest #reservations #titleBar
			{
				/*background-color:#1C4188;*/
                /*background-color:#FCBD49;*/
                background-color:#807f83;
				color:#ffffff;
				font-weight:bold;
				padding-bottom:4px;
				padding-left:10px;
				padding-right:8px;
				padding-top:4px;
			}

        #DiningQuest #reservation
        {
        }

        #DiningQuest #reservation.confirmed
        {
            background:lightgreen;
            border:solid 1px green;
        }

        #DiningQuest #reservation.unavailable
        {
            background:pink;
            border:solid 1px red;
        }

        #DiningQuest #reservation .label
        {
            font-weight:bold;
        }

        #DiningQuest #reservation .button
        {
            background:#807f83;
            border:outset 2px #807f83;
        }

        #DiningQuest #confirmationError
        {
            background:pink;
            border:solid 1px red;
            margin-top:4px;
            padding:4px;
        }
