@charset "UTF-8";
/* CSS Document */

table {
	border: 0;
	background-color: #FFFFFF;
	width: 590px;
}
table#tide-calendar {
	border: 0;
	background-color: #FFFFFF;
	width: 590px;
}
table#tide-calendar tr {
	background-color:#FFFFCC;
}
#tide-calendar .background_white {
	background-color: white;
	vertical-align: top;
}
table#tide-calendar td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
tr.tr-border-left td:first-child {
	border-left: 1px dotted #555;
}
.days-week td {
	width: 73px;
	height: 21px;
	background-color:#9cb0ed;
	text-align: center;
}
#month-tr td {
	font-size: 14px;
	color: #FFFFFF;
	background-color:#3333CC;
}
#month-tr td a {
	font-size: 10px;
	color: #FFFFFF;
}
td.days-week {
	background-color: #9CB0ED;
	text-align: center;
}
td.other-month-days-small {
	font-weight: bold;
	background-color:#CCCCCC;
	border-bottom: 1px dotted #555;
	width: 24px;
	text-align: center;
	vertical-align: top;
}
td.other-month-days-big {
	padding-right: 5px;
	background-color:#CCCCCC;
	border-right: 1px dotted #555;
	border-bottom: 1px dotted #555;
	width: 48px;
	text-align: right;
	vertical-align: top;
}
td.month-days-small {
	font-weight: bold;
	background-color: #FFFFCC;
	border-bottom: 1px dotted #555;
	width: 24px;
	text-align: center;
	vertical-align: top;
}
td.month-days-big {
	padding-right: 5px;
	background-color: #FFFFCC;
	border-right: 1px dotted #555;
	border-bottom: 1px dotted #555;
	width: 48px;
	text-align: right;
	vertical-align: top;
}


/* Div Update*/

table#tidecalendarv2 {
	position:relative;
	top:0;
	left:0;
	border: 0;
	background-color: #FFFFFF;
	width: 590px;
}
.daysweek td {
	width: 73px;
	height: 21px;
	background-color:#9cb0ed;
	text-align: center;
}

td.daysweek {
	background-color: #9CB0ED;
	text-align: center;
}

tr.trborderleft td:first-child {
	border-left: 1px dotted #555;
}

td.calday {
	width: 71px;
	height: 71px;
	vertical-align:top;
	background-color: #ffc;
	border-right: 1px dotted #555;
	border-bottom: 1px dotted #555;
}
td.other {
	background-color: #ccc;
}
div.dayfly {
	float:left;
	width:19px;
	padding-left: 5px;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	background-color:none;
}
div.tides {
	float:right;
	padding-right: 5px;
	padding-left: 0;
	background-color: none;
	width: 42px;
	border:none;
	text-align: right;
	vertical-align: top;
}

