@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* Stylesheet for events (or "aktiviteter" in Norwegian) */


/* Calendar front */
#eventsWrapper {
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:5px;
}

#eventsWrapper td,
#eventsWrapper table {
	border:none;
}

.centercolumn,
.rowHead {
	font-size:0.8em;
	text-transform:uppercase;
}

.activeDate {
	background:#004C71;
}

.activeDate a{
	color:white;
	text-decoration:none;
}

.activeDate:hover {
	background:#E7E7E7;
}

.activeDate:hover a {
	color:#004C71;
}

.month {
	width:80px;
	margin-top:5px;
	text-transform: capitalize;
	font-size:0.9em;
	text-decoration:none;
}

.prev {
	float:left;
	text-align:left;
}

.next {
	float:right;
	text-align:right;
}

/* Events list front */
.row {
	border-top:1px solid #E7E7E7;
}