BODY { background: #FFFFFF; color: #000000;
       font-family: Arial Cyr;
       font-size: 7pt;
background-image: url(/woolussr.jpg)
}
big {       font-size: 9pt;
	    font-weight: bold;
}
td {       font-size: 8pt;
}
A:link { color: #0000FF; }
A:visited { color: #0000FF; }
A:active { color: #0000FF; }
.ThRows { background-color: #A3A3A3; color: #0000FF;
          font-weight: bold; text-align: center;
       font-family: Arial Cyr;
       font-size: 7pt;
}
.TrRows { background-color: #FFFFFF; color: #000000;
       font-family: Arial Cyr;
       font-size: 7pt;
}
.TrId { background-color: #BB77FF; color: #000000;
       font-family: Arial Cyr;
       font-size: 7pt;
}
.TrOdd  {  color: #000000;
       font-family: Arial Cyr;
       font-size: 7pt;
}.TrHover { background-color: #AAAAAA; color: #000000;
       font-family: Arial Cyr;
       font-size: 7pt;
}

#facebox .b {
  background:url(b.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.tooltip{
  position: relative;
  display: inline-block;
  color: #999;
  outline: none;
    }
        
.tooltip span{
  color: #FFF;
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 999;
  width: 330px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #555;
  opacity: .9;
  background-color:#999;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
                                                      
.tooltip:hover{
    border: 0; /* IE6 fix */
}
                                            
.tooltip:hover span{
  visibility: visible;
 }
                                          
.tooltip span:before,
.tooltip span:after{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}
                                                                      
.tooltip span:before{
  border-top-color: #ccc;
  bottom: -8px;
}                                                                                  
