@import "htmlarea.css";

        .WELCOMETITLE {font-family: "Verdana"; font-size: 9pt; color: white; background: #666666; font-weight: bold}
        .WELCOMETITLE:link {font-family: "Verdana"; font-size: 9pt; color: white; background: #666666; font-weight: bold}
        .WELCOMETITLE:visited {font-family: "Verdana"; font-size: 9pt; color: white; background: #666666; font-weight: bold}
        .TOOLBAR {font-family: "Verdana"; font-size: 9pt; color: 000000;font-weight: normal}
        .TOOLBAR:link {font-family: "Verdana"; font-size: 9pt; color: 000000;font-weight: normal}
        .TOOLBAR:visited {font-family: "Verdana"; font-size: 9pt; color: 000000;font-weight: normal}
        .TITLEBAR {font-family: "Verdana"; font-size: 9pt; color: FFFFFF; background: navy;font-weight: bold}
        .MESSAGE {font-family: "Verdana"; font-size: 8pt; color: 000000;font-weight: normal}
        .MESSAGE:link {font-family: "Verdana"; font-size: 8pt; color: NAVY;font-weight: normal}
        .MESSAGE:visited {font-family: "Verdana"; font-size: 8pt; color: BLACK;font-weight: normal}
        .MESSAGENEW {font-family: "Verdana"; font-size: 8pt; color: 000000;font-weight: bold}
        .MESSAGENEW:link {font-family: "Verdana"; font-size: 8pt; color: NAVY;font-weight: bold}
        .MESSAGENEW:visited {font-family: "Verdana"; font-size: 8pt; color: BLACK;font-weight: bold}

        

        .BorderedController
        {
          background-color: fffff0;
          border: thin gray solid;
          font: normal;
          color: black;
          padding: 1;
        }

        .BorderedPortlet
        {
          background-color: ffffff;
          border: thin gray solid;
          font: normal;
          color: black;
          padding: 1;
        }

        .BorderedTitle
        {
          background-color: gray;
          border: thin gray solid;
          color: black;
          font-weight: bold;
          padding: 1;
        }

        .ControllerStyleClass
        {          
          background-color: ffffff;
          border-style: none;
          color: #000066;
          font-weight: normal;
          padding: 2;
        }

        .listCellHead
        {
          text-decoration:underline;
          background-color:#6868AB;
          layer-background-color:#CCCCFF;
          border-style:outset;
          border-width:2px;
          border-left-color:white;
          border-top-color:white;
          border-bottom-color:black;
          border-right-color:black;
          cursor:hand;
          FONT-SIZE:8pt;
          FONT-WEIGHT:bold;
          COLOR: white;
          ; font-family: Verdana, Arial, Helvetica, sans-serif
        }

        .listCellHeadNoLink
        {
          background-color:#6868AB;
          layer-background-color:#6868AB;
          border-style:solid;
          border-width:2px;
          border-left-color:#6868AB;
          border-top-color:#6868AB;
          border-bottom-color:#6868AB;
          border-right-color:#6868AB;
          FONT-SIZE:7pt;
          FONT-WEIGHT:normal;
          COLOR: white;
          ; font-family: Verdana, Arial, Helvetica, sans-serif
        }

        .listCell
        {
          background-color:#ECECEC;
          layer-background-color: #FCFE52;
          FONT-SIZE:7pt;
          FONT-WEIGHT:normal;
        }


		.UPPERCASE {
  		  text-transform: uppercase;
		}


		.WELCOME {
  		  font-size: 12pt;
		  font-color: #000000;
		  font-weight: 900;
		  font-stretch: wider;
		}


		.MENUBAR {
          font-family: arial,helvetica;
          background: #F5F5F5;
          color: #000000;
          font-size: 11pt;
          font-weight: bold;

          border-top: 1px solid #B0B0B0;
          border-left: 1px solid #B0B0B0;
          border-right: 1px solid #FAFAFA;
          border-bottom: 1px solid #FAFAFA;
         }

		.INPUTFORM {
          font-family: arial,helvetica;
          background: #F0F0F0;
          color: #000000;
          font-size: 11pt;
          font-weight: bold;

          border-top: 1px solid #A0A0A0;
          border-left: 1px solid #A0A0A0;
          border-right: 1px solid #FFFFFF;
          border-bottom: 1px solid #FFFFFF;
        }	

		.INPUTFORMTITLE {
          font-family: arial,helvetica;
          background: #FAFAFA;
          color: #000000;
          font-size: 13pt;
          font-weight: bold;

          border-top: 1px solid #FFFFFF;
          border-left: 1px solid #FFFFFF;
          border-right: 1px solid #0A0A0A;
          border-bottom: 1px solid #0A0A0A;
         }

		.MENUBUTTON {
          font-family: arial,helvetica;
          background: #E0E0E0;
          color: #808080;
          font-size: 10pt;
          font-weight: bold;

          border-top: 1px solid #FFFFFF;
          border-left: 1px solid #FFFFFF;
          border-right: 1px solid #A0A0A0;
          border-bottom: 1px solid #A0A0A0;
        }

		.PANETITLE {
          background: #FAFAFA;
          font-weight: bold;
        }

	.BUTON
	{
	  font-family: arial,helvetica;
	  background: #E0E0E0;
	  color: NAVY;
	  font-size: 10pt;
	  font-weight: bold;
	  border-color: #050505;
	  border-top: 1pt double #FFFFFF;
	  border-left: 1pt double #FFFFFF;
	  border-right: 1pt double #A0A0A0;
	  border-bottom: 1pt double #A0A0A0;
	}
	
	.bluebuttonsmall
	{
      background-color: #CCCCCC;
      border-style: none;
      color: Black;
      display: block;
      font-weight: normal;
      padding: 0;
      font-family : Arial, Helvetica, sans-serif;
      font-size : 8pt;
      border-top: 1px solid #FFFFFF;
      border-left: 1px solid #FFFFFF;
      border-right: 1px solid #0A0A0A;
      border-bottom: 1px solid #0A0A0A;
      width : 65px;
	}

	.UserBrowserUserDisabled
	{
	  background-color: red;
	  text-decoration: line-through;
	}

	.UserBrowserUserConfirmed
	{
	  background-color: yellow;
	  font-style: italic;
	}

	/* TABELLA GENERICA */
	.tabella
	{
	  border-style: none;
	  background-color: #FFFFFF;
	}
	
	.ContentStyleClass
    {
      background-image= url(/eutecne/images/eutecne/bgimage.jpg);
      background-color: ffffee;
      border-style: none;          
      color: #000066;
      font-weight: normal;
      padding: 0;     
    }		
	
										
	/* Barra top */
	.testata
	{
	  width: 100%;
	  height: 80px;
   	  border-style: solid;
   	  border-width: 1px
	}
			
	/* Informazioni dell'utente loggato */
	.infoUser{
		font-size: 11;
		color: #ffffff;
		text-decoration:none;
	}
	
	/* Editor dei contenuti */
	textarea {
		border: 1px solid 00f;
	}
	
	/* Tabella del titolo della gestione dei contenuti */
	.contentHeader {
		background: ButtonFace;
  		padding: 1px 1px 2px 1px;
		border: 1px solid;
		border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	}
	
	/* Campi di inserimento nella portlet di gestione utenti */
	.fieldUser {
		width: 170px;
	}
	
	/*
	/* Nuovo menu foglio di stile
	/*
	/* Carlo 22/11/2008
	/*

	