/*--standard classification css you can add your own styles here --*/

.class_1,
.class_ruimvoldoende {
	background		: #00cc33;
}

.class_2,
.class_voldoende {
	background		: #99cc00;
}

.class_3,
.class_beperkt {
	background		: #ffcc00;
}

.class_4,
.class_provisorisch {
	background		: #ff9900;
}

.class_5,
.class_geen {
	background		: #ff3300;
}

/*-- end standard classification css --*/

#harbouroverview {
	font-family		: arial, sans-serif;
	font-size		: 14px;
	width			: 400px;
	color			: #224a73;
}

.hrb_titlerow {
	font-weight		: bold;
	color			: #224a73;
	padding			: 0 0 10px 0;
}

.hrb_arearow {
	padding			: 0 0 5px 0;
}

.hrb_arealength {
	display			: block;
	float			: left;
	width			: 110px;
	padding			: 3px 0;
}

.hrb_today,
.hrb_future {
	display			: block;
	float			: left;
	width			: 115px;
	padding			: 3px 0 3px 10px;
	margin			: 0 0 0 20px;
}

.hrb_loggedin .hrb_today,
.hrb_loggedin .hrb_future {
	padding			: 3px;
}

.hrb_loggedin .hrb_today select,
.hrb_loggedin .hrb_future select {
	width			: 115px !important;
}

.hrb_arearow .hrb_today,
.hrb_arearow .hrb_future {
	color			: #FFF;	
}

.hrb_clr {
	display			: block;
	height			: 0px;
	width			: 0px;
	clear			: both;
}

.harbourCat {
	float: left;
	margin: 11px 44px 33px 0;
}

.catTitle {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #9badc0;
}

/*-------- toolbar ---------*/

.editlink {
	display: block;
	margin: 10px 0;
	text-align: right;
	font-size: 11px;
}

.editlink a {
	padding: 3px 0 3px 25px;
	background: url(../images/edit.png) left center no-repeat;
	text-decoration: underline;
}

.editlink a:hover {
	text-decoration: none;
}

div.toolbar 			 { float: right; text-align: right; padding: 0; margin: 15px 0;}
table.toolbar    		 { border-collapse: collapse; padding: 0; margin: 0;	 }
table.toolbar td 		 { padding: 1px 1px 1px 4px; text-align: center; color: #666; height: 48px; }
table.toolbar td.spacer  { width: 10px; }
table.toolbar td.divider { border-right: 1px solid #eee; width: 5px; }
table.toolbar span 		 { float: none; width: 32px; height: 32px; margin: 0 auto; display: block; }
table.toolbar a {
   	display: block; 
   	float: left;
	white-space: nowrap;
	border: 1px solid #ccc;
	padding: 3px 5px;
	cursor: pointer;
	font-size: 10px;
	text-decoration:none;
}
table.toolbar a:hover {
	border-left: 1px solid #a1a1a1;
	border-top: 1px solid #a1a1a1;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
	color: #0B55C4;
}
#icon-32-save span	{ background-image: url(../images/icon-32-save.png); }
#icon-32-apply span	{ background-image: url(../images/icon-32-apply.png); }
#icon-32-cancel span{ background-image: url(../images/icon-32-cancel.png); }

/*---------------------------------- module -----------*/

.harbourmod {
	font-size: 12px;
}

.harbourmod .harbouroverview {
	border: none;
	padding: 0 0 15px 0;
}

.harbourmod .hrb_today {
	width: 110px;
	margin: 0;
	float: right;
	padding: 3px;
}

.harbourmod .hrb_arealength {
	width: 75px;	
}

/*-------------------------------- getijden --------------*/

.tides .getijdenmod {
	line-height: 0;
}

.tides {
	line-height: 100%;
}

.tides .schedulehidden {
	display: none;
}

.tides .scheduleday,
.tides .tidelinks {
	color:#224A73;
	font-size:12px;
	line-height:140%;
}

.tides .scheduletime {
	float: left;
	width: 100px;
}

.tides .scheduletide {
	float: left; 
}

.tides .clearer {
	height: 0;
	width: 0;
	display: block;
	clear: both;
}

.tides .tidelinks {
	margin: 15px 0 0 0;
}

.tides .tidelinks a {
	display: block;
}

.tides .scheduletitle {
	margin: 0 0 15px 0;
}

.tideschedulemultiple {
	width: 400px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom:1px solid #9BADC0;
}

.tideschedulemultiple h2.daytitle {
	font-size: 12px;
	font-weight: bold;
}

.tideschedulemultiple .scheduleday {
	float: left;
	width: 110px;
	border-right: 1px solid #9BADC0;
	margin: 0 15px 15px 0;
	padding: 0 15px 0 0;
	height: 110px;
}

.tideschedulemultiple .scheduledaylast {
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
}

.tideschedulemultiple .scheduleday .scheduletime {
	float: left;
	width: 80px;
}

.tideschedulemultiple .schedule_rowseparator {
	clear: both;
	height: 1px;
	margin: 15px 0 15px 0;
	background: #dde7f1;
}

/*-- weather --*/

.wadweatherforecast {
	line-height		: 100%;
}

.wadweather {
	font-size		: 12px;
}

.wadweather span {
	line-height		: 140%;
}

.wadweather .weatherdate {
	display			: block;
	font-weight		: bold;
	padding			: 10px 0;
}

.wadweather span.label {
	display			: block;
	float			: left;
	width			: 95px;
	padding			: 0 10px 0 0;
}

.wadweather span.info {
	display			: block;
	float			: left;
	width			: 104px;
	font-weight		: bold;
}

.wadweather span.clear {
	display			: block;
	height			: 0px;
	clear			: both;
}

.wadweather .weatherinfo {
	margin			: 15px 0 0 0;
}

.to-blockcontent .wadweather .weatherday {
	float			: left;
	width			: 210px !important;
}

.wadweather .weatherday {
	float			: left;
	width			: 31%;
	min-width: 240px;
	margin: 0 0 20px 0;
}

.wadweather .weather_separator {
	float			: left;
	width			: 11px;	
	height			: 1px;
}

.wadweather .weatherday .icon {
	float			: left;
	height			: 35px;
	width			: 50px;
	margin			: 0 10px 0 0;
}

.wadweather .weatherday .icon img	{
	min-width: 50px !important;
}

.wadweather .weatherday .desc {
/*	float			: left;	
	line-height		: 35px;*/
	padding			: 0 0 15px 0;
}

.weather_link {
	display			: block;
	clear			: both;
	margin-top		: 15px;
}
	