.events {
	border: 1px solid #D8D8D8;
	border-collapse: separate;
	color: #000;
	font-family: sans-serif;
	width: 100%;
}

.events thead tr {
	background-color: #9ca498;
	color: #fff;
}

.events thead th {
	font-weight: normal;
	text-align: center;
}

.events tbody tr.row0 {
	background-color: #ececec;
}

.events tbody tr.row1 {
	background-color: #d8d8d8;
}

.events tbody th {
	background-color: #dedecd;
	color: #888;
	font-size: small;
	margin: 1px;
	padding: 3px;
	text-align: right;
	vertical-align: top;
}

.events tbody td {
	/* font-size: small; */
	margin: 1px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.events tbody td.event {
	background: #fffb86 url('../img/sticky_fold.gif') no-repeat scroll bottom right;
	cursor: default;
/*
	background-color: #ffc;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	padding: 5px;
}

.events tbody td.event em {
	color: #000 !important;
}