body, table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
} 

body {
  margin: 0;
  padding: 0;
} 

/*
a:link, a:visited {
  color: #00A;
}
*/


/*
a.button  {
  display: block;
  height: 25px; 
  line-height: 25px;
  color: #00FFFF;
}
*/

/* begin css tabs */

ul#tabs { /* general settings */
  text-align: left; /* set to left, right or center */
  border-bottom: 1px solid #B5B5B5; /* set border COLOR as desired */
  list-style-type: none;
  padding: 3px 10px 4px 10px; /* THIRD number must change with respect to padding-top (X) below */
  font-size: 9pt;
}

ul#tabs li { /* do not change */
  display: inline;
}

body#active-tab li.active-tab, body#tab li.tab, body#tab li.tab, body#tab li.tab { /* settings for selected tab */
  border-bottom: 1px solid #fff; /* set border color to page background color */
  background-color: #fff; /* set background color to match above border color */
}

body#active-tab li.active-tab a, body#tab li.tab a, body#tab li.tab a, body#tab li.tab a { /* settings for selected tab link */
  font: bold; /* set font as desired */
  background-color: #fff; /* set selected tab background color as desired */
  color: #000; /* set selected tab link color as desired */
  position: relative;
  padding-top: 3px; /* must change with respect to padding (X) above and below */
}

ul#tabs li a, ul#tabs li a#loading-a { /* settings for all tab links */
  padding-right: 3px;
  margin-bottom: -6px;

  border: 1px solid #B5B5B5; /* set border COLOR as desired; usually matches border color specified in #tabs */
  color: #666; /* set unselected tab link color as desired */
  margin-right: 0px; /* set additional spacing between tabs as desired */
  text-decoration: none;
  border-bottom: none;
}

ul#tabs li a { /* settings for all tab links */
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 4px;
  background-color: WhiteSmoke; /* set unselected tab background color as desired */
}

/* èíäèêàòîð çàãðóçêè âíóòðè òàáà */
ul#tabs li a#loading-a { 
  color: #000;
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 3px;
  background-color: #fff;
}

ul#tabs a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

.button-ok, {
  padding: 5px;
  width: 200px;
  height: auto;
  border: solid 1px #DEDEDE;
  background-color: #F5F5F5;
  color: #52925E;
  font: bold;
  text-decoration: none;
}

a.button:hover, a.button-ok:hover {
  background-color: #E6EFC2;
  border: solid 1px #CFCFCF;
}

.button-cancel, {
  padding: 5px;
  width: 200px;
  height: auto;
  border: solid 1px #DEDEDE;
  background-color: #F5F5F5;
  text-decoration: none;
  color: #555;
}

a.button-cancel:hover {
  background-color: #E8E8E8;
  border: solid 1px #CFCFCF;
}

a.button {
  padding: 3px;
  height: auto;
  border: solid 1px white;
}

/* âûäåëåíèå àêòèâíîé ÿ÷åéêè öâåòîì */

td.cell a {
  border: solid 0px white;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px 3px 6px 7px;
  text-align: center;
}

td.selected a{
  border: solid 2px #B5B5B5;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1px 1px 4px 5px;
  text-align: center;
}

td.cell a:hover, td.cell a:active {
  border: solid 1px #B5B5B5;
  padding: 2px 2px 5px 6px;
}

td.text-cell {
  padding: 2px 3px 5px 5px;
  text-align: center;
}

td.text-cell-left {
  padding: 3px 3px 4px 5px;
}

td.button-cell:hover a {
  border: solid 0px white;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px 2px 5px 7px;
  text-align: center;
}


td.disabled-cell, a.disabled-cell {
  color: '#CFCFCF';
}


.add-button {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  background: #EEE;

  color: #52925E;
  font: bold 10px/22px;

  text-decoration: none;
  height: 1%; /*For IE*/
}

.add-what-menu {
  position: absolute;
  list-style-type: none;
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 5px;
  margin: 0px;
  background: #EEE;
  width: 200px;
  height: auto;
  text-align: left;
}

.separator {
  background: #E8E8E8;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
} 

.centered {
  font-size: 10pt;
  position: absolute;
  height: 20px;
  width: 500px;
  margin: -10px 0px 0px -250px;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 0px;
  overflow: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}