/*----------------------------------------------------------------------
  ------------------ Стили, используемые во всех сервисах --------------
  ----------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-style: normal;
  font-family: "Trebuchet MS", "Verdana", "Tahoma", Sans-Serif;
  font-size: 90%;
}

table {
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
}

table.markup {
  width: 100%;
  height: 100%;
}

h5, h6 {
  font-size: 90%;
}

a {
/*    color: #454545;*/
    color: #264DB4;
/*  color: #262787;*/
}

a:hover {
  color: black;
  text-decoration: underline;
}

ul {
  list-style: disc outside;
  list-style-image: url("/img/point_ul.gif");
}

img {
  border: 0;
}

input.grey_button {
  background: #f5f5f5;
  background-image: url('/img/bg_button.gif');
  background-repeat: repeat-x;
  background-position: top;
  border: 0;
}

div.title {
  background: #f5f5f5;
  background-image: url("/img/title_bg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  border: #e5e5e5 solid 1px;
  padding: 3px;
}

div.banner {
  text-align: center;
  margin-bottom: 20px;
/*  width: 200px; */
}

div.banner img {
  border: #72abbe solid 1px;
}

span.ctrlstyle {
  font-size: 80%; 
  font-family: tahoma;
  color: #828282;
}

div.pageindex {
  text-align: center;
  margin: 10px 0;
}

div.pageindex a {
  text-decoration: none;
}

/*----------------------------------------------------------------------
  --------------------------------- top --------------------------------
  ----------------------------------------------------------------------*/

table.markup td.top_markup {
  height: 193px;
}

table.markup td.top_markup table.top_table {
  width: 100%;
  height: 196px;
}

table.top_table td.top_left {
  width: 770px;
  height: 171px;
}

table.top_table td.bottom_left {
  width: 770px;
  height: 25px;
  background-image: url("/img/top_left_bottom.png");
  background-repeat: no-repeat;
  background-position: top left;
}

table.top_table td.top_right {
  height: 171px;
  background-image: url("/img/top_right_top.png");
  background-repeat: no-repeat;
  background-position: top left;
}

table.top_table td.bottom_right {
  height: 25px;
  background-image: url("/img/top_right_bottom.png");
  background-repeat: no-repeat;
  background-position: top left;
}

/*----------------------------------------------------------------------
  --------------------------------- middle -----------------------------
  ----------------------------------------------------------------------*/

table.markup table.middle td {
  vertical-align: top;
}

table.markup table.middle td.left_menu {
  width: 200px;
  background-image: url("/img/menu.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

table.markup table.middle td.right_menu {
  width: 200px;
  background-image: url("/img/menu.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

table.markup table.middle div.menu {
  background-image: url("/img/menu.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  color: #264DB4;
}

table.middle table.menu {
  width: 88%;
  margin-left: 11px;
  border: 0;
  margin-top: 15px;
}

table.menu td {
  height: 16px;
}

table.middle table.login {
  margin-top: 0;
}

table.middle table.login td {
/*  color: #454545;*/
  color: #264DB4;
  font-size: 85%;
}

table.middle table.login input {
  font-family: "Trebuchet MS", "Verdana", "Tahoma", Sans-Serif;
  border: #cccccc solid 1px;
  background-color: white;
  height: 18px;
}

table.middle table.login div.grey_button {
  border: #e5e5e5 solid 1px;
  width: 50px;
}

table.middle table.login input.button_login {
  border: 0;
  width: 50px;
  background: #f5f5f5;
  background-image: url('/img/bg_button.gif');
  background-repeat: repeat-x;
  background-position: top;
  padding: 0 7px;
}

img.img_menu {
  margin: 0 3px 2px 5px;
  width: 6px;
  height: 7px;
}

/*
a.menu {
  display: block;
  color: #828282;
  text-decoration: none;
}
*/

a.menu {
  display: block;
  color: #264DB4;
  text-decoration: none;
}

a.menu:hover {
  display: block;
  color: black;
  background-color: #f5f5f5;
  text-decoration: none;
}

table.middle table.title_part {
  width: 100%;
  empty-cells: show;
}

/*
table.title_part td {
  color: #2b66c2;
  border-bottom: #f05d49 solid 4px;
  white-space: nowrap;
}
*/

table.title_part td {
  color: #264DB4;
  border-bottom: #f05d49 solid 4px;
  white-space: nowrap;
}

table.title_part td.title_left {
  font-size: 150%;
}

table.title_part td.title_left_small {
  font-size: 110%;
  border-bottom: #f05d49 solid 2px;
  padding: 0;
}

/*
table.title_part td.title_right {
  border-bottom: #0094db solid 4px;
  width: 100%;
}
*/

table.title_part td.title_right {
  border-bottom: #B8C4E6 solid 4px;
  width: 100%;
}

table.title_part td.title_right_small {
  border-bottom: #0094db solid 2px;
  width: 100%;
}

/*----------------------------------------------------------------------
  --------------------------------- bottom -----------------------------
  ----------------------------------------------------------------------*/

table.markup td.bottom_markup {
  height: 50px;
}

table.markup td.bottom_markup table.bottom_table {
  width: 100%;
  height: 50px;
  border-top: #f5f5f5 solid 1px;
  background-image: url("/img/bottom.gif");
  background-repeat: repeat-x;
  background-position: top left;
}

table.bottom_table td.bottom_logo {
  width: 200px;
  height: 50px;
  font-size: 8pt;
  color: #454545;
}

table.bottom_table td.bottom_right {
  width: 28%;
  height: 50px;
  vertical-align: middle;
  color: #828282; 
  font-size: 9pt;
  text-align: center;
}
