table.taulaLliga {
	text-align:center;
	font-size: 13px;
	border: 2px solid #007657;
}
.taulaLliga thead tr td {
	text-align:center;
	font-weight:bold; 
	color: white; background: #007657;
	padding: 5px;	
}
.taulaLliga tbody tr td {
	border-bottom: 1px dotted #ACACAC;	
	text-align: center;
	padding: 2px;
}
.taulaLliga tbody tr th {
	border-bottom: 1px dotted #ACACAC;	
	text-align: left;
	padding: 2px;
}
.taulaLliga tbody tr:hover td, .taulaLliga tbody tr:hover th {
	background: #F2FFC7;
	color: inherit;
}

/* forum pagina principal */
table.taulaForumP {
	font-family: Trebu, Verdana, Tahoma, sans-serif;
	text-align:left;
	font-size: 13px;
	/*border: 2px solid #007657;*/
}
.taulaForumP thead tr td {
	text-align:left;
	font-weight:bold; 
	color: white; background: #CCFFF2;
	padding: 5px;	
}
.taulaForumP tbody tr td {
	border-bottom: 1px dotted #ACACAC;	
	text-align: left;
	padding: 5px;
}
.taulaForumP tbody tr th {
	border-bottom: 1px dotted #ACACAC;	
	text-align: left;
	padding: 2px;
}
.taulaForumP tbody tr:hover td, .taulaLliga tbody tr:hover th {
	background: #F2FFC7;
	color: inherit;
}


/* TAULA RESULTATS */

.taulaResultats {
	width: 90%;
	border: 3px solid #9A8758;
}
.taulaResultats thead th {
	color: white;
	background: #9A8758;
	font-weight: bold;
	padding: 5px;
}
.taulaResultats tbody tr td {
	color: black;
	background: #CAE2FD;
	padding: 5px;
}
.taulaResultats tbody tr:hover td {
	color: black;
	background: #E3B6FF;
}

/* TAULA FORUM */
div.forum-titol a { font-size:170%; font-weight:bold; color:black; }
div.forum-titol a:hover { color:#860907; text-decoration:none; }
div.forum-container { margin:10px 0px; border: 1px solid #BDBDBD; font-size:110%;  }
div.forum-cap div:first-child { margin: 0px 5px;}
div.forum-cap { background:#B1D2FF; }
div.forum-missatge { background:#E0EDFF; padding:8px;line-height:1.3; }
div.forum-peu { background:#B1D2FF; padding:8px; }
div.peu-primer { margin:5px; background:#B1D2FF; border: 1px solid #AFAFAF; padding:8px; }
div.forum-container a { text-decoration:none; }

.taulaForum {
	color: black;
	background: #EFE4FF; 
	/*border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;*/
	border-bottom:1px solid;
	border-radius-topright: 10px; border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; -webkit-border-radius-topright: 10px; -webkit-border-radius-topleft: 10px
}
.taulaForum th { padding:5px;font-weight:bold;font-size:14px;color:white;background: #446E97}
.taulaResposta { color: black; background: #F4FFE6;  border-bottom:1px solid}
.taulaForum:hover, .taulaResposta:hover { color: inherit; background:#E0EDFF} 
.forumAvatar {
	padding:5px;
	vertical-align: top;
	border-right: 1px dotted white;
	width: 110px;
	text-align:center;
}
.forumAvatar a {
	font-weight: bold;
	font-size:110%;
	color: #AC400C;
	background: inherit;
}
.divdintre { margin:5px; border-bottom:1px solid #422828; padding-bottom:8px }
.divdintre a, .divdintre a:hover { font-size:14px;text-decoration:none;}
.forumMissatge { padding: 8px; text-align: justify; line-height: 1.2 }
.forumMissatge a { color:#AC400C; background: inherit; text-decoration:none; }
.forumMissatge a:hover { text-decoration: underline }

/* nou forum */

table.nouforum { 
	margin:15px 0px;
	width:1000px;
	box-shadow:  0px 1px 6px #823DAA; -moz-box-shadow:  0px 1px 6px #823DAA; -webkit-box-shadow:  0px 1px 6px #823DAA;
}
table.nouforum tr th { padding:4px; text-align:center; font-weight:bold; font-size:130%; background:#823DAA; color:white; }
table.nouforum tr td { padding:4px; }
table.nouforum tr.fixes td { background:#D2BBE1; color:black; vertical-align:top; line-height:1.2; border-bottom:1px solid #999999; }
table.nouforum tr td { background:#FFFDE6; color:black;  vertical-align:top; line-height:1.2; border-bottom:1px solid #ccc; border-right:1px solid #ccc; }
table.nouforum tr:hover td { background:white url('http://muffinresearch.co.uk/code/xhtmlandcss/tableshow/tr_bck.gif') repeat; }

/* RANKINGS */
ul.Rankings {
	background: #EAFFA7;
	font-size: 13px; 
}
ul.Rankings li {
	padding: 5px;
	margin-bottom: 3px;
}
ul.Rankings li a { display:block; text-decoration:none; padding:2px; }
ul.Rankings li:hover { color:inherit; background:#CDEF66; }

/* TAULA NEGRE */

/* @override http://www.fitodotnet.com/csstablegallery/tablita.css */

/*
Theme: The OC
Author: Rodolfo Marin - FitoDotNET
Web site: http://www.fitodotnet.com/
*/


table.taulaFosca {
	font-family: Trebu, Verdana, Tahoma, sans-serif;
	border-collapse: collapse;
	border-spacing: 1px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
.taulaFosca thead th{
	background: url('http://www.fitodotnet.com/csstablegallery/mainNavBG.gif');
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
.taulaFosca tbody td{
	font-size: 10px;
	background: #2d3134;
	color: #fff;
	border: 1px solid #373B3E;
	padding-left: 3px;
}
.taulaFosca tbody td a:link{
	font-size: 11px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: none;
}

.taulaFosca tbody td a:hover{
	font-size: 11px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: underline;
}

.taulaFosca tbody td a:visited{
	font-size: 11px;
	color:#FF6600;
	font-weight: bold;
	text-decoration: none;
}
.taulaFosca tbody th{
	background: #373B3E;
	color: #FFA500;
	text-align: center;
	padding-left: 4px;
	border: 1px solid #2d3134;
}
.taulaFosca tbody th a:link{
	color: #fff;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
.taulaFosca tbody th a:hover{
	font-size: 11px;
	color: #fff;
	font-weight: bolder;

}
.taulaFosca tbody th a:visited{
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	font-weight: bolder;

}
.taulaFosca tbody tr:hover{
	background: #333;
}

.taulaFosca tfoot{
	background: #1F2A34;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
.taulaFosca tfoot td{
	font-style:italic;
}
.taulaFosca table caption{
	background: #1F2A34;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}

/*
 * Taula http://robertdenton.org/reference/css-tables-tutorial.html
 * */

table.SMS
{ width: 100%;
background-color: #fafafa;
border: 1px #000000 solid;
 }

table.SMS th
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Trebu, Verdana, Tahoma, sans-serif;
font-weight: bold;
font-size: 12px;
padding:6px;
color: #404040; }


table.SMS td
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: inherit;
font-weight: normal;
font-size: 100%;
color: #404040;
background-color: #fafafa;
vertical-align:top;
padding:5px; }

table.SMS tr.nollegit td { background-color:#FFD55B; }
table.SMS tr:hover td { background-color:#E5F4F8; }
table.SMS td a { display:block; color:#4D4D4D; }

table.taulainfoEcat { width:100%; background:#D1BCDE; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; }
table.taulainfoEcat td, table.taulainfoEcat th { text-align:center; vertical-align:top; padding:3px; }
table.taulainfoEcat thead th { font-weight:bold; font-size:120%; }
table.taulainfoEcat thead td { font-weight:bold; font-size:160%; font-family: Lobster; color:#A52A2A; }
table.taulainfoEcat tbody tr:hover td { background:white url('http://muffinresearch.co.uk/code/xhtmlandcss/tableshow/tr_bck.gif') repeat; }
table.taulainfoEcat tfoot td { padding-top:7px; }
