
/*******************************************************/
/* commonstyle.css                                     */
/* impostazioni comuni per lo stile                    */
/* Ra.M. Software - Agosto 2006                        */
/*******************************************************/

/* corpo del documento */

BODY {
   background: #51707B;
   color: black;
   font-family: arial, helvetica;
   font-size: 1px;
}

/* colori ancore */

A:link {
   color: blue;
   text-decoration: none;
}
A:hover {
   color: red;
   text-decoration: underline;
}
A:active {
   color: red;
   text-decoration: none;
}
A:visited {
   color: blue;
   text-decoration: none;
}

/* sfondo menu principale */

DIV.mainmenuarea {
   position: relative;
   background: white;
   width: 700px;
   height: 18px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	font-size: 16px;
}

/* elementi menu principale */

DIV.mainmenu {
   position: absolute;
   background: #1D51B3;
   color: white;
   width: 68px;
   height: 18px;
   line-height: 18px;
   font-family: arial, helvetica;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   cursor: pointer;
   visibility: hidden;
}

/* sfondo area contenuti */

DIV.workarea {
   position: relative;
   background: #DDE4D6;
   width: 850px;
   height: 430px;
	font-size: 1px;
}

/* elementi menu laterale sinistro */

DIV.leftmenu {
   position: absolute;
   background: white;
   color: #1D51B3;
   width: 130px;
   height: 19px;
   line-height: 19px;
   border: #1D51B3 1px solid;
   font-family: arial, helvetica;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   cursor: pointer;
   visibility: hidden;
}

/* area per il titolo dei box */

DIV.titleboxarea {
   position: absolute;
   background: maroon;
   color: white;
   width: 130px;
   height: 19px;
   line-height: 19px;
   border: black 1px solid;
   font-family: arial, helvetica;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   cursor: default;
   visibility: hidden;
}

/* area box generale */

DIV.boxarea {
   position: absolute;
   background: white;
   color: black;
   width: 130px;
   height: 130px;
   line-height: 13px;
   border: black 1px solid;
   font-family: arial, helvetica;
   font-size: 11px;
   text-align: left;
   visibility: hidden;
}

/* area box trasparente */

DIV.trasparea {
   position: absolute;
   color: black;
   width: 130px;
   height: 130px;
   line-height: 13px;
   font-family: arial, helvetica;
   font-size: 11px;
   text-align: center;
   visibility: hidden;
}

/* area box trasparente  Novità */

DIV.traspareaNov {
   position: absolute;
   color: black;
   width: 130px;
   height: 130px;
   line-height: 15px;
   font-family: arial, helvetica;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   visibility: hidden;
}

/* area piano tab */

DIV.tablayer {
   position: absolute;
   background: #FFF8D9;
   color: black;
   width: 130px;
   height: 130px;
   border: black 1px solid;
   line-height: 14px;
   font-family: arial, helvetica;
   font-size: 12px;
   text-align: left;
   visibility: hidden;
}

/* area linguetta tab */

DIV.tabselect {
   position: absolute;
   background: #FFF8D9;
   color: black;
   width: 130px;
   height: 130px;
   border: black 1px solid;
   line-height: 13px;
   font-family: arial, helvetica;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   cursor: pointer;
   visibility: hidden;
}

