.clock {
	font-family: Verdana, Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 11px;
	/* letter-spacing:-4px; */
	color: #FFFFFF;
}
.messyboat1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.messyboat11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height:24px;
}
.messyboat2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.messyboat2title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration:none;
	color: #000000;
}
.messyboat3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
}
.messyboat3title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	text-decoration:none;
	color: #000000;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.messyboatdate {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.todaydate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.todaydate2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.yesterdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.offstate-other { display: none; }
.onstate-other { display: block; }
.yesterdatesmall {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

A:link {text-decoration: underline; color: #CC0000;}
A:visited {text-decoration: underline; color: #990000;}
A:active {text-decoration: underline}
A:hover {text-decoration: underline; color: #000000;}

#pic {
	background-color: #FFFFFF;
	left: 0px;
	position: relative;
	top: 0px;
	width: 150px;
}

#pic a .large {
	border: 0px;
	display: block;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0px;
	display: block;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 0px;
	display: block;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 450px;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;