/* 04/10/00 Full d'estils de les pàgines HTML de Pesca Marítima */


/* Estils comuns a totes les pàgines */
BODY
{
	font-family: sans-serif;		
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
	line-height: normal;
	/*color: white;	*/
	color: "#005a84";		
	/*background-color: "#005a84";*/
	background-color: "#EAF4FF";
	
}
	
/*:link  { color: white }*/
:link  { color:  "#005a84"}
:visited { color: black }
:hover { color: red }

.Titol
{
	text-align: center;
	font-weight: bold; 	
}


.Capcalera
{
	margin-left: 5em;
    	margin-right: em;
	border-spacing: 0em;
	border-padding: 0em;
	border: 0px;
	table-layout: auto;
	border-collapse: collapse;
}


/* Classe H1 */
.H1Princi
{
	text-align=center;
	color=blue;
	font-size: 2.0em; /* El doble de la mida de la font base font-size */
}


HR 
{
	witdh=90%;
	height: 0.5em;
}

.ima
{
	border: 0px;
}


/* Classe TABLE */
.Ta1
{
	margin-left: 3em;
    	margin-right: 2em;
	border-spacing: 1em;
	border-padding: 2em;
	table-layout: fixed;
}


.Th1
{
	text-align: left;
	background-color: "#008080";
	font-weight: bold; 	
}

.Th11
{
	text-align: center;
	font-weight: bold; 	
}





.T1
{
	margin-left: 3em;
    	margin-right: 2em;
	border-spacing: 0em;
	border-padding: 0em;
	border: 0px;
}

P
{
	font-style: italic;
	font-weight: normal;
	font-size: 8pt;
}

.petit
{
	font-size: 8pt;
}

TH .petit
{
	font-weight: normal;
}

.italica
{
font-style: italic;
}

.negreta
{
font-weight: bold;
}


/* **************************************** */
/* TAULA DE RESULTATS AMB TOTES LES MESURES */
/* **************************************** */
/* Estil Resultats de Mesures */

.rm 
{
	table-layout: auto;
	empty-cells: show;
	border-padding: 2em;	
	font-size: 8pt;
	color: white;	
	background-color: "#005a84";
	border-collapse: collapse;
	border: 1px solid white;
}

/* Dades numèriques justificades a la dreta */
.da {color: black; text-align=right} 

/* Files parells i imparells */
.pa {color: black; background-color: silver;} /* Files Parells */
.im {color: black; background-color: white;}  /* Files Imparells */

/* Cel.les amb Llindars */
.nl {color: black; } /* No llindar */
.li {color: black; background-color: green;} /* Llindar Inferior */ 
.ls {color: black; background-color: red;}   /* Llindar Superior */

/* .Informe_Resultats Text NO especificat */
//.ir {color: white;}
.ir {color: "#005a84";)

/* ****************************** */
/* TAULA DE RESULTATS ESTADÍSTICS */
/* ****************************** */

/* Estil Resultats Estadístics */

.re 
{
	table-layout: auto;
	empty-cells: show;
	font-size: 8pt;	
	border-collapse: collapse;
	border: 1px solid black;
}



/* Títols de la taula */
/* 1º Camp amb els paràmetres */

.ThEst 
{
	background-color: "#008080";
	color: white;	 
	text-align: left;
	font-size: 9pt;	
	font-weight: bold; 	
}

.param
{
	background-color: "#008080";
	color: white;
	font-weight: bold; 	
}



/* Text descriptiu dels punts. */
.Camp
{
	font-style: italic;
	font-weight: bold;
}


/* ****************************** */
/* PÀGINA D'ERRORS		    */
/* ****************************** */

.MError
{
	color: red;
}

.Tornar
{
	color: white;

}

/* ************************************ */
/* 		CGI FLOTA		*/
/* ************************************ */

TABLE.GE
{ 
	table-layout: auto;
	border-collapse: collapse;

	/*border-spacing: 100em;
	border-padding: 100em;*/
	
	font-size: 9pt;
	empty-cells: show;

	//border: 2px solid black; /*Aqui només fa efecte a la caixa de tota la taula */
	border: 1px normal "#005a84"
}

/* TD General per a tots */
TD.Flota {border: 1px solid white; padding: 0.5em}

TH.Titol
{text-align=left; font-size: 14pt; border: 3px solid white;
 border-top:none;border-right:none;border-left:none;}

TD.SubTitols
{font-weight: 500; border: none;}

TD.Numerics
{text-align=right;}

TD.Grafica
{vertical-align=middle;	width: 160px;}

TD.Totals
{border: 3px solid white;}

HR.Capca 
{
	witdh=90%;
	height: 0.1em;
	color=red;
}

/* ************************************** */
/* 		Final CGI FLOTA		  */
/* ************************************** */

/* ************************************ */
/* 		CGI PESCA		*/
/* ************************************ */

TABLE.Pesca
{ 
	table-layout: fixed;
	/*border-collapse: collapse;*/

	/*border-spacing: 20em;
	border-padding: 20em;*/
	
	font-size: 10pt;
	empty-cells: show;

	border: 0px solid black; /* Aqui només fa efecte a la caixa de tota la taula */
}


/* TD General per a tots */
TD.PCol {border: 1px solid white; padding: 0.5em; vertical-align=middle; font-weight: bold}

TR.PFil {border: 1px solid white; padding: 0.5em}

TH.PescaTitol
{text-align=left; font-size: 14pt; border: 3px solid white;
 border-top:none;border-right:none;border-left:none;}

TD.PescaSubTitols
{font-weight: 500; border: none;}

TD.PescaNumerics
{text-align=right;}

TD.PescaGrafica
{vertical-align=middle;	width: 160px;}

TD.PescaTotals
{border: 3px solid white;}

HR.PescaCapca 
{
	witdh=90%;
	height: 0.1em;
	color=red;
}
/* ************************************** */
/* 		Final CGI PESCA		  */
/* ************************************** */
