@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* Stylesheet for events (or "aktiviteter" in Norwegian) */


/* Calendar front */
#eventsWrapper {
	text-transform:uppercase;
	border-bottom:1px solid #000;
	padding-bottom:5px;
	margin-bottom:5px;
}

#eventsWrapper td,
#eventsWrapper table {
	border:none;
}

.centercolumn,
.rowHead {
	font-size:0.7em;
	text-transform:uppercase;
}

.activeDate {
	background:#BC021F;
}

.activeDate a{
	color:white;
	text-decoration:none;
}

.activeDate:hover {
	background:#E7E7E7;
}

.activeDate:hover a {
	color:red;
}

.month {
	width:80px;
	margin-top:5px;
	text-transform: capitalize;
	font-size:0.8em;
	text-decoration:none;
}

.prev {
	float:left;
	text-align:left;
}

.next {
	float:right;
	text-align:right;
}

/* Events list front */
.row {
	border-top:1px solid #E7E7E7;
}

/* Events list */
#eventListWrapper {
	width:500px;
	float:left;
	overflow:hidden;
}

.calHeader{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.calDate{
	color:#000;
	font-weight:bold;
	display:block;
	width:50px;
	float:left;
	font-size:10px;
	}
	
.calText{
	width:85px;
	float:left;
	font-size:10px;
	color:#666;
	}
	
.calText a,
.calText a:link,
.calText a:visited,
.calText a:active{
	color:#666;
	}
