
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	color: #663300;
}


table.gallerypanel
{
	background-color: #faf7e2;
	border: solid 1px #663300;
	border-left: solid 12px #663300;
}
td.galleryitem
{
	background-color: #faf7e2;
	border: solid 0px #663300;
	padding: 5px 5px 5px 5px;
	margin: 3px 3px 3px 3px;
}

td.galleryitem p.caption
{
	font-size: 0.9em;
	font-weight: bold;
}

div.salmonblackborder, td.salmonblackborder
{
	background-color: #faf7e2;
	border: solid 1px #663300;
	border-left: solid 12px #663300;
}

ul.publications
{
	line-height: 1.5;
	list-style-type: square;
	list-style-position: outside;
}
ul.publications li
{
	margin-top: 0.5em;
}
ul.publications li span.authors
{
	color: #663300;
}

/* Gallery */

div.ImagePanel
{
	width: 400px;
	height: auto;
	float: left;
	padding: 10px;
	margin: 0px;
	border: solid 2px #663300;
	background-color: #ffffcc;
}

div#MyImageGallery_PgrImgs
{
	/*font-size: 75%;*/
	margin-top: 5px;
}

div#MyImageGallery_ImgPnl img
{
	padding: 0px;
	display: block;
	margin: 0px auto 5px auto;
	text-align: center;
	border: 1px solid #000000;
}

div#MyImageGallery_ImgPnl span
{
	display: block;
	font-size: 85%;
	text-align: center;
	margin: 0px;
	padding: 0px 2px 0px 2px;
	border: 0px solid #00ff00;
}

div#MyImageGallery_PgrImgs a, div#MyImageGallery_PgrImgs a img
{
	border: 0px;
}

div#MyImageGallery_PgrImgs_PagerPanel
{
	clear: both;
	margin-top: 10px;
}

div#MyImageGallery_PgrImgs_PagerPanel DIV
{
	float: left;
	background-color: #663300;
	padding: 5px;
	margin-bottom: 2px;
	margin-right: 2px;
}

div#MyImageGallery_PgrImgs DIV a:link, div#MyImageGallery_PgrImgs DIV a:visited
{
	color: #ffffcc;
	text-decoration: none;
}

div#MyImageGallery_PgrImgs DIV a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

