.cur_p {
  cursor: pointer;
}
.f_r {
  float: right;
}
.f_l {
  float: left;
}
.c_r {
  clear: right;
}
.c_l {
  clear: left;
}
.f_b {
  font-weight: bold;
}
.t_r {
  text-align: right;
}
.t_l {
  text-align: left;
}
.t_c {
  text-align: center;
}

.d_n {
  display: none;   
}

.pad_r_10 {
  padding-right: 10px;
}

.rad5 {
  border-radius: 5px;
}

.wou {
  text-decoration: none;
}

.icon16 {
  height: 16px;
  width: 16px;
  display: inline;
}

.back_w {
  background: white;
}
.see{
  border: red 1px solid;
}

.cl_0{
  background-color: #f99 !important; /* розовый */
}
.cl_1{
  background-color: #9f9 !important; /* зелёный */
}
.cl_2{
  background-color: #99f !important; /* сиреневый */
}
.cl_3{
  background-color: #f9f !important; /* ярко-розовый */
}
.cl_4{
  background-color: #fff !important; /* белый */
}
.cl_5{
  background-color: #9ff !important; /* голубой */
}
.cl_6{
  background-color: #ff9 !important; /* жёлтый */
}
.cl_7{
  background-color: #999 !important; /* серый */
}
.cl_9 {
  background-color: red !important; /* ошибка */
}