*{
	margin:0;
	padding:0;
	border:0;
}
body{
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* "Trebuchet MS", Helvetica, sans-serif */
	/* "Times New Roman", Georgia, serif */
	/* "Lucida Sans", Arial, "Times New Roman", Times, sans-serif */
	font-size:67.5%;
}
ul,ol,li{
	margin-left:1.5em;
}
p {margin:1em 0em 1em 0em}
pre {white-space:normal}
a{color:#333333;text-decoration:none;}
a:hover{color:#2091CD;}


h1{
	font-size:1.6em;
	color:#2091CD;
}

.small-n {
	font-size:.9em;
}
.small-i {
	font-size:.9em;
	font-style:italic;
}
.clear{clear:both}

.imgleft{
	float:left;
	margin-right:5px;
}
.imgright{
	float:right;
	margin-left:5px;
}
.imgcenter{
 	display:block;
	margin:0 auto;
}
.imgborder{
	border:2px solid #999999;
	padding:1px;
}
/*------- custom ---------*/

#wrapper{
 	width:760px;
	margin:0 auto;
	padding:1em;
 	position:relative;
}
#wrapleft{
	width:228px;
	float:left;
}
#wrapright{
	width:532px;
	float:right;
	padding-top:20px;
	background:url('../img/lineeblu.gif') repeat-x;
	padding-bottom:66px;
}
#wrapright h1, #wrapright p{
	padding-left:15px;
}
#logo{
	display:block;
	padding:32px 0px 58px 0px;	
}
#topflash{
	display:none;
}
#topmenu{
	display:none;
}
#titlebar{
 	width:517px;
 	float:left;
	font-size:1.2em;
	color: #2091CD;
	font-weight:bold;
	border-top:1px solid #2091CD;
	border-bottom:1px solid #2091CD;
	padding-top:0px;
	padding-left:15px;
	margin-bottom:30px;
}
#leftmenu{
	background:url('../img/fondomenu.gif') no-repeat;
	min-height:340px;
	height:auto !important;
	height:340px;
}
#footer{
 	width:532px;
	position:absolute;
	bottom:0px;
	right:0px;
	border-top:1px solid #2091CD;
	padding-top:6px;
}
.azzurro{
	color: #2091CD;
}
/*---------tabella---------*/
.bluetbl {
	border: 1px solid #666666;
}

.bluetbl tbody tr td {	
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #7DAAEA;
}
.bluetbl tbody tr.selected td {
	background:#3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
.bluetbl tbody tr.subselected td {
	background:#CCFFFF;
	font-weight: bold;
}


/*--------- CSS menu --------*/
#nav, #nav ul {
	list-style: none;
 	padding:0px;
 	margin:0px;
}
#nav li{
 	padding:0px;
	margin:0px;
}
#nav a {
 	font-size:0.9em;
	display: block;
	margin:4px 0px 4px 0px;
	color: #000000;
	text-decoration: none;
}
#nav a:hover, #nav .active {
	color: #2091CD;
}

/* -------------- forms --------------------------------*/
.cssform{
padding: 5px;
border:1px solid #999999;
background:#dddddd;
}

.cssform p{
clear: left;
margin: 0;
padding: 2px 0 2px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}
.cssform p.smaller{
padding-left: 100px;
}

.cssform label{
font-weight: normal;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform label.smaller{
margin-left: -100px; 
width: 90px; 
}

.cssform input{ /*width of text boxes. IE6 does not understand this attribute*/
border:1px solid #c1c1c1;
}
.cssform select{ /*width of text boxes. IE6 does not understand this attribute*/
border:1px solid #c1c1c1;
}
.cssform .textfield {
width: 180px;
}
.cssform .textfield2 {
width: 80px;
}
.cssform textarea{
width: 250px;
height: 120px;
border:1px solid #c1c1c1;
}

/* firefox bar hack */
html {
	margin-bottom: 1px;
	height: 100%;
}

