.qualpar {
	clear: both;
	padding: 0 5px;
	font-size: .9em;
}

.red {
	color: red;
	background: #fff;
}
.green {
	color: green;
	background: #fff;
}
.orange {
	color: #FFAA00;
	background: #fff;
}
.blue {
	color: #003366;
	background: #fff;
}

.footnote {
	font-size: .9em;
	border-top: solid 1px black;
	padding-top: 5px;
	padding-left: 3px;
}

.x-small {
	font-size: .9em;
}
.small {
	font-size: 1em;
}
.medium {
	font-size: 1.1em;
}
.large {
	font-size: 1.2em
}
.x-large {
	font-size: 1.3em
}


.bold {
	font-weight: bold;
}
.category-underline {
	width: 95%;
	height: 2px;
	background: green;
	color: #000;
}
#checknames {
	position: absolute;
	top: 190px;
	left: 20px;
	margin: 5px;
}
#trending-graph {
	background: url(http://hospitals.nyhealth.gov/pix/generating_graph.jpg);
	width: 350px;
	height: 275px
}
.measure-score {
	color: #999999;
	background: #fff;
	font-size: 1em;
	position: relative;
	top: -2px
}
#no-data {
	background: #fff;
	color: #000;
	border: solid 2px #000000;
	padding: 3px;
	width: 95%
}
.score {
	font-size: .9em;
	color: #999999;
	}
