body , td
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
label
{
	display:block;
	width:150px; 
	float:left; 
	clear:right; 
}
input,select 
{
	width:250px; 
}
.team
{
	width:50px; 
}

.checkoutBarCurrent
{
	color: #003366;
}

.checkoutBarTo
{
	color:Silver; 
}
th {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:#B7B7B7;
	background: #EFEFEF; 
}

#menu 
{
	width:150px;
	border:dotted 1px silver;
	height:400px;
	float:left;
}

@media print {
	#menu, .del { display:none;}
}

#sfida 
{
	display:none; 
}