/* text style for buttons and link buttons used in the portal admin pages */
.Menu     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
  color: #FFFFFF
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Menu:link {
    text-decoration:    none;
    color: #FFFFFF;
}

A.Menu:visited  {
  text-decoration:    none;
    color: #FFFFFF;
}

A.Menu:active   {
  text-decoration:    none;
    color: #FFFFFF;
}

A.Menu:hover    {
  text-decoration:    none;
    color: red;
}
.cornicesopra
{
     border-left: solid 1px;
     border-left-color: #EEEEEE;
     border-top: solid 1px;
     border-top-color: #EEEEEE;
     border-right: solid 1px;
     border-right-color: #EEEEEE;
}
.cornicesotto
{
     border-left: solid 1px;
     border-left-color: #EEEEEE;
     border-bottom: solid 1px;
     border-bottom-color: #EEEEEE;
     border-right: solid 1px;
     border-right-color: #EEEEEE;
}
.cornicetutto
{
     border-left:   solid 1px ;
     border-left-color: #EEEEEE;
     border-bottom: solid 1px ;
     border-bottom-color: #EEEEEE;
     border-right: solid 1px ;
     border-right-color: #EEEEEE;
     border-top: solid 1px ;
     border-top-color: #EEEEEE;
}