/***************************************************************************
**                      FOSSIL GALLERY ADDITIONS                          **
****************************************************************************/
	/* CLASS: thumb, frame and imageholder - thumbmail photo gallery formatting of lists */
	/* <a> bug-fix - margin-top of about 5px appeared if <a> had no border */

	ul#fossilsthumb {
		list-style: none;
		list-style-type: none;
		background-image: none;
		margin: 0px;	
		padding: 0px;
	}

	ul#fossilsthumb li {
		list-style: none;
		list-style-type: none;
		background-image: none;
		display: block;
		float: left;
		color: #000;
		background: #e6e6fa;
		border: 1px solid #999;
		font-weight: bold;
		text-align: center;
		margin: 0 15px 15px 0;
		padding: 0px;
	}

	ul#fossilsthumb li a {

		display: block;
		color: #000;
		background: #e6e6fa;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		padding: 0px;
		margin: 0px;
		border: 1px solid #fafafa; /* <a> bug-fix */
	}

	ul#fossilsthumb li a:hover {
		color: #006699;
		background: #f6f6fd;
		border: 1px solid #e6e6fa;	 /* <a> bug-fix */
	}

	ul#fossilsthumb li span.frame,
	ul#fossilsthumb li a span.frame {
		display: block !important;
		line-height: 104px; 			/* >> increase if add border to image */
		font-size:104px; 				/* >> increase if add border to image */
	}

	ul#fossilsthumb li span.frame {
	 	margin: 5px 5px 1px 5px; 	/* <a> bug-fix */
	 }

	ul#fossilsthumb li a span.frame {
		margin: 4px 4px 0px 4px; 	/* <a> bug-fix */
	}

	ul#fossilsthumb li span.frame span.imageholder,
	ul#fossilsthumb li a span.frame span.imageholder {
		display: table-cell;
		height: 122px;
		width: 122px;
		border: 1px solid #ccc;
		color: inherit;
		background-color: #fafafa;
		text-align: center;
		vertical-align: middle;
		margin: 0px;		
		padding: 0px;
	}

	ul#fossilsthumb li a:hover span.frame span.imageholder {
		border: 1px solid #999;
		background: #fff;
	}

	ul#fossilsthumb li span.frame span.imageholder img,
	ul#fossilsthumb li a span.frame span.imageholder img {
		border: none;
		padding: 0px;
		margin: 0px;
		vertical-align: middle;
	}

	/* CLASS: altviews, frame and imageholder - thumbmail photo gallery formatting of lists */

	ul.altviews {
		margin: 0px;	
		padding: 0px;		
	}

	ul.altviews li {
		display: block;
		float: left;
		color: #000;
		/*background: #e6e6fa;*/
		/*border: 1px solid #999;*/
		font-weight: bold;
		text-align: center;
		margin: 0 15px 15px 0;
		padding: 0px;
		font-weight: normal;
	}

	ul.altviews li a {
		display: block;
		color: #000;
		/*background: #e6e6fa;*/
		/*font-weight: bold;*/
		text-align: center;
		text-decoration: none;
		padding: 0px;
		margin: 0px;
		border: 1px solid #fafafa; /* <a> bug-fix */
	}

	ul.altviews li a:hover {
		color: #006699;
		/*background: #f6f6fd;
		border: 1px solid #e6e6fa;	 /* <a> bug-fix */
	}

	ul.altviews li span.frame,
	ul.altviews li a span.frame {
		display: block !important;
		line-height: 104px; 			/* >> increase if add border to image */
		font-size:104px; 				/* >> increase if add border to image */
	}

	ul.altviews li span.frame {
	 	margin: 5px 5px 1px 5px; 	/* <a> bug-fix */
		margin: 0px;
		padding: 0px;
	 }

	ul.altviews li a span.frame {
		margin: 4px 4px 0px 4px; 	/* <a> bug-fix */
		margin: 0px;
		padding: 0px;
	}

	span.frame span.imageholder,
	a span.frame span.imageholder {
		display: table-cell;
		padding: 0px;
		margin: 0px;
		height: 112px;
		width: 112px;
		border: 1px solid #ccc;
		color: inherit;
		background-color: #fafafa;
		text-align: center;
		vertical-align: middle;
	}

	a:hover span.frame span.imageholder {
		border: 1px solid #999;
		background: #fff;
	}

	span.frame span.imageholder img,
	a span.frame span.imageholder img {
		border: none;
		padding: 0px;
		margin: 0px;
		vertical-align: middle;
	}

	/* CLASS: fossil */
	img.fossil {
		border: 1px solid #ccc;
	}

	/* CLASS: cites */
	ul.cites {
	/*margin-left: 15px;*/
	}

	ul.cites li {
		list-style: square;
		/*margin-left: 15px;*/
	}

	ul.cites li span.details {
		display: none;
	}

	/* CLASS: fossilimages */
	div.fossilimages {
		display: block;
		width: 410px;
		float: left;
		/*margin-top: -4px !important;*/
		margin-left: 0px;
		margin-top: 15px;
	}

	/* CLASS: fossildetails */
	div.fossildetails {
		display: block;
		float: left;
	}
        
/*****************************

Level 5 Nav styles (from main CSS)

*****************************/

ul#level5Nav {

	 }

ul#level5Nav li {

	font: 1em/1em Verdana, Helvetica, Arial, sans-serif;

	list-style: none;

	border: none;

	padding: 0 0 3px;

	color: #333; }



ul#level5Nav li a:link, ul#level5Nav li a:visited {

	color: #333;

	display: block;

	padding: 3px 10px 3px 40px;

	background: transparent url(http://www.antarctica.ac.uk/images/global/bulletarrow.gif) no-repeat 30px .5em;

	text-decoration: none; }

ul#level5Nav li a:hover, ul#level5Nav li a:active {

	color: #333;

	background: #E5E5DB url(http://www.antarctica.ac.uk/images/global/bulletarrow.gif) no-repeat 30px .5em;

	display: block;

	padding: 3px 10px 3px 40px;

	text-decoration: none; }

ul#level5Nav li#level4NavSelected {

	color: #fff;

	display: block;

	text-decoration: none;

	font: 1em/1em Verdana, Helvetica, Arial, sans-serif;

	list-style: none;

	border: none;

	padding: 0 0 3px;

	background: #E5E5DB url(http://www.antarctica.ac.uk/images/global/bulletarrow.gif) no-repeat 30px .5em; }

ul#level5Nav li a#level4NavOn {

	color: #333;

	background: #F4F4EB url(http://www.antarctica.ac.uk/images/global/bulletarrow.gif) no-repeat 30px .5em;

	display: block;

	padding: 3px 10px 3px 40px;

	text-decoration: none; }

/* Specimen table styles, added by David Herbert 06/08/08 */

table#specimen_table {
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
	width: 540px;
}

td.specimen_image {
	width: 410px;
	padding: 0px;
	border: 0px none;
}

td.specimen_data {
	padding-top: 0px;
	border: 0px none;
	width: 205px;
}

td.specimen_alts {
	width: 122px;
	padding: 4px;
	border: 0px none;
}

hr#specimen_divider {
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 540px;
	color: #deeff8;
	background-color: #deeff8;
	border: 0px none;
}

ul#specimen_altlist {
	list-style: none;
	list-style-type: none;
}

/* Search form styles, added by David Herbert 14/08/08 */
table#searchform_table {
    padding: 0px;
    border: 0px none;
    border-collapse: collapse;
    width: 540px;
}

/* Temporary div for no menu (used in help) */
div#mainContent_nomenu {
	background: none;
	margin:10px 10px 0;
}

