 /* ------------------------------------ *
  *  HAPedit 3.1.11.111 - CSS
  *  marzo 2005 22.20.06
  * ------------------------------------ */

body {
margin: 0px;
padding: 0px;
background: url(../_imgs/body_bkg.gif);
font-family: Verdana, Arial, Sans-serifs;
}

#basesito {
position: absolute;
width: 723px;
height: 438px;
top: 50%;
left: 50%;
margin: -219px 0px 0px -362px;
background: url(../_imgs/background.gif) no-repeat;
}

#basesito #menu {
position: absolute;
top: 80px;
left: 630px;
font-size: 11px;
width: 80px;
height: 310px;
}
#basesito #menu table{
width: 80px;
height: 310px;
}
#basesito #menu td{
width: 80px;
vertical-align: middle;
}
#basesito #menu a{
color: #5295BB;
text-decoration: none;
font-weight: bold;
display: block;
height: 20px;
line-height: 21px;
padding-left: 21px;
background: url(../_imgs/bell_off.gif) no-repeat;
}
#basesito #menu a:hover{
height: 20px;
padding-left: 21px;
color: #FFFFFF;
background: #FBD503 url(../_imgs/bell_on.gif) no-repeat;
}

#basesito #contenuti{
width: 440px;
height: 345px;
position: absolute;
top: 55px;
left: 180px;
overflow: auto;
font-size: 12px;
}
/*
#basesito #contenuti a{
color: #5295BB;
font-weight: bold;
text-decoration: none;
border: 1px dotted #5295BB;
}
#basesito #contenuti a:hover{
color: #FFBA00;
border: 1px dotted #FFBA00;
}
*/
#basesito #contenuti img{
border: 0px none;
}

#basesito #contenuti table{
width: 420px;
}
#basesito #contenuti td {
text-align: center;
vertical-align: middle;
}
#basesito #contenuti #tagframe{
border: 1px solid #398cd6;
}