.mybutton {
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	border: solid 1px black;
	position: absolute;
}

.myselect {
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	position: absolute;
}

.abstext {
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	position: absolute;
	padding-top:6px;
}

.creditsDiv {
	padding-left: 10px;
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	border: dashed 1px white;
	position: absolute;
	left: 10px;
	top: 620px;
	width: 150px;
	height: 130px;
}

.breadboardDiv {
	z-index: 0;
	border: solid 1px black;
	border-bottom: solid 2px black;
	border-right: solid 2px black;
	background-repeat: no-repeat;
	background-image: url(../images/breadboardbackground.gif);
	position: absolute;
}

.wireDiv {
	position: absolute;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	font-size: 1px;
}

.resistorDiv {
	position: absolute;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.dipPackageDiv {
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}

.dipPackageOuterDiv {
	position: absolute;
	cursor: pointer;
}

.noteOuterDiv {
	position: absolute;
	cursor: pointer;
}

.noteDiv {
	text-align: center;
	padding: 0;
	padding-top: 5px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	color: black;
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	margin: 0px;
}

.discretePackageOuterDiv {
	position: absolute;
	cursor: pointer;
}

.discretePackageDiv {
	text-align: center;
	padding: 0;
	padding-top: 7px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	color: white;
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	margin: 0px;
}

.transistorDiv {
	text-align: center;
	padding: 0;
	padding-top: 3px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	color: white;
	font-family: Arial;
	font-weight: normal;
	font-size: 9pt;
	margin: 0px;
}

.contextMenu {
	border: solid 1px black;
	border-bottom: solid 2px black;
	border-right: solid 2px black;
	background-color: #cccccc;
	visibility: hidden;
	position: absolute;
	padding: 3px;
}

.smalltext {
	font-family: Arial;
	font-size: 9pt;
}