/* CSS Document */

#paginador
{	
	width:100%;
	text-align:center;
	border-bottom:1px solid #ccc;	
	border-collapse: collapse;
}

#paginador th
{
	text-align:left;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#FFF;
	padding:5px;
}
#paginador th.tema
{
	text-align:left;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-color:#ccc;
	padding:5px;
}
#paginador td
{
	text-align:left;
	padding:5px;
}
#paginador tr
{
	height:25px;
	background-color:#FFF;
}
#paginador tr.tema
{
	padding:5px;
	background-color:#fff;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}
#paginador tr.sombrejat
{
	background-color:#f1f1f1;
}
#paginador th.opcions
{
	text-align:center;
	width:150px;
	border-right:1px solid #ccc;
}
#paginador th.final {
	border-right:1px solid #ccc;
}
#paginador td.opcions
{
	text-align:center;
	font-size:10px;
}
.blanc
{
	background:#fff;
}
#paginador td.usuari
{
	vertical-align:top;
}
#paginador tr.resposta
{
	margin:3px 0 3px 0;
}
#paginador td.opcions a
{
	text-decoration:none;
	color:#444;
	padding:1px 1px 2px 20px;
}
#paginador td.opcions a:hover
{
	text-decoration:underline;
	color:#000;
}
#paginador td.opcions a.eliminar
{
	background:transparent url(../imatges/icones/ico_eliminar.gif) left center no-repeat;
}
#paginador td.opcions a.modificar
{
	background:transparent url(../imatges/icones/ico_modificar.gif) left center no-repeat;
}
#paginador td.opcions a.stats
{
	background:transparent url(../imatges/icones/ico_stats.gif) left center no-repeat;
}
#paginador td.opcions a.contesta
{
	background:transparent url(../imatges/icones/ico_contesta.gif) left center no-repeat;
}
#paginador td.opcions a.veure
{
	background:transparent url(../imatges/icones/ico_veure.gif) left center no-repeat;
}

/* ENLLAÇOS INFERIORS DE PAGINADOR */

#mujerador
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:15px;
}
#mujerador a, #mujerador span, #mujerador strong
{
	border-width:1px;
	border-style:solid;
	padding:4px 8px 4px 8px;
	text-decoration:none;
	background-color:#FFF;
}
#mujerador a
{
	border-color:#CCC;
	color:#000;
}
#mujerador span
{
	border-color:#CCC;
	color:#999;
}
#mujerador a.anterior
{
	background:#FFF url(../imatges/icones/ico_anterior.gif) left center no-repeat;
	padding-left:28px;
}
#mujerador a.seguent
{
	background:#FFF url(../imatges/icones/ico_seguent.gif) right center no-repeat;
	padding-right:22px;
}
#mujerador strong
{
	border-color:#000;
}

div#info
{
	background:#fff url(../imatges/bg_info.gif) top repeat-x;
	padding:10px 10px 10px 15px;
	margin-bottom:15px;
	border:1px solid #efefef;
}
#sobrellista {
	margin-bottom:10px;
	border:1px solid #DDD;
	width:100%;
}
#sobrellista td {
	padding:2px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	background:#FFF;
}
#sobrellista form {
	margin:0;
	padding:0;
}
#sobrellista input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	width:150px;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	border-left:1px solid #BBB;
	border-top:1px solid #BBB;
	background:#F1F1F1 url(../imatges/bg_busca.gif);
}
#sobrellista input.boto {
	font-size:11px;
	padding:1px 5px 1px 5px;
	width:auto;
	margin-left:5px;
	background:#F1F1F1 url(../imatges/bg_login_form.gif);
	border-bottom:1px solid #BBB;
	border-right:1px solid #BBB;
	border-left:1px solid #DDD;
	border-top:1px solid #DDD;
	cursor:pointer;
	font-weight:bold;
}
#sobrellista td.liniase {
	border-left:2px dotted #DDD;
	text-align:center;
	line-height:16px;
	width:11%;
}
#sobrellista img {
	vertical-align:middle;
}

