
/* Background-Color */
body { background: #ff; }

/* Font-Size and Color */
color: #000;
font-size: 13px;

/* Border */
border: 1px solid #000000;

/* Border-Radius */
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;

/* Gradient */
background: #fff;

/* Box-Shadow */
-webkit-box-shadow: 0px 0px 0px 0px #000;
-moz-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;

/* Text-Shadow */
text-shadow: 0px 0px 0px #000;


table {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 14px;
  background: white;
  max-width: 70%;
  width: 70%;
  border-collapse: collapse;
  text-align: left;
}
th {
  font-size: 13px;
  font-weight: normal;
  background: #b9c9fe;
  border-top: 4px solid #aabcfe;
  border-bottom: 1px solid #fff;
  color: #039;
  padding: 8px;
}
td {
  background: #e8edff;
  border-bottom: 1px solid #fff;
  color: #669;
  border-top: 1px solid transparent;
  padding: 8px;
}
tr:hover td {background: #ccddff;}

#header-fixed { 
    position: fixed; 
    top: 0px;
    display:none;
    }
#follow {
margin: 0px;
background: e6eeee;
z-index: 2;
position: fixed;
top: 670px;
left: 880px;
}


 A {
    text-decoration: none; /* Убирает подчеркивание для ссылок */
   } 
   A:hover { 
    text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
    color: red; /* Ссылка красного цвета */
   } 

.add {
width:  16px;  // длина кнопки
height: 16px; // высота кнопки
margin: 0;
padding:0;
border: 0;
background: transparent url(‘/images/bd_insrow.png’) no-repeat center top;
text-indent: -1000em;
cursor: pointer;
cursor: hand;
}


.container {
  overflow-y: auto;
  height: 91%;
}

section {
  position: relative;
  border: 1px solid #000;
  padding-top: 29px;
  background: white;
}

th div{
  position: absolute;
  background: transparent;
  color: #039;
  padding: 9px 25px;
  top: 0;
  margin-left: -25px;
  line-height: normal;
  font-size: 12px;
  border-left: 1px solid transparent;
}

th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #039;
  border: none;
  white-space: nowrap;
}
td + td {
  border-left:1px solid #eee;
}

