/* TABULAR --------------------------------------*/

table    { display: table }
tr       { display: table-row }
thead    { display: table-header-group }
tbody    { display: table-row-group }
tfoot    { display: table-footer-group }
col      { display: table-column }
colgroup { display: table-column-group }
td, th   { display: table-cell }
caption  { display: table-caption }

table.infoblock {	
	width: 680px; 
	padding: 6px;	
	margin: 10px 0 4px 0;
	border-collapse: collapse; 
	border-spacing: 0;
	border: 1px dotted #5cbfd9; /* aqua */	
}
table.infoblock td {	 	
	border-bottom: 1px dotted #5cbfd9; /* aqua */
	border-left: 1px dotted #5cbfd9; /* aqua */
	border-right: 1px dotted #5cbfd9; /* aqua */
}
/*  ---- TABLE for TOURS PAGES --------------------------*/

div.detail_table {
	position: relative;
	top: 10px;
	left: -133px;
	display: block;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 18px;
}

#duration { 
	position: relative; 
	top: 10px; 
	left: 0; 
	width: 667px; /* must be 13px thinner to accommodate padding */
	border: 1px dotted #333333; 
	margin-top: 10px; 
	padding: 6px; 
	font-size: .9em; 
}

table.booking_data { 
	position: relative; 
	top: 0; 
	left: 1px; 
	width: 680px; 
	border: 1px dotted #333333;  
	margin-top: 10px;  
}
table.booking_data td { 
	padding: 6px;
	margin: 0; 
	font-size: .9em; 
	line-height: 1.3em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px dotted #333333;  
	border-top: 1px dotted #333333;  
}


table.booking_data td a.booknow_img:link,
table.booking_data td a.booknow_img:visited {
	background-color: #ffffff;
	width: 85px;
	height: 75px;
	border: none;
	text-decoration: none;
	background-image: url('../images-basic/BookNow-2011.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}	

table.booking_data td a.booknow_img:hover,
table.booking_data td a.booknow_img:active {
	background-color: #ffffff;
	width: 85px;
	height: 75px;
	border: none;
	text-decoration: none;
	background-image: url('../images-basic/BookNow-2011-over.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}	

/*  INPUT BLOCKS: BOOK NOW BUTTONS --------------------------*/

table.booking_data input a {
	width: 85px;
	height: 57px;
	font-size: .92em;
	cursor: pointer; 
}
table.booking_data input a:link { 
	font-weight: bold;
	text-decoration: underline;
		/* color added in separate file */ 
}	
table.booking_data input a:visited {  
	font-weight: bold;
	text-decoration: underline;
	color: #666;              /* gray */ 
}	
table.booking_data input a:hover,
table.booking_data input a:active {  
	font-weight: bold;
	text-decoration: underline;
		color: #306676;          /* teal */ 
}



/* NOT SURE THIS IS USED: ----------------- */ 
p.txtHead1 { font-size: 1em;
	line-height: 1.3em;
	color: #283b92;       /* grayline blue */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 1em 0;
}
