/* Tidechart CSS */
#tide-page {
	color: black;
	background-color: #F2ECDF;
	text-align: center;
	line-height: 1.5em;
	margin: 0 0 0 9.5em;
	padding: .5ex 1em 1em 1em;
	border-left: 1px solid rgb(216,210,195);
	font-family: calibri, verdana, arial, helvetica, sans-serif;
}

#tide-page h1 {
	color: black;
	background-color: transparent;
	font-size: 225%;
	font-weight: bold;
	font-style: oblique;
}

#tideabout {
	background-color: #F2ECDF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid rgb(216,210,195);
	border-bottom: 1px solid rgb(216,210,195);
}

#tideabout td.datahead {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}

#tidechart {
	background-color: #F2ECDF;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-top: 1px solid rgb(216,210,195);
	border-bottom: 1px solid rgb(216,210,195);
}

#tidechart td {
	vertical-align: top;
	width: 25%;
}

#tidechart td.tc-header {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.chart-day {
	font-family: calibri, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}

.chart-day td {
	padding: 2px 3px;
	color: black;
	background-color: white;
	border-bottom: 1px solid #CCCCCC;
	font-size: 100%;
	text-align: left;
}

.chart-day td.datahead {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: white;
	background-color: #786032;
}


