/* =================================================File:		BOOKINGSEARCH.CSSDescription:	Stylesheet for TBA Web        	'Booking Search' ASP pagesAuthor:	David Austin		©2001 David Austin Consulting		All Rights Reserved.Date:		19 August 2001Notes:		May be modified as required.History:	-------------------------------------------------*/BODY       		{ font-family: Tahoma, Verdana, Arial, sans-serif;			  background-color: #ffffee }BODY.terms 		{ background-color: #006666;			  margin-top: 3px }BODY.result 		{ background-color: #ffffee }/* Styles in use in the search terms page */TD.criteria		{ font-size: 9pt;              		  color: #ffffee;              		  text-align: right }             		  TD.hint		{ font-size:8pt; 			  text-decoration: italic; 			  color: #ffffee;			  vertical-align: top  }			  SPAN.criteria		{ font-size: 9pt;              		  color: white;              		  text-align: right;             		  background-color: #006666; }/* Styles in use in the search results page */tr.Heading 		{ font-size: 9pt;			  text-align: center;			  color: white;			  background-color: #006666}tr.RowOdd  		{ font-size: 9pt;			  background-color: #ffffee }tr.RowEven 		{ font-size: 9pt;			  background-color: #ffffff }TD			{ font-family: Tahoma, Verdana, Arial, sans-serif }TD.time		{ text-align: center }TD.status		{ text-align: left }A:link			{ color: #003300;			  text-decoration: none }A:visited		{ color: #003300;			  text-decoration: none }A:hover		{ color: #990033;			  text-decoration: underline }A:link.pagelink			{ font-size: 9pt;	          color: #ffffee;			  text-decoration: underline }A:visited.pagelink			{ font-size: 9pt;	          color: #ffffee;			  text-decoration: underline }A:hover.pagelink			{ font-size: 9pt;	          color: Yellow;			  text-decoration: underline }			  TABLE.result		{ border-color: #006666;			  border-width: 1px;			  border-style: solid }INPUT                {  font-family: Tahoma, Verdana, Arial, sans-serif; 			    font-size: 9pt }SELECT                {  font-family: Tahoma, Verdana, Arial, sans-serif;                          font-size: 9pt }
