/* FEATURE */
.feature {
	color: black !important;
}

.feature .content {
	padding: 0px;
}

.feature div div {
	cursor: pointer !important;
}

.feature .postit {
	width: 150px;
	height: 151px;
	padding: 20px;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 10px;
	background-image: url(/images/pages/agenda/feature/postit.png);
	font-family: "Lucida Handwriting", "Comic Sans MS", "Helvetica Neue";
	cursor: pointer;
}

.feature .postit .name {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
}

.feature .postit .date {
	margin-top: 20px;
	_margin-top: 40px;
	cursor: pointer;
}

/* PAGE */
.page {
	_margin-top: 20px;
}

.page .right h2 {
	font-size: 18px;
	_font-size: 18px;
}

.agendapoint {
	background-image: url(/images/pages/agenda/point.png);
	background-repeat: repeat-x;
	background-color: #DCD771;
	margin-bottom: 10px;
	border: 1px solid #DDD872;
	padding: 5px;
}

.agendapoint a {
	margin-left: 100px;
	color: #000000;
	font-weight: bold;
}

.active_agendapoint h3,
.active_agendapoint h2 {
	font-size: 18px;
	color: #444444 !important;
}

.active_agendapoint h2 {
	color: #000000 !important;
	font-size: 24px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
}

.active_agendapoint .short {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}