body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}

hr {
	display: none;
}

form {
	display: inline;
}

ul {
	margin: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	padding: 0;
}

li {
	margin: 0;
}

/* CLASSI PER I LINK STANDARD DELLA PAGINA */

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dashed;
	border-color: #990000;
	text-decoration: none;
	color: #444444;
}

a:hover {
	background-color: #EEE;
}

/* CLASSI PER I LINK STANDARD DELLA PAGINA CON NOME: normal */

a.normal:link {
	color: #990000;
	text-decoration: underline;
}

a.normal:visited {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: dashed;
	border-color: #990000;
	text-decoration: none;
	color: #444444;
}

a.normal:hover {
	background-color: #EEE;
}

/* CLASSI PER I LINK AL FORUM */
a.forum:link {
	color: #000;
	text-decoration: none;
}

a.forum:visited {
	border: 0px;
	color: #000;
}

a.forum:hover {
	border-bottom: 1px dashed #990000;
	background-color: #E9E9E9;
}

/* CLASSI PER I LINK DEL BOX MENU */

a.menu:link {
	color: #000;
	text-decoration: none;
	border: 0;
	margin-left: -5px;
	font-variant: small-caps;
}

a.menu:active {
	background-color: #EEEEEE;
	border-bottom: 1px dashed #990000;
}

a.menu:visited {
	color: #000;
	text-decoration: none;
	border: 0;
	margin-left: -5px;
	font-variant: small-caps;
}

/* CLASSI PER I LINK NELL'ELENCO ARTICOLI */
a.art:link {
	color: #990000;
	text-decoration: none;
	border: 0;
	margin-left: 0px;
}

a.art:visited {
	color: #990000;
	text-decoration: none;
	border: 0;
	margin-left: 0px;
}

a.art:hover {
	text-decoration: underline;
}

/* CLASSI PER I PULSANTI DELLA GALLERIA */
a.galleria:link {
	border: 0;
	background-color: #DDDDDD;
}
a.galleria:hover {
	border: 0;
	background-color: #DDDDDD;
}
a.galleria:visited {
	border: 0;
	background-color: #DDDDDD;
}

/* FINE CLASSI PER I LINK */

/* CLASSI PER LA TABELLA DEL CALENDARIO*/
.nomeGiornoTH {
	background-color: #EEEEEE;
	text-align: center;
	border: 0px outset;
}

.nomeGiorno {
	background-color: #F9F9F9;
	text-align: center;
	border: 0px inset;
}

.nomeGiornoPart {
	background-color: #F9F9F9;
	text-align: center;
	border: 0px outset;
	color: #990000;
}

.nGiorno {
	text-align: center;
}
.nGiornoPart {
	color: #990000;
	background-color: #EEEEEE;
	text-align: center;
	border: 0px inset;
}
/* FINE CLASSI CALENDARIO */

#header h1, h2 {
	display: none;
}

#header {
	width: 100%;
	margin: 0;
	height: 89px;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-image: url(../layout/header.jpg);
	background-color:#990000;
}

#topbar {
	font-size: xx-small;
	text-align: right;
	margin: 0;
	padding: 2px;
	background-color: #BB0000;
	color: #FFF;
}

#main {
	width: 100%;
	position: relative;
	background-color: #CCCCCC;
}

#destra {
	float: left;
	width: 20%;
	margin: 0px;
	font-size: x-small;
	text-align:left;
	margin-bottom: 20px;
}

#sinistra {
	float: left;
	width: 20%;
	margin: 0px;
	font-size: x-small;
	text-align:left;
	margin-bottom: 20px;
}

#centro {
	width: 59%;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	background-color: #EEEEEE;
	float: left;
	height: 100%;
}

#centroLogin {
	width: 59%;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 8px;
	background-color: #BB0000;
	border-top: 1px dashed #CCCCCC;
	float: left;
}

#bottom {
	background-color: #BB0000
}
#bottom a {
	color:#FFF;
	text-decoration:none;
	background-color:#BB0000;
	font-weight:bold;
	border-bottom:0;
}
#bottom a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#BB0000;
	border-bottom:1px dashed #fff;
}

/* CLASSI PER IL BOX CENTRALE */
.C-top {
	width: 92%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 3px;
	background-color: #DDD;
	border: 1px dashed #990000;
	text-align: left;
	line-height: 20px;
}

.C-lastInsert {
	width: 92%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 20px;
	padding: 3px;
	background-color: #DDD;
	border: 1px inset;
	text-align: left;
}

.C-lastInsert p {
	border-width: 0px;
	border-bottom-width: 1px;
	margin: 2px;
	margin-bottom: 10px;
	border-style: dashed;
	border-color: #990000;
	font-weight: bold;
	color: #990000;
	background-color: #EEE;
	padding: 1px;
}

.C-lastInsert strong {
	color: #BB0000;
	font-weight: bold;
	font-size: x-small;
}

.C-lastInsert .img {
	border: 1px double #990000;
	margin: 5px;
}

.C-lastInsert .imgArt {
	margin: 5px;
	border: 1px solid #990000;
}

.C-lastInsert li {
	list-style-type: circle;
	margin: 1px;
}

.C-lastInsert span {
	font-size: xx-small;
}

.C-lastInsert .Pli {
	font-size: xx-small;
	color: #666666;
	border: 0px;
	background-color: #DDD;
	margin-left: 20px;
	margin-top: 1px;
	font-weight: normal;
}

.C-lastInsert .testoClast {
	color: #000;
	border: 0px;
	background-color: #DDD;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}

.C-lastInsert .testoClastAutCro {
	color: #000;
	border: 0px;
	border-bottom: 1px dotted #666666;
	background-color: #DDD;
	margin-left: 0px;
	padding: 0;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: right;
	font-weight: normal;
}

.C-lastInsert .testoComunicato {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-size: 9px;
	color: #000;
	background-color: #FEFEFE;
	padding: 10px;
	padding-top: 20px;
	text-align: justify;
	padding-bottom: 15px;
	margin: 10px;
	border: 1px solid #666666;
}

.C-lastInsert .testoComunicato .right {
	margin-top: 50px;
}

.C-lastInsert .sottotitolo {
	color: #000;
	border-bottom: 1px;
	text-align: left;
	margin-left: 0px;
	background-color: #E5E5E5;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	padding-top: 5px;
	font-weight: normal;
	font-size: xx-small;
}

.C-lastInsert .note {
	color: #333;
	border-bottom: 0px;
	border-top: 1px;
	background-color: #DDDDDD;
	font-size: xx-small;
	font-weight: normal;
	text-align:right;
	margin: 0px;;
	padding: 5px;
}

.C-lastInsert .titoloArt {
	text-align: left;
	margin-left: 0;
	padding: 5px;
	margin-bottom: 0;
	font-size: normal;
	color: #990000;
	background-color: #EFEFEF;
}

.middle { text-align: center; }

#centro .titolo {
	text-align: left;
	margin: 10px;
	font-size: normal;
	color: #990000;
}

#centro .titNews {
	margin: 15px;
	background-color: #DDDDDD;
	border: 0;
}

#centro .testoNews {
	background-color: #DDDDDD;
	border: 0;
	margin-bottom: 30px;
	color: #000;
	font-weight: normal;
}

#centro .testoComm {
	background-color: #EEEEEE;
	border: 1px inset #EEEEEE;
	margin: 5px;
	padding: 5px;
	color: #000;
	font-weight: normal;
}

#centro .testoComm small {
	color: #999999;
}

/* CLASSI PER I BOX LATERALI */

.box {
	border: 1px inset;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #DDD;
	background-image: url(../layout/bot.box.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.box p {
	border-width: 0px;
	border-bottom-width: 1px;
	margin: 0px;
	margin-bottom: 10px;
	border-style: solid;
	border-color: #990000;
	color: #990000;
	background-color: #EEE;
	padding: 2px;
	letter-spacing: 2px;
	background-image: url(../layout/top.box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.box .recenti {
	list-style-type: circle;
	margin: 1px;
}

.box .testo { margin: 5px; }

.box .menu { list-style-image: url(../layout/elenco.menu.gif); }

.box dd { display: none; }

.box .input { width: 9em; }

/* CLASSI PER IL BOX INFERIORE */

#bottom p {
	font-size: xx-small;
	color: #DDD;
	margin: 0;
	padding: 5px;
}

#bottom-stampa {
	display: none;
}

/* CLASSI GENERALI */
.nonVedi {
	display: none;
}

.bianco {
	font-weight: bold;
	color: #FFFFFF;
}

.noBorder:visited {
	border: 0;
}
.noBorder:link {
	border: 0;
}

.pSemplice {
	margin: 0;
	background-image: url(none.html);
}

/* CLASSI PER I CALENDARI DELLE PARTITE */
.calpartTH {
	border: 1px outset;
	padding: 2px;
	color: #EEEEEE;
	background-color: #990000;
}
.calpart1 {
	border: 1px inset;
	background-color: #F2F2F2;
}
.calpart2 {
	border: 1px inset;
	background-color: #E9E9E9;
}
.calpart3 {
	border: 1px outset;
	background-color: #CCCCCC;
	color: #000;
	font-weight: normal;
}

