/* CSS Document */


.select_equips {
	font-family: Verdana;
	font-size: 11px;
	width : 150;
}

input,select {
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFE8;
	font-weight: bold;
}

.input_cercar {
	font-family: Verdana;
	font-size: 11px;
	width : 100;
	background-color: #FFFFCC;
}

.msg_error {
	font-family: "Courier New";
	font-size : 10pt;
	color: #FF0000;
}

.dades_jugador {
	font-weight: normal;
	color: #0033CC;
}

.dades_taula {
	font-weight: normal;
}

.titol_categoria {
	color: #006600;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15px;	
}

.resultat_cerca {
	color: #996600;
}


