BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: White;
}

A:link, A:visited {
	color: #0066CC;
	text-decoration: underline;
}

A:hover, A:active {
	color: #0066CC;
	text-decoration: none;
}

.listing_links A:link, .listing_links A:visited {
	color: black;
	text-decoration: underline;
}

.listing_links A:hover, .listing_links A:active {
	color: black;
	text-decoration: none;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

.testo_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
}

.testo_mini {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
}

.testo_mini_bold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
	font-weight: bold;
}

.testo_error_msg {
	background-color: #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	font-weight: bold;
}

.minititle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: Black;
}

.menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: #C1C1C1;
}

.menubar_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #838383;
	font-weight: bold;
}

.menubar A:link, .menubar A:visited {
	text-decoration: none;
	color: Black;
}

.menubar A:active, .menubar A:hover {
	text-decoration: underline;
	color: Black;
}

.topmenubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-color: #424242;
}

.topmenubar A:link, .topmenubar A:visited {
	text-decoration: none;
	color: white;
}

.topmenubar A:active, .topmenubar A:hover {
	text-decoration: underline;
	color: white;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: white;
}

INPUT, SELECT, TEXTAREA {
	border: 1px solid Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 370px;
	font-weight: normal;
}

.button {
	border: 1px solid Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
}

.button_alert {
	border: 1px solid Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
	background-color: #9FEAB0;
}

.noborder {
	border: 0px;
	width: auto;
}

.darkGrey {
	background: #DADADA;
}

.lightGrey {
	background: #EAEAEA;
}

.lightBlue {
	background: #838383;
}

.sectionBox_up {
	background: #293F52;
}

.background {
	background-color: #F4F4F4;
}

.background1 {
	background-color: #293F52;
}

.background2 {
	background-color: #FFFFFF;
}

.background3 {
	background-color: #838383;
}

.background4 {
	background-color: #C1C1C1;
}

.background5 {
	background-color: #DDDDDD;
}

.background6 {		/* Per evidenziare le risposte ai ticket scritte dagli admins */
	background-color: #E3F4D5;
}

.background7 {		/* Per evidenziare le domande nei ticket scritte dagli utenti */
	background-color: #FFFFD9;
}

.background8 {		/* Per evidenziare la domanda principale dei ticket - Riga: "Problema" */
	background-color: #FF0000;
	color: white;
	font-weight: bold;
}

.sectionBox_down {
	background: #C1C1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;
}
