a {
  color: #056295;
}
h1 {
  font-size: 20px;
  font-weight: bold;
}
td {
  font-family: Arial;
  font-size: 12px;
}
td.tab {
  background-color: #DDDDDD;
  border-bottom: 1px #444444 solid;
  border-left: 1px #444444 solid;
  border-top: 1px #444444 solid;
  cursor:pointer;
  font-size: 12;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
}
td.tab_a {
  border-left: 1px #444444 solid;
  border-top: 1px #444444 solid;
  cursor:pointer;
  font-size: 12;
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
}
td.menu_item {
  cursor:pointer;
  color: #333333;
  font-size: 14;
  font-weight: bold;
}
td.menu_item_hover {
  cursor:pointer;
  color: #333333;
  font-size: 14;
  font-weight: bold;
}
td.tel_panel {
  color: #FFFFFF;
  background: #92C4E7 url('../images/sub.gif') repeat-x bottom;
  font-size: 16px;
  padding: 5px;
}
td.block_title {
  color: #807F7F;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
td.block_footer {
  color: #807F7F;
  padding-top: 7px;
  text-decoration: underline;
}
td.employee {
  font-family: Times New Roman;
  font-size: 14px;
}
td.rent {
  font-family: Times New Roman;
  font-size: 14px;
}
td.rent_block {
  border-bottom: 1px #335FB1 dashed;
  padding-bottom: 5px;
  padding-top: 5px;
}
td.tbl_header_cell {
  background: #BECCDA;
  border-left: 1px #FFFFFF solid;
  text-align: center;
  cursor: pointer;
}
td.tbl_cell {
  background: #B1C3D3;
  border-left: 1px #FFFFFF solid;
  cursor: pointer;
}
td.tbl_cell1 {
  background: #BECCDA;
  border-left: 1px #FFFFFF solid;
  cursor: pointer;
}
.header_search {
  color: #1D3050;
  width: 100px;
  font-size: 10px;
  background: #999999;
  border: 1px #325188 solid;
/*
*/
}
.header_search_text {
  color: #1D3050;
  font-size: 10px;
/*
*/
}
.header_search_btn {
  color: #444444;
  width: 100px;
  font-size: 10px;
  background: #BBBBBB;
  border: 1px #325188 solid;
/*
*/
}



td.sub_menu_item {
  padding-left: 7px;
  padding-right: 7px;
  color: #333333;
  font-size: 12px;
  cursor: pointer;
  background: transparent;
  height: 20px;
}

td.sub_menu_item_hover {
  padding-left: 7px;
  padding-right: 7px;
  color: #333333;
  font-size: 12px;
  cursor: pointer;
  background: #74A3D9;
  height: 20px;
}

div.sub_menu {
  position: absolute;
  z-index: 21;
  background: #92C4E7 url('../images/sub.gif') repeat-x bottom;
}

