@CHARSET "UTF-8";

.SubTitle
{
	text-align: center;	
}

#TableTemporades
{
	border-collapse: collapse;
}

#TableTemporades th,
#TableTemporades td
{
	border: solid black thin;
	text-align: center;
}

#TableTemporades th
{
	background-color: #d3d7cf;
	width: 80px;
}

#TableTemporades thead tr:nth-child(2)
{
	font-size: 80%;
}

#TableTemporades tbody tr td:nth-child(2)
{
	width: 115px;
}

#TableTemporades tbody tr td:nth-child(4)
{
	width: 95px;
}

#TableTemporades td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#TableTemporades tbody tr:hover
{
	background-color: #888a85;
}

#TableTemporades tfoot tr
{
	background-color: #d3d7cf;
	font-weight: bold;

}

#TableTemporades .NoCell
{
	background-color: white;
	border: none;
}

