/*Elementi HTML*/

body, p{
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 0px;
}
a {
	color: #FF8000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF8000;
	text-decoration: underline;
}
.titolo {
	color: #001E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	width: 660px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #003366;	
}

.rigaInf {
	border-bottom: 1px solid #003366;	
}

/* Menu */
#p7PMnav {
	margin: 0;
	padding:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFCC00;
	border: 1px solid #003366;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 4px;
	color: #666666;
	line-height:1;
	
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #0066FF;
	color: #FFFFFF;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

#p7PMnav .p7PMon {
	background-color: #0066FF;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 100px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

#Admin LI {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#admin A:hover {
	background-color: #1E5BAB;
	color: White;
}
#Admin A{
	display: block;
	color: #001E5E;
	border-bottom: 1px solid #9BC5E8;
	background-color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
}

#MenuModifica UL{
	display: block;
}

#MenuModifica {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#MenuModifica LI {
	list-style-type: none;
	color: #666666;
	font-size: 10pt;	
}
/*Posizionamento Elementi */

#Testata 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 80px;
	background-color: #003366;
}

#Corpo 
{
	position: relative;
	left: 0px;
	top: 100px;
	width: 680px;
	height: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#Piedino 
{
	width: 100%;
	z-index: 6;
	padding: 1px;
	position: relative;
	margin-top: 20px;
	text-align: center;
	font-size: 8px;
	color: Gray;
	background-color: #FFCC00;
}

#Menu
{
	position:absolute;
	left: 0px;
	top: 80px;
	z-index:1000;
	width: 100%;
	height: 18px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FFCC00;
}