	body {
		background-color : white;
		margin : 0px;
		margin-bottom : 50px;
	}

	ul {
		font-family : Verdana;
		font-size : 11px;
	}

	b {
		color : #333333
	}

	a img { border-color : black }

	table.tblcontent {
		margin-top : 30px;
		margin-left : 50px;
		padding-bottom : 20px;
		width : 850px;
		border-right : silver 1px solid;
		border-bottom : silver 1px solid;
		background : white url(/images/content_bg.jpg) repeat-y right top;
		color : #454545;
	}

	.tblcontent td p, .tblcontent td ol, .tblcontent td ul {
		font-family : Verdana;
		font-size : 11px;
		line-height : 16px;
		padding-left : 20px;
		padding-right : 40px;
	}

	.tblcontent td ol, .tblcontent td ul {
		padding-left : 40px;
	}

	.tblfooter {
		margin-left : 50px;
		width : 850px;
		height : 45px;
		border-bottom : 1px solid silver;
	}

	.tblfooter td p {
		text-align : center;
		font : 11px/16px Verdana;
		color : #333333;
	}

	.tblfooter td p a {
		color : #333333;
	}

	.menuskin {
		position : absolute;
		width : 190px;
		background-color : #ffcc66;
		border : 1px solid #333333;
		font : normal 11px Verdana;
		line-height : 18px;
		z-index : 100;
		visibility : hidden;
		padding : 2px;
	}
	
	.menuskin a {
		text-decoration : none;
		color : black;
		padding-left : 2px;
		padding-right : 10px;
	}
	
	#mouseoverstyle { background-color:#ffee99; }
	
	#mouseoverstyle a { color:#333333; }

/* aaaa */

	table.timetable td {
		font-family : Verdana;
		border-top : #bbbbbb solid 1px;
		border-left : #aaaaaa solid 1px;
		font-size : 11px;
		text-align : left;
		padding : 10px;
		height : 35px;
		color : #333333;
	}

	table.timetable ul {
		padding-left : 20px;
	}

	table.timetable tr.header td {
		vertical-align : middle;
	}

	table.timetable tr.main td { vertical-align : top; }

	table.timetable {
		border-right : #aaaaaa solid 1px;
		border-bottom : #aaaaaa solid 1px;
	}

	table.timetable td table td {
		border : none;
	}

	table.gardens td {
		border-bottom : dotted 1px #ccc;
		padding-bottom : 5px;
		padding-top : 5px;
	}
	.session {
		background : #d1d1ff;
	}

	.break {
		background : #ffd1d1;
	}

	.heading
	{
	font-size : 16px;
	font-weight : bold;
	color : #0000a0;
	}

	.subheading
	{
	margin-bottom : 20px;
	margin-top : 25px;
	margin-left : 5px;
	padding-left : 10px;
	border-left : 10px solid #cc9933;
	border-bottom : 1px solid #cc9933;
	font-weight : bold;
	font-family : verdana;
	font-size : 12px;
	width : 600px;
	}

	.gardenImageMain
	{
	float : right ; 
	margin : 20px ; 
	padding : 0px 20px 10px 10px ; 
	font-family : Verdana ; 
	font-size : 8pt ; 
	border-left : 
	1px solid yellow ; 
	border-bottom : 1px solid #cc9933;
	width : 200px;
	}

	#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
	#lightbox img{ width: auto; height: auto;}
	#lightbox a img{ border: none; }

	#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
	#imageContainer{ padding: 10px; }

	#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
	#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
	#imageContainer>#hoverNav{ left: 0;}
	#hoverNav a{ outline: none;}

	#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

	#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

	#imageData{	padding:0 10px; color: #666; }
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

	#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
