 /* TdS Booking stylesheet */


body {font-family: helvetica, arial, sans-serif; background: #E2D3B4 }   /*#ffeecc */
h1 {font-weight: normal; line-height: 1.2; color: #ff6600}
h3 {font-weight: normal; line-height: 1.2; margin-bottom: 3px; color: #ff6600 }

.tbl_data {font-size: 10pt}
.tbl_col_head {font-style: italic; font-weight: bold; font-size: 9pt; text-align: left }
.tbl_col_right {font-style: italic; font-weight: bold; font-size: 9pt; text-align: right }
.tbl_rowA {background-color: #F1EADA}
.tbl_rowB {background-color: #EDE4CF}
.tbl_header { background: #FFA96F}
.fld_label {font-size: 9pt; color: #ff6600}
.fld_labelR {font-size: 9pt; color: #ff6600; text-align: right}
  
/* styles sheet for use with "suckerfish" dropdown menus, see also menuitems.php */ 
body {
	font-family: arial, helvetica, serif;
}

#filt, #filt ul { /* all lists */
	padding: 0;
	margin: 0;
	font-size: 10pt;
	width: 12em
	list-style: none;
	line-height: 1;
}

#filt li, #filt li select {
	font-size: 10pt;
}

#filt li { /* all list items */
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;		/* POSSIBLE BUG - semicolon missing below - Test it before deleting the line */
	width: 8em
	list-style: none;
	line-height: 1;
}

#nav a, #nav h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	color: #757575;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	display: block;
	/* width: 10em; */
}

#nav h2 {
    color: #FFFFFF;
	background: #FF6600;
	text-transform: uppercase;
}

#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	color: #757575;
	background: #FFA96F;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
/* end of menu stylesheet for use with "suckerfish" dropdown menus, see also menuitems.php */ 