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

.current-week {
	font-size: 11px;
	font-weight: bold;
}
.bin-colour-green {
	background-image: url(images/greenButton2.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 35px;
	margin: 0px;
	padding: 0px;
}
.bin-colour-black {
	background-image: url(images/blkButton2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 35px;
}
.bin-colour-green span {
	color: #009933;
	font-weight: bold;
}
.bin-colour-black span {
	font-weight: bold;
	color: #000;	
}
.bin-colour p{
	padding-left: 42px;
	width: 120px;
}

