@charset "utf-8";

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #666;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #666;
}

	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
	

	
	/* remove the list style */
	#nav {
	margin:0;
	padding:0;
	list-style:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
	float:left;
	display:block;
	width:215px;
	position:relative;
	z-index:500;
	background-image: url(/img_share/bcg_top.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
		}
		
		/* this is the parent menu */
		#nav li a {
	display:block;
	height:35px;
	text-decoration:none;
	text-align:left;
	color:#FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
		}

		#nav li a:hover {
	color:#FF380B;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {

		}
	
		/* submenu, it's hidden by default */
		#nav ul {
	position:absolute;
	left:0;
	display:none;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	

		}
		
		#nav ul li {
	width:215px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
	display:block;
	height:auto;
	color:#FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	float: left;
	
		}
		
		#nav ul a:hover {
	color: #FF6600;
		}
.loginlogout:hover {
	color: #FF6600 !important;
	cursor:pointer !important;
		}

.loginlogout{
	color:#FFFFFF !important;
	width:250px !important;
	float:right !important;
	cursor:pointer !important;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	height: 38px;
	}
	
	.vocimenu:hover{
	color: #FF6600 !important;
	cursor:pointer !important;
	}
	
	.vocimenu{
	color:#FFFFFF !important;
	min-height:29px !important;
	padding-top: 8px !important;
	padding-left:8px !important;
	text-align:left;
	cursor:pointer !important;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
img {
border:0px;
}

.popupcittastato{
text-decoration:none;
}

.popupcittastato:hover {
	/* definisce lo stile di paginazione  --------------------------------------- */
	color: red;
}

.letterestato{
cursor:pointer;
}
.letterestatorosso{
cursor:pointer;
color:red !important;
font-weight:bold !important; 
}