/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 12px;
    clear: both;
    
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../img/tab.gif) no-repeat;
}

#videoMenu .tabs-nav a, 
#videoMenu .tabs-nav a span { /* <-- aggiunto da Giovanni per la gestione del menu sul player video */
    display: block;
    /*padding: 0 10px;*/
    background: url(../img/tab.gif) no-repeat;
}

#container-tab-tamburo .tabs-nav a, 
#container-tab-tamburo .tabs-nav a span { /* <-- aggiunto da Giovanni per la gestione del menu per i video correlati */
    display: block;
    /*padding: 0 10px;*/
    background: url(../img/tab.gif) no-repeat;
}

#rightVideoDetails .tabs-nav a, 
#rightVideoDetails .tabs-nav a span { /* <-- aggiunto da Giovanni per la gestione del menu i contenuti della colonna destra */
    display: block;
    /*padding: 0 10px;*/
    background: url(../img/tab.gif) no-repeat;
}

.tabs-nav a {
    position: relative;
    top: 2px;
	left: -12px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    background: url(../img/tab.gif) no-repeat;
}

.tabs-nav .tabs-selected a {
    color: #000;
	
}


#videoMenu .tabs-nav .tabs-selected a, 
#videoMenu .tabs-nav a:hover, 
#videoMenu .tabs-nav a:focus, 
#videoMenu .tabs-nav a:active,
#container-tab-tamburo .tabs-nav .tabs-selected a, 
#container-tab-tamburo .tabs-nav a:hover, 
#container-tab-tamburo .tabs-nav a:focus, 
#container-tab-tamburo .tabs-nav a:active,
#rightVideoDetails .tabs-nav .tabs-selected a, 
#rightVideoDetails .tabs-nav a:hover, 
#rightVideoDetails .tabs-nav a:focus, 
#rightVideoDetails .tabs-nav a:active {
    background-position: 100% -90px;
    outline: 0; /* prevent dotted border in Firefox */
	z-index: 3;
	line-height: 1em;
}

#videoMenu .tabs-nav a, 
#videoMenu .tabs-nav .tabs-disabled a:hover, 
#videoMenu .tabs-nav .tabs-disabled a:focus, 
#videoMenu .tabs-nav .tabs-disabled a:active,
#container-tab-tamburo .tabs-nav a, 
#container-tab-tamburo .tabs-nav .tabs-disabled a:hover, 
#container-tab-tamburo .tabs-nav .tabs-disabled a:focus, 
#container-tab-tamburo .tabs-nav .tabs-disabled a:active,
#rightVideoDetails .tabs-nav a, 
#rightVideoDetails .tabs-nav .tabs-disabled a:hover, 
#rightVideoDetails .tabs-nav .tabs-disabled a:focus, 
#rightVideoDetails .tabs-nav .tabs-disabled a:active {
    background-position: 100% -60px;
	margin: 0;
}

.tabs-nav a span {
    width: 80px; /* IE 6 treats width as min-width */
    min-width: 80px;
    height: 19px; /* IE 6 treats height as min-height */
    min-height: 19px;
    padding-top: 8px;
    padding-right: 0;
}

#videoMenu .tabs-nav a span,
#container-tab-tamburo .tabs-nav a span,
#rightVideoDetails .tabs-nav a span {
    height: 16px; /* IE 6 treats height as min-height */
    min-height: 16px;
	padding-top: 9px;
}

*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    /*padding-top: 7px;*/ /* <-- commentato da Giovanni per evitare abbassamento testo nella label della sezione attiva */
}

#videoMenu .tabs-nav .tabs-selected a span, 
#videoMenu .tabs-nav a:hover span, 
#videoMenu .tabs-nav a:focus span, 
#videoMenu .tabs-nav a:active span,
#container-tab-tamburo .tabs-nav .tabs-selected a span, 
#container-tab-tamburo .tabs-nav a:hover span, 
#container-tab-tamburo .tabs-nav a:focus span, 
#container-tab-tamburo .tabs-nav a:active span,
#rightVideoDetails .tabs-nav .tabs-selected a span, 
#rightVideoDetails .tabs-nav a:hover span, 
#rightVideoDetails .tabs-nav a:focus span, 
#rightVideoDetails .tabs-nav a:active span {
    background-position: 0 -30px;
}

#videoMenu .tabs-nav a span, 
#videoMenu .tabs-nav .tabs-disabled a:hover span, 
#videoMenu .tabs-nav .tabs-disabled a:focus span, 
#videoMenu .tabs-nav .tabs-disabled a:active span,
#container-tab-tamburo .tabs-nav a span, 
#container-tab-tamburo .tabs-nav .tabs-disabled a:hover span, 
#container-tab-tamburo .tabs-disabled a:focus span, 
#container-tab-tamburo .tabs-disabled a:active span,
#rightVideoDetails .tabs-nav a span, 
#rightVideoDetails .tabs-nav .tabs-disabled a:hover span, 
#rightVideoDetails .tabs-disabled a:focus span, 
#rightVideoDetails .tabs-disabled a:active span {
    background-position: 0 0;
	color: #555;
}

.tabs-nav .tabs-selected a:link, 
.tabs-nav .tabs-selected a:visited, 
.tabs-nav .tabs-disabled a:link, 
.tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

#videoMenu  .tabs-nav .tabs-selected a span,
#container-tab-tamburo  .tabs-nav .tabs-selected a span,
#rightVideoDetails  .tabs-nav .tabs-selected a span {
color:#505f8b;
display: block;
width: auto!important;
width: 80px;
height: 18px;
padding-top: 7px;
}

.tabs-nav a:hover, 
.tabs-nav a:focus, 
.tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    /*opacity: .4;*/
}
.tabs-container {
    /*border-top: 1px solid #97a5b0;*/ /* <-- commentato da Giovanni per eliminare bordo fading in basso */
    /*padding: 1em 8px;*/
    padding: 3px 0 0 0;
    margin: 0;
    float:left; /* <-- aggiunto da Giuseppe per evitare che i contenuti dei tab su IE 7 vadano a destra e non sotto */
    width: 100%; /* <-- aggiunto da Giovanni per evitare compressioni titoli elenco eventi */
    clear: both;  /* <-- aggiunto da Giuseppe per evitare che i contenuti dei tab su IE 7 vadano a destra e non sotto */
    /*background: #fff;  declare background color for container to avoid distorted fonts in IE while fading */
	margin-top: -2px;
}
.tabs-loading em {
    padding: 0 0 0 10px;
    background: url(../img/loading.gif) no-repeat 0 50%;
}

