@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab1 {
	position: relative;
	width: 60px;
	height: 20px;
	top: 0px;
	float: left;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right:0px;
	margin-top: 15px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-variant:small-caps;
	color:#ccc;
	font-weight: normal;
	background-image: url(../immagini/sotto.jpg);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTab2 {
	position: relative;
	width: 60px;
	height: 20px;
	top: 0px;
	float: left;
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right:4px;
	margin-top: 15px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-variant:small-caps;
	color:#ccc;
	font-weight: normal;
	background-image: url(../immagini/sotto.jpg);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTab3 {
	position: relative;
	width: 60px;
	height: 20px;
	top: 0px;
	float: left;
	padding-left: 11px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right:9px;
	margin-top: 15px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-variant:small-caps;
	color:#ccc;
	font-weight: normal;
	background-image: url(../immagini/sotto.jpg);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTab4 {
	position: relative;
	width: 60px;
	height: 20px;
	top: 0px;
	float: left;
	padding-left: 11px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right:9px;
	margin-top: 15px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-variant:small-caps;
	color:#ccc;
	font-weight: normal;
	background-image: url(../immagini/sotto.jpg);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTab5 {
	position: relative;
	width: 40px;
	height: 20px;
	top: 0px;
	float: left;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 10px;
	margin-top: 15px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-variant:small-caps;
	color:#ccc;
	font-weight: normal;
	background-image: url(../immagini/sotto.jpg);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTab6 {
	position: relative;
	width: 60px;
	height: 20px;
	top: 0px;
	float: left;
	padding-left: 11px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right:9px;
	margin-top: 15px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-variant:small-caps;
	color:#ccc;
	font-weight: normal;
	background-image: url(../immagini/sotto.jpg);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTab0 {
	position: relative;
	width: 60px;
	height: 20px;
	top: 0px;
	float: left;
	padding-left: 11px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right:9px;
	margin-top: 15px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-variant:small-caps;
	color:#ccc;
	font-weight: normal;
	background-image: url(../immagini/select.jpg);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
	
.TabbedPanelsTabHover {
	background-image: url(../immagini/sopra.jpg);
}

.TabbedPanelsTabSelected {
	background-image: url(../immagini/select.jpg);
}

.TabbedPanelsTab a {
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #990000;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 0px;
	color: #000000;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}



