/* 

Author: Maurice J Kerckhof
Date: 2010-01-15

*/

/* @group Content */

/* layout of the photo gallery content */
#content_gallery {
	width: 500px;
	height: 300px;
	padding: 20px 30px 60px 32px;
	margin: 0 auto;
	background: transparent url(../images/content_bg.png) top left repeat;
	position: absolute;
	z-index: 3;
	top: 40px;
	left: 415px;
}

/* @end */

/*
Author: Maurice J Kerckhof
Date: 2010-10-18
*/
/* last minute table */
.day   { text-align:center; border:.5pt solid; width:80px; border-top:none; font-size:10px; height:16px;}
.date  { text-align:center; border:.5pt solid; width:60px; border-top:none; border-left:none; font-size:10px;}
.birds { text-align:center; border:.5pt solid; width:60px; border-top:none; border-left:none; font-size:10px;}
.cost { text-align:center; border:.5pt solid; width:60px; border-top:none; border-left:none; font-size:10px;}
.available { text-align:center; border:.5pt solid; width:60px; border-top:none; border-left:none; font-size:10px;}
.language { text-align:center; border:.5pt solid; width:60px; border-top:none; border-left:none; font-size:10px;}
.empty {  border:.5pt solid; border-top:none; border-left:none; border-right:none; height:5px;}
th { text-align:center; 
	 border-style:solid; border-color:#FFFFFF; border-width:thin; font-size: 10px;

