
#content a.dimme-prev {
	float:left;
}
#content a.dimme-next {
	float:right;
}
#content table.dimme-calendar {
	width:100%;
}
#content table.dimme-calendar th , #content table.dimme-calendar td {
	padding:2px 5px;
	text-align:center;
	font-size:0.9em;
	line-height:18px;
	font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}
#content table.dimme-calendar th {
	border-bottom:2px solid #E7E7E7;;
}
#content table.dimme-calendar td {
	text-align:right;
	width:13%;
	height:5em;
	border-right:1px solid #E7E7E7;
}
#content table.dimme-calendar td.inactive {
	color:#CCC;
}

#content table.dimme-calendar td:hover {
	background:#F6F6F6;
}
#content table.dimme-calendar td.wnum {
	background:#F6F6F6;
	border-right:2px solid #E7E7E7;
}
#content table.dimme-calendar td ul {
	margin:0;
	padding:0;
	text-align:left;
	list-style:none;
}
