@charset "utf-8";
/* CSS Document */

div.opentable{
	width: 106px;
	height: 56px;
	position: fixed;
	float: left;
	}
	
div.opentable img{
	border: 0px;
	}

/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    background:transparent url(../images/tooltips/blue_arrow_big.png) no-repeat scroll 0 0; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    font-size:14px; 
    height:153px; 
    padding:30px; 
    width:310px; 
    font-size:14px; 
    display:none; 
    color:#fff; 
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0; 
    font-size:18px; 
    color:#fff; 
}

#monthly_calendar {
height: 25px;
margin-left: auto;
margin-right: auto;
margin-top: -1px;
width: 800px;
text-align: center;
background-color: #cc9933;
border-bottom: 5px solid white;
}

#monthly_calendar .box {
height: 25px;
float: left;
margin-top: 3px;
}

.month {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: #0066FF;
	text-transform: capitalize;
	color: #FFFFFF;
	float: left;
	width: 133px;
	font-weight: bold;
	text-align: center;
}


#calendar {
	height: 125px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 800px;
	clear: both;
}

#calendar p {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#calendar h1 {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	letter-spacing: -1px;
}

#calendar h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 13px;
}

#calendar h3 {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: normal;
}
#calendar .title{
	height: 40px;
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	width: 800px;
	float: left;
	background-position: 140px 33px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

}

#calendar .monday{
	height: 100px;
	width: 160px;
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#calendar .tuesday{
	height: 100px;
	width: 160px;
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#calendar .wednesday{
	height: 100px;
	width: 160px;
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#calendar .thursday{
	height: 100px;
	width: 160px;
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#calendar .friday{
	height: 100px;
	width: 160px;
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#calendar .saturday{
	height: 100px;
	width: 160px;
	float: left;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#menu_coupon{
	width: 800px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px;
	}
