#calendar table {
	margin: 0 auto;
	padding: 0;
	width: 693px;
}
#calendar table, #calendar table tr, #calendar table th, #calendar table td {
	border: 1px solid #9f9f9f;
	border-collapse: collapse;
}
#calendar table {
	border: 0;
}
#calendar table th {
	background: #cfcfcf;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 1.1em;
	text-transform: uppercase;
}
#calendar table td {
	padding: 2px 4px;
	height: 45px;
	vertical-align: top;
}
#calendar table td.alt, #calendar table td.selected {
	background: #e6e6e6;
	border-color: #9f9f9f;
}
#calendar table td span.date {
	font-size: 1.25em;
	font-weight: normal;
	color: #999;
}
#calendar table td a.date {
	font-size: 2.0em;
	font-weight: normal;
}
#calendar table td sup {
	padding-left: 4px;
	font-size: 1.0em;
}
#calendar h3 .smaller {
	font-size: 0.80em;
	font-weight: normal;
}

#calendar form fieldset {
	border: 0;
	padding: 0;
}
#calendar form fieldset div.field label {
	float: none;
	padding: 4px;
	padding-right: 10px;
	width: auto;
	display: inline;
}
#calendar form fieldset div.field select {
	padding: 0 0 0 2px;
}
#calendar form fieldset div.field select option.quiet {
	text-decoration: line-through;
}

#calendar-release-list {
	position: relative;
}
#calendar-release-list-loading {
	position: absolute;
	top: 0;
	left: 0;
	
	margin: 35px 0 0 0;
	border: 1px solid #999;
	background: #eee url(./images/loading.gif) 5px center no-repeat;
	padding: 10px 10px 10px 35px;
	font-size: 1.5em;
	font-weight: bold;
}