
/* Logo Treatment */
#logoLink {
	margin:0px;
}
#logo {
	border-width:0px;
	margin:0px;
}
#dateDisplay {
	font-size:10px;
	color:#FFFFFF;
	font-family:arial;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	text-align: center;
	padding-left: 1em;
}
/*** 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 a:link { text-decoration: underline; color: #000000; }
#imageCal a:visited { text-decoration: underline; color: #000000; }
#imageCal a:hover { text-decoration: none; color: #000000; }
#imageCal a:active { text-decoration: none; color: #000000; }

#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%;
}
#reservation {
	font-size: 11px;
	padding-top:20px;
	line-height: 15px;
}

#startDate {
}

#res_party {
}

#res_date {
	padding-top: 1.5em;
}

#res_time {
	padding-top: 1.5em;
}

#reservation td{
	vertical-align: top;
}

td.label {
	font-weight: bold;
	color: #C2DEEB;
	padding-top: .2em;
	padding-right: 10px;
	text-align: left;
	width: 6em;
}

#res_submit {
	text-align: center;
	padding-top: 1.5em;
}

#reservation .alert {

	padding-top: .5em;
	
	font-size: 10px;
	font-weight: bold;
}

#powered {
	text-align: center;
	padding-top: 1em;
	font-size: 9px;
	font-weight: bold;
}

#powered a:link { text-decoration: none; color: #FFFFFF; }
#powered a:visited { text-decoration: none; color: #FFFFFF; }
#powered a:hover { text-decoration: none; color: #FFFFFF; }
#powered a:active { text-decoration: none; color: #FFFFFF; }