.finestra
{
   border:1px solid #dae0dc;
   position:absolute;
   z-index: 99;
   background: #FFFFFF url(../imatges/transparency.png) repeat-x scroll top left;
}

.finestra .ftitol
{
   /*height:20px;
   background-color:rgb(48,121,172);*/
   background: #0c7a95 url(../imatges/fondoHeaderFinestra.png) repeat-x scroll top left;
   border-bottom:1px solid #dae0dc;
   padding-top: 4px;
   padding-left: 15px;
   padding-bottom: 4px;
}

.finestra .fbuttonmin
{
   position: relative;
   top: 2px;
   right: 2px;
   float: right;
   width:20px;
   height:20px;
   background-image:url(../imatges/newMinimizar.png);
   background-repeat:no-repeat;
   cursor:pointer;
}

.finestra .ftitol span
{
   font-weight:bold;   
   color:white;
}

.finestra .fbuttonclose
{
   position: relative;
   top: 2px;
   right: 2px;
   float: right;
   width:20px;
   height:20px;
   background-image:url(../imatges/newClose.png);
   background-repeat:no-repeat;
   cursor:pointer;
}

.finestra .fcontent
{
   margin: 5px 10px;
   border:1px solid #dae0dc;
   background:white;
}

.finestra .fcontenteina
{
   text-align:center;
}

.finestra .fcontenteina .selectEina
{
   margin:5px 10px;
}

.finestra .fcontenteina .frameEina
{
   margin:5px 10px;
   border:1px solid #dae0dc;
   background:white;
}

.dialeg
{
  border:1px solid #dae0dc;
  position:absolute;
  background: #FFFFFF url(../imatges/transparency.png) repeat-x scroll top left; 
}

.dialeg .ftitol
{
   background: #a1a1a1 url(../imatges/fondo-title-dialog.gif) repeat-x scroll top left;
   border-bottom:1px solid #dae0dc;
   padding-top: 4px;
   padding-left: 15px;
   padding-bottom: 4px;
}

.dialeg .ftitol span
{
   font-weight:bold;   
   color:#FFFFFF;
}

.dialeg .fcontent
{
   /*padding:2px;*/
}

.fixe .ftitol
{
background-color: #003399;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dae0dc;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
}

.finestra .ftitol
{
background-color: #003399;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dae0dc;
padding-top: 4px;
padding-left: 15px;
padding-bottom: 4px;
}