div .shown-block {
	position:relative;
	visibility:visible;
	display:block;
}

div .hidden-block {
	position:relative;
	visibility:hiddent;
	display:none;
}

tr.odd-row {
	background: #E1E1E1;
}

tr.even-row {
	background: #F1F1F1;
}

td.command-cell {
	white-space: nowrap;
	text-align: center;
}

select.search-events {
	width: 11em;
}

#content table.left-col-calendar {
	text-align: center;
	margin: 0 auto;
}

#content fieldset input.search-events-text {
	width: 90% !important;
}

#content fieldset input.searchbutton {
	width: auto;
}

div.long-words {
	word-wrap: break-word;
}

#description-contents {
	margin-top: 1em;
}

#content .view-event-image {
	float: right; 
	margin: -2px 4px 2px 10px;
}

#content div#search-events-month {
	float: left; 
	padding-right: 10px;
}

#content #searchform1 {
	margin-top: 2em;
}

a.edit {
	display: block;
	padding: 0.3em 0.7em 0.3em 1.8em;
	background: transparent url(/00/icons/edit-record-16.png) 0 0.1em no-repeat;}
a.copy {
	display: block;
	padding: 0.3em 0.7em 0.3em 1.8em;
	background: transparent url(/00/icons/copy-record-16.png) 0 0.1em no-repeat;}
a.delete {
	display: block;
	padding: 0.3em 0.7em 0.3em 1.8em;
	background: transparent url(/00/icons/delete-record-16.png) 0 0.1em no-repeat;}
a.detailed-view {
	display: block;
	padding: 0.3em 0.7em 0.3em 1.8em;
	background: transparent url(/00/icons/records-16.png) 0 0.1em no-repeat;}
	
img.cal-img {
	position: relative;
}
