body {
	background: white;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

img {
	border: none;
}

input, textarea, select {
	font-family: Arial;
	font-size: 12px;
}

a.Menu:link{ font-size: 20px; color: black; text-decoration: underline;}
a.Menu:visited{ font-size: 20px; color: black; text-decoration: underline;}
a.Menu:hover{ font-size: 20px; color: #ff6633; text-decoration: none;}
a.Menu:active{ font-size: 20px; color: #ff6633; text-decoration: none; }

a:link{ font-family: Arial; color: #00457c; text-decoration: underline;}
a:visited{ font-family: Arial; color: #00457c; text-decoration: underline;}
a:hover{ font-family: Arial; color: black; text-decoration: none;}
a:active{ font-family: Arial; color: black; text-decoration: none; }

table.Tabella td {
font-family: Arial;
border: 1px solid #dddddd;
font-size: 12px;
height: 35px;
text-align: center;
}

table.Tabella td.Titolo {
font-family: Arial;
font-size: 14pt;
color: #ff6633;
height: 25px;
background-image: url(../img/bg_header.gif);
text-align: center;
font-weight: bold;
}

table.Tabella thead th {
font-family: Arial;
font-size: 14pt;
color: #ff6633;
height: 25px;
background-image: url(../img/bg_header.gif);
text-align: center;
font-weight: bold;
}

table.Tabella td.MenuTd {
text-align: center;
}

table.Tabella td.ColHeader{
font-family: Arial;
font-size: 8pt;
color: #666666;
font-weight: bold;
text-align: center;
height: 25px;
background-color: #e0e0e0;
border: 1px solid #efefef;
}

table.Tabella td.ColLabel {
font-family: Arial;
font-size: 12px;
color: #666666;
font-weight: bold;
text-align: right;
height: 25px;
background-color: #e0e0e0;
padding-right: 5px;
}

table.Tabella tbody th {
font-family: Arial;
font-size: 12px;
color: #666666;
font-weight: bold;
text-align: right;
height: 25px;
background-color: #e0e0e0;
padding-right: 5px;
}

.Centrato {
	text-align: center !important;
}

.Sinistra {
	text-align: left !important;
}

.Giustificato {
	text-align: justify !important;
}

.Grigio {
	color: #666666;
}

.GrigioChiaro {
	color: #999999;
}

.Nero {
	color: #000000;
}

.FondoAlt {
	background-color: #f1f1f1 !important;
}

.HelpTip {
font-family: Arial;
font-size: 8pt;
border: 1px solid #ff6633;
background-color: #fffbd9;
padding: 0px;
margin: auto;
text-align: justify;
min-height: 50px;
}

.HelpTip > div {
padding: 10px;
}

.TestoPiccolo{
font-family: Arial;
font-size: 8pt;
}

.TestoMedio{
font-family: Arial;
font-size: 10pt;
}

.Testo{
font-family: Arial;
font-size: 12pt;
}

div#navbar {
	position: relative;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 100%;
	background-color: #006699;
	/*margin-bottom: 20px;*/
	margin: 20px 25px 20px 15px;
	background-image: url(../img/blusin.png);
	background-repeat:no-repeat;
	background-position: top left;
	padding: 0px 12px 0px 12px;
}
div#navbar ul {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	line-height: 50px;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}

div#navbar li a {
	background-image: url(../img/divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	padding: 7px 9px 7px 6px;
	color: #FFF;
}
div#navbar li a:link {
    color: #FFF:
}
div#navbar li a:visited {
    color: #FFF;
}
div#navbar li a:hover {
    /*font-weight: bold;*/
    color: #ff6633;
    /*background-color: #3366FF;*/
}

div#navbar li a.navmenuinv {
	background-image: url(../img/divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	padding: 7px 9px 7px 6px;
	color: #ff9900;
}
div#navbar li a.navmenuinv:link {
    color: #ff9900:
}
div#navbar li a.navmenuinv:visited {
    color: #ff9900;
}
div#navbar li a.navmenuinv:hover {
    /*font-weight: bold;*/
    color: #ffffff;
    /*background-color: #3366FF;*/
}

div#navbar div {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../img/bludes.png);
	background-repeat:no-repeat;
	background-position: top left;
	padding: 0px;
	width: 12px;
	height: 50px;
}

div.Error {
	color: red;
}

.Node {
	margin-top: 15px;
}
.Node a {
	font-size: 14px;
}
.Node div.NodeTextTitle {
	margin-left: 10px;
}
.Node div.NodeTextDescr {
	margin-left: 10px;
}

