﻿table.taulaEQUIPS {
	font-family: Tahoma, Verdana, Arial;
	border-collapse: separated;
	border-spacing: 1px;
	width: 100%;
}
.taulaEQUIPS thead th{
	background: #EEF0F4 url('http://www.aaeet-sb.com/images/taula-entrenaments.jpg') repeat;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #BBCCDD;
	border-right: 1px solid #BBCCDD;
	margin-bottom: 10px;
	text-align: center;
}
.taulaEQUIPS tbody td {
	font-size: 10px;
	background:#EEF0F4;
	color: #005599;
	border: 1px solid #BBCCDD;
	padding: 4px 6px 4px 6px;
}

a {
	color : #404040;
	text-decoration : none;
}

a:hover {
	color : #005599;
	text-decoration : none;
}

a.side {
	color : #555;
	text-decoration : none;
}

a:hover.side {
	color : #005599;
	text-decoration : none;
}

a.white, li.white a {
	color: #ddd;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #ddd;
	text-decoration: underline;
}