body	{
	margin:	0;
	padding:	0;
	font-family: palatino, georgia, serif;
	color:	#000;
	background : #fff url(./img/lateral.png) no-repeat fixed top left;
	}
div, p, th, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  palatino, georgia, serif;
    }
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
.content {
	padding: 10px 20px;
	margin: 5% 15%;
	border: 1px dotted #333;
	background: #fff url(./img/fons.png) no-repeat;
	}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	margin-bottom: 	1em;
	}
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{
	font-size:	1em;
	}
h6	{
	font-size:	0.8em;
	}
h1, h2, h3, h4, h5, h6	{
	margin:	1.25em 0 0 0;
	font-family:	arial, helvetica, sans-serif;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
.error	{
	color:	#c30;	
	}
.ole	{
	color:	#3c0;	
	}
.vs0, .first 	{
	margin-top:	0;
	padding-top: 0;
	}
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#f30;
	background-color: transparent;
	}
a:visited	{
	color:	#c30;
	background-color: transparent;
	}
a:active	{
	color:	#cc0;
	background-color: transparent;
	}
a:hover	{
	color:	#f60;
	background-color: transparent;
	text-decoration:	underline;
	}
.ahem	{
	display:	none;
	}
.small	{
	font-size: 12px;
	}
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}
#footer, .marginalia {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
	}
.libnavt {
border-bottom: solid 1px #fff;
}
.libnavb {
border-bottom: solid 1px #ccc;
border-top: solid 1px #ccc;
}

hr {

	height: 1px;
	background: #ddd;

}

form {
	padding: 0;
	margin: 0;
/*	clear: both;*/
}
form div {
  clear: left;
  display: block;
  width: 740px;
  /*height: expression('1%');*/
  margin: 5px 0 0 0;
  padding: 1px 3px;
}
form div label {
  display: block;
  float: left;
  width: 180px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 0px;
}
form div input, form div select, form div textarea {
  width: 240px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div select {
  width: 280px;
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  /*height: expression('1%');*/
  padding: 4px 0px 0px 18px;
  text-indent: -18px;
  line-height: 120%;
}
form div input.inputText, form div input.inputFile, form div textarea.inputTextarea {
  width: 240px;
}
form div input.inputTextMitja, form div input.inputPassword {
  width: 90px;
}
form div input.inputTextPetit {
  width: 60px;
}
form div.submit {
  width: 214px;
  padding: 0 0 0 160px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}
form div.nota {
	width: 60%;
	padding-left: 200px;
	color: #666;
	font-style: italic;
	font-weight: bold;
	font-size:	0.8em;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
	font-size: 12px;
	width: auto;
	padding: 0 0 0 6px;
	margin: 0;
}

form div.submit, div input.inputSubmit, form div.submit div input.inputButton {
 /* float: right;*/
  margin: 0 2px;
}
input {
	text-align: left;
	border-style: solid;
	border-width: 1px;
	font: 0.8em palatino, georgia, serif;
	background-color: #fff;
	color: #666;
}
.inputSubmit {
	text-align: center;
}
select {
	border-style: solid;
	border-width: 1px;
	font: 0.8em palatino, georgia, serif;
	background-color: #fff;
	color: #666;
}

input.disabled {
	border-color: #666;
	background-color: #666;
}
select.disabled {
	border-style: solid;
	border-width: 1px;
	font: 0.8em Verdana, Arial, Sans-Serif;
	background-color: #666;
}
table.usuaris{

	border-left: 1px dotted #333;
	width: 100%;
}
table.jugadors{

	border-left: 1px dotted #333;
	width: 100%;
}
td {
	
	font-family: arial, helvetica;
	font-size: 10px;
	border-right: 1px dotted #333;

}
.mostraFoto a {
  position:relative;
}
.mostraFoto  a img {
  display:block;
  position:absolute;
  top:-999px;
  left:0;
  visibility: hidden;
}
.mostraFoto  a:hover img {
  top:-50px;
  left:-100px;
  width: 100px;
  height: 133px;
  border-style: solid;
  border-width: 1px;
  border-color: #666;  
  visibility: visible;
}	
tr.filaUsuaris0 {
	background: #ccc;
	border-right: 1px dotted #333;

}
tr.filaUsuaris1 {
	
	background: transparent;
	border-right: 1px dotted #333;

}
td.colUsuaris {
	
	font: 10px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;

}
.colJugadors,a.colJugadors,a.colJugadors:hover ,a.colJugadors:visited {
	
	font: 10px "andale mono", monaco, courier, "courier new", monospace;
	color: #666;

}
.colJugadorsSel,a.colJugadorsSel,a.colJugadorsSel:hover,a.colJugadorsSel:visited {
	
	font: 10px "andale mono", monaco, courier, "courier new", monospace;
	color: #0c6;

}
.colJugadorsHomes {
	
	font: 10px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;

}
.colJugadorsDones {
	
	font: 10px "andale mono", monaco, courier, "courier new", monospace;
	color: #c6c;

}
.colPunts {
	text-align: center;
	font-weight: bold;
	font-family: arial,helvetica;
	font-size: 12px;

}
.titols {
	background: #cccc00;
	text-align: center;
	font-weight: bold;
	font: 12px arial,helvetica;

}
td.accions {
	
	text-align: center;

}

img.fotoJugador {
	border-style: solid;
	border-width: 1px;
	width: 100px;
	height: 133px;

}