﻿.wirePlotBorder {
	clear: both;
	float: left;
	padding-bottom: 2px;
}
.wirePlotBottom, .wirePlotTop {
	height:       7px;
}

.wirePlotTop {
	background: url(Border/Top.png) repeat-x;
}

.wirePlotBottom {
	background: url(Border/Bottom.png) repeat-x;
}

.wirePlotBand {
	background: url(Border/Right.png) repeat-y top right;
	border-left: solid 1px #000;
}

.wirePlotUL {
	float: left;
}

.wirePlotUR, .wirePlotLR {
	float: right;
}

.wirePlotLL {
	clear: both;
	float: left;
}

.wirePlotTitleBand {
	font-size: 0.75em;
	text-align: center;
	display: none;
}

.wireElement {
	stroke:       rgb(0, 0, 0); 
	stroke-width: 1px;

	strokeweight: 4px;
	strokecolor:  rgb(200, 0, 0);
	fillcolor:    red;
	filled:       true;
}

.wireElement:hover {
	stroke:       rgb(200, 60, 60); 
	stroke-width: 3px;
}

.hiddenScript {
	display: none;
	margin: 0;
	padding: 0;
	border: none 0;
}