/***********************************************/
/* HTML tag styles */
/***********************************************/
body {
    background-image: url(new.jpg);
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 1024px;
	  text-align: center;
	  height: 768px;
    text-align: center;
    font-family: 'century gothic', 'Matisse ITC', 'Lithos Pro';
}
/* Inizio codice MENU */
table#botton {
    width: 760px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

td#botton {
    background: url(botton.jpg) 0 100% no-repeat;
    width: 100px;
    height: 30px;
    border: solid 1px #000;
}

td#botton:hover {
    background: url(botton_down.jpg) 0 100% no-repeat;
}

A {
    font-size: 12px;
    color: #503b62;
    font-weight: bold;
    text-decoration: none;
}

A:hover {
    color: #241a2c;
}
/* Fine codice MENU */

#content {
    width: 760px;
    font-size: 14px;
    color: #503b62;
    margin-left: auto;
    margin-right: auto;
}

#content h1 {
    font-size: 16px;
    }
    
#scuola {
    border-top: dotted 5px #503b62;
}

/* Inizio codice ORARIO CORSI */
table#corsi {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
	color: #333399;
    text-align: center;
	border-color: #9966cc;
	border-style: solid;
	border-width: 1px;
}

th#corsi {
	width: 130px;
	height:20px;
    background-color: #ffccff;
    border-bottom: solid 1px #cc33cc;
	border-right: solid 1px #cc33cc;
	border-top: solid 1px #ffccff;
	border-left: solid 1px #ffccff;
	
}

th#corsi:hover {
    border-top: solid 1px #cc33cc;
	border-left: solid 1px #cc33cc;
	border-bottom: solid 1px #ffccff;
	border-right: solid 1px #ffccff;
	color: #000066;
	font-size: 15px;
}

td#corsi {
	width: 130px;
	height:40px;
	background-color: #ffffff;
	border-top: solid 1px #cc99cc;
	border-left: solid 1px #cc99cc;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

td#corsi:hover {
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #cc99cc;
	border-right: solid 1px #cc99cc;
	font-size: 15px;
	font-weight: bold;
}

/* Inizio codice ROLL-OVER IMG */
#container {
    width: 183px;
    height: 163px;
    border: 1px solid #000;
    padding:0;
}

#testata {
    height: 20px;
    line-height: 20px;
    background-color: #999999;
    color: #000000;
    margin:0;
    padding:0;
}

#corpo {
    width: 183px;
    height: 143px;
    position: relative;
    margin:0;
    padding: 0;
}

#lista {
    width: 183px;
    height: 143px;
    text-align:center;
    float: left;
    margin: 0;
    padding:0;
}


#lista ul {
    width: 20px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position:outside;
    float: left;
    font-size: 12px;
    line-height: 14px;
}

#lista li a, #lista li a:visited {
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display:block;
font-size: 10px;
}

#lista li a:hover {
    color: #000;
    background-color: #ddd;
    margin:0;
    padding:0;
    text-decoration:none;
    border:1px dashed #666;
}

#lista li a span {
    display: none;
}

#lista li a span.p {
    top: 0px;
    left: 30px;
    width: 163px;
    height: 143px;
    position: absolute;
    display: block;
}

#lista li a:hover span {
    top: 0px;
    left: 30px;
    width: 163px;
    height: 143px;
    position: absolute;
    display: block; 
}

/* Fine codice ROLL-OVER IMG */

/* Inizio codice banner */
#banner {
	position:absolute;
	font-size: 20px;
	text-align:center;
	font-weight:bold;
	color: #000033;
	background-color: #9966cc;
	width: 500px;
	left: 350px;
	top: 220px;
	border-color: #ffccff;
	border-width: 5px; 
	border-style:dotted;
}

#chiudi{
	position:absolute;
	width:10px;
	font-size:20px;
	font-weight:bold;
	color:#000033;	
	left: 355px;
	top: 220px;
	text-align:center;
}
/* Fine codice banner */

#saggio {
	float: inherit;
}

#elenco {
	text-align: left;
	width: 500px;
}

img.left {
float : left;
}

img.right {
float : right;
}

p.right {
float : right;
text-align:left;
}

p.left {
float : left;
text-align:right;
}

#content ul {
    text-align: left;
    font-size: 14px;
}

