/* root element for tabs  TAB SALE*********************************************************************************************************************************************************/

	ul.tabsP{ 
	list-style:none; 
	margin:0 !important; 
	padding:0px;		
	height:62px; /*sposta in basso il box del palinsesento tab settimana compresi*/
	width:88px;
	
}

/* single tab */
ul.tabsP li {	
	padding:0px;/*inserisce lo spazio tra i tab*/
	margin:0px !important;
	list-style-image:none !important; 
	text-transform:uppercase;	
}
/* link inside the tab. uses a background image */
ul.tabsP a { 
	background: url(../../dyn/bingo/programma_settimanale/tab_sale.png) no-repeat -2px 0px;/*IMG CON I 3 STATI DEL TAB */
	display:block;
	height: 62px;  /*altezza tab*/
	/*line-height:15px; */ /* è come se fosse l'interlinea*/	
	width: 87px; /*inserisce spazio in orizzonatale tra i tab e relative scritte*/
	/*text-align:right;*/	
	text-decoration:none;
	padding:0px;
	margin:0px;	/*margine dal top*/
	position:relative;
	top: 1px;/*SPOSTA TUTTA LA COLONNA DEI TAB*/
	font-family:Arial;
	font-size:12px;
	color:#8c8c8c;
	font-weight:bold;
	border-bottom:1px solid #bbbbbb;
}

ul.tabsP a:active {
	outline:none;		
}

/*TABS ROLLOVER*/

/* when mouse enters the tab move the background image */
ul.tabsP a:hover {
	background-position: -91px 0px;	
	color:#fff;	
	
}
/*TAB SELEZIONATO*/

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabsP a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -180px 0px;	/*posizione stato selezionato*/	
	cursor:default !important; 
	color:#000000 !important; /*COLORE APPLICATO alla scritta giorni della settimana selezionata*/
	


}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/*se commento questa parte nn succede niente*/
/* width 1 */
ul.tabsP a.s 			{ background-position: -553px 0; width:81px; }
ul.tabsP a.s:hover 	{ background-position: -553px -31px; }
ul.tabsP a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabsP a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabsP a.l:hover 	{ background-position: -248px -31px; }
ul.tabsP a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabsP a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabsP a.xl:hover 	{ background-position: 0 -31px; }
ul.tabsP a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

/*FINE root element for tabs  TAB SALE***********************************************************************************************************************/


/* root element for tabs  TAB SETTIMANA**********************************************************************************************************************/

ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0px;	
	/*border-bottom:1px solid #666;*/	
	height:28px; /*sposta in basso il tab Questa altezza deve essere uguale a height della classe ul tabs a*/
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	text-transform:uppercase;
	font-family:Arial;
	font-size:10px;
	color:#8c8c8c;
	font-weight:bold;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../../dyn/bingo/programma_settimanale/sf_indice.png) no-repeat 0px 1px;/*IMG CON I 3 STATI DEL TAB */
	display:block;
	height: 28px;  /*altezza tab*/
	line-height:30px; /*POSIZIONA le scritte dei giorni della settimana*/
	width: 62px; /*spazio tra le scritte giotni della settimana*/
	text-align:center;	
	text-decoration:none;	
	padding:0px;
	margin:0px;	/*margine dal top dei giorni della settimana*/
	position:relative;
	top:1px;
	font-family:Arial;
	font-size:10px;
	color:#8c8c8c;
	font-weight:bold;
}

ul.tabs a:active {
	outline:none;		
}

/*TABS ROLLOVER*/

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -27px;	
	color:#fff;	
}
/*TAB SELEZIONATO*/

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -54px;	/*posizione stato selezionato*/	
	cursor:default !important; 
	color:#ffffff !important; /*COLORE APPLICATO alla scritta giorni della settimana selezionata*/
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/*se commento questa parte nn succede niente*/
/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

