#tabella table 
{
	font-size: 0.9em;
	border-collapse: collapse;
	width: 100%;
}

#tabella table, 
#tabella caption 
{
	margin: 0 auto;
	border: 0.1em solid #cccccc;
}

#tabella caption, 
#tabella th, 
#tabella td 
{
	border-left: 0;
	padding: 0.5em;
}

#tabella caption, 
#tabella thead th, 
#tabella tfoot th, 
#tabella tfoot td 
{
	color: #ffffff;
	background-color: #a70e13;
	font-weight: bold;
	text-transform: uppercase;
}

#tabella thead th 
{
	color: #ffffff;
	background-color: #cc3300;
	text-align: left;
}

#tabella tbody th 
{
	padding: 1em 1em;
	text-align: left;
}

#tabella tbody th form,
#tabella thead form
{
	float: left;
	padding: 0.2em 0.2em;
}

#tabella tbody tr.odd 
{
	color: #666622;
	background-color: #f7f7f7;
}

#tabella tbody td 
{
	text-align: left;
}

#tabella tbody a 
{
	padding: 0.1em 0.2em;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	border-bottom: 0.1em dotted #e63c1e
}

#tabella tbody a:active, 
#tabella tbody a:hover, 
#tabella tbody a:focus, 
#tabella tbody a:visited 
{
	color: #666622;
	background-color: #ffffff;
}

#tabella tbody tr:hover 
{
	color: #333333;
	background-color: #eeeeee;
}

#tabella tbody tr:hover a 
{
	color: #666622;
	background-color: #ffffff;
}

#tabella tbody td+td a 
{
	color: #cc3300;
	background-color: #ffffff;
	font-weight: bold;
	border-bottom: 0;
}

#tabella tbody td+td a:active,
#tabella tbody td+td a:hover,
#tabella tbody td+td a:focus,
#tabella tbody td+td a:visited 
{
	color: #996600;
	background-color: #ffffff;
}

#tabella tfoot a:link,
#tabella tfoot a:visited
{
	color: #ffffff;
	background-color: #a70e13;
	font-weight: normal;
}