/* Begin hacks for IE and all it's non-compliant glory!!! */
/* \*/

* html div.exceed,* html div.fail,* html div.pass,* html div.warn { background-image: none !important; }
* html div.exceed { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../images/img_status_exceed.png'); }
* html div.fail { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../images/img_status_fail.png'); }
* html div.pass { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../images/img_status_pass.png'); }
* html div.warn { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='../images/img_status_warn.png'); }

/* */
/* End hacks for IE */

.score {
	color: #000;
	font-size: 85%;
	position:absolute;
	text-align: center;
	width: 100px;
	z-index: 10;
	font-weight: bold;
	line-height: 1.25em;
}
.scorebar {	
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	width: 100px;
	z-index: 0;	
	line-height: 1.25em;
}
.scorebarBorder {
	background: #FFFFFF;
	border: 1px #FFFFFF solid;
	height: 16px;
	margin-bottom: 2px;
	width: 100px;
	line-height: 1.25em;
}
