/*
 * Style sheet for box charts created with tables.
 */

tr td {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	vertical-align: bottom;
}

td.ur {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	vertical-align: bottom;
}

td.u {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	vertical-align: bottom;
}

td.d {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	vertical-align: top;
}

td.v {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	vertical-align: middle;
}

div.chart {
	font-size: small;
}

div.usperson {
	float: left;
	height: 22ex;
	width: 60ex;
	color: black;
	background: #99CCFF;
	display: block;
	font-weight: bold;
 	font-size: smaller;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	border-width: medium;
	border-color: black;
	border-style: solid;
	padding: 8px;
}

div.eurperson {
	float: left;
	height: 22ex;
	width: 60ex;
	color: black;
	background: #CCFF99;
	display: block;
	font-weight: bold;
 	font-size: smaller;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	border-width: medium;
	border-color: black;
	border-style: solid;
	padding: 8px;
}

div.person {
	float: left;
	height: 22ex;
	width: 60ex;
	color: black;
	background: yellow;
	display: block;
	font-weight: bold;
 	font-size: smaller;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	border-width: medium;
	border-color: black;
	border-style: solid;
	padding: 8px;
}

div.data {
	font-weight: normal;
	text-align: left;
	white-space: pre;
}

div.line {
	float: right;
	color: black;
	font-weight: bold;
 	font-size: smaller;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
}

div.buttons {
	font-weight: bold;
	text-align: right;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

span.button {
	color: blue;
	border-width: medium;
	border-color: blue;
	border-style: solid;
}

a.buttons:link {
	text-decoration: none;
}

a.buttons:visited {
	text-decoration: none;
}

a.buttons:active {
	text-decoration: none;
}
