* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	font-family: Tahoma, Trebuchet MS,Arial, Helvetica, sans-serif;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
}

A IMG {
    border: 0;
}

HR {
	display: none;
}

BODY {
	font-size: 100%;
	background-color: #EEEEEE;
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	background-color: #ffffff;
}

#Testata {
	position: relative;
	width: auto;
	height: 80px;
	background-color:#ffffff;
}

#Testata #Logo {
	width: 190px;
	height: 80px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#Testata #Logo A {
	display: block;
	width: 190px;
	height: 80px;
	text-indent: -9999px;
}

#Testata H2 {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #cccccc;
	font-size: 30px;
}

#Testata H3 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 11px;
	color: #808080;
}

#WrapperAmbiti {	
	position: relative;
	height: 25px;
	background-color: #AAAAAA;
	width: 960px;
	border: 1px;
	font-size: 11px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a.Primo {
	background-color: #808080;
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	line-height: 22px;
	font-size: 13px;
	background-image: url('http://domini.e-mind.it/gestione/ext/freccia-ambiti-off.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#nav a.Primo:hover {
	background-image: url('http://domini.e-mind.it/gestione/ext/freccia-ambiti-on.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#nav a.Primo STRONG {
	padding-left: 8px;
}

#nav a.Secondo {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#nav a.Secondo:hover {
	
}


#nav a.Secondo SPAN {
	padding-left: 5px;
}

#nav a.Terzo {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#nav a.Terzo SPAN {
	padding-left: 5px;
}

#nav A {
	display: block;
	width: 120px;
	color: #D1D1D1;  /* colori globali per la rollata */
	background-color: #808080;
}

#nav A:hover {
	color: #ffffff;
	background-color: #464646;
	border-bottom: 1px solid #FFC000;
}

#nav li { /* all list items */
	float: left;
	width: 121px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 120px;
	border: 1px solid #ffffff;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#PiedePagina {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 40px;
	background-color:#AAAAAA;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

#PiedePagina ADDRESS {
	width: 750px;
	position: absolute;
	top: 10px;
	left: 190px;
	padding-top: 7px;
	border-top: 1px solid #8AAA06;
}
/* Classi del corpopagina */

#CorpoPaginaPriv {
	font-size: 11px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #ffffff;
	color: #404040;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

#CorpoPaginaPriv STRONG {
	color: #000000;
	font-weight:bold;
}

#CorpoPaginaPriv EM {
	color: #920700;
	font-weight:bold;
}

#CorpoPaginaPriv A, #Testata H3 A {
	color: #C30A00;
	text-decoration: underline;
}

#CorpoPaginaPriv A:hover, #Testata H3 A:hover {
	color: #920700;
	text-decoration: none;
	background-color: #FFFAD9;
}

#CorpoPaginaPriv H1  {
	color: #27A9FF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

#CorpoPaginaPriv H2 {
	color: #AAAAAA;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0.6em;
}


#CorpoPaginaPriv .Conferma {
	color: #27A9FF;
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #FFFEC9;
	font-weight: bold;
	font-size: 13px;
}

#CorpoPaginaPriv .Errore {
	color: red;
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #FFFEC9;
	font-weight: bold;
	font-size: 13px;
}

/* Classi di ElencoRecord */

#ElencoRecord {
	width: 100%;
	border: 1px solid #AFAFAF;
}

#ElencoRecord TH {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #dddddd;
    text-align: left;
}

#ElencoRecord TR {
	background-color: #f3f3f3;
}

#ElencoRecord TR TD {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

#ElencoRecord TR:hover { 
	background-color: #CCFFCC; 
}

#ElencoRecord TR TD:hover { 
	background-color: #96FF96; 
}

/* Classi di FormLogin */

#FormLogin {
	position: relative;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 100px;
	background-color: #EEEEEE; 
	border: 1px solid #AFAFAF;
	margin-bottom: 40px;
	font-size: 12px;
}

#FormContactUs {
	position: relative;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: auto;
	background-color: #EEEEEE; 
	border: 1px solid #AFAFAF;
	margin-bottom: 40px;
	font-size: 12px;
}


#FormLogin LABEL, #FormContactUs LABEL {
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;

}


#FormLogin INPUT, #FormContactUs INPUT, #FormContactUs TEXTAREA {
	width: 100px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border: 1px solid #AFAFAF;
	margin-top: 5px;
	margin-bottom: 5px;
}

#FormContactUs INPUT {
	width: 150px;
}

#FormContactUs TEXTAREA {
	width: auto;
}

#FormLogin INPUT#CampoSubmit, #FormContactUs INPUT#CampoSubmit {
	font-size: 11px;
	background-color: #cccccc;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-left: 150px;
}
/* Classi di FormGest */

#FormGest LABEL {
	font-weight: bold;
	color: #808080;
	width: 170px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}

#FormGest .Visualizza {
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	background-color: #F1F1F1;
	width: auto;
}

#FormGest .Modifica {
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #afafaf;
	margin-bottom: 3px;
	background-color: #FFFEC9;
}

#FormGest BR {
	clear: both;
}

#FormGest .Submit {
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	font-weight: bold;
	background-color: #FFC300;
	background-repeat: repeat-x;
	background-position: top;
	color: #111111;
   text-align: right;
   margin-left: 180px;
}

#FormGest .Botton {
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	font-weight: bold;
	background-color: #C5C5C5;
	background-repeat: repeat-x;
	background-position: top;
	color: #606060;
}

.testonota {
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}
