﻿td.tabletop {
	  text-align: left;
	  font-weight: bold;
}
td.tabletop a {
	  font-size: 2em;
	  text-decoration: none;
}
.tableframe {
	/* border: 1px black solid; */
	vertical-align: top;
}
.tableframe img {
	width: 150px;
	text-align: center;
	/* padding: 20px; */
	/* border: none; */

	padding: 0;
	border: 20px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
}
.tableframe a:hover img {
	width: 300px;
}
.woodchip {
	background: url("../images/sv/wood-chip1.gif");
}
.goldchip {
	background: url(../images/gold-chip.gif);
}
.woodchip3 {
	background: url(../images/wood-chip3.gif);
}

.tablecaption {
	max-width: 150px;
	clear: both;
	text-align: center;
}

.eventlist {			
	margin-left: 5em;
	color: yellow;
}
.eventlist * {
	color: yellow;
}
