/* $Id: opac.css,v 1.3 2005/09/01 14:58:07 ds Exp $ */

BODY  {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF; 
	font-size: 12px;
	margin: 20px;
}

p {
margin: 30px;
}

DIV.confirm {
   text-align: center;
   border: red 2px solid;
   margin: 2px;
	padding: 4px;
   font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

DIV.message {
   text-align: center;
   /*border: orange 2px solid;*/
   margin: 2px;
	 padding: 4px;
   font-family: verdana;
	 font-size: 12px;
	 font-weight: bold;
}

DIV.label {
	font-weight: bold;
	margin-top: 10px;
}

A {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration:underline;font-weight:bold;
}
		
H1  {
	font-size: 20px;
	color: #FFFFFF;
	background-color:  #8080FF;
	padding-right: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin: 0px;
}

	
H2  {
	font-size: 14px;
	color: #000000;
	background-color:  #C1C1FF;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
}

	
H3	{
	font-size: 12px;
	color: black;
	background-color:  #FFFFFF;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #999999;
	border-left: 0px solid #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}


p {
	margin-left: 10;
	margin-right: 10;
	text-align: justify;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.xvoci {
	margin-left: 60;
	margin-right: 60;
	text-align: justify;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

span.liste {
	color: #C00000;
}

.noedit {
	 font-size: 14px; 
	 background-color: #FFFFFF; 
	 border: 1px solid #CCCCCC; 
}

.highlited {
   background-color: yellow;
}
						
/* Inizio ToolBar */

table.toolbar {
	width: 100%;
	font-size: 12px;
	background-color: #CCCCFF;
	height: 20px;	
	border-collapse: collapse;
}

table.toolbar td {
	font-weight: bold;
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px
}

table.toolbar td.last {
	width: 99%;
	text-align: left;
}

/* Fine ToolBar */


/* Inizio View */

   table.view {
   	width: 100%;
   	font-size: 12px;
   	background-color: #FFFFFF;
      border: 1px solid #D6D3CE;	
   }
   
   table.view th {
      white-space: nowrap;  
      vertical-align: top;
      text-align: left;
   	font-weight: bold;   
   	background-color: #E9E9E9;
   	margin: 1px;	
   	padding-top: 4px;
   	padding-bottom: 4px;
   	padding-left: 4px;
   	padding-right: 4px
   }
   
   table.view td {
      width: 99%;
      text-align: left;
      vertical-align: top;
   	background-color: #FFFFFF;
   	margin: 1px;	
   	padding-top: 4px;
   	padding-bottom: 4px;
   	padding-left: 4px;
   	padding-right: 4px
   }

/* Fine View */


/* Inizio Edit */

table.edit {
	width: 100%;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #D6D3CE;
}

table.edit th {
   height: 20px;
	width: 1%;
	white-space: nowrap;  
	vertical-align: top;
	text-align: left;
	font-weight: bold;   
	background-color: #E9E9E9;
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px
}

table.edit td {
   height: 20px;
	width: 99%;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px
}

/* Fine Edit */


/* Inizio New */

table.add {
	width: 100%;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #D6D3CE;
}

table.add th {
  height: 20px;
	width: 1%;
	white-space: nowrap;  
	vertical-align: top;
	text-align: left;
	font-weight: bold;   
	background-color: #E4E4E4;
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px
}

table.add td {
  height: 20px;
	width: 99%;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px
}

/* Fine Edit */


/* Inizio List */

table.list {
	width: 100%;
	font-size: 12px;
	background-color: #808080;
	border-collapse: collapse;
	border: 1px solid #D6D3CE;
}

table.list tr A:link	{text-decoration: none; color: #4040c0}
table.list tr A:visited	{text-decoration: none; color: #1010a0}
table.list tr A:active	{text-decoration: none}
table.list tr A:hover	{text-decoration: underline; color: #c01010}

table.list tr {
	background-color: #FFFFFF;
	height: 22;
}

table.list tr.highlited {
	background-color: #F0F0F0;
}

table.list tr.selected {
	background-color: #FFFFA0;
}

table.list tr.expired {
	background-color: #FF7979;
}

table.list th {
	white-space: nowrap;  
	text-align: center;
	font-weight: bold;   
	background-color: #E4E4E4;
	border: 1px solid #D6D3CE;
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px
}

table.list th.icon {
	width: 20px;
	height: 20px;
	margin: 0px;	
	padding: 0px;
}

table.list td {
	border: 1px solid #D6D3CE;
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px
}

table.list td.icon {
	width: 20px;
	height: 20px;
	margin: 0px;	
	padding: 0px;
}
  
table.list td.number {
	text-align: right;
}

/* Fine List */


/* Inizio CategoryCount */

table.categorycount {
	width: 100%;
	font-size: 12px;
	background-color: #808080;
	border-collapse: collapse;
	border: 1px solid #D6D3CE;
}

table.categorycount tr {
	background-color: #FFFFFF;
}

table.categorycount tr.highlited {
	background-color: #F0F0F0;
}

table.categorycount tr.selected {
	background-color: #FFFFA0;
}

table.categorycount tr.expired {
	background-color: #FF7979;
}

table.categorycount th {
	white-space: nowrap;  
	text-align: center;
	font-weight: bold;   
  font-color: white;
	background-color: #FFFFFF;
	border: 1px solid #D6D3CE;
	margin: 0px;	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px
}

table.categorycount th.selected {
	white-space: nowrap;  
	text-align: center;
	font-weight: bold;   
  font-color: white;
	background-color: #BAE4BA;
	border: 1px solid #D6D3CE;
	margin: 0px;	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px
}

table.categorycount th.icon {
	width: 20px;
	height: 20px;
	margin: 0px;	
	padding: 0px;
}

table.categorycount td {
	border: 1px solid #D6D3CE;
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px
}

table.categorycount td.icon {
	width: 20px;
	height: 20px;
	margin: 0px;	
	padding: 0px;
}
  
table.categorycount td.number {
	text-align: right;
}

/* Fine List */

/* Inizio Tree */

table.tree {
	width: 100%;
	font-size: 12px;
	background-color: #808080;
	border-collapse: collapse;
	border: 1px solid #D6D3CE;
}

table.tree tr {
	background-color: #FFFFFF;
}

table.tree tr.highlited {
	background-color: #F0F0F0;
}

table.tree tr.selected {
	background-color: #FFFFA0;
}

table.tree tr.expired {
	background-color: #FF7979;
}

table.tree th {
	white-space: nowrap;  
	text-align: center;
	font-weight: bold;   
	background-color: #E4E4E4;
	border: 1px solid #D6D3CE;
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px
}

table.tree th.icon {
	width: 20px;
	height: 20px;
	margin: 0px;	
	padding: 0px;
}

table.tree td {
	border: 1px solid #D6D3CE;
	margin: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px
}

table.tree td.icon {
	width: 20px;
	height: 20px;
	margin: 0px;	
	padding: 0px;
}

table.tree td.number {
	text-align: right;
}

/* Fine Tree */

/* Inizio stili TD */

td.error {
	width: 50%;
	color: #FF0000;   
	font-weight: bold;
}

td.warning {
	width: 50%;
	color: #FF8000;   
	font-weight: bold;
}

/* Fine Error & Warnings */   

/* Inizio Icona */

img {
	vertical-align: middle;
	border-style:none;}
}

img.icon {
	width: 20px;
	height: 20px;
}


/* Fine Icona */

/* Inizio Paginazione */

td.pgon {
	width:10px;
	text-align:center;
	font-family:verdana;
	font-size:0.8em;
	font-weight:bold;
}

td.pgoff {
	width:10px;
	text-align:center;
	font-family:verdana;
	font-size:0.8em;
	font-weight:bold;
	background:#e00000;
	color:#ffffff;
}

.paging {
	background:#FFFFFF;
}


/* Fine Paginazione */   


/* Inizio specifico di progetto */

font.created {
	color: #00BB00;   
	font-weight: normal;
	font-size: 12;
}

font.open {
	color: #0070DF;   
	font-weight: normal;
	font-size: 12;
}

font.closed {
	color: #999999;   
	font-weight: normal;
	font-size: 12;
}

font.aborted {
	color: #999999;   
	font-weight: normal;
	font-size: 12;
	text-decoration: line-through;
}

font.suspended {
	color: #FF8000;   
	font-weight: normal;
	font-size: 12;
}

font.expired {
	color: red;   
	font-weight: normal;
	font-size: 12;
}

font.ERROR {
	color: #FF0000;   
	font-weight: bold;
	font-size: 12;
}

font.WARNING {
	color: orange;   
	font-weight: bold;
	font-size: 12;
}


td.richiesto {
	background: #FF9900;   
}

td.stesura {
	background: #FFCC00;   
}

td.accettato {
	background: #00BB00;   
}

td.inviato {
	background: yellow;   
}

td.rifiutato {
	background: red;   
}

td.annullato {
	background: #999999;   
}


input.toolbar {
	font : Arial;
	font-size: 10;
	background-color : yellow;
	border : 1px solid #000000;
}

/* help box */
.hblbl	{
	font-weight: bold;
}
.hbex	{
	color: #C44040;
}

#titoli_testa {
 	color: white; 
 	font-family: Verdana, Arial, sans-serif; 
 	//background-color: #6c6; 
 	background-color: #cc6666; 
 	
 	text-indent: 10px; 
 	margin-bottom: 10px; 
 	margin-right: 30px; 
 	margin-left:  30px; 
 	
 	padding-top: 1px; 
 	border-bottom: 
 	1px solid black 
 }
 #correzione {
 	color: white; 
 	font-family: Verdana, Arial, sans-serif; 
  	background-color: red; 
 	text-indent: 10px; 
 	margin-bottom: 10px; 
 	padding-top: 1px; 
 	border-bottom: 
 	1px solid black 
 }