@charset "UTF-8";


a.button {
    background: transparent url('/carosello/new_2010/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/carosello/new_2010/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 10px 5px 18px;
	text-decoration:none;
	color:#333;
}


a.button:hover {
    background-position: bottom right;
	color:#8a8a8a;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
	color:#2379c5;
    
}

.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;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 2px;
	
	list-style: none;
	
	border-bottom: solid 1px #8a8a8a;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background: url(../carosello/new_2010/tab_normal.png);
	font-size: 1.1em; text-align:center;
	font-weight: bold;
	width:172px;
}

.TabbedPanelsTabHover {
	background: url(../carosello/new_2010/tab_hover.png);
}

.TabbedPanelsTabSelected {
	background: url(../carosello/new_2010/tab_attivo.png);
	border-bottom: 1px solid #EEE;
	color:#2379c5;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #eee;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.TabbedPanelsContent {
	padding: 10px;
}

.TabbedPanelsContentVisible {
}

