/*stile calendario*/
@import url("calendar.css");
/*stile visualizzazione tutte le news*/

div.news{
	position: relative;
	margin:20px 8px !important;
	padding: 0;
	float:left;
	clear:both;
	min-height:72px;
	height: auto !important;
	height: 72px;
    width:100%;
}

#content-page span.category{
	font-size: 0.6em;
	font-weight: normal;
}

#content-page div.news-image{
    /*decommentare*/
     /*display:none;*/
	margin-right:10px;
	position:absolute;
	top:0;
	left:4px;
	width:72px;
	height:72px;
	overflow:hidden;
	background-color:#eee;
	background-image: url('http://www3.unisa.it/modules/news/front/img/news2.jpg');
}

#content-page div.news-image img{
	border: none;
}

#content-page div.news-image  a{
	display:block;
	height: 100%;
}
/*eliminare*/
#content-page div.news-text{
	margin-left: 90px;
}

#page ul.numbers-menu{
	display:block;
	float: left;
	clear:both;
	margin:10px 8px;
	padding:0;
    width:100%;
}

#page ul.numbers-menu li{
	list-style:none;
	list-style-position: inside;	
	margin: 0;
	padding:0;
	display:block;
	float:left;
	overflow: visible;
	min-width: 30px;
	width: auto !important;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	text-align: center;
	line-height: 30px;
}

#page ul.numbers-menu li.report{
	background-color: none;
	color: #000;
}

#page ul.numbers-menu li.disabled{
	color: #999;
	background-color: #eee;
	padding: 0 6px;
}

#page ul.numbers-menu li a{
	display: block;
	height: 100%;
	padding: 0 6px;
	margin: 0;
	background-color: #eee;
	color: #000;
}

#page ul.numbers-menu li a:hover{
	background-color: #555;
	color: #fff;
}

#page ul.numbers-menu li.current a{
	color:#fff;
	background-color:red;
}

#page div.news h2{
	margin:0;
	padding:0;
        font-size:1.5em;
	margin-bottom:5px;
	line-height:20px;
}

h3.feed{
    background-image:url(../modules/news/front/img/feed-icon-14x14.png);
    background-position:left center;
    background-repeat:no-repeat;
    margin:0;
    padding:0px 0 0 20px;
	
       
	/*visibility:hidden;*/
       position:absolute;
}

.newslink a{
	background-image: url(../images/home/news.png);
	background-repeat: no-repeat;
	background-position:center right;
}

.eventilink a{
	background-image: url(../images/home/calendar.png);
	background-repeat: no-repeat;
	background-position: center right;
}
h3.right{
    float:right;
  
}

.link_agenda{
    position: absolute;
    top:0;
    right: 5px;
}