@charset "UTF-8";
/* CSS Document */
#info_container{
	width:900px;
	min-height: 400px;
	height: auto !important;
	height:400px;	
	margin:0px;
	padding:30px 29px;
	background:#FFF;
	border-left:#dedede solid 1px;
	border-right:#dedede solid 1px;
	color: #666;
}

#menu_column {
	margin:0px 0px 0px 0px;
	width:238px;
	float:left;
	display:inline;
}

#info_column{
	width:660px;
	height:auto;
	float:left;
	display:inline;
	margin:10px 0px 10px 20px;
	padding:0px;
	border:#ededed solid 0px;
}
#info_pages_menu_head{
	height:30px;
	width:232px;
	margin:0px;
	padding:10px 0px 0px 8px;
	background:#669900 url(_graphic/rounded_corner/roundedTop_box_menu.gif) no-repeat top center;
	color:#FFF;
	font-size:18px;
}

.info_pages_menu_item{
	height:26px;
	width:230px;
	margin:0px;
	padding:13px 0px 0px 8px;
	background:#FFF;
	border-top:#ededed solid 1px;
	border-left:#ededed solid 1px;
	border-right:#ededed solid 1px;
	cursor:pointer;
}
.info_pages_menu_last_item{
	height:23px;
	width:230px;
	margin:0px;
	padding:13px 0px 0px 8px;
	background:#FFF;
	border-top:#ededed solid 1px;
	border-left:#ededed solid 1px;
	border-right:#ededed solid 1px;
	cursor:pointer;
}

.info_pages_menu_item a, .info_pages_menu_last_item a{
	text-decoration:none;
	color:#000;
	cursor:pointer;
}

.info_pages_menu_footer_up{
	height:3px;
	width:240px;
	margin:0px;
	padding:0px;
	background: url(_graphic/rounded_corner/roundedBottom_box_menu.gif) no-repeat top center;
}
.info_pages_menu_footer_down{
	height:3px;
	width:240px;
	margin:0px;
	padding:0px;
	background: url(_graphic/rounded_corner/roundedBottom_box_menu_grey.gif) no-repeat top center;
}

.info_pages_title{
	float:left;
}
.arrow_item_up{
	height:8px;
	width:8px;
	margin:3px 10px 0px 0px;
	float:right;
	background:url(_graphic/arrows/arrow_item_up.gif) no-repeat top center;
}
.arrow_item_down{
	height:8px;
	width:8px;
	margin:3px 10px 0px 0px;
	float:right;
	background:url(_graphic/arrows/arrow_item_down.gif) no-repeat top center;
}
#aboutus_manager{
	text-align:center;
	padding:5px;
	background:#FFFFFF;
}

.admin_link a{
	color:#990000;
}

#myController span{

}

/* Contenitore di tutto lo slider*/
#jFlowSlide{
	border-top:#ededed solid 1px;
	overflow:hidden;
	width:480px;
	height:245px;
	margin:9px 0px 0px 0px;
	padding:0px;
}

#mySlides a:hover{
	text-decoration:none;
}

#featured_basic_details a:hover{
	text-decoration:none;
	color:#99CC00;
}
#myController2 span{

}

/* Contenitore di tutto lo slider*/
#jFlowSlide2{
	border:#000 solid 0px;
	overflow:hidden;
	width:378px;
	height:385px;
	margin:20px 0px 0px 0px;
	padding:0px;
}
#footer_menu{
	float:right;
	display:inline;
	font-size:11px;
	border:#000 solid 0px;
	color:#666;
	text-align:right;
}	

#footer_menu a{
	text-decoration:none;
	font-size:11px;
	color:#666;
}

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

#footer a{
	text-decoration:none;
	color:#666;
}
#footer a:hover{
	color:#690;
}

.project_title{
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 2px 0px;
	color:#000;
}


.bubbleInfo {
    position: relative;
	float:left;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}