.score
{
	color: #000;
	font-size: 85%;
	position: absolute;
	text-align: center;
	z-index: 10;
	font-weight: bold;
	width: 100%;
}

.scorebar
{
	background-image: url(../includes/IncludeResource.axd?f=bg_strength_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
	height: 16px;
	width: 100%;
	background-size: 100% 100%;
}

.scorebarBorder
{
	background: #333;
	border: 1px #000 solid;
	height: 16px;
	margin-bottom: 2px;
	position: relative;
}

.complexity
{
	font-size: 12px;
	font-weight: bold;
}

.complexity > a,
.complexity > a:focus,
.complexity > a:hover
{
	font-weight: bold;
	text-decoration: underline;
}