body {
	margin: 0;
	padding: 0;
	background-color: #0292C0;
	font-family: sans-serif;
}

table {
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}

tr th {
	border-bottom: 2px solid grey;

	text-align: left;
	font-size: 0.9em;
}

tr.optional {
  color: grey;
}

tr.property td, tr.entity td {
	border-top: 1px solid #A7A7A7;
}

#content {
	margin: 10px 10px 10px;
	padding: 10px;
	background-color: white;
	border: 1px solid black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#content div {
	padding: 2px;
}

#content h3 {
	background-color: grey;
	padding: 4px;
	margin: 2px 0;
	color: white;
	cursor: pointer;
	font-size: 0.9em;
}

#plot {
	position: relative;
	background-color: white;
}

.legend table {
	width: auto;
}

.axisLabels { /* if axislabels plugin is used */
	font-size: smaller;
	color: #545454;
}

#flot {
	height: 500px;
	z-index: 1;
	margin-bottom: 5px;
}

#overlay {
	position: absolute;
	width: 100%;
	top: 0;
	margin: 200px auto;
	text-align: center;
	color: grey;
}

#footer {
	text-align: center;
	font-size: 0.7em;
	color: white;
	margin: 10px;
}

#controls {
	background-color: grey;
	margin-right: 0px; /* override jquery ui */
}

#controls button {
	width: 10.0%;
	height: 30px;
}

button {
	background-color: silver;
	border: 1px solid darkgrey;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* header */
#title {
	margin: 0.2em;
	float: left;
}

#export {
	float: right;
}

select.icons option {
	padding-left: 20px;
	background-repeat: no-repeat;
}

/* treeTable for entities */
#entity-list tbody img {
	margin: 0.2em 0.4em 0 0; /* sprite image margin */
	vertical-align: top;
}

#entity-list tbody span {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0.2em 0; /* 0.2em 0 0.2em 1.7em if not using sprite images */
	margin: 0;
}

.indicator {
	height: 12px;
}

.inactive {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.ops, .min, .max, .average, .last, .consumption, .total, .cost {
	text-align: right;
}

.visibility {
	width: 18px;
}

.expander {
	width: 20px;
}

/* dialogs */

.dialog {
	display: none;
	padding: 10px;
}

.dialog select {
	width: 100%;
}
