td.si_notext {
  text-align: center;
}

th.si_title {
  color: #FFFFFF;
  background-color: rgb(0,128,255);
  font-size: 12px;
  font-family: Verdana;
  text-align: center;
  font-weight: bold;
}

th.si_playertotal {
  color: #FFFFFF;
  background-color: rgb(0,160,255);
  font-size: 12px;
  font-family: Verdana;
  text-align: center;
  font-weight: bold;
}

td.si_text {
  color: rgb(0,0,0);
  font-size: 11px;
  text-align: center;
  font-family: Verdana;
}

td.si_names {
  color: rgb(0,0,0);
  font-size: 11px;
  text-align: left;
  font-family: Verdana;
}

table.si_background {
  background-color: rgb(255,255,255);
}

a.si_link {
  color: rgb(0,128,255);
  text-decoration: none;
}

a.si_link:hover {
  text-decoration: underline;
}

img.si_mappic {
  border-width:1px;
  border-style:solid;
  border-color:#000000;
}

blockquote.helpContents
{
	width:250px;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0;
	padding: 0px;
	position: absolute;
	top: -1000px;
	left: -1000px;	
	z-index: 100;
	-moz-border-radius: 5px;
	-moz-opacity: .85;
	opacity: .85;
	filter: alpha(opacity=85);

}
blockquote.helpContents table
{
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}
blockquote.helpContents th
{
	background-color: rgb(0,128,255);
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
blockquote.helpContents td
{
	font-size: 10px;
	color: rgb(0,128,255);
}
blockquote.helpContents b
{
	font-size: 11px;
}
