/*
	http://exploding-boy.com/images/cssmenus2/menus.html
*/

.tabs10 {
	width:100%;
	font-size:93%;
	line-height:normal;
}
.tabs10 ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}
.tabs10 li {
	display:inline;
	margin:0;
	padding:0;
}
.tabs10 a {
	float:left;
	background:url("../tema1/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;	
	background-position:0% -42px;
}
.tabs10 a span {
	font: bold 10px/1.5em Verdana;
	display:block;
	float:left;
	background:url("../tema1/tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;	
	background-position:100% -42px;
}

#tabs10 a:hover span {
	color:#FFF;
}
.tabs10 a:hover, .tabs10 .active a  {
	background-position:0% 0px;
}
.tabs10 a:hover span, .tabs10 .active a span  {
	background-position:100% 0px;
}

.pannello{
	border:1px solid #F0F0EB;
	padding:10px;
}
table.tbiscritti {
	width:90%;
	margin-left:30px;
}
table.tbiscritti, table.tbiscritti th, table.tbiscritti td {
	border: 1px solid #EAEADA;
	border-collapse: collapse;
	color: #555;
}
table.tbiscritti td, table.tbiscritti th {
	padding: 2px;
}
table.tbiscritti thead th {
	text-align: center;
	background: #91BFD9;
	color: #F7F7F2;
	font-size: 110% !important;
}
table.tbiscritti tbody th {
	font-weight: bold;
}
table.tbiscritti tbody tr.even { background: #E7F0F5; }
table.tbiscritti tbody tr.odd { background: #F7F7F2; }
table.tbiscritti a:link {
	color: #554;
	text-decoration: none;
}
table.tbiscritti a:visited {
	color: #554;
	text-decoration: none;
}
table.tbiscritti a:hover {
	color: #554;
	text-decoration: underline !important;
}
table.tbiscritti tfoot th, table.tbiscritti tfoot td {
	font-size: 85%;
}


#tabs {
	font-size: 90%;
	margin: 20px 0;
}
#tabs ul {
	float: left;
	background: #fff;
	padding-top: 4px;
}
#tabs li {
	margin-left: 1px;
	list-style: none;
}
* html #tabs li {
	display: inline;
}

#tabs ul li.active {
	border-top:2px #FFFF66 solid;
	background: #FFFFCC;
}
#tabs ul li.active a {
	color: #333333;
}
#tabs div {
	clear: both;
	padding: 15px;
	line-height: 1.6em;
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

