table#exportTable {
	border: 1px solid #999;
	border-collapse: separate;
	border-spacing: 3px;
	margin-left: 10px;
}

table#exportTable tr td {
	border: 1px solid #999;
}

table#exportTable tr th {
	border: 1px solid #999;
	text-align: center;
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
}

table#printTable tr td {
	width: 800px;
	height: 800px;
}

#svgContainer {
	width: 600px;
	height: 450px;
}

#imgContainer {
	position: relative;
}

#imgElement {
	display: block;
	margin: auto;
}

#diagramFileDropBox {
	font-size: 18px;
	margin: 10px;
	padding: 3px;
	border: 1px solid #666;
	width: 300px
}

#buttonDiv {
	margin: 10px;
}

#editorNode {
	position: relative;
}

#spinnerOverlay {
	width:100%; height:100%; margin:0; padding:0;
	background: transparent url('../images/loading.gif') no-repeat center center;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#fieldMeasurements {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;}

#fieldMeasurements h1, h2, h3 {
	margin: 0;
	margin-bottom: 7px;
}

#fieldMeasurements table.stnLineTable,
#fieldMeasurements table.xyMeasTable,
#fieldMeasurements #triangMeasTable {
	min-width: 500px;
}

#fieldMeasurements table.stnLineTable thead tr td,
#fieldMeasurements table.xyMeasTable thead tr td,
#fieldMeasurements #triangMeasTable thead tr td {
	font-weight: bold;
}

@media print {
	html, body {
		margin: 0;
		padding: 0;
		border: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}

	#printedDiagram {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		border: 0.5pt black dotted;
		margin: 5px;
	}
}