ul a {
 outline: none;
 color: gray;
}

ul a {
 font-family: sans-serif;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 font-size: 12px;
 line-height: 1.2em;
 word-spacing: normal;
 letter-spacing: normal;
 text-decoration: none;
 text-transform: none;
 text-align: left;
 text-indent: 0ex;
}

Milan Adamovsky

/* BEGIN TABS -----------------------------*/

ul {
 list-style: none;
 padding: 0;
 background-color: #ecebdf;
 clear: both;
 border-bottom:1px solid #CCCCCC;
 font-family:verdana,arial,sans-serif;
 font-size:12px;
 font-size-adjust:none;
 font-stretch:normal;
 font-style:normal;
 font-variant:normal;
 font-weight:normal;
 list-style-type:none;
 list-style-image:none;
/*  padding:0px 0px 0px; */
 text-align:left;

}

ul li {
 display: inline;    
 margin-right: 0px;
 margin-left: 3px;
 list-style: none;
 list-style-type:none;
 list-style-image:none;
 border-width: thin;
 border: 1px;
 border-style: solid;
 border-color: #CCC;
 position: relative;
 z-Index: 99;
}

ul li a img {
 position: relative;
 left: 0px;
 border: 0px;
  visibility: hidden; 
}

ul li a {
 text-decoration: none;
 line-height: 15px;
 outline: none;
}


.tabOn {
 background-color: white;
 padding-bottom: 0px;
 padding-right: 10px;
 padding-left: 10px;
 padding-top: 2px;
 position: relative;
 top: 1px;
 color: gray;
 
}

.tabPinned {
 background-color: white;
 padding-bottom: 0px;
 padding-right: 10px;
 padding-left: 10px;
 padding-top: 2px;
 position: relative;
 top: 1px;    /* 1px for FF2 */
 color: gray;
}

.tabOff {
 background-color: #eaeaea;
 position: relative;
 padding-bottom: 0px;
 padding-right: 10px;
 padding-left: 10px;
 padding-top: 2px;
 top: 1px;
 color: gray;
}

.tabOff a {
 display: inline;
 color: black;
}

/* END TABS -------------------------------*/

.fly_content {

 padding-top:0px;
 padding-left:10px;
 overflow: auto; 
 display: block; 
}

#flyTabs1_wrapper, #flyTabs2_wrapper {
 min-height:100px;
 height: auto !important;
 height: 100px;
}

.fly_wrapper {
 padding:0px; 
 background-color: #FFE7A8;
 background-color: white;
 background:transparent url(ola.png) no-repeat top right;  
 border: 0px gray solid; 
 position: relative; 
 z-index: 0; 
}

ul {
 display: inline;
 position: relative;
 z-index: 99;
 margin: 0;
 padding: 0;
}

.loading {
 background:transparent url(http://www.perlscript.com/images/indicators/circle.gif) no-repeat scroll 50% 50%; 
 min-height:20px;  
}

