.contents .right {
	width: 720px;
}

.blockContents {}
.block {
	display: none;
}
.blockTitle {
	font-weight:bold;
	padding-bottom: 8px;
}

div.hdivider {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px;
	height: 1px;
	background-color: white;
	background-image: url('images/hdiv.png');
	background-position: top center;
	background-repeat: no-repeat;
}


/*
 * Arrangement
 */
#eventsModule {
	margin-top: 15px;
}
div.eventContents {
	padding: 0px 0px;
	margin-top: 20px;
}
div.eventImagecont {
	width: 150px;
	height: 500px;
	margin-right: 10px;
	float: left;
}
div.eventImagecont img {
	display: block;
}
div.eventImagecont img.illustration {
	margin-bottom: 10px;
}

div.eventRightCol {
	display: block;
	height: 550px;
	min-height: 550px;
	height: auto !important;
	width: 500px;
	margin-left: 160px;
	overflow: hidden;
}

/*
 * Paamelding vellykket
 */
div.resv {
	margin-top: 20px;
	margin-bottom: 20px;
}

a.anchor {
	color: black;
}
h1 a.anchor {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none !important;
}
a.anchor :hover {
	text-decoration: none;
}

div.eventShortList table {
	margin-bottom: 30px;
}
.eventShortList th, .eventShortList td {
	margin:4px;
	padding:2px;
	padding-left: 8px;
	padding-right: 8px;
}
.eventShortList .date, .eventShortList .duration {
        color: #174870;;
        font-weight: bold;
}

thead th {
	font-family: Arial;
	margin-top:5;
	margin-bottom:0;
	text-align: left;
	background : #EDEDED;
	border-bottom : thin solid #6495ED;
}

