/* Style per calendario settimana */
.sett {
	margin: 0 0 0 1px;
	padding-bottom: 2px;
	border-bottom: 2px solid #454545;
}

ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:20px;

}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background-color: #b3bead;
	font-size:11px;
	display:block;
	height: 20px;  
	line-height:20px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0 5px 0 5px;
	margin:0px;	
	position:relative;
	top:1px;
	border-bottom: 1px solid #b3bead;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: #b3bead;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {	
	cursor:default !important; 
	color:#000 !important;
	background-color: #fcfff4;
	border-bottom: 1px solid #fcfff4;
}

.pal ul {
	text-align: left;
	width: 214px;
	font-size:10px;
	padding: 3px 3px 5px 5px;
	list-style:none; 
	color: #333;
	background-color: #B3BEAD;
	background-image: url(../img/bg-sett.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}

