body {

}

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;
 margin: 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: 20px;
 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: 10px; 
 overflow: auto; 
 display: block; 
}

#flyTabs1_wrapper, #flyTabs2_wrapper {
 min-height:100px;
 height: auto !important;
 height: 100px;
}

.fly_wrapper {
 padding:0px; 
 background-color: #FFE7A8; 
 border: 1px 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;  
}



/* CUSTOMIZATIONS FOR DEMO ----------------- Feel free to delete everything below this line */

#flyTabs1_content {
 background-color: white;
}

#flyTabs1_wrapper {
 background-color: white;
}

#flyTabs2_wrapper {
 background-color: white;
 background:transparent url(background.gif) no-repeat top right; 
}

#flyTabs2 li {
 border-color: gray;
}

#flyTabs3_wrapper {
 background-color: white;
}

#flyTabs4_wrapper {
 background-color: white;
 background:transparent url(background.gif) no-repeat top right; 
}

#flyTabs5 {
 left: -10px;
}

#flyTabs5 .tabOff {
 border: none;
 background-color: E2CD95;
 padding: 20px;
 margin-right: 10px;
}

#flyTabs5 .tabOff a {
 padding: 2px;
 background-color: white;
}

#flyTabs5 .tabOn {
 border: none;
 background-color: gray;
 padding: 20px;
 margin-right: 10px;
}

#flyTabs5 .tabOn a {
 padding: 2px;
 background-color: white;
}

#flyTabs5 .tabPinned {
 border: none;
 background:transparent url(logo-50x50.gif) no-repeat top center; 
 padding: 20px;
 margin-right: 10px;
 left: -1px;
}

#flyTabs5 .tabPinned a {
 padding: 2px;
}

#flyTabs6 {
 left: -10px;
}

#flyTabs6 .tabOff {
 border: none;
 background:transparent url(dot.gif) no-repeat top center; 
 padding: 20px;
 margin-right: 10px;
}

#flyTabs6 .tabOff a {
 padding: 2px;
 background-color: white;
}

#flyTabs6 .tabOn {
 border: none;
 background:transparent url(dot.gif) no-repeat top center; 
 padding: 20px;
 margin-right: 10px;
}

#flyTabs6 .tabOn a {
 padding: 2px;
 background-color: white;
}

#flyTabs6 .tabPinned {
 border: none;
 background:transparent url(seldot.gif) no-repeat top center; 
 padding: 20px;
 margin-right: 10px;
 left: -1px;
}

#flyTabs6 .tabPinned a {
 padding: 2px;
}