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

.content{
	padding: .5em .5em .5em .5em;
	font-size: 14px;
}

.content th{
	background-color:#600;
	color:#FFC;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

#listings{
	background-color:#FFF;
	color:#000;
}

.content #listings{
	color:#000;
}

a{ color:#FF3; }

.border-bottom { border-bottom:2px solid #d1d1d1; }

.even-row {background-color:#6697E1;}

table#events tr:hover{background-color:#F90;}
table#events tr#nohover:hover{background-color:#263E9B;!important}

address{
	text-align:right;
	border-top:1px dashed #fcfcfc;
	margin-top:20px;
}

table#hover tr:hover{
	background-color:#947f4a;
}

img.boatgen{
	max-height:200px;
	max-width:200px;
}


