.agenda * {
	
	}

.agenda {
	margin-left: 20px;
	border-collapse: collapse;
	border: 0 solid #fff;
	width: 467px;
	}

.agenda th {
	background-color: #04A7B8;
	border: 1px solid #04A7B8;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	padding: 3px 3px 3px 10px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}

.agenda td {
	padding: 0;
	border-width: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	}

.agenda td.space {
	height: 10px;
	line-height: 1px;
	}
	
.agenda .item {
	width: 100%;
	height: 45px;
	border: 1px solid #c2c2c2;
	}

.agenda .item td {
	padding: 2px;
	}

.agenda .item .date {
	padding: 0;
	font-size:11px;
	font-weight: bold;
	text-align: center;
	}

.agenda .history .item .date {
	color: #c9c9c9;
	}

.agenda .item .date span {
	display: block;
	width: 60px;
	}

.agenda .item .day {
	height: 14px;
	line-height: 14px;
	background-color: #F0F0F0;
	text-align: center;
	font-size: .9em;
	}

.agenda .item .body {
	padding: 5px 2px 0 5px;
	font-size: .9em;
	width: 100%;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	}

.agenda .item a {
	font-weight: bold;
	color: #04A7B8;
	text-decoration: none;
	}

.agenda .history .item a {
	color: #c9c9c9;
	}

.agenda .item .button {
	background-color: #f0f0f0;
	padding: 0;
	}

.agenda .item .moreinfo {
	border-bottom: 1px solid #c2c2c2;
	}

.agenda .item .button span {
	display: block;
	height: 30px;
	}

.agenda .item .button a {
	color: #000;
	font-size: .9em;
	width: 73px;
	display: block;
	height: 30px;
	line-height: 30px;
	background-image: url('../img/agenda-link-arrow.gif');
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-left: 25px;
	font-weight: normal;
	}

.agenda .item .button a:hover {
	background-color: #ddd;
	}

.HideItems { margin-bottom:10px; }
.HideItems .nodisplay { display:none; }