﻿
.ResultsTable {
	margin:0px auto;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #959595;
	border:1px solid #999999;
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}.ResultsTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.ResultsTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
}
.ResultsTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}
.ResultsTable table tr:first-child td:last-child {
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
}.ResultsTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
}.ResultsTable tr:hover td{
	background-color:#e5e5e5;
		

}

.ResultsTable th{
	border:1px solid #999999;
	border-width:1px 0px 0px 0px;

	
	font-size:10pt;
	font-weight:bold;
	}
}
.ResultsTable td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #ffffff 5%, #e5e5e5 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e5e5e5) ); 
	background:-moz-linear-gradient( center top, #ffffff 5%, #e5e5e5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5e5e5");	background: -o-linear-gradient(top,#ffffff,e5e5e5);

	background-color:#ffffff;

	border:1px solid #999999;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:6px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.ResultsTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.ResultsTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.ResultsTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.ResultsTable tr:first-child td{
		background:-o-linear-gradient(bottom, #ffbf73 5%, #ff8b00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffbf73), color-stop(1, #ff8b00) );
	background:-moz-linear-gradient( center top, #ffbf73 5%, #ff8b00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbf73", endColorstr="#ff8b00");	background: -o-linear-gradient(top,#ffbf73,ff8b00);

	background-color:#ffbf73;
	border:0px solid #999999;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#333333;
}
.ResultsTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffbf73 5%, #ff8b00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffbf73), color-stop(1, #ff8b00) );
	background:-moz-linear-gradient( center top, #ffbf73 5%, #ff8b00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbf73", endColorstr="#ff8b00");	background: -o-linear-gradient(top,#ffbf73,ff8b00);

	background-color:#ffbf73;
}
.ResultsTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.ResultsTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.DivisionTitle { 
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;  
  width:95%;
  color: #114acf; 
  font-family:arial; 
  font-size:large; 
  font-weight:bold;
  text-align:center;
}

.EventName { 
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  width:95%;
  color: #114acf; 
  font-family:arial; 
  font-size:large; 
  font-weight:bold;
  text-align:center;
}

.EventNameSub { 
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  width:95%;
  color: #114acf; 
  font-family:arial; 
  font-size:small; 
  font-weight:bold;
  text-align:center;
}

.NextPrev { 
  margin-bottom:5px;
  margin-left:auto;
  margin-right:auto;
  width:95%;
  color: #114acf; 
  font-family:arial; 
  font-size:medium; 
  font-weight:normal;
  text-align:center;
}

.back-to-top {
	position: fixed;
	bottom: 5em;
	right: 0px;
	text-decoration: none;
	font-size: 12px;
	display: none;
}
