﻿/* Default CSS Stylesheet for HAL's Club Results Service */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color:White;
}
table
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: small;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	background-color: Transparent;
	text-align: left;
	border-bottom-style: none;
}
table.outer
{
	width: 750px;
}
/* Styles for table containing drop-down lists */
table.controls
{
	border-right: thin ridge;
	border-top: thin ridge;
	border-left: thin ridge;
	border-bottom: thin ridge;
	background-color: #ccffff;
}

/* Styles for the table of actual results for single races and series */
table.racedata
{
	border-right: thin ridge;
	border-top: thin ridge;
	border-left: thin ridge;
	border-bottom: thin ridge;
	background-color: #ccffff;
}
table.seriesdata
{
	border-right: thin ridge;
	border-top: thin ridge;
	border-left: thin ridge;
	border-bottom: thin ridge;
	background-color: #ccffff;
}
/* Styles for the bottom rows underneath the results */
table.footer
{
	font-size: x-small;
}

/* Styles for the popup page of boat details */
table.popupboat
{
	width: 300px;
	font-size: small;
	border-right: thin ridge;
	border-top: thin ridge;
	border-left: thin ridge;
	border-bottom: thin ridge;
	background-color: #ccffff;
}

img
{
	margin: 0px 10px;
}
button
{
	width: 65px;
	height: 18px;
	font-size: x-small;
	text-align: center;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	background-color: transparent;
	border-bottom-style: outset;
}

/* Styles for any banner across the top */
td.banner
{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

/* Styles for the highlighted text to the left of the drop-down lists */
td.highlight
{
	background-color: #ffcccc;
}

/* Styles for the columns of results for individual races */
td.raceplace
{
}
td.racesailno
{
}
td.racehullno
{
}
td.raceflags
{
}
td.racename
{
}
td.racetype
{
}
td.raceowner
{
}
td.racehelm
{
}
td.racecrew
{
}
td.raceclub
{
}
td.racestatus
{
	text-align: center;
}
td.racehcap
{
	text-align: center;
}
td.racerounds
{
}
td.racefinishtime
{
	text-align: right;
}
td.raceelapsed
{
	text-align: right;
}
td.racecorrected
{
	text-align: right;
}
td.racepoints
{
	text-align: right;
}

/* Styles for the columns of overall results for series */
td.seriesplace
{
}
td.seriessailno
{
}
td.serieshullno
{
}
td.seriesflags
{
}
td.seriesname
{
}
td.seriestype
{
}
td.seriesowner
{
}
td.serieshelm
{
}
td.seriescrew
{
}
td.seriesclub
{
}
td.serieshcap
{
	text-align: center;
}
td.seriespoints
{
	text-align: center;
}
td.seriesntpts
{
	text-align: right;
}
td.footer
{
	font-family: Arial;
	font-size: x-small;
}
td.error
{
	font-size: x-small;
	background-color: Red;
}
