body {
    text-align: center;
    /* background-color: #c0deed; */
    background: url("../images/bg.jpg");
}
td {
    text-align: center;
    background: black;
    color: white;
    width: 65px;
    height: 40px;
    cursor: default;
    border-radius: 10px;
}
.score {
    border: 0;
    background: transparent;
    font-size: x-large;
    width: 55px;
    font-weight: bold;
    height: 33px;
    margin-left: 0;
    padding: 0;
}
.teamName {
    font-family: Tahoma, serif;
    padding: 0;
	border: 0;
    background: transparent;
    font-size: large;
    width: 135px;
    font-weight: bold;
    height: 33px;
}
#rightTeam, #leftScore {
    text-align: right;
}
#rightScore, #leftTeam {
    text-align: left;
}
.coloredCircle {
    height: 18px;
    width: 18px;
    vertical-align: bottom;
    border-width: 0;
}
#centralTd {
	background: none;
	border-width: 0;
	padding: 0;
}
a {
	font-family: Tahoma, serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
/*
#tab1 { border-top-left-radius: 10px;}
#tab8 { border-top-right-radius: 10px;}
#tab42 { border-bottom-right-radius: 10px;}
#tab35 { border-bottom-left-radius: 10px;}
*/
#imageDiv {
    position: relative;
    width: 100%; /* for IE 6 */
}
#WeaponPower {
    position: absolute;
    padding: 0;
    color: darkred;
    bottom: 0;
    left: 4px;
    width: 40px;
    border: 0;
    text-align: left;
    background: transparent;
    font-size: xx-large;
    font-weight: bold;
}
