/* 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.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;
}

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

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:280px;
	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:12px;
	text-transform:uppercase;
}
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%;
}