@import url("common.css");
/* CSS Document */
.home
{
	margin:4em;
}
.btnSalva
{    
      background:white url("toolbar_save.jpg") no-repeat left top;
      width:100px;
      height:40px;
      border-style:none; 
      cursor: pointer;
}
.btnNuovo
{    
      background:white url("toolbar_new.jpg") no-repeat left top;
      width:100px;
      height:40px;
      border-style:none; 
      cursor: pointer;
      
}
.btnCerca
{    
      background:white url("toolbar_find.jpg") no-repeat left top;
      width:100px;
      height:40px;
      border-style:none; 
      cursor: pointer;
}
.btnModifica
{    
      background:white url("toolbar_edit.jpg") no-repeat left top;
      width:100px;
      height:40px;
      border-style:none; 
      cursor: pointer;
}
.btnElimina
{    
      background:white url("toolbar_delete.jpg") no-repeat left top;
      width:100px;
      height:40px;
      border-style:none; 
      cursor: pointer;
      
}

body#home {
	/*font-size:69%;*/ 
	padding: 0.5em; 
	margin: 0em;
	/*line-height:1.45; */
	scrollbar-arrow-color:#000000;
    scrollbar-track-color:#FFFFFF;
    scrollbar-shadow-color:#000000;
    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#000000;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-3dlight-color:#FFFFFF;
}

body {
	/*font-size:69%;*/ 
	margin: 1.2em;
	font-size: 0.8em;
	background-color:#FFFFFF;
	/*line-height:1.45; */
	scrollbar-arrow-color:#000000;
    scrollbar-track-color:#FFFFFF;
    scrollbar-shadow-color:#000000;
    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#000000;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-3dlight-color:#FFFFFF;
}

.standard {
	margin: 0em;
	background-color:#FFFFFF;
	/*line-height:1.45; */
	scrollbar-arrow-color:#000000;
    scrollbar-track-color:#FFFFFF;
    scrollbar-shadow-color:#000000;
    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#000000;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-3dlight-color:#FFFFFF;
}


.center{text-align:center;} 

div#container { 
	width:86.95em; /* circa 960 con font 12px, sarebbe 86.95 */
}
div#scroll10
{
	position:relative;
	overflow:auto;
	height:10em;
}
div#sidebar 
{
	width:17.2em;
}


#tabcontent 
{
	height:40em;
	width:86em;
}

.scrollall
{
	position:relative;
	overflow:auto;
	height:40em;
}

.scrollallwb
{
	position:relative;
	overflow:auto;
	height:37.5em;
}
.scroll10
{
	position:relative;
	overflow:auto;
	height:10em;
}
.scroll16
{
	position:relative;
	overflow:auto;
	height:16em;
}

.scroll18
{
	position:relative;
	overflow:auto;
	height:18em;
}

.scroll20
{
	position:relative;
	overflow:auto;
	height:20em;
}

.scroll22
{
	position:relative;
	overflow:auto;
	height:22em;
}

.scroll24
{
	position:relative;
	overflow:auto;
	height:24em;
}

.scroll26
{
	position:relative;
	overflow:auto;
	height:26em;
}

.scroll26Login
{
	text-align:center;
}
.fsLogin
{
    width:10em;
}


.scroll28
{
	position:relative;
	overflow:auto;
	height:28em;
}

.scroll30
{
	position:relative;
	overflow:auto;
	height:30em;
}

.scroll32
{
	position:relative;
	overflow:auto;
	height:32em;
}

.scroll34
{
	position:relative;
	overflow:auto;
	height:34em;
}

.scroll36
{
	position:relative;
	overflow:auto;
	height:36em;
}

.scroll38
{
	position:relative;
	overflow:auto;
	height:38em;
}
.scroll40
{
	position:relative;
	overflow:auto;
	height:40em;
}
.scroll42
{
	position:relative;
	overflow:auto;
	height:42em;
}
.width1 
{
	width:6em;	
}
.width2 
{
	width:12em;	
}
.width4 
{
	width:24em;	
}
.width5 
{
	width:30em;	
}
.width6 
{
	width:36em;	
}
.width7 
{
	width:42em;	
}
.width8 
{
	width:48em;	
}
.bottone
{	
	margin-left:1em;
	display:inline;
	background-color:#f5f5f5;
	border:1px solid gray;
	text-align:center;
	font-weight:bold;
}
/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background:#efefef;
      font-size:100%;
      line-height:normal;
          border-bottom:1px solid #666;
      }
    #tabsF ul {
        margin:0;
        padding: 10px 10px 0 0px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:navy;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:Black;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      color:#000000;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      color:#000000;
      }
      #tabsF a:active {
      background-position:0% -42px;
      color:#000000;
      }
    #tabsF a:active span {
      background-position:100% -42px;
      color:#000000;
      }

        #tabsF .current{
                background-position:0% -42px;
        }
        #tabsF .current span {
                background-position:100% -42px;
        }
-->
.error
{
	font-size:larger;
	font-weight:bold;
	font-family:Arial;
	color:red;
}
.information
{
	font-weight:bold;
	font-size:larger;
	font-family:Arial;
	color:#000080;
}
