body{
font-family:verdana, arial, helvetica, sans-serif;
width: 62%;
padding:5px 5px 5px 5px;
background-image : url("./Immagini/grass.jpg");
}

div#container{
text-align: justify;
background-color:#FFF;
border:0.05em solid #000;
background-image : url("./Immagini/grass.jpg");
}


div#Header{
background-color:#FFF;
border:0.05em solid #000;

}

/*
div#Menu {
background-color:#3ea23a;
border:0.05em solid #000;
}
*/


div#Menu{
    background-color:#3ea23a;
    border:0.05em solid #000;
    padding: 2em;
}

div#Menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#Menu li{
    display: inline;
    margin: 0;
    padding: 0;
}

div#Menu li a{
    text-decoration: none;
    border: 1px solid #000;
    padding: 0px 0.3em;
    background: #FFF;
    color: #000;
} 




div#Content {
/* margin-left:13em; */
padding: 2em;
background-color:#FFFFFF;
border:0.05em solid #000;
}

div#Footer{
/* border:0.01em dashed #999; */
background-color:#3ea23a ;
/* clear: left; */
text-align: center;
border:0.05em solid #000;
padding: 2em;
} 

a{
text-decoration:none;
color:#000;
}

a:link {color:#3ea23a;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}


ul 
{
/* list-style-image: url('Immagini/pallone.png') */
}

li{
display: inline;
}


.in{
text-align:right;
}

.out{
text-align:left;
}

.center{
text-align:center;
}

h1{
color:#09c;
font-size:12px;
font-weight:600;
font-family:verdana, arial, helvetica, sans-serif;
}

td{
font-size:11px;
font-weight:600;
font-family:verdana, arial, helvetica, sans-serif;
vertical-align:top;
}

td#rose{
border:0.01em dashed #999;
vertical-align:top;
}

td#squadrarosa{
font-weight:bold;
color:#09c;
}

td#squadra{
font-weight:bold;
}

td#gol{
font-weight:bold;
}

td#fantapunti{
font-weight:bold;
}

td#giocatore{
/* background-color:#FFFFFF;  */
}

td#numeri{
font-weight:bold;
background-color:#000000;
color:#FFFFFF;
vertical-align:middle;
}

td#bonusmalus{
/* background-color:#FFFFFF; */
}

td#voto{
/* background-color:#FFFFFF; */
}

td#classifica_squadra{
border-width: thin;
border-style: solid;
}

td#classifica_header{
border-width: thin;
border-style: solid;
background-color:#404040;
color:#FFFFFF;
}

td#primo{
border-width: thin;
border-style: solid;
background-color:#FFD700;
color:#000000;
}

td#secondo{
border-width: thin;
border-style: solid;
background-color:#C0C0C0;
color:#000000;
}

td#terzo{
border-width: thin;
border-style: solid;
background-color:#CD7F32;
color:#000000;
}

td#anno{
border-width: thin;
border-style: solid;
background-color:#FFFFFF;
color:#000000;
}

td.ruolo0{
border-width: thin;
border-style: solid;
background-color:#FFFF99;
}

td.ruolo1{
border-width: thin;
border-style: solid;
background-color:#99CCFF;
}

td.ruolo2{
border-width: thin;
border-style: solid;
background-color:#FF9966;
}

td.ruolo3{
border-width: thin;
border-style: solid;
background-color:#99FF99;
}

label{
font-family:verdana, arial, helvetica, sans-serif;
}

input{
font-family:verdana, arial, helvetica, sans-serif;
border: 1px solid black;
}

select{
border: 1px solid black;
}

td.titolare{
border-width: 3px;
border-style: solid;
/* background-color:#90EE90;*/
border-color:#008000;
vertical-align:top;
}

td.riserva{
border-width: 3px;
border-style: solid;
/* background-color:#F0E68C; */
border-color:#FFD700;
vertical-align:top;
}

td.tribuna{
border-width: 3px;
border-style: solid;
background-color:#FFFFFF;
border-color:Gainsboro;
vertical-align:top;
}

td.na{
border-width: 3px;
border-style: solid;
border-color:Gainsboro;
vertical-align:top;
}

input.ruolo0{
background-color:#FFFF99;
}

input.ruolo1{
background-color:#99CCFF;
}

input.ruolo2{
background-color:#FF9966;
}

input.ruolo3{
background-color:#99FF99;
}

img.maglia_a{
height:34px;
width:34px;
}

img.maglia{
height:24px;
width:34px;
}

table#rose td{
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
text-align:center;
padding: 5px;    
}

fieldset#news{
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}

legend#news {
background: #FFC0CB;
border: solid 1px black;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
padding: 6px;
}

textarea#news {
        /*width: 600px;
        height: 120px; */
        border: 3px solid #cccccc;
        padding: 5px;
        font-family: Tahoma, sans-serif;
        background-image: url(bg.gif);
        background-position: bottom right;
        background-repeat: no-repeat;
}

div#voti{
/* overflow-x:scroll;*/
}


