/* page specific
--------------------------------------------------- */

div.hot {
	height: 131px;
	width: 600px;
	background: white url(images/diagrams/hot-strip-mill.png) no-repeat top left;
}

div.pickle {
	height: 105px;
	width: 600px;
	background: white url(images/diagrams/pickle.png) no-repeat top left;
}

div.cold {
	height: 132px;
	width: 600px;
	background: white url(images/diagrams/cold.png) no-repeat top left;
}

div.galv {
	height: 181px;
	width: 600px;
	background: white url(images/diagrams/galv.png) no-repeat top left;
}

div.erw {
	height: 124px;
	width: 600px;
	background: white url(images/diagrams/erw.png) no-repeat top left;
}


/* notes
--------------------------------------------------- */

div#canvas-master {
	padding: 12px 0 0 0;
}

div#canvas-master p {
	text-align: center;
	font-weight: bold;
}

div#canvas {
	position: relative;
}

div#infobox {
	height: 125px;
	margin: 12px 0 0 0;
	width: 400px;
	position: relative;
}

div#tooltip {
	z-index: 3000;
	position: absolute;
	top: 0;
	width: 100%;
}

div.tooltip div.tooltip-content {
	margin: 0;
	background-color: white;
	padding: 3px;
}

#mainbody div#infobox div.tooltip p {
	margin: 5px 10px;
	font-weight: normal;
	padding: 0;
	text-align: left;
}

#mainbody div#infobox div.tooltip h3 {
	background-color: #15548B;
	color: white;
	margin: 0;
	padding: 5px 10px;
}

div#canvas.on div.note {
	border: 1px solid blue;
}

div#canvas.on div.note.hi {
	border: 1px solid red;
}

div.entry {
	z-index: 0;
	position: absolute;
	height: auto;
 	padding: 2px;
}

div#canvas.on div.entry {

}

div.note {
	position: relative;
}

div.note p {
	margin: 5px;
}
