/* ------------ CSS for kurs/aktivitetskalenderen -------------- */

.dtEvent .attachments {
	float: right;
	width: 200px;
	word-wrap: break-word;
	border-left: 2px solid lightgrey;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.dtEvent .attachment {
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.dtEvent .attachment a {
	padding-left: 5px;
	word-wrap: break-word;
	text-decoration: none;
}

.dtEvent .attachmentsTitle {
	font-weight: bold;
}

.dtEvent .pretext {
	margin-top: 5px;
	margin-bottom: 5px;
}

.dtEvent .description {
	margin-top: 5px;
	margin-bottom: 5px;
}

.dtEvents th {
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.dtEvents td {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* ------------------------------------------------------------- */

/* Venstremenyen */

.verticalMenu .item {
        display: block;
        padding-left: 10px;
	margin-bottom: 5px;
}

.verticalMenu .item2 {
        display: block;
        padding-left: 18px;
	margin-bottom: 5px;
}

.verticalMenu .item3 {
        display: block;
        padding-left: 26px;
	margin-bottom: 5px;
}

/* ------------------------- CSS for blokkene ------------------- */

.LEFTSECTIONBLOCK .TITLE {
	font-weight: bold;
	border-top: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.SECTIONBLOCK .TITLE {
	font-weight: bold;
	border-top: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	width: 155px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.feedbackForm .left {
        vertical-align: top;
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 15px;
}
.feedbackForm .right {
        vertical-align: top;
        padding: 0px;
        padding-top: 0px;
        padding-bottom: 15px;
        padding-left: 15px;
}


