﻿
.tblTablaStyle	{ 
	border-style:solid; 
	border-width:1px;	
	/*border-color:#EFEFDF;
	background-color:#00a39e;*/
}
 
.tTablaStyle
{
    background-color:#00a39e;
    font-size:14px;
	font-family:Tahoma;
	color:#FFFFFF; 
	font-weight:bold;
}

.lTablaStyle
{
   background-color:#EFEFDF;
   border-color:#EFEFDF;
   font-size:12px;
   font-family :Tahoma;
   color :#000000;
}
.cmbBoxStyle{
    font-size:11px;
    font-family :Tahoma;
    height:20px;
}

.textBoxStyle{
    width:150px; 
    font-size:11px;
    font-family :Tahoma;
    height:12px;

}
.linkStyle{
    width:150px; 
    font-size:13px;
}

.lblTitulo	{ 
    font-size:11px;
	font-family:Tahoma;
	color:#000000; 
	font-weight:bold;
}
.lblGeneral	{ 
    font-size:9px;
	font-family:Tahoma;
	color:#000000; 
	font-weight:bold;
}


.tblPieFactura{ 
	border-style:solid; 
	border-width:1px;	
	border-color:#000000;
}
.lPieFactura{ 
	border-style:solid; 
	border-width:1px;	
	border-color:#000000;
}

.bottonStyle{
   color:#00a39e;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.missatge
{
	 display: block;/*none;*/
	 background-position: 10px center;  
	 background-repeat: no-repeat;  
	 font-family: Tahoma;  
	 font-size: 12px; 
	 top: 25%;
     left: 25%;
     width: 50%;
     height: 50%;
     padding: 16px;
	 background-color: #EFEFDF; /* el color de fondo */
	 /*background-image: url(laImagen); /* la imagen representativa */
	 color: #000000;  /* el color del texto */
	 /*border:1px solid #C7C7C7;*/
	 border:1px ridge #00a39e;
	 position:absolute;
	 overflow:auto;
	 z-index:1001;
	 opacity:0.75;
     -moz-opacity: 0.75;
     filter: alpha(opacity=100);
}
.capaInhabilita{
     display: block;/*none;block*/
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #00a39e;
     z-index:0;
     opacity:0.1;
     -moz-opacity: 0.1;
     filter: alpha(opacity=95);
}
.divTaulaResultat
{
	/*position:absolute;ofr*/
	position:relative;
	overflow:auto;
	left:10%; 
	background-color:White;
}