﻿/* STYLE DEFINITIONS RELATING TO A BOX WITH A PICTURE AND TEXT ALONG WITH IT */
/* I'M NOT HAPPY USING TABLES TO FORMAT THIS, BUT FLOATING IMAGES WITHIN TEXT DOESN'T HAVE PRECISE ENOUGH RESULTS */
table.info
{
	border-style: none;
}

table.info tr
{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

table.info tr td
{
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

table.info tr td.pic
{
	width: 0;
	height: 0;
}

table.info tr td.pic img
{
	width: 100px;
	height: 150px;
	padding: 5px 5px 5px 5px;
	background: silver;
	border: 1px gray solid;
}

table.info tr td p.title
{
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	margin-bottom: 1.0em;
}

table.info tr td p
{
	margin-top: 0;
	margin-bottom: 0;
}

ul#piclist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#piclist li
{
	clear: right;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-top: 0;
}

ul#piclist li h1
{
	font-family:"Palatino Linotype", serif;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

ul#piclist li h1#firstheader
{
	font-family: "Palatino Linotype", serif;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0;
	margin-top: 0;
}

hr.underline
{
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 1.0em;
	margin-right: auto;
	width: 50%;
	text-align: left;
	color: silver;
	background-color: silver;
}

ul#piclist li div.infobox-right
{
	padding: 2px 2px 2px 2px;
	margin: 10px 10px 10px 10px;
	background-color: silver;
	border: 1px gray solid;
	float: right;
	text-align: center;
	font-size: small;
}

ul#piclist li div.infobox-left
{
	padding: 2px 2px 2px 2px;
	margin: 10px 10px 10px 10px;
	background-color: silver;
	border: 1px gray solid;
	float: left;
	text-align: center;
	font-size: small;
}

ul#piclist li div.infobox-right img
{
	margin: 0;
	padding: 0;
}
