﻿.tableframea a img {
	width: 150px;
}
.tableframea img {
	/* float: left; */
	padding: 4px 4px 4px 4px;
	border: none;
	background-color: #fff;
}

.tableframea {
	background: url(../images/wood-chip3.gif);
	padding: 10px 10px 10px 10px;
}
.tablecaptiona {
	/* margin-top: -1.5em; */
}

.tablemark {
	position: relative;
}

/* #infobutton0, #infobutton1, #infobutton2, #infobutton3, #infobutton4, #infobutton5,  */
img.infobutton {
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	border: none;
	background: #6A2100;
	z-index: 0;
}

/* #x0, #x1, #x2, #x3, #x4, #x5,  */
img.xbutton {
	padding: 0;
	margin: 0;
	border: none;
	width: 13px;
	height: 14px;
}

.tableinfo {
	/* display: none; must be in style= for Element.* to work */
	position: absolute;
	top: 17px; left: 17px;
	width: 200px; 
	height: 200px; 
	background: white;
	border: 3px solid red;
	z-index: 100;
	color: black;
	text-align: left;
}
.tableinfo a {
	color: black;
	text-decoration: none;
	border: 1px solid black;
	text-align: left;
}
iframe.tableiframe {
	/* display: none; must be in style= for Element.* to work */
	/*position: absolute;
	top: 17px; left: 17px;
	width: 200px; 
	height: 200px;
	background: white;
	border: 3px solid red; */
	z-index: 100;
	width: 200px; 
	border: none;
}