/* @override http://ws-server/primaveraprosecco2010/css/stile_tabs.css */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* everything is constructed with a single background image */

/* root element for tabs */
#fpMiniNewsTabs {
	
	/* dimensions */
	width:270px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* single tab */
#fpMiniNewsTabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#fpMiniNewsTabs li a {
	display:block;
	height: 31px;   
	width: 135px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color: #515151;
	font-size: 11px;
	line-height: 33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#fpMiniNewsTabs #t1 { 
	background-color: #e7e7e7;
	background-position: 0 0; 
}
#fpMiniNewsTabs #t2 { 
	background-color: #d6d6d6;
	background-position: -189px 0;
}
 
/* mouseover state */
#fpMiniNewsTabs a:hover { 
	color:#000000;	 
}

/* currently selected tabs */
#fpMiniNewsTabs a.current { 
	cursor:default; 
	color:#000;
	line-height:34px;
}


/* panes */

#fpMiniNews {
	position:relative;
	overflow: hidden;
	clear:both;
	width:270px;
	height:500px
}


/* single pane */
#fpMiniNews div {
	float: left;
	display: block;
	width: 270px;
	color:#000000;	
	margin:0px 0px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:20000em;
}

/* some decorations for elements inside single pane */
#fpMiniNews div h4 {
	font-weight: bold;
	color:#000000;
	margin:0px 0 0 0;
	font-size: 13px;	
}

#fpMiniNews a {
	text-decoration: none;	
	color: #000;
}

#fpMiniNews a:hover {
	text-decoration: underline;	
	color: #000;
}

#fpMiniNews p, #fpMiniNews samp {
	color:#000000;		
}




/* our additional wrapper element for the items */
#fpMiniNews .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	height:20000em;

}


.fpnews {
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	height:20000em;

}

.fpcomunicati {
	background-color: #d6d6d6;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	height:20000em;

}

.fpcontenuti {
	background-color: #d7ecf7;
	padding: 10px;
	font-size: 12px;
	height:20000em;

}
