table#calendar {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	
}

table#calendar tr.even {
	background: #fff;
}

table#calendar td {
	padding: 10px;
}

table#calendar td.icon {
	text-align: center;
	vertical-align: middle;
}

table#calendar td.shortNotes {
	padding-left: 4px;
}

.bold {
	font-weight: bold;
}

img.buy {
	position: relative;
	top: 3px;
}

table#calendar caption {
	font-weight: bold;
	font-size: 125%;
	text-align: left;
}

table#calendar caption div.notes{
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

#article img.clickable {
	padding: 0;
	background: none;
	margin: 0;
}