/*          OPENTABLE STYLESHEET            */
/* From http://www.opentable.com/r/feed.css */


/* Outside Table properties */
#reservations form {
	margin: 2em 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1;
}
#feedtable {
	padding-top: 10px;
	vertical-align: middle;
}
#feedTable td {
	margin: 0;
	padding: 0 2px 0 0;
	vertical-align: middle;
}

/* Title Text */
.feedTitle {
	font-weight: 700;
	margin-bottom: 1em;
}
/* Form Title Tags */
.feedFormTitle {
	float:right;
	margin: 0;
}
/* Form Time Title Tags */
.feedFormTimeTitle {
	padding: 4px 0 4px 1em;
	float:left;
	margin: 0;
}
/* Form Time Title Tags */
.feedFormDateTitle {
	padding:4px 0;
	text-align: right;
	margin: /*6px 0 0*/ 0;
}
/* Text Form Fields */
.feedFormField {
	margin:2px 2px 2px 2px;
}
/* Text Form Field for Date field */
.feedFormfieldCalendar {
	font-size: 1em;
	margin: 1.2em 2px 2px 2px;
	width: 8em;
}

/* Logo Treatment */
#logoLink
{
	float:right;
	margin:0px;
}
#logo
{
	border-width:0px;
	margin: 10px 0 0 0;
}
#dateDisplay
{
	font-size:0.8em;
	color:#999;
	float:right;
	margin:0px 30px 0px 0px;
}

/* Submit button */
#submit
{
	margin: 10px 0 0 10px;
}

/*** calendar styles ***/

/* Placeholder. Don't change this */
.imgCal 
{
	position: absolute; 
	display: none; 
	z-index:100;
}

/* Calendar Table properties */
#imageCal table {
	font-size:1em;
 	width: 14em;
	font-weight: bold;
	background:#FFF;
}
#imageCal td {
	padding: 0;
	text-align:center;
}

/* Days in the future */
.clickableDays 
{	
	color: #000000; 
	text-decoration: none;
	height:1.5em;
}

/* Days in the past */
.nonclickableDays 
{	
	color: #CCCCCC;
	height:1.5em;
}

/* 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%;
}