* {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}

.grande {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: large;
	text-decoration: none;
}

.grassetto {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
    font-weight : bold;	
	text-decoration: none;
}

.grassetto1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 110%;
    font-weight : bold;	
    font-style: italic;
	text-decoration: none;
}

input, select, textarea {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 100%;
}

dt {
    font-style: italic;
}

div, br, ul {
	clear: both;
}

h1 h2 {
	text-align: center;
}

div.dettaglio {
	margin-left: 24px;
}

a {
	color: black;
	text-decoration: none;
}

.sottolineato {
	 text-decoration: underline;
}

.main-content {
	padding-top: 12px;
	padding-bottom: 12px;	
	padding-left: 12px;
	padding-right: 12px;
}

.centrato {
	text-align: center;
}

.sinistra {
	text-align: left;
}

.destra {
	text-align: right;
}

.hidden {
	display: none;
}

.feedbackPanelERROR {
	color: red;
	list-style: circle;
	font-weight: bold;
}

.feedbackPanelINFO {
	color: green;
	list-style: circle;
	font-weight: bold;
}

.feedbackPanel {
	width: 600px;
}

.generali-content table {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	width: 100%;
}

.main-content table, .main-content th, .main-content td {
	border-width: 1px;
	border-color: #69b1d3;
	border-style: solid;
}

.main-content table {
	border-collapse: collapse;
	width: 80%;
}

.main-content tr {
	vertical-align: middle;
	background-color: #e8f3f9;
}

.main-content tr.dispari {
	background-color: #fafafa;
}

.main-content th {
	background-color: #246182;
	text-align: center;
	color: #ffffff;
}

.main-content td {
	padding-left: 5px;
	padding-right: 5px;	
	vertical-align: middle;
}

.tabmenu {
	float:left;
	width:100%;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.tabmenu ul {
	margin: 0px;
	padding: 0px;
}

.tabmenu li {
	display: block;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: white;
}

.tabmenu li.help {
	float: right;
	border-right-style: none;
	border-right-width: 0px;
	border-left-style: solid;
	border-left-width: 1px;
}

.tabmenu a:hover {
	text-decoration: underline;
}

.tabmenu a, .tabmenu span {
	display: block;
	padding: 2px 6px 2px 6px;
	white-space: nowrap;
}

.menu-principale {
	background-color: #68b1d2;
}

.menu-principale a {
	color: white;
	background-color: #256183;
}

.menu-principale span {
	color: black;
	background-color: #abd4e6;
}

.menu-secondario {
	background-color: #e8f3f9;
}

.menu-secondario a {
	color: black;
	background-color: #c9e3f0;
}

.menu-secondario span {
	color: black;
	background-color: #CCFF33;
}

.ricerca {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ricerca-fasc {
	display: block;
	float: left;
	width: 45%;
	text-align: right;
	margin-right: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.buttons {
	background-color: #cae3f0;
	background-repeat: repeat-x;
	padding: 8px;
	text-align: center;
}

.buttons input, input.button {
	color: white;
	background-color: #246182;
    border-width: 1px;
    margin-left: 3px;
	margin-right: 3px;
}

form .cerca {
	vertical-align: middle;
}

form .cerca label, form .cerca input, form .cerca img {
	display: block;
	float: left;
	margin-right: 4px;
	/*line-height: 100%;
	vertical-align: middle;*/
}

.upper {
    text-transform: uppercase;
}

.nowr {
    white-space: nowrap;
}

.margini {
	margin-top: 1%;
	margin-bottom: 1%;
}

.margine-sopra {
	margin-top: 1%;
}

.margine-sotto {
	margin-bottom: 1%;
}

.margine-sopra-10 {
	margin-top: 10%;
}

.margine-sopra-5 {
	margin-top: 5%;
}

.margine-sopra-2 {
	margin-top: 2%;
}

.senza-bordo {
    border: 0px;
}
