.box-CollectionElementSmall {
	width:228px;
	margin:0 0 12px;	
}

.box-CollectionElementSmall .headline {
	margin: 0px -10px 15px -10px;	
}

.box-CollectionElementSmall .top {	
	height:8px;
	overflow:hidden;
	background:url(../images/bg-box-t.png) no-repeat;
	width:228px;
}

.box-CollectionElementSmall .content {
	height:1%;
	padding:15px;
	background:url(../images/bg-box-c.png) repeat-y;
	width:198px;	
	/*text-align:justify;*/
}

.box-CollectionElementSmall .bottom {
	width:228px;
	height:8px;
	overflow:hidden;
	background:url(../images/bg-box-b.png) no-repeat;
}


.box-CollectionElementMedium {
	width:468px;
	margin:0 0 12px;	
}

.box-CollectionElementMedium .headline {
	margin: 0px -10px 15px -10px;	
}

.box-CollectionElementMedium .head h2 {
	float:left;
	color:#fff;
	line-height:24px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0 10px;
	background:#006390;	
	font-size: 14px;
	font-family: tahoma, arial, helvetica, sans-serif;
	letter-spacing: 0.5;
}

.box-CollectionElementMedium .title a {
	display:block;
	color:#004668;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}

.box-CollectionElementMedium .top {	
	width:468px;
	height:8px;
	overflow:hidden;
	background:url(../images/bg-box-middle-t.png) no-repeat;
}

.box-CollectionElementMedium .content {
	height:1%;
	padding:15px;
	background:url(../images/bg-box-middle-c.png) repeat-y;
	width:438px;	
	/*text-align:justify;*/
}

.box-CollectionElementMedium .bottom {
	width:468px;
	height:8px;
	overflow:hidden;
	background:url(../images/bg-box-middle-b.png) no-repeat;
}



.box-CollectionElementLarge {
	width:708px;
	margin:0 0 12px;	
}

.box-CollectionElementLarge .headline {
	margin: 0px -10px 15px -10px;	
}

.box-CollectionElementLarge .top {	
	width:708px;
	height:8px;
	overflow:hidden;
	background:url(../images/bg-box-long-t.png) no-repeat;
}

.box-CollectionElementLarge .content {
	height:1%;
	padding:15px;
	background:url(../images/bg-box-long-c.png) repeat-y;
	width:678px;	
	/*text-align:justify;*/
}

.box-CollectionElementLarge .bottom {
	width:708px;
	height:8px;
	overflow:hidden;
	background:url(../images/bg-box-long-b.png) no-repeat;
}

.box-CollectionElementLarge .paginator {
	width: 660px !important;
	margin:0 !important;
	
}

.box-CollectionElementMedium ul#calendarList li a {
	color:#6eb501;
	text-decoration:none;	
}

.box-CollectionElementSmall ul#calendarList li a:hover {text-decoration:underline;}
.box-CollectionElementMedium ul#calendarList li a:hover {text-decoration:underline;}
.box-CollectionElementLarge ul#calendarList li a:hover {text-decoration:underline;}

.box-CollectionElementLarge ul#calendarList h3,
.box-CollectionElementMedium ul#calendarList h3 
.box-CollectionElementSmall ul#calendarList h3 {
	color:#6eb501;
	font-size:12px;
	line-height:14px;
	margin:0;
	font-weight:bold;
}

.box-CollectionElementLarge ul#calendarList p,
.box-CollectionElementMedium ul#calendarList p,
.box-CollectionElementSmall ul#calendarList p {
	margin:0 0 8px 0;
}


