/* ICNET - Site.css */
/* Global */
body {
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(/imgs/icbgdot.gif);
}

a:link{color: #003333; text-decoration: none;}
a:visited{color: #003333; text-decoration: none;}
a.current{color: #003333; text-decoration: none;}
a:hover{
	border-bottom: 1px dotted #003333;
}

p{margin: 5px;}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	margin: 5px 2px;
	list-style: square;
	padding-top: 2px;
}

.right{text-align: right; margin-bottom: 0;}
.small{font-size: 10px;}
.jf{text-align: justify;}
.icbox{color: #333333;border: 1px solid;}
.img-right {float:right;margin: 5px;}
.img-left {float:left;margin: 5px;}
.ictable{
	margin: 2px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 12px;
	width: 98%;
}
.icrow-hdr{
	background: #e1ecee;
	font-size: 10px;
	font-weight: bold;
}

.icrow-titolo{
	width: 150px;
	background: #f0f0f0;
	font-size: 12px;
	text-align: right;
}

.icrow-valore{
	background: left;
	font-size: 12px;
	text-align: left;
	width: 568px;
}

.fields {
	font-size: 11px;
	width: 200px;
	height: 16px;
	color: #000000;
	background-color: #ffffff;
	vertical-align: middle;
/*/*/
	border: 1px solid #D4D0C8;}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 5px;
	border-bottom: 1px dotted #FF6600;
}

h3{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 5px;
}

h4{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 5px;
	border-bottom: 1px solid #FF6600;
}
.info{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	margin: 0px 5px 0px 0px;
}

/* NAV BAR */
#navbar {
	margin-bottom: 0;
	font-size: 11px;
	text-align: center;
	margin-top: 0;
	padding-bottom: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	padding-top: 1px;
	background-color: #006699;
	color: #ffffff;
	border-bottom: none #999999;
	width: 702px;
	position: relative;
}

#navbar a:link{color: #ffffff; text-decoration: none;}
#navbar a:visited{color: #ffffff; text-decoration: none;}
#navbar a.current{color: #ffffff; text-decoration: none;}
#navbar a:hover{color: #006699;background: #FFFFFF;}

#testata {
width:700px;
position:relative;
 }

#container {
	width:700px;
	position:relative;
	background: #FFFFFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
 }
 
#footer {
	width:700px;
	position:relative;
	text-align: center;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	background-color: #e1ecee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

#icnet {
	width:700px;
	position:relative;
	text-align: right;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}

