a:link{text-decoration:none;font-size:11px;color:navy}
a:visited{text-decoration:none;font-size:11px;color:navy}
a:hover{text-decoration:none;font-size:11px;color:red}
a.desc:link{text-decoration:none;font-size:11px;color:navy}
a.desc:visited{text-decoration:none;font-size:11px;color:navy}
a.desc:hover{text-decoration:none;font-size:11px;color:red}
a.menu:link{text-decoration:none;font-size:11px;color:navy}
a.menu:visited{text-decoration:none;font-size:11px;color:navy}
a.menu:hover{text-decoration:none;font-size:11px;color:red}
body{font-family:"Verdana";font-size:11px}
img { border-color: black;}
table{font-family:"Verdana";font-size:11px}
A.clSlideLinks{font-family:Verdana, Helvetica, Helv; font-size:11px; font-weight:bold; text-weight:bold; color:white}
p{margin-top:4; margin-bottom:1;}






        pre 
        { 
            
           
      white-space: pre;         /* CSS2 */
      white-space: pre-wrap; /* CSS 2.1 */
      white-space: pre-line;   /* CSS 2.1/3 */

      white-space: -moz-pre-wrap; /* Mozilla */
      white-space: -hp-pre-wrap;   /* HP printers */
      white-space: -o-pre-wrap;     /* Opera 7 */
      white-space: -pre-wrap;       /* Opera 4-6 */

      word-wrap: break-word;       /* Только для динозавра IE */


        } 



textarea{
	width: 400px;

}


input{
	width: 400px;

}




/* BUBBLE TOOLTIP */
a.tt {cursor: help;}
.tt {
  font-size: .9em;
  font-weight: normal;
  text-decoration:none;
  text-align: left;
}
.tt span { display: none; background:transparent;}
/*background:; ie hack, something must be changed in a for ie to execute it*/
.tt:hover {   position:relative;text-decoration:none; z-index:1000;  background:transparent;}
.tt:hover span.tooltip {
  color: #111;
  display:block;
  position:absolute;
  top:0px; left:-10px;
  padding: 15px 0 0 0;
  width:200px;
  text-align: left;
  text-decoration:none;
  z-index: 2000;
}
.tt:hover span.top {
  display: block;
  padding: 30px 8px 0;
  background: url(images/bubble.gif) no-repeat top;
}
.tt:hover span.middle { /* different middle bg for stretch */
  display: block;
  padding: 0 8px; 
  background: url(images/bubble_filler.png) repeat bottom; 
}
.tt:hover span.bottom {
  display: block;
  padding:3px 8px 10px;
  
  background: url(images/bubble.gif) no-repeat bottom;
}
.tt .fakeLink {text-decoration: underline;}

.im {cursor: url(scripts/graphics/zoomin.cur), pointer;}


/* заголовки таблицы */
table.sortable thead td{
cursor:hand;
}

/* заголовок отсортированного столбца */
table.sortable thead td.curcol{
cursor:hand;
}