@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;
}

/* --MENU--
colore non selezionato in backgorund 
ho impostato il colore dello sfondo se non selezionato
*/
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #2A2A2A;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00FF00;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #2A2A2A;
}

/*  --MENU--
Quando ci passi sopra con il mause il mouse
*/
.TabbedPanelsTabHover {
	background-color: #282828;
	text-decoration: underline;
}

/* --MENU--
Quando il menu è selezionato
*/
.TabbedPanelsTabSelected {
	background-color: #2A2A2A;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2F6D95;
	border-right-color: #2F6D95;
	border-bottom-color: #2A2A2A;
	border-left-color: #2F6D95;
	color: #CCCCCC;
	text-decoration: underline;
}


.TabbedPanelsTab a {
	color: #000000;
	text-decoration: none;
}

/*-- CONTENT
img backgound del contenuto
*/
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #2A2A2A;
	color: #DCDCDC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2F6D95;
	border-right-color: #2F6D95;
	border-bottom-color: #2F6D95;
	border-left-color: #2F6D95;
}


.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #999900;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
