#shuffle {
	font-size: 10px;
	border: solid 1px #ccc;
	position: relative;
	background-color: #efefef;
	width: 400px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 5px;
}
#shuffle a {
	position: absolute;
	top: 0px;
	width: 113px;
	height: 16px;
	background-color: #ccc;
	text-align: center;
	text-decoration: none;
	color: #666;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-collapse: collapse;
}
th {
	background-color: #efefef;
}
th,td {
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: center;
}
h6 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.graphcover {
	height: 160px;
	width: 400px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #666666;
	position: relative;
}
.graphcover .graph {
	border: 1px solid #CCCCCC;
	position: absolute;
	height: 130px;
	width: 288px;
	top: 10px;
	right: 10px;
	background-color: #FFFFFF;
}
.graphcover .graph div {
	position: absolute;
	width: 1px;
	bottom: 0px;
}
.graphcover .graph div.active {
	background-color: #B11111;
}
.graphcover .graph div.nonactive {
	background-color:#FFCC33;
}
.graphcover .graph div.nonactive2 {
	background-color:#eee;
}
.graphcover .maxvalue {
	position: absolute;
	height: 12px;
	width: 60px;
	text-align: right;
	top: 10px;
	left: 36px;
	border-top: solid 1px #CCC;
	padding: 2px;
}
.graphcover .midvalue {
	position: absolute;
	height: 12px;
	width: 60px;
	text-align: right;
	top: 70px;
	left: 36px;
}
.graphcover .minvalue {
	position: absolute;
	height: 12px;
	width: 60px;
	text-align: right;
	bottom: 18px;
	left: 36px;
	border-bottom: solid 1px #CCC;
	padding: 2px;
}
.graphcover .times {
	position: absolute;
	height: 13px;
	width: 288px;
	right: 10px;
	bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
}
.graphcover .times div {
	padding-right: 2px;
	padding-left: 2px;
}
