/* stylesheet for xml documents at boreriders.com */

h1, caption {
	font-size: 10pt;
	font-weight: bold;
}

h1 {
	margin-bottom: 5px;
	text-align: center;
}

caption {
	text-align: left;
}

table#tides {
	width: 500px;
	margin-left: 120px;
	margin-right: 120px;
	font-size: 9pt;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

table#tidesprint {
	width: 500px;
	font-size: 10pt;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

td {
	font-size: 9pt;
}

td.morning {
	background-color: #666666;
}

td.evening {
	background-color: #444444;
}

.evening, .morning {
	text-align: center;
}

td.day {
	width: 90px;
}

td.date {
	width: 40px;
}

#copy {
	background-color: #000000;
	color: #999999;
	font-size: 8pt;
  font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	margin-top: 3px;
}