div.schema {
	position: relative;
	width: 600px;
	margin: 10px 0px 10px 0px;
	font-size: 10px;
	text-align: left;
}
div.corebox {
	position: absolute;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	background-color: #f8f8f8;
}
div.unitbox {
	position: absolute;
}
div.unit {
	border: none;
	padding: 0px;
	width: 100px;
	z-index: 1;
	cursor: help;
	position: absolute;
	margin: 0px;
}
table.unitinn {
	border: 1px solid black;
	width: 100%;
	height: 100%;
}
table.unitinn td {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 10px;
	padding: 0px 3px 0px 3px;
}
div.unitsh {
	padding: 0px;
	width: 100px;
	height: 100px;
	border: none;
	position: absolute;
	left: 4px;
	top: 4px;
	background-color: silver;
	z-index: 0;
}
div.wire {
	text-align: left;
	cursor: help;
	height: 15px;
}
div.wire img {
	margin: 0px 2px 0px 2px;
	width: 30px;
	height: 14px;
	vertical-align: top;
}
div.wires {
	width: 160px;
}
div.bus {
	position: absolute;
	width: 10px;
	top: 10px;
	background-color: white;
}
div.bus table {
	border: 1px solid black;
	width: 100%;
	height: 100%;
	cursor: help;
}
img.conn {
	display: block;
	position: absolute;
	height: 10px;
	z-index: 1;
}
div.symbol {
	position: relative;
	width: 320px;
	margin-top: 30px;
	font-size: 10px;
	text-align: left;
}
div.swires {
	position: relative;
	width: 320px;
	top: 10px;
}
div.swiresi {
	position: absolute;
	width: 160px;
	left: 0px;
}
div.swireso {
	position: absolute;
	width: 160px;
	left: 160px;
}
table.perf,table.perfs,table.perfs2  {
	text-align: center;
	border: 2px solid;
	border-color: #e0e0ff #8080a0 #8080a0 #e0e0ff;
	border-spacing: 0px;
	margin-top: 20px;
}
table.perf { font-size: 12px; }
table.perfs { font-size: 10px; }
table.perfs2 { font-size: 9px; }

table.perf td,table.perfs td,table.perfs2 td {
	margin: 0px;
	border: 1px solid;
	border-color: #8080a0 #e0e0ff #e0e0ff #8080a0;
	border-spacing: 0px;
}
table.perf td { padding: 3px 6px 3px 6px; }
table.perfs td { height: 19px; padding: 1px; font-size: 11px; }
table.perfs2 td { height: 19px; padding: 1px; font-size: 9px; }

td.perfh {
	background-color: #e6eff7;
	color: black;
	font-weight: bold;
}
td.perfhs {
	background-color: #e6eff7;
	padding: 1px;
	font-weight: normal;
	font-size: 10px;
}
p.underperf {
	margin-top: 6px;
	text-align: center;
	color: #202040;
}
p.underfamily {
	margin-top: 6px;
	text-align: center;
	color: #202040;
}
table.pins {
	text-align: center;
	border: 2px solid;
	border-color: #e0e0ff #8080a0 #8080a0 #e0e0ff;
	font-size: 12px;
	border-spacing: 0px;
	margin: 10px 0px 10px 0px;
	width: 530px;
}
tr.pinsh {
	background-color: #e6eff7;
	color: black;
	font-weight: bold;
}
table.pins td {
	margin: 0px;
	padding: 1px 4px 1px 4px;
	border: 1px solid;
	border-color: #8080a0 #e0e0ff #e0e0ff #8080a0;
	border-spacing: 0px;
	text-align: left;
	vertical-align: top;
}
tr.pinsh td {
	padding: 3px 4px 3px 4px;
	text-align: center;
}
div.logo {
	position: relative;
	text-align: center;
	font-weight: normal;
}
