/*********************************************
 * imageGallery
 ********************************************/
#imageGallery {
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	margin: 0 auto 20px auto;
	padding: 5px;
	width: 460px;
	overflow: hidden;
}

#imageGallery ul {
	float: left;
	width: 125px;
	margin: 25px 10px 25px 0;
	padding-left: 15px;
	font-size: .85em;
	list-style-type: circle;

}

#imageGallery ul li {
	padding: 2px 0 .6em 0;
}

#imageGallery ul li a {
	text-decoration: none;
}

#imageGallery p {
	float: right;
	width: 300px;
}
#imageGallery img {
	float: right;
}

/*********************************************
 * floating images
 ********************************************/
 
float img {display:block; padding:2px; background:#fff; border:solid 1px #ccc;}

/*********************************************
 * availability and resources tables
 ********************************************/
table.availability, table.resources {
	font-size: .85em;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 2em;
}

table.availability tr td, table.resources tr td {
	vertical-align: top;
	padding: 2px 5px 2px 5px;
}

tr.colHeadings {
	background-color: rgb(249, 192, 68);
	font-weight: bold;
}

.shadedGrey {
	background-color: #EDEDED;
}



/*********************************************
 * tabbed navigation
 ********************************************/
#navigationTabs {
	text-align: right;
	line-height: normal;
	width: 570px;
	margin: 5px 0 0 10px;
	padding: 40px 0 0 0;
	background: #fff url(../main/tabs-bg.png) no-repeat right bottom;
}


h2.tabs {
	margin-top: 0;
	padding-top: 2em;
}

#navigationTabs ul {
	font-size: .85em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigationTabs ul li {
	background: url(../main/norm_right.gif) no-repeat right top;
	display: inline;
	text-align: center;
	margin: 0 1px; /* slight spacing between tabs */
	padding: 3px 5px 0 0;
}

#navigationTabs a {
	background: url(../main/norm_left.gif) no-repeat left top;
	padding: 3px 5px 0 10px;
	margin: 0;
	color: #765; /* font colour*/
	text-decoration: none;
	font-weight: bold;
}

#navigationTabs a:hover {
	color: #000;
}

#navigationTabs p {
	display: none;
}

#navigationTabs #active {
	background-image: url(../main/norm_right_on.gif);
}

#navigationTabs #active a {
	background-image: url(../main/norm_left_on.gif);
	color: #000;
}



/*********************************************
 * Links table
 ********************************************/

#article table {
	font-size: .85em;
	width: 540px;
}

#article table tr.shaded {
	background-color: #f6f6f6;
}
