
/*--------------------------
	CSS edited by Rod Miles	
	One Grey Paw
	www.OneGreyPaw.com
	
	March 2008
	
	CSS for main opentable
	reservations tables
----------------------------*/


/*--------------------------
	Main Layout Items
--------------------------*/

#feedTable 
	{ 
	font-size: 0.9em; 
	margin-left: 27px;
	}

/* Outside Table properties */
#feedTable td 
	{
	padding: 2px 2px 0 0;
	font: normal normal 100% verdana,tahoma,geneva,sans-serif;
	vertical-align: top;
	}
	
/* Title Text */
.feedTitle 
	{
	margin: 0 2px 15px 0;
	font: normal bold 120% tahoma,verdana,geneva,sans-serif;
	color: #c36;
	}
	
/* Form Party */
.feedFormTitle 
	{
	float:right;
	display: block;
	margin-top: 0;
	}

* html .feedFormTitle
	{
	display: inline;
	padding-top: 4px;
	}
	
/* Form Time Title Tags */
.feedFormTimeTitle 
	{	
	padding: 0 2px 0 10px;
	float:left;
	margin-right: 4px; 
	display: block;
	margin-top: 0;
	}
	
* html .feedFormTimeTitle
	{
	display: inline; 
	padding: 4px 4px 0 0;
	}
	
/* Form Date Title Tags */
.feedFormDateTitle 
	{
	float:right;
	display: block;
	margin-top: 0;
	}

* html .feedFormDateTitle 
	{
	display: inline;
	padding:4px 0px;
	}
	
/* Text Form Fields */
.feedFormField 
	{
	font: normal bold 100% tahoma,verdana,geneva,sans-serif;
	margin:2px 2px 2px 2px;
	color: red;
	}
	
/* Text Form Field for Date field */
.feedFormfieldCalendar 
	{
	font-size:12px;
	margin:2px 2px 2px 2px;
	width:100px;
	}
	
	
/*--------------------------
	Logo Treatment 
--------------------------*/

#logoLink
	{
	float:right;
	margin:0px;
	}
	
#logo
	{
	border-width:0px;
	margin: 1em 0;
	background-color: #fff;
	display:none;
	}


/*--------------------------
	Calendar Styles
--------------------------*/
#dateDisplay
	{
	font-size:10px;
	color:#999;
	font-family:arial;
	float:right;
	margin:0px 30px 0px 0px;
	}

/* 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%;
	}