
/*   news_boxtop    */
#news_boxtop {
	width:682px;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	color:#838383;
	background: transparent url(rootimages/bg_content_top_bt.png) no-repeat top left;
	height:auto;
	padding: 18px 10px 8px 10px;
	margin:-2px 0 0 0;
}

#news_boxtop img { vertical-align:middle; }

#news_box {
	background:transparent url(rootimages/bg_content_repeat.png) repeat-y;
	width:702px;
	padding:0;
	margin:0;
}

#prev1 { width:15px; }

a#prev1 {
	background:transparent url(rootimages/newsboxBT.gif) no-repeat 0 0;
	width:15px;
	height:150px;
	display:block;
}

a#prev1:hover { background:transparent url(rootimages/newsboxBT.gif) no-repeat -15px 0; }

#next1 {
	width:15px;
	height:auto;
}

a#next1 {
	background:transparent url(rootimages/newsboxBT.gif) no-repeat -30px 0;
	width:15px;
	height:150px;
	display:block;
}

a#next1:hover { background:transparent url(rootimages/newsboxBT.gif) no-repeat -45px 0; }

#news_boxbottom {
	font-size: 0;
	line-height:0;
	width:702px;
	background: transparent url(rootimages/bg_content_top_bt.png) no-repeat bottom left;
	height:10px;
	padding: 0px;
	margin:0px 0px 0px 0px;
}

.partilhar {
	background:#fff url(rootimages/partilhar.gif) no-repeat;
	width:45px;
	height:14px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#323232;
	padding-left:17px;
}

.lermaishome {
	position:relative;
	bottom:10px
}

/* root element for the whole scrollable setup */
div.scrollable {
	position:relative;
	overflow:hidden;
	width: 672px;
	min-height:270px;
	height:auto !important;
	height:270px;
	padding:0;/*border:1px red solid;*/
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {
	position:absolute;
	width:20000em;
	clear:both;
}

/* single item */
#thumbs div {
	float:left;
	width:190px;
	height:263px;
	color:#626262;
	padding:0px 17px 0px;
	border-right:1px #E5E7EA solid;
}

/* style when mouse is over the item */
#thumbs div.hover { background-color:#f6f6f6; }

#thumbs h3, #thumbs h1 {
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	color:#981F36;
	padding-top:5px;
}

/* disabled navigational button */
a.disabled { visibility:hidden !important; }

/************* /news_boxtop    ***********/

/************* agenda_box   ********/

.content_boxtopAgenda {
	width:702px;
	background: transparent url(rootimages/bg_content_top_bt.png) no-repeat top left;
	height:50px;
	padding-top: 2px !important;
	margin-top:7px;
}

.content_boxtopAgenda td {
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#838383;
	height:45px;
	padding-top:0px;
}

.content_box {
	background:transparent url(rootimages/bg_content_repeat.png) repeat-y;
	width:702px;
	padding:0px 0px 30px 0px;
	margin:0px;
	height:206px;
	overflow: hidden;
}

.content_boxbottom {
	font-size: 0;
	line-height:0;
	width:702px;
	background: transparent url(rootimages/bg_content_top_bt.png) no-repeat bottom left;
	height:10px;
	padding: 0px;
	margin:0px 0px 0px 0px;
	clear:both
}

.tabagenda {
	background: transparent url(rootimages/bg_tabagenda.jpg) repeat-x bottom left;
	float:right;
	height:25px;
	padding: 0 20px;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}

a.titulosagenda {
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	color:#981F36;
	text-decoration:none;
}

a.titulosagenda:hover { text-decoration:underline; }

a.titulosagenda:link, a.titulosagenda:visited { color: #981F36; }



/************* /agenda_box */

