html,body {margin:0;padding:0}



body {
background-color:#000000;
font-family: arial, sans-serif;
font-size:small;
color:#ffffff;
}



/* STRUTTURA */




div#container {
width:720px;
margin-top:70px;
padding:0px;
}

div#logo {
float:left;
width:100%;
margin-bottom:10px;
padding-bottom:5px;
border-bottom:1px solid #111111;
}

div#menuLeft {
padding-top:5px;
float:left;
text-align:right;
width:110px;
}

div#menuRight {
padding-top:5px;
float:right;
width:150px;
}

div#foto {
width:460px;
float:left;
}

div#bottom {
clear:left;
float:right;
padding-top:5px;
}





/* LINK */
a.menu, a.menu:visited, a.menuCurrent {
white-space:nowrap;
text-decoration:none;
text-align:right;
float:left;
clear:left;
display:block;
font-size:13px;
letter-spacing:2px;
text-transform: lowercase;
padding:2px;
padding-left:4px;
color:#bbbbbb;
margin:0px;
width:100px;
border-right: 2px solid #000000;
}

a.menu:hover {
color:#eeeeee;
border-right: 2px solid #c81e1e;
}

a.menuCurrent, a.menuCurrent:hover, a.menuCurrent:visited {
color:#eeeeee;
background-color:#220000;
border-right: 2px solid #220000;
}

a.menuEventi, a.menuEventi:visited, a.menuEventiCurrent {
white-space:nowrap;
text-decoration:none;
letter-spacing:1px;
text-align:left;
float:left;
font-size:12px;
color:#bbbbbb;
padding:3px;
width:100px;
}

a.menuEventi:hover {
text-decoration:none;
color:#eeeeee;
}

a.menuEventiCurrent, a.menuEventiCurrent:hover, a.menuEventiCurrent:visited {
color:#bbbbbb;
text-decoration:underline;
}

a.menuRight:hover {
text-decoration:none;
color:#ffffff;
}


/* ALTRI */
.titleList {
font-size:12px;
color:#cc0000;
padding-left:5px;
}

.noteList {
font-size:10px;
color:#777777;
}

.rowText {
font-size:10px;
color:#eeeeee;
}



/* TOOLTIP */
div#TooltipContainer {
   font-family:verdana;
   font-size:10px;
    position:           absolute;
    z-index:            99;
    width:              80px;
    height:             auto;
    overflow:           visible;
    visibility:         hidden;
    color:              #777777;
    /*
    background-color:   #222;
    border-top:             1px solid #555;
    border-left:             1px solid #555;
    border-right:             1px solid #111;
    border-bottom:             1px solid #111;
    padding:            3px;
    */
}

