/* CSS Document */

.alltime	{
	border-spacing: 20px 5px;
  border-collapse: separate;
	margin-left:auto; 
  margin-right:auto;
}
td	{
		vertical-align:top;
}
.right	{
	text-align:right;
}
.center	{
	text-align:center;
}

td.right	{
	padding-right:10px;
}

td.active	{
	color:red;
}

tr.dotted td th
{
    border-bottom: dotted 2px black;
}

.footfoot	{
	text-align:center;
	height:24px;
	background-color:495e83;
	color:white;
}

img.nosee	{
	border:0;
	padding:0;
}

<!-- Added for Go To Hover -->

element.style {
display: none;
}
.back-to-top {
	background:URL("/homerun/images/gotop.png")
	no-repeat scroll 0 0 transparent;
	bottom: 2em;
	display:none;
	height:58px;
	overflow:hidden;
	position:fixed;
	right: 2em;
	width: 58px;
	z-index:1000;
}	
