#OT_searchWrapperAll {
	margin-top: 10px;
	background-color: #ecece4;
	padding: 5px;
	font-family: sans-serif;
	font-size: 10pt;
	zoom: 1;
	margin-bottom: 10px;
}
#OT_searchWrapperAll h2 {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 12pt;
}
#OT_searchWrapperAll dl {
	float: left;
}
#OT_searchWrapperAll dl,
#OT_searchWrapperAll p {
	margin: 0 0 10px 0;
}

#OT_searchWrapperAll dt {
	font-weight: bold;
	width: 80px;
	float: left;
	clear: left;
}

#OT_searchWrapperAll dd {
	top: -2px;
	width: 190px;
	width: 10em;
	margin: 0 0 5px 80px;
}
#OT_logoLink,
#OT_logo {
	clear: both;
	font-size: 10px;
	text-align: center;
}
#OT_logo img {
	border: none;
}
#OT_submitWrap {
	float: none;
	clear: both;
	margin-left: 80px;
}
input#startDate.OT_feedFormfieldCalendar {
	width: 8em;
}
p#dateDisplay {
	font-size: 12px;
	color: #7c7c7a;
}
p#dateDisplay {
	display: inline;
}
#OT_date {
	position: relative;
}

	/*** 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%;
	}

