﻿

table.picturesTable { border-collapse: collapse; }
table.picturesTable td { padding: 0; }

.floatLeft { float: left; }


/* Preview section and dynamic client-side created stuff */

table#previewSectionTable {
	float: left;
	border-collapse: collapse;
}

td.previewSection {
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	padding: 0;
}

td#previewSectionLarge { background-image: url(../Images/previewBkgrnd_large.jpg); }
td#previewSectionSmall { background-image: url(../Images/previewBkgrnd_small.jpg); }

#clickMessage { font-weight: bold; }

div#debugSection {
	position: absolute;
	right: 20px;
	top: 80px;
	width: 300px;
	font-family: "Courier New";
	padding: 10px;
	font-size: 0.9em;
	color: #000;
	background-color: #aaa;
}


/* Styles used by the text at the bottom of the page */

div#textSection { max-width: 650px; }

h2 {
	margin-top: 2em;
	margin-bottom: 0.5em;
}

div.pictureBlock {
	width: 325px;
	float: left;
	margin-bottom: 1.2em;
}