@import url("div_layout.css");
@import url("tabs.css");
@import url("menu.css");
@import url("niftyCorners.css");

body
{ 
	background-image:url(../pictures/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;	
}

A:LINK, A:ACTIVE {
	text-decoration: underline;
	color: #0055AA;
	font-weight: normal;	
}


A:HOVER {
	color: #4aa7ff;
	font-weight: normal;	
	text-decoration: underline;
}

A:visited {
	color: #0001a6;
	text-decoration: underline;
}

FORM {
	margin:0;
	padding:0;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
}

.bottone1 {
    border: none;
    font-weight: bold;
	 cursor: pointer;
    font-size: 12px;
	 background-color: #ffffff;
	 background-image: url(../pictures/button1.gif);
    border-left: medium none;
    width: 60px;
    color: #ffffff;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    height: 24px;
    text-decoration: none;
	 margin-top: 3px;
	 margin-bottom: 3px;
}


.bottone2 {
    border: none;
    font-weight: bold;
	 cursor: pointer;
    font-size: 12px;
	 background-color: #ffffff;
	 background-image: url(../pictures/button2.gif);
    border-left: medium none;
    width: 100px;
    color: #ffffff;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    height: 24px;
    text-decoration: none;
	 margin-top: 3px;
	 margin-bottom: 3px;
}

table.maschera {
	width: 500px;
	border: none;
	background-color: white;
	margin: 0px
}

td.etichetta {
	color: #4b8eb4;
	font-weight: bold;
	width:25%;
	vertical-align:top;	
	text-align: right;
	padding-right:5px;
}

td.etichetta_obb {
	color: #b44b58;
	font-weight: bold;
	width:25%;
	vertical-align:top;	
	text-align: right;
	padding-right:5px;
}


td.campo {
	color: #444444;
	font-weight: normal;
	width:75%;
	vertical-align:top;	
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4b8eb4;
	font-weight: bold;
}

h1 {
	color: #003E9D;
	font-size: 14pt;
	margin-bottom:25px;
}

h2 {
	color: #406980;
	font-size: 12pt;
	margin-top: 25px;	
	margin-bottom: 5px;
}

h2.cms {
	margin-top:0px;
	margin-bottom:5px
}

h3 {
	font-weight: bold;
	font-size: 9pt;
	margin-top:10px;
	margin-bottom: 0px;
}

img.foto {
	border: 1px solid #4F7BC6;
}