/* 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... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
	font-style: normal;
	text-decoration:none;
	
}
.ui-tabs-nav {
   
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
  
}
.ui-tabs-nav li {
left: -40px;
position:relative;
 padding: 5px;
 float: left;
 width:100px;
 text-align:center;
 margin-right: 5px;
 background-color: white;
 list-style: none;
 color: #000000;
 font-weight:bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
 
}
.ui-tabs-nav a {
 color: #000000;
}
.ui-tabs-nav .ui-tabs-selected a {
 text-decoration:none;
 color: #666666;
 font-weight:bold;
 
}


.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
	color: #666666;
 text-decoration:none;
}
.ui-tabs-disabled {
   
}
.ui-tabs-panel {

}



