a {
	color: #99f;
	font-weight: bold;
}
tr.location {
	cursor: pointer;
}
tr.container {
	cursor: pointer;
}
body, td, th, input, select, option {
	font-family: verdana;
	font-size: 10px;
}
body {
	background-color: #333;
	color: #ccc;
}
.locationName {
	font-weight: bold;
}
#assetsContainer { width: 700px; }
#assetTable {
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 0px;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#assetTable td, #assetTable th {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 0px;
	border-top: 0px;
	margin: 0px;
	padding: 4px;
}
#assetTable tr.subTableRow {
	text-align: right;
}
#assetTable tr.subTableRow td {
	padding: 0px;
	margin: 0px;
	background-color: #222;
}
#assetTable tr.subTableRow table th {
	border: 0px;
	margin: 0px;
	padding: 4px;
}
#assetTable tr.subTableRow table td {
	border-top: 1px solid #888;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	margin: 0px;
	padding: 4px;
}
#THlocations { width: 200px; }
#THtlitems {width: 40px; }
#THships {width: 40px; }
#THitems {width: 40px }
.containerTable {
	background-color: #222;
	margin: 0px;
	margin-left: 5%;
	width: 95%;
	border-collapse: collapse;
}
.containerTable td {
	padding: 4px;
}
.dataCellUnitPrice { text-align: right }
.dataCellTotalPrice {text-align: right }
.dataCellQuantity {text-align: right }
.dataCellName{ text-align: left }
.containerCountText {font-size: 9px; white-space: nowrap}
#apiKeyEntry {
	float: right;
	width: 200px;
	border-left: 1px solid #aaa;
	padding-left: 10px;
}
.icon {
	height: 32px;
	width: 32px;
}
#charts_form {
	border: 2px solid black;
	width: 400px;
	padding: 10px;
	background-color: #444;
}
.chart {
	border: 1px solid #000;
	padding: 0px;
	width: 500px;
}
.chart_remove {
	height: 20px;
	background-color: #000;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.chart_header {
	background-color: #444;
	text-align: left;
	border-bottom: 1px solid #000;
}
