/* Cascading Style Sheet, Level 1, for tides */
/* Add the following command in the <HEAD> section of your HTML file */
/* <LINK REL=STYLESHEET TYPE="text/css" HREF="tides.css"> */


// Tide Table global
TABLE.tides {
	bgcolor: #FFFFFF;
} 

/* Tide Table month name */
TR.TidesM {
	font-weight: bold;
	color: #000000;
	font-family: "ARIAL,GENEVA";
	font-size: 16pt;
}
/* Tide Table day headers */
TR.TidesDH {
	font-weight: bold;
	color: #009900;
	font-family: "ARIAL,GENEVA";
	font-size: 11pt;
}

/* Tide Table day numbers */
TD.TidesDN {
	font-weight: bold;
	color: #000000;
	font-family: "ARIAL,GENEVA";
	font-size: 20pt;
}



/* TideCell font family/size */
TD.TideCellF {
	font-family: "ARIAL,GENEVA";
	font-size: 9pt;
}

/* TideCell title (date)  */
SPAN.TideCellT {
	font-weight: bold;
	color: #770000;
}
/* TideCell column headers */
SPAN.TideCellC {
	font-weight: normal;
	color: #00AA00;
}

/* TideCell entry high tide */
SPAN.TideCellH {
	font-weight: bold;
	color: #0000FF;
}

/* TideCell entry low tide */
SPAN.TideCellL {
	font-weight: bold;
	color: #000088;
}

/* TideCell entry daylight */
SPAN.TideCellD {
	font-weight: bold;
	color: #D09530;
}

/* TideCell entry after dark */
SPAN.TideCellN {
	font-weight: bold;
	color: #777777;
}



@media print {
	H4, H5, H6 { page-break-after: avoid; page-break-inside: avoid }
}

