@charset "UTF-8";
.TabbedPanels { margin: 0px auto; 	padding: 0px;
	 clear: none; width: 700px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup { margin: 0px; padding: 0px; }
.TabbedPanelsTab {
	/* lettere non selezionate, base */
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; 
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
	position: relative; font-size:13px;
	float: left; padding: 5px; margin: 0px; background-color: #ddd;
	list-style: none; border-bottom:1px solid #666;
	border-right:1px solid #999; -moz-user-select: none;
	-khtml-user-select: none; cursor: pointer;
	width:18px; text-align:center;}
.TabbedPanelsTabHover { /* lettere hover */
	background-color: #ccc; border-rigth:1px solid #999; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; 
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
}
.TabbedPanelsTabSelected {/* lettere selezionate */
background-color: #eee; border-bottom:none; font-weight:bold; border-left:1px solid #666;
border-top:1px solid #666; border-right:1px solid #666; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; 
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;}
.TabbedPanelsTab a { color: black; text-decoration: none; }
.TabbedPanelsContentGroup { clear: both; background-color: #EEE; height:900px;}
.TabbedPanelsContent {padding: 10px;}
.TabbedPanelsContentVisible {}
.VTabbedPanels .TabbedPanelsTabGroup {float: right;width: 40px;position: relative;}
.VTabbedPanels .TabbedPanelsTab {float: none;margin: 0px;}
.VTabbedPanels .TabbedPanelsTabSelected { /* lettere selezionate */
background-color: #eee; border-bottom:none; font-weight:bold; border-left:1px solid #666;
border-top:1px solid #666; border-right:1px solid #666;
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; 
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none; float: right; padding: 0px; width: 600px; height: 599px; border-top:1px solid #666; border-left:1px solid #666;
	border-bottom:1px solid #666; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-topleft: 5px; }
