/* =================================================File:		TODAY.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.main		{ font-family: Tahoma, Verdana, Arial, sans-serif;              		  background-color: #FFFFEE }BODY.header		{ font-family: Tahoma, Verdana, Arial, sans-serif;              		  background-color: #006666;             		  color: #FFFFFF }BODY.footer		{ font-family: Tahoma, Verdana, Arial, sans-serif;              		  background-color: #006666 }INPUT                {  font-size: 9pt }SELECT                {  font-size: 9pt }TR.heading 		{ font-size: 9pt;			  font-weight: bold;			  text-align: center;			  background-color: #006666;			  color: #FFFFFF }tr.RowOdd    { font-size: 9pt; background-color: #FFFFEE }tr.RowEven   { font-size: 9pt; background-color: #FFFFFF }TD.time			{ color: #003300;			  text-align: center }TD.sortorder		{ font-family: Tahoma, Verdana, Arial, sans-serif;			  font-size: 9pt;                       text-align: right }A:link			{ color: #003300;			  text-decoration: none }A:visited		{ color: #003300;			  text-decoration: none }A:hover		{ color: #990033;			  text-decoration: underline }A.sortorder:link	{ color: #FFFFEE;			  text-decoration: none }A.sortorder:visited	{ color: #FFFFEE;			  text-decoration: none }A.sortorder:hover	{ color: yellow;			  text-decoration: underline }TABLE.today		{ border-color: #006666;			  border-width: 1px;			  border-style: solid;			  margin-top: 3px}
