.top {
	vertical-align: bottom;
	width: 108px;
	height: 5px;
	overflow: hidden;
	background-image: url(../images/shdw/score_top.jpg);
}

.middle {
	width: 108px;
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-image: url(../images/shdw/score_middle.jpg);
}

.bottom {
	vertical-align: top; 	
	width: 108px; 
	height: 5px; 
	overflow: hidden; 
	background-image: url(../images/shdw/score_bottom.jpg);
}

.topDark {
	vertical-align: bottom; 	
	width: 108px; 
	height: 5px; 
	overflow: hidden; 
	background-image: url(../images/shdw/score_top_dark.jpg);
}

.middleDark {
	width: 108px; 
	background-repeat: repeat-y; 
	padding-left: 8px; 
	padding-top: 5px; 
	padding-right: 0px; 
	padding-bottom: 5px; 
	background-image: url(../images/shdw/score_middle_dark.jpg);
}

.bottomDark {
	vertical-align: top; 	
	width: 108px; 
	height: 5px; 
	overflow: hidden; 
	background-image: url(../images/shdw/score_bottom_dark.jpg);
}
.topScore {
	vertical-align: bottom;
	width: 108px;
	height: 5px;
	overflow: hidden;
	background-image: url(../images/shdw/score_top_orange.jpg);
}
.middleScore {
	width: 108px;
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-image: url(../images/shdw/score_middle_orange.jpg);
}
.bottomScore {
	vertical-align: top;
	width: 108px;
	height: 5px;
	overflow: hidden;
	background-image: url(../images/shdw/score_bottom_orange.jpg);
}
.topBlue {
	vertical-align: bottom;
	width: 108px;
	height: 5px;
	overflow: hidden;
	background-image: url(../images/shdw/score_top_blue.jpg);
}
.middleBlue {
	width: 108px;
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	background-image: url(../images/shdw/score_middle_blue.jpg);
}
.bottomBlue {
	vertical-align: top;
	width: 108px;
	height: 5px;
	overflow: hidden;
	background-image: url(../images/shdw/score_bottom_blue.jpg);
}
.partners {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
