/* CSS Document */

@import "lightbox.css";
@import "reservations.css"; /* customization for the open table form */

body{
background:#e0e1dd;
}

table.main{
border:10px solid #ffffff;
}
td.content{
padding:10px;
font-family:verdana;
font-size:12px;
line-height:16px;
color: #616365;
position:relative;
}
table.menu{
font-family:verdana;
font-size:12px;
color: #616365;
}
td.rightcontent{
padding:10px 0px 0px 10px;
font-family:verdana;
font-size:11px;
color: #616365;
border:0px solid #000000;
}
td.rightcontent p#spaceit {
	position:relative;
	text-indent:-1000em;
	overflow:hidden;
	height:55px;
}
* html td.rightcontent p#spaceit {
	display:none;
}
td.rightcontent a,
td.content a {
	color: #616365;
	font-weight:bold;
	text-decoration:none;
}
td.content a:hover,
td.rightcontent a:hover {
	color: #5a2149;
}
td.menu {
padding:10px 0px 0px 12px;

}

p.normal {
	font-style: normal;
	font-weight: bold;
}
	
p.menuheader{
font-family:arial;
font-size:20px;
color: #000000;
letter-spacing:3px;
}
a.menu{
font-family:arial;
font-size:12px;
color: #ffffff;
text-decoration:none;
display:block;
height:20px;
}

p a.red {
	color: #5A2149;
}

p a.red:hover {
	color: #5A2149;
	text-decoration: underline;
}

a.menu:hover{
}
a.submenu{
font-family:arial;
font-size:13px;
color: #616365;
text-decoration:none;
display:inline;
line-height:1.2;
padding:0px 2px 0px 2px;
text-align:right;
border:1px solid #ffffff;
}

.lowercase {
	text-transform: lowercase;
	font-size:12px !important;
}

.capitalize {
	text-transform: capitalize;
	line-height: 13px;
	font-size:12px !important;
}


a.submenu:hover{
	color: #4f324c;
}

#holiday-menus {
	line-height:18px;
}


.cc_menu {
	text-align:left;
	position:relative;
	padding:0;
	margin-bottom:25px;
}
.cc_menu a.submenu strong {
	color:#4f324c;
}
.cc_menu a#promomenu {
	position:absolute;
	top:0px;
	left:292px; /* To avoid the left column sub menu will be cut off */
	text-align:right;
	width:130px;
	text-transform:lowercase;
	line-height:1.2;
}
.content span.item-heading {
	text-transform:uppercase;
}
/*  Special Holiday Menu Styling */

.content div.menu-stylish h1 {
	font-size:11px;
}
.content div.menu-stylish {
	text-align:left;
} 
.content div.menu-stylish p.separator {
	margin:-5px 0 -5 0;
}
* html .content div.menu-stylish p.separator {
	margin-top:12px;
}
.content a.lightboxie {
	color:#616365;
	font-style:italic;
}

.cc_content p {
	margin-bottom:15px;
}
.cc_notes {
	font-style:italic;
}

h1 {
	font-size:13px !important;
	text-transform:uppercase;
	margin-bottom: 7px;
}
h2 {
	font-size:12px;
	color:#5a2149;
}
ul {
	margin:0;
	padding: 0 0 0 16px;
}
li {
	margin:0;
	padding:0;
}
a.creativeengine{
font-family:verdana;
font-size:11px;
color: #616365;
text-decoration:none;
}

a.creativeengine:hover{
font-family:verdana;
font-size:11px;
color: #4f324c;
text-decoration:none;
}

p.selected{
font-family:arial;
font-size:13px;
color: #4f324c;
text-decoration:none;
display:inline;
height:13px;
width:91px;
text-align:center;
border:0px solid #000000;
weight:bold;
}

/* Outside Table properties */
#feedTable td {
	padding:2px 0px 0px 0px;
	font-family:arial;
	font-size:12px;
	border:0px solid #000000;
}

/* Title Text */
.feedTitle {
	display:none
}
/* Form Title Tags */
.feedFormTitle {
	float:right;
	vertical-align:middle;
	font-size:11px;
}
/* Form Time Title Tags */
.feedFormTimeTitle {
	padding:4px 0px 0px 0px;
	float:left;
	font-size:11px;
}
/* Form Time Title Tags */
.feedFormDateTitle {
	padding:4px 0px 0px 0px;
	float:right;
	font-size:11px;
}
/* Text Form Fields */
.feedFormField {
	font-size:11px;
	margin:2px 0px 2px 2px;
}
/* Text Form Field for Date field */
.feedFormfieldCalendar {
	font-size:11px;
	margin:2px 0px 2px 2px;
	width:60px;
}

/* Logo Treatment */
#logoLink
{
	float:right;
	margin:0px;
}
#logo
{
	display:none;

}
#dateDisplay
{
	font-size:10px;
	color:#999;
 	font-family:arial;
	float:right;
	margin:0px 20px 0px 0px;
}

/*** calendar styles ***/

/* Placeholder. Don't change this */
.imgCal 
{
	position: absolute; 
	display: none; 
	z-index:100;
}

/* Calendar Table properties */
#imageCal table {
	font-size:12px;
 	width:150px;
	font-family:arial;
	font-weight: bold;
	background:#FFF;
}
#imageCal td {
	padding:0px 0px 0px 0;
	text-align:center;
}

/* Days in the future */
.clickableDays 
{	
	color: #000000; 
	text-decoration: none;
	height:18px;
}

/* Days in the past */
.nonclickableDays 
{	
	color: #CCCCCC;
	height:18px;
}

/* Name of the month at the top */
.months 
{
	color: #FFFFFF; 
	text-decoration: none 
}

/* Day of the week */
.weekdays
{
	color: #000000; 
	text-decoration: none; 
	color:#666666;
	background-color:#EFEFEF; 
	width:14%;
}

#OT_searchWrapperAll {
	width:100%;
	height:100px;
	position:relative;
	margin:0 0 10px;
	padding:0;
	background:#fff;
}
#OT_searchWrapper {
	border:none;
	background:#fff;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:12px;
	width:100%;
	height:100px;
	position:relative;
	margin:0;
}
#OT_searchWrapper .OT_feedTitle {
	position:absolute;
	top:0;
	left:0;
	margin:0 0 1px 5px;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
}
#OT_searchWrapper dl { 
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
}
#OT_partySizeLbl{
	position:absolute;
	top:25px;
	left:0;
	margin:0 0 0 5px;
	padding:3px 0;
	text-align:right;
	width:110px;
	display:block;
}
#OT_partySize {
	position:absolute;
	top:25px;
	left:120px;
	margin:0;
	padding:0;
}
#OT_dateLbl {
	position:absolute;
	top:55px;
	left:0;
	margin:0 0 0 5px;
	padding:3px 0;
	text-align:right;
	width:110px;
}
#OT_date {
	position:absolute;
	top:55px;
	left:120px;
	width:100px;
	margin:0;
	padding:0;
}
#OT_timeLbl {
	position:absolute;
	top:55px;
	left:210px;
	width:60px;
	padding:3px 0;
	text-align:right;
}
#OT_time{
	position:absolute;
	top:55px;
	left:275px;
	margin:0;
}
#OT_empty {
	position:absolute;
	width:0;
	height:0;
	padding:0;
	margin:0;
	top:100px;
	left:0;
}
#OT_submitWrap {
	position:relative;
	top:115px;
	left:275px;
	margin:0 5px 0 0;
	z-index:5;
}
#OT_logo {
	position:absolute;
	top:120px;
	left:0;
	width:100%;
	padding:0;
	margin:0;
	display:block;
	background:#fff;
}
#OT_logoLink { 
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	padding:0 0 10px 0;
	margin:0;
	font-size:9px;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	display:block;background:#fff;
}
#OT_logoLink a {
	padding:0 0 0 10px;
}
#OT_imglogo {
	border:0;
	margin:0 0 0 10px;
}
#OT_searchWrapper form {
	margin:0;padding:0;
}
#OT_searchWrapper input.hidden {
	display:none;
}
#OT_searchWrapper .feedFormField,
#OT_searchWrapper .feedFormField option {
	font-size:12px;
	margin:2px 2px 2px 2px;
}
#OT_searchWrapper #startDate,
#OT_searchWrapper .OT_feedFormfieldCalendar { 
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:12px;
	margin:0;
	width:85px;
}
#OT_searchWrapper #dateDisplay {
	font-size:10px;
	color:#999;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	float:right;
	margin:0 30px 0 20px;
	display:none;
}
#OT_searchWrapper .imgCal {
	position:absolute;
	display:none;z-index:100;
}
#OT_searchWrapper #imageCal table {
	font-size:12px;
	width:150px;
	font-family:arial;font-weight:bold;background:#FFF;
}
#OT_searchWrapper #imageCal td {
	padding:0;
	text-align:center;
}
#OT_searchWrapper .clickableDays {
	color:#000;
	text-decoration:none;
	height:18px;
}
#OT_searchWrapper .nonclickableDays {
	color:#CCC;
	height:18px;
}
#OT_searchWrapper .months {
	color:#FFF;
	text-decoration:none;
}
#OT_searchWrapper .weekdays {
	color:#000;
	text-decoration:none;
	color:#666;
	background-color:#EFEFEF;
	width:14%;
}
.partOfCal img.partOfCal.spacer{display:block;height:1px;margin:0;padding:0;}
