/*
	components
*/
#mapCtn {
	position: relative;
	margin: 20px 0 20px 0;
	width: 100%;
}
#mapPanelOuter {
	position: relative;
	width: auto;
	margin: 5px 30px;
	padding: 5px;
}
#mapPanelOuter.bg {
	background-color: #D4C88D; /* sand */
}
#mapPanelInner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#mapPanelInner.bg {
	background-color: #EBE1AD; /* earth */
}
#mapBg {
	position: absolute;
}
#mapPanelInner .loading {
	width: auto;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic
}

#statsCtn {
	position: relative;
	margin: 0 50px 50px 50px;
}
#statsCtn .loading {
	width: auto;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic
}
#statsCtn .header {
	margin-bottom: 20px;
	font-family: "Trebuchet MS", "Geneva", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
}
#statsCtn .caption {
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#statsCtn .data {
	width: 80px;
	padding: 2px 30px 2px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: right;
}

/*
	dots & designs
*/
.dotBase {
	position: absolute;
	font-size: 0px;
	z-index: 0;
}
.dotDataNode {
	position: absolute;
	/* screw the pixel-perfect box model on IE */
	width: 298px;
	height: 113px;
	border-top: 1px solid white;
	border-right: 1px solid #D4C88D; /* sand */
	border-bottom: 1px solid #D4C88D; /* sand */
	border-left: 1px solid white;
	padding: 5px;
	background-color: #EDE8CB; /* clay */
}
.dotDataNode .header {
	padding: 1px;
	background-color: black;
}
.dotDataNode .hostname {
	padding-left: 5px;
	font-weight: bold;
	font-family: "Trebuchet MS", "Geneva", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #EDE8CB; /* clay */
}
.dotDataNode .close {
	font-weight: bold;
	font-family: courier new, courier, monospace;
	font-size: 12px;
	color: #EDE8CB; /* clay */
}
.dotDataNode .close:hover {
	color: white;
}
.dotDataNode .close:focus {
	color: white;
}
.dotDataNode .close:active {
	color: red;
}
.dotDataNode .body {
	padding: 10px 0 0 5px;
	_padding-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #857137; /* brown */
}
.dotDataNode .title {
	margin-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
	color: black;
}


.formCold {
	background-color: #00f;
}
.formTemperate {
	background-color: #0f0;
}
.formHot {
	background-color: #f00;
}
.formClient {
	background-color: #ff0;
}

.scaleSmall {
	width: 8px;
	height: 8px;
	border: 1px solid black;
}
.scaleMedium {
	width: 18px;
	height: 18px;
	border: 1px solid black;
}
.scaleLarge {
	width: 28px;
	height: 28px;
	border: 1px solid black;
}

