/*  STYLES FOR THE FEATURED NEWS WITH PICKER VIEW */
#featured-news-img {
	display: inline;
	float: left;
	width: 342px;
	height: 230px;
}

#featured-news-img img {
	border: 1px solid white;
}

#featured-news-picker {
	display: inline;
	float: left;
	margin-left: 8px;
	height: 230px;
}

.featured-news-picker-img {
	display: block;
	border: 1px solid gray;
	margin-bottom: 3px;
	width: 96px;
	height: 44px;
	overflow: hidden;
}

.featured-news-picker-img:hover {
	border: 1px solid white;
	cursor: pointer;
}

#featured-news-body {
	margin-top: 6px;
	display: block;
	clear: both;
	text-align: left;
}

.topbg {
	padding: 4px;
}

.lowerbg {
	padding: 8px;
}

.addnews{
	padding:2px 0 2px 20px;
	background:url(../images/icons/addnews.png) no-repeat 0 50%;
}

.expirednews{
	padding:2px 0 2px 20px;
	background:url(../images/icons/expirednews.png) no-repeat 0 50%;
}

.viewmorenews{
	padding:2px 0 2px 20px;
	background:url(../images/icons/viewallnews.png) no-repeat 0 50%;
	_background:url(../images/icons/viewallnews.gif) no-repeat 0 50%;
}

div.item-news {
	width: 478px;
	border-bottom-color: rgb(255,13,0);
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	float:left;
}

/* Boletin */
div.newsmodule-boletin {
    width: 544px;
    padding-left: 12px;
}
div.item-boletin {
	width: 525px;
	padding-bottom: 10px;
	padding-top: 10px;
	float:left;
}
div.boletin-news-title {
	background-image:url(http://www.foremnavarra.org/themes/foremtheme/images/boletin/noticia.gif);
	width: 556px;
	height: 22px;
	padding-left: 50px;
	padding-top: 8px;
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 13px;
	float:left;
}
a.readmore-boletin {
	color: rgb(255,13,0);
	padding-left: 15px;
	background-image: url(http://www.foremnavarra.org/themes/foremtheme/images/boletin/leercompleta.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px;
}
div.newsitem-title-boletin {
	font-size: 11px;
	font-weight: bold;
}
div.date-boletin {
	color: rgb(76,76,76);
}
div.bodycopy-boletin {
	border-bottom: rgb(102,102,102) dashed 1px;
	padding-bottom: 8px;
	float:left;
}

