#header {
	background: url(/common2/img/layout/fondo_unito_home.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #ad0040; 
	font: normal 12px Arial, Helvetica, sans-serif;
	padding-bottom: 36px; 
}

#header-print {
	padding: 10px;
	border-bottom: 1px solid #000;
	background: url(/common2/img/layout/logo_print.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 40x;
}


#header_dx a {
	color: #fff;
}

#header_dx {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: right;
}

#header_dx form {
	margin-bottom: 20px;
}

#path a {
	font-size: 12px;
	color: #ac0040;	
}

#menu h2 {
	color: #334C78;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	border-bottom: 4px solid #cccccc;
	padding: 13px 0px 0px 13px;
	margin: 0px 0px 0px 0px;
}

#menu ul {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	padding: 0px;
	list-style-type: none;
	background: #eeeeee;
	line-height: 1.8em;
}

#menu li a {
	line-height: 1.8em;
	display: block;
	border-bottom: 1px solid #bbb;
	padding: 3px 0px 3px 13px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: inset 0px 1px 3px 1px rgba(100,100,100,0.1); 
	-moz-box-shadow: 	inset 0px 1px 3px 1px rgba(100,100,100,0.1); /* FF 3.5+ */	
	box-shadow: 		inset 0px 1px 3px 1px rgba(100,100,100,0.1);
}

#menu li a:hover{
	background-color: #d2d2d2;
	text-decoration: none;
	color: #334C78;
}


#content {
	min-height: 600px;
}

#footer {
	margin-top: 4px;
	border-top: 1px solid #000;
	padding-top: 5px;
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
}

#footer li {
	display: inline;
}

#footer li:before {
	 content: " | "; 
}
#footer li:first-child:before {
	 content: ""; 
}

#footer a {
	color: #000;
}

#modifica {
	margin-top: 22px;
	text-align: right;
	font-size: 80%;
	color: #666;
}


/* Fix Datepiker */
.ui-datepicker{ z-index: 9999 !important;}
.ui-datepicker-month{ color: #000 !important;}
.ui-datepicker-year { color: #000 !important;}
