/* Last changed: 13-8-2006 by Peter Leemker */
#calendartable, #calendartable table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

#calendartable td, #calendartable th {
	border-bottom: 2px solid #313184;
	padding-bottom: 0.1em;
	padding-top: 0.6em;
}

#calendartable th {
	padding-bottom: 0.3em;
}

#calendartable ul {
	padding-left: 15px;
	margin: 0;
}

#calendartable .ar, #calendartable .arb {
	text-align: right;
	white-space: nowrap;
	padding-right: 1.5em;
}

#calendartable .event {
	white-space: nowrap;
	padding-right: 1em;
	padding-bottom: 0.6em;
}

#calendartable table td {
	border-width: 0;
	border-style: none;
	padding-bottom: 0.5em;
	padding-top: 0;
}

#calendartable table .ar {
	width: 7em;
	padding: 0 0.5em 0 0;
}

a {
	white-space: nowrap;
}

