/* STYLE FOR SEARCH PAGES */
.ibistro-container {
	border: 0px solid red;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.tplSearchHeader {
	width: 960px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 12pt;
}

.tplSearchHeader thead tr th {
	background-color: transparent;
	width: 950px;
	border: none;
	border-width: 0px;
	text-align: left;
	padding: 10px 13px 20px 13px;
	margin: 0px 13px 20px 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
}

.tplSearchHeader thead tr td { 
	width: 1px; /*only ie6 needs this*/
}

.tplSearchHeader tbody tr th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt /*<SIRSI_Data Environ="FONT_SIZE">*/;
	font-weight: normal;
	background-color: #fefff3 /*<SIRSI_Data Environ="HEADER_BGCOLOR">*/;
	padding: 5px 13px;
	border: 1px solid #e5e5e5;
}

.tplSearchHeader tbody tr td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt /*<SIRSI_Data Environ="FONT_SIZE">*/;
	font-weight: normal;
	padding: 5px;
	border: 0px solid green;
}

.tplSearchHeader tbody tr td.spacer {
	padding: 0px;
	border: none;
	width: 100%;
}

.tplSearchHeader tbody tr td.hintBox {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #FAFAFA;
	width: 100%;
}

.tpldividerseparator {
	padding: 8px 0px 8px 0px;
	margin: 8px 0px 8px 0px;
}

table.tpldividerseparator td.separator {
	width: 792px;
	background: #fff
		url("http://www.torontopubliclibrary.ca/images/ibistro/dotted_line.gif")
		repeat-x top left;
	width: 775px; /*only ie6 needs this*/
}

/* jquery form validation */
.error {
	font-size: 12px;
	color: #FF0000;
	display: inline;
}

label.error {
	padding-left: 10px;
}
