.category {
	display: none;
}

.add {
	display: block;
	float: right;
	margin-left: 10px;
}

.day .weeknumber {
	float: right;
}
#type-intranet .day .weeknumber {
	float: none;
	position: absolute;
	right: 0px;
}

.day {
	border-bottom: 1px solid #b1c0cf;
	padding: 10px 0px;
	font-size: 12px;
}

.day h3 {
	font-size: 12px;
	font-weight: normal;
	position: relative;
}

.day h4 {
	font-weight: normal;
	margin-bottom: 2px;
}
.day h4 span {
	font-weight: bold;
}

.hours {
	display: inline-block;
	margin-right: 10px;
}

.months table {
	border-collapse: collapse;
}

.months th, .months td {
	font-size: 12px;
	text-align: right;
	padding: 3px;
}

.months td.no6, .months td.no7 {
	background: #d9e9ed;
}

.months th a:link, .months a:visited {
	color: #808080;
}

.months h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.months h2 a:link, .months h2 a:visited {
	color: #ED8503;
}

td#ntoday {
	background: #ed8503;
	color: #fff;
}

.months .events {
	font-weight: bold;
}

.months .thisweek td {
	background: #42b2ce;
	color: #fff;
}

.months td.ntm, td#ntoday.ntm {
	background: transparent;
	color: #ccc;
}

.months td.ntm6, .months td.ntm7 {
	background: #d9e9ed;
	color: #6bafca;
}