html, body
{
	width:99.9%;height:99.9%;
} 

body
{
	SCROLLBAR-FACE-COLOR: #ADAD85;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align: left;
	text: "#007A78" font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	white-space:normal;
}
.panelCentral
{
	background-color: #FFFFFF;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	padding: 4px;
	margin: 4px;
}
.panelPrincipal
{
	float:left;
}
A, A.linkOff
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:Black;
	text-decoration:none;
}
A:hover
{
	text-decoration:underline;
	color:blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.linkOff:hover
{
	text-decoration:none;
	color:blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titol
{
	color: black;
	font-weight: bold;
	font-size: 12pt;
	border-color: #82c22d;
	font-family: Verdana;
	height: 16px;
	border-style: none;
}
.etiqueta
{
	color:black;
	font-weight:bold;
	font-size:10pt;
	border-color:#82c22d;
	font-family:Verdana;
	height: 16px;
	border-style:none;
	margin-bottom: 2px;
	white-space:normal;
}
.textNormal
{
	color:black;
	font-size:10pt;
	font-family:Verdana;
}
.familiaMenu
{
	border: black 1px solid;
	font-size: 10px;
	font-family: Verdana;
	color:white;
	background-color: #336699;
	border-style:none;
	width: 100%;
	height: 20px;
	text-decoration:none;
	text-align:center;
	padding-top:10px;
	cursor: hand;
}
.opcioMenu
{
	margin: 10px;
}

.grupoBotones
{
   text-align:center; 
   background-color: #E0E0E0;
}

.quadreEdicio
{
	border: black 1px solid;
	font-size: 11px;
	font-family: Verdana;
	background-color: #ffffff;
	margin-bottom: 2px;
}
.quadreEdicioSeleccionat
{
	border: black 1px solid;
	font-size: 11px;
	font-family: Verdana;
	background-color: silver;
	margin-bottom: 2px;
}
.botoOLD
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: normal;
	font-size: x-small;
	border-left: black 1px solid;
	cursor: hand;
	border-bottom: black 1px solid;
	font-family: verdana;
	height: 20px;
	background-color: honeydew;
	text-align: center;
	font-size: 11px;
}
.Boto
{
	font-weight: normal;
	font-size: 10px;
	font-family: verdana;
	border-width:1px;
	border-color:#456A87;
	background-color: #C8D6E0;
	cursor:hand;
	color:#456A87;
	text-align:center;
	width:70px;
}
.Boto2
{
	border-width:1px;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	cursor: hand;
	color: #ff6d6d;  /* ?? */
	border-color: #ff6d6d;  /* ?? */
	background-color: #ffdfdf;  /* ?? */
	text-align:center;
	width:100px;
}
.Boto2Selected
{
	font-size: 12px;
	cursor: hand;
	font-family: tahoma;
	background-color: #ff6d6d;
	border-width: 1px;
	text-align: center;
	color:#ffffff;
	width: 100px;
}
.botoResaltat
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: x-small;
	border-left: black 0px solid;
	cursor: hand;
	border-bottom: black 0px solid;
	font-family: verdana;
	height: 20px;
	background-color: darkgreen;
	text-align: center;
	font-size: 11px;
	color: white;
}
.botoDesactivat
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-weight: normal;
	font-size: x-small;
	border-left: silver 1px solid;
	cursor: hand;
	border-bottom: silver 1px solid;
	font-family: verdana;
	height: 20px;
	background-color: honeydew;
	text-align: center;
	font-size: 11px;
}
.alinearIzquierda
{
	float:left;
}
.alinearDerecha
{
	float:right;
}
.alinearTextoIzquierda
{
	text-align: left;
}
.alinearTextoDerecha
{
	text-align: right;
}
.alinearTextoCentro
{
	text-align:center;
}
.alinearTextoVertical
{
    vertical-align:top;
}
.nadaAlrededor
{
	clear:both;
}
.barraDesplazamiento
{
	overflow: auto;
}
.barraDesplazamientoSi
{
	overflow:scroll ;
}
.fondo
{
	background-color: #b9d3b5;
}
.fondoResaltado
{
	background-color: #BDC6AA;
}
.marco
{
	border: black 1px solid;
}
.margenInterno
{
	padding: 2px;
}
.margenExterno
{
	margin: 2px;
}
.margenExternoVertical
{
	margin-top: 2px;
	margin-bottom: 2px;
}
.margenExternoSuperior
{
	margin-top: 2px;
}
.margenExternoInferior
{
	margin-bottom: 2px;
}
.grid
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
.gridCabecera,.gridPie
{
	font-weight: bold;
	color: black;
	background-color: #b9d3b5;
}
.gridItemNormal
{
	background-color: #ffffff;
	white-space:nowrap;
}
.gridItemAlterno
{
	background-color: #EDF4D5;
	white-space:nowrap;
}
.gridItemSeleccionado
{
	background-color: gray;
	white-space: nowrap;
	text-decoration: none;
	color: #B9D3B5;
}
.gridItemSeleccionado A
{
	color: #B9D3B5;
	font-weight: bold;
}
.paginacion
{
	font-weight: bold;
	background-color: silver;
	text-decoration: none;
}
.oculto
{
	display:none;
}
.processant
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 12pt;
	z-index: 1000000;
	border-left: black 1px solid;
	width: 100%;
	color: white;
	border-bottom: black 1px solid;
	font-family: Verdana;
	position: absolute;
	height: 16px;
	background-color: red;
	text-align: center;
}
.hint 
    {
      background-color: #FFEEAA;
      font-family: verdana,arial,helvetica;
      visibility: hidden;
      font-size: 8pt;
      position: absolute;
      padding: 1px 2px;
      border: 1px solid #000000;
      color: #006600;
      width: 300px;
     }
    