/* CSS Document */

a {
	color: #0000FF;
}
h3 {
	font-size: 14px;
	color: #CC3366;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #99CC00;
	font-weight: bold;
}


/* Pagination */

div.pagination a {
	margin: 0 2px 0 2px;
}
div.pagination span.current {
	font-weight: bold;
	margin: 0 2px 0 2px;
}
div.pagination span.disabled {
	display:none;
}

.events-wrapper {
	background-color: #FFCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 2px dashed #CC00FF;
	width: 100%;
}
.events-wrapper a{
	color: #0000FF;
}
.events-top {
	background-color: #9966CC;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}
.events-top a{
	color: #ffffff;
	font-weight: bold;
}