/* - newsreference.css - */
@media all {
/*  (do not remove this :) */
/*  (not this either :) */

/* PloneNewsReference CSS-style sheet */

#portal-newsreference {
    width: 100%;
    height: 13.5em;
}

.newsreference-hbackground {
	position: absolute;
	width: 100%;
	height: 13em;
	background: #617A8F;
}

.newsreference-hportlet {
	padding: 0;
    margin: 0;
	background: White;
	display: block;
}

/* NOTE: Use this class to create white space: */
.newsreference-hportlet .newsreference-margin {
	width: 18em;
	height: 13em;
	border: none;
	padding: 0;
	margin: 0;
    float: left;
    background: White;
}

/* NOTE: Use this class to create a small white space (!): */
.newsreference-hportlet .newsreference-space {
	width: 0.8em;
	height: 13em;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	background: White;
}
.newsreference-hportlet .newsreference-frame {
    width: 170px;
    height: 12.1em;
	padding: 0;
	margin: 0;
	float: left;
	border: solid 1px #617A8F;
	padding: 0.4em;
	background: White;
}

.newsreference-hportlet .newsreference-item {
	width: 100%;
	height: 100%; 
	position: relative; 
}

.newsreference-hportlet .newsreference-bottom {
	width: 100%;
	padding-top: 5px;
	background: White; 
	position: absolute; 
	bottom: 0px;
}

/*  */

}