/* Definizioni per i collegamenti */
a, a.top {
	//color: #FFFFFF;
	color: #ff9933;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}
a.per {
	color: yellow;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
}
a:link {
	text-decoration: none;
    font-weight:bold;
}
a:visited {
	text-decoration: none;
    font-weight:bold;
}
a:active {
	text-decoration: none;
    font-weight:bold;
}

img
{
	border:	0px;
}

/* Definizioni per il corpo della pagina e oggetti form */
body {
    color: white;
    background-color: #000000;
    background-image: url(images/sfondoNero2.jpg);
    font-family: verdana;
    font-size: x-small;
}
input, textarea, select {
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
}
input {
  height : 17px;
  font-size: 12;
  font-family: arial;
}

/* Definizioni celle per tabelle */
.norm, .norm2, td, .cText, .rowTD, .topTD {
	font-family: verdana;
    font-size: 11px;
}
.cText {
    text-align: justify;
}
.topTD {
	background-color: #202020;
	border: solid 1;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-left-width: 0;
	border-right-width: 0;
}
.rowTD {
	background-color: black;
	border-width: 0;
}
.central, .contentTable, .topTD {
	border-color: #C0C0C0;
}
.central {
	background-image: url(images/centralbacknero.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
    border: solid 1px;
}
.mainTable {
	background-color: #808080;
}
.contentTable {
	background-color: black;
    border: solid 1;
}

/* Definizioni per le pagine del mercatino */

td.merc_top, td.merc_l, td.merc_r, td.merc_bot, td.merc_central {
	font-family: verdana;
    font-size: 11px;
    border: solid #C0C0C0 1px;
}
td.merc_top {
    background-color: #808080;    
}
td.merc_l, td.merc_r, td.merc_bot, td.merc_central {
	background-color: #000000;
}
td.merc_central {
    border-bottom-width: 0;
    border-top-width: 0;
    border-left-width: 1px;
    border-right-width: 1px;
}
td.merc_l {
	border-bottom-width: 0;
    border-top-width: 0;
    border-left-width: 1px;
    border-right-width: 0;
}
td.merc_r {
	border-bottom-width: 0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
}
td.merc_bot {
	border-bottom-width: 1px;
    border-top-width: 0;
    border-left-width: 1px;
    border-right-width: 1px;	
}
