@charset "UTF-8";

/* reservation form */
#OT_searchWrapperAll {
	padding: 4px;
}

#reservations h2 {
	margin:0px 2px 5px 0px;
	font-family:arial;
	font-size:12px;
	font-weight: bold;
}

/* "Search for available..." text */
.OT_feedTitle {
	display: none;
}

/* labels */
#OT_searchWrapperAll dt {
	font-weight: bold;
}

/* fields */
#OT_searchWrapperAll dd {
	font-size:12px;
	margin:2px 2px 2px 2px;
	padding-left: 5em;
	margin-top: -1.5em;
}

#OT_time {
	margin-bottom: 1.5em;
}

#OT_searchWrapperAll dd#OT_submitWrap {
	padding-left: 0em;
	margin-top: 1em;
	float: left;
}


/* Logo styles */
#OT_logoLink {
	display: none;
}

#OT_logo {
	float: left;
	margin-left: 1em;
}



/*** calendar styles ***/

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

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

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

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

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

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

.content #OT_searchWrapper #imageCal img {
	margin: 0px;
}