#control {
	width: 500px;
	height: 100px;
	margin: 0 auto;
	margin-top: 10px;
}
#control .box {
	width: 500px;
	height: 20px;
	margin-bottom: 4px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
#control .left {
	width: 140px;
	height: 20px;
	margin-top: 4px;
	padding-top: 10px;
	padding-right: 5px;
	text-align: right;
	float: left;
}
#control .center {
	width: 250px;
	height: 30px;
	margin-top: 4px;
	padding-right: 5px;
	text-align: center;
	float: left;
}
#control .right {
	width: 95px;
	height: 30px;
	margin-top: 4px;
	text-align: left;
	float: left;
}
#results {
	width: 500px;
	height: 40px;
	margin: 0 auto;
	margin-top: 30px;
}
#tableGraph {
	width: 550px;
	height: 357px;
	margin-top: 10px;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
#tableGraph .colLeft {
	width: 84px;
	height: 45px;
	padding-top: 5px;
	padding-left: 7px;
	border-bottom: 1px solid #000000;
	float: left;
}
#tableGraph .col {
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 20px;
	float: left;
}
#tableGraph .colG {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float: left;
}
#tableGraph .colG img {
	border: 0px;
}
#optimallyBox {
	width: 500px;
	height: 30px;
	margin: 0 auto;
	margin-top: 20px;
}
#legend {
	width: 540px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
}
#legend .box {
	width: 500px;
	height: 50px;
	margin-bottom: 4px;
}
#legend .box .img {
	width: 50px;
	height: 50px;
	float: left;
}
#legend .box .desc {
	width: 440px;
	height: 35px;
	padding-left: 10px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
.clear {
	height: 1px;
	clear: both;
}
.btnCalc {
	width: 30px;
	height: 22px;
	text-align: center;
	border: 1px solid #666666;
	background-color: #999999;
	padding-top: 8px;
	color: #333333;
	cursor: pointer;
	margin-right: 4px;
	float: left;
}
.btnCalc:hover {
	background-color: #CFCFCF;
}
.bold {
	font-weight: bold;
}
.black {
	color: #000000;
}
select.filter {
	width: 50px;
	height: 30px;
	padding: 4px;
	margin: 0px;	
}
input.filter {
	width: 160px;
	height: 30px;
	border: 1px solid #666666;
	background-color: #EAEAEA;
	color: #333333;
	text-align: center;
	font-size: 13px;
	margin: 0px;
}
input {
	width: 196px;
	height: 24px;
	border: 1px solid #666666;
	background-color: #EAEAEA;
	color: #333333;
	font-size: 13px;
	padding-left: 4px;
	padding-top: 6px;
}
td {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}