.results  {
	background-color: #CFF;
	border: 1px solid #B0D2E3;
	border-collapse:separate;
}
.results td {
	
	background-color:#FFF;
	padding-right:5px;	

}

.small{
	font-size: 10px;	
}

.results tr.even td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: #B0D2E3 1px solid;
	border-right:none;
	border-left:none;
	border-bottom:none;
}
.results tr.odd td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #F4FBFB;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: #B0D2E3 1px solid;
	border-right:none;
	border-left:none;
	border-bottom:none;
}
.results .colhead td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006;
	background-color: #CBE6EB;
	height: 25px;
	padding-top: 6px;
	border:none;
	padding-right: 5px;
}
.results .odd td  a{



}
.results .even td a {


}
.results .header td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF;
	text-align: center;
}
.results .division td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF;
	padding-left: 10px;
}

.results .highlight td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFC;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D3E7EF;
}

.results .highodd td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color:#FEF481;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D3E7EF;
}

.results .higheven td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFC;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D3E7EF;
}


.results .record td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	background-color: #FFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D3E7EF;
}

.results .banner td {
	background-color: #FFF;
	padding: 0px;
	border: 0px;	
}
.results .event td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #69C;
	border-right-color: #69C;
	border-bottom-color: #69C;
	border-left-color: #69C;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.warning{
	font-size: 12px;
	font-weight: bold;
	color: #F00;		
	
}.right {
	text-align: right;
}
#notice {
	background-color: #FFC;
	height: 400px;
	width: 250px;
	border: 1px solid #900;
	padding: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	display:none;
	color: #036;
	text-align: center;
}
#notice #closeit {
	width: 80px;
	background-color: #FC9;
	text-align: center;
	border: 1px solid #930;
	margin-left: 75px;
	visibility: inherit;
}
