body {
	margin-top: 0px;
	background: #000 url(../images/buttbar.gif);
	margin: 0 auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
} 

#main {
		width: 770px;
		margin: 0 auto;
		text-align: left;
}

#menutop {
		font-size: 80%;
		text-align: center;
}

#menuleft {
		font-size: 70%;
}

#mainpop {
		text-align: center;
}

/* PARAGRAFO E STILI DI TESTO */

p {
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

.grande {
    font-size: 120%;
}

.normale {
    font-size: 90%;
}

.medio {
    font-size: 80%;
}

.piccolo {
		font-size: 70%;
}

.ita {
		font-style: italic;
}

.gras {
		font-weight: bold;
}

.blu {
		color: #009;
}

.rosso {
		color: #C00;
}

.verde {
		color: #060;
}

.cent {
		text-align: center;
}

.giust {
		text-align: justify;
}

.dest {
		text-align: right;
}

.sin {
		text-align: left;
}

.errore {
    color: #FFF;
    background: #F33;
}

.clearleft {
		clear: both;
}

/* LINKS */
a:link {
    color: #C00;
    text-decoration: none;
}

a:visited {
    color: #900;
    text-decoration: none;
}

a:active {
    color: #900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#menutop a {
    color: #FFC;
}


/* DIV */
div.titolo {
		padding: 2px;
		background: #996633;
		font-size: 80%;
		font-weight: bold;
		color: #FFCC00;
		text-align: center;
}

div.contmenu {
		padding: 2px;
}

div.titologrande {
		padding: 4px;
		background: #EABB00;
		font: italic bold 120% Georgia;
		color: #006600;
		border-bottom: 1px dashed rgb(0, 102, 0);
}

div.titolomedio {
		padding: 4px;
		background: #EABB00;
		font: italic bold 100% Georgia;
		color: #006600;
		border-bottom: 1px solid #060;
}

div.contenuti {
		padding: 2px 2px 20px 2px;
		border-bottom: 1px dashed rgb(0, 102, 0);
		background: #000 url(../images/bg.gif);
}

/* LISTE */
#menutop li {
    width: 95px;
    padding: 2px;
    float: left;
    margin-left: 2px;
    border: 1px solid #336600;
    background: #339900;
    font-weight: bold;
}

#menutop ul {
		margin-left: 20px;
}

#menuleft ul {
		padding-left: 5px;
		padding-bottom: 5px;
		margin: 0;
		list-style-type: none;
}

ul.contenuti {
		margin: 0 0 0 0px;
		font-size: 80%;
		list-style-type: none;
}

li.norm {
    background: #FC6;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-bottom: 5px;
}

li.pers {
    background: #CF9;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-bottom: 5px;
}

li.segn {
    background: #9C6;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-bottom: 5px;
}

/* IMMAGINI */

img.gallsel {
		border: outset #f00;
}

img.gall {
		border: 1px solid;
}

img.sett {
		border: 1px solid #00F;
		margin-top: 2px;
		margin-left: 10px;
		float: left;
}

/* TABELLE MODULI */

table {
	text-align: left;
}

td.ri {
    border-right: 1px solid #060;
}

td.bo {
    border-bottom: 1px solid #060;
}

/* FORM */
form {
    margin: 2px;
    padding: 5px;
}

input {
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

button {
    font-size:12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}