* {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
body {
	background-color: #ffffff;
	scrollbar-face-color: #336699;
	scrollbar-highlight-color: #336699;
	scrollbar-shadow-color: #336699;
	scrollbar-3dlight-color: #003366;
	scrollbar-arrow-color:  #ffffff;
	scrollbar-track-color: #003366;
	scrollbar-darkshadow-color: #003366;
}
.barra { font-family: Tahoma; font-size: 8pt; color: #ffffff; font-weight: normal } a:link 
	{text-decoration: none } a:visited {text-decoration: none } a:hover {color: #cc0000 } 

.sezioni {
	font-family: Tahoma;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-align: none;
	/*text-transform: uppercase*/
}
.sezioni a {
	font-weight: bold;
}

a:link 
	{text-decoration: none } a:visited {text-decoration: none } a:hover {color: #cc0000 }

.testo_gius { font-family: Tahoma; font-size: 10pt; color: #000000; font-weight: normal; text-align: justify } a:link 
	{text-decoration: none } a:visited {text-decoration: none } a:hover {color: #cc0000 } 
	
.testo_gius_pic { font-family: Tahoma; font-size: 10pt; color: #000000; font-weight: normal; text-align: justify } a:link 
	{text-decoration: none } a:visited {text-decoration: none } a:hover {color: #cc0000 } 

input, textarea {
	border: 1 solid #ffffff;
	/*
	font-family: Tahoma;
	font-weight: normal;
	font-size: 7pt;
	font-style: normal;
	text-decoration: none;
	*/
	color: #333333;
	background-color: #cccccc;
	/*
	width: 97px;
	height: 15px;
	*/
}
table.bordered {
    width: 370px;
    margin-top: 10%;
    border-collapse: collapse;
    border: 1px solid black;
}
table.bordered td {
	padding: 4px;
}
table.bordered tr.title td {
    border-bottom: 1px solid black;
    padding: 3px, 5px;
    background-color: #B0C4DE;
    color: #5A6978;
    font-weight: bold;
    text-align: center;
}
table.bordered tr.elements td {
    /* border-bottom: 1px solid black; 
    text-align: center;*/
    color: #708090;
    background-color: #FFFFFF;
}
table.bordered tr.elements input {
    margin: 1px 2px 1px 1px;
}
table.bordered tr.spacer td {
    border-bottom: 1px solid black;
    height: 5px;
    padding: 0px;
    background-color: #778899;
    font-size: 0px;
}
table.bordered tr.buttons td {
    padding: 3px, 5px;
    background-color: #DCDCDC;
    text-align: center;
}
table.bordered tr.buttons input {
    width: 80px;
}
table.msg {
    width: 370px;
    margin-top: 10%;
    margin-bottom: -9%;
    border-collapse: collapse;
    border: 1px solid black;
}
table.msg td {
    padding: 3px, 10px;
    background-color: #FFFFFF;
    color: #CC0000;
    font-weight: bold;
    text-align: center;
}
table.bordered td.bold {
	border: black 1px solid;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    padding: 8px, 8px;
    color: black;
}
table.bordered td.tip {
	background: #FFFF80;
	padding: 4px;
}
table.head {
    border-collapse: collapse;
	font-family: Verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #000000;
}
table.head td {
    padding: 2px 2px 1px 2px;
    border: #5A6978 1px solid;
    background-color: #FFFFFF;
}
table.head td.left {
    text-align: left;
    padding-bottom: 3px;
    border-right: none;
    color: #CC0000;
}
table.head td.right {
    text-align: right;
    padding-bottom: 0px;
    border-left: none;
    background-color: #FFFFFF;
}
table.head a, img {
    border: none;
    margin: 0px;
    padding: 0px;
    /* background-color: #FFFFFF; */
}


table.modulo td {
	padding: 3px, 5px;
	color: #000000;
	text-align: center;
}
table.modulo td.title {
   background-color: #B0C4DE;
   color: #5A6978;
   font-weight: bold;
}
table.modulo td.obbligatorio {
   /*
	background-color: #E65D5D;
   color: #613C3C;
	*/
	color: #BE0000;
   /*font-weight: bold;*/
}
table.modulo input, textarea, select {
	border: solid 1px black;
	color: black;
	background-color: #FFFFFF;
	width: 80%;
}
