object, iframe, label {
margin: 0;
padding: 0;
border: 0;
outline: 0;                          /* эксперимент, был 0 */
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
background: transparent;
}
:focus {
outline: 0;
}
body  {
                  margin: 0;
                  background:#224C98; /* общий фон сайта */
                  padding: 0;
                  text-align: center;           /* this centers the container in IE 5* browsers. 
                  The text is then set to the left aligned default in the #container selector        */
                  font: 14px Helvetica, Arial, sans-serif;          /* text: #FF0000;*/
	          color: #003366;   /* цвет обычного, незаглавного шрифта на фоне сайта       */
} 
.body #container {
		  width: 800px; 
                  margin: 0 auto;   /* the auto margins (in conjunction with a width) center the page */
		  text-align: left; /* this overrides the text-align: center on the body element.     */
}
.body #header {
	          text-align: center;
      	          padding: 0;       /* эксперимент, был 0   */
                  width: 800px;     /* эксперимент, был 800 */
	          height: 110px;    /* эксперимент, был 100 */ 
} 
.body  img {
                   border-top: 4px solid #0000FF;
		   border-left: 4px solid #0000FF;
                   border-right: 4px solid #87CEFF;
                   border-bottom: 4px solid #87CEFF;
	           padding: 0;
}

.body #header h1 {
                   text-align: center;
                   font-size: 22px;
                   color: #FFFFFF;
        	   font-weight: bold;
                   text-shadow: 3px 3px 4px DarkBlue;
}
.body #header h2 {
                   text-align: center;
                   font-size: 16px;
 	           color: #003366;
	           font-weight: bold;
                   text-shadow: 1px 1px 1px White;  
}
.body #menu {
		   float: left;  /* since this element is floated, a width must be given */;
		   width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border
                                 /* in addition to the width; the background color will be displayed for the length of the content in the column, but no further */;
 		   font-size: 14px;
		   line-height: 14px;
		   color: #004466; 
		   padding-left:4px; 
		   padding-right:2px;  
		   padding-top:20px; /* эксперимент, был 100 */
		   padding-bottom:10px;
} 
.body #menu div{
		   padding-bottom: 4px;
                   padding-left: 4px; 
                   background: #BFEFFF; 
                   border: 1px solid #00BFFF;
} 

.body #content {
		   padding: 0px 0px 0px 10px;
		   margin: 0px 0px 0px 128px;
                   border-left: 3px;
		  /* border:solid #00BFFF; */
} 
.body #content div {
		   padding: 0px 0px 0px 0px;
		   text-align: left;
}  
.body #content h2, #cnt h2 {				
                   font-weight: bold;
                   text-align: left;
                   font-size: 16px; 
                   color: #FFFFFF;
} 
.body #content tabl {
                   width: 100%;
                   padding: 1px 0 1px 0;
                   margin: 0 auto;
                   color: #0000FF; 
}
.body #content table.tabl_param #panel {                  
                  position: absolute; 
                  margin-left: 250px; 
                  margin-top: 5px;
                  z-index: 5;
                  background-color: #fff;
                  padding: 1px;
                  border: 1px solid #999;
}
.body #content table.tabl_param #panel1 {
                  text-align: center;                  
                  font-style:bold; 
		  font-size:9px; 
		  font-family:Arial, Helvetica, sans-serif;
                  color: #FFFFFF;       /* цвет шрифта белый */
                  background: #000080;
}

.body #cnt {
                  padding: 0px 0px 0px 10px;
                  margin: 0px 0 0 128px;
                  border-left: 3px solid #00BFFF;
}
.body #cnt table.tabl_param #panel {                  
                  position: absolute; 
                  margin-left: 250px; 
                  margin-top: 5px;
                  z-index: 5;
                  background-color: #fff;
                  padding: 1px;
                  border: 1px solid #999;
                  table-layout: fixed;
}
.body #cnt table.tabl_param #panel1 {
                   text-align: center;                  
                   font-style:bold; 
		   font-size:9px; 
		   font-family:Arial, Helvetica, sans-serif;
                   color: #FFFFFF;       /* цвет шрифта белый */
                   background: #000080;
}

.body #map-canvas      { 
                   border: 3px solid #0000FF;  /* сделаем рамку в 3 пикселя               */
                   z-index: 4;
                   box-shadow: 5px 5px 5px 2px #87CEFA; /* с тенью, 1 - on x, 2 - on y, 3 - размытие, 4 - растяжение */ 

}                       

.body #cnt div {
		   padding: 0px 0px 0px 0px;
		   text-align: left;
} 
.body #cnt select.date {
                   font: 14px Helvetica; 
                   font-weight: bold;
                   color: red;
}
.body #cnt table {
                   width: 670px;
                   margin: 0 auto;
                   marginwidth: 1;
                   padding: 0px 0px 0px 0px;
                   border-left: 3px solid #0000FF;
                   border-top: 3px solid #0000FF;
                   border-right: 3px solid #87CEFF;
                   border-bottom: 3px solid #87CEFF;
                   bordercolordark: #003366;
                   bordercolorlight: #C0C0C0; 
                   position: relative;
}

.body #cnt table.tabl_param {
                   width: 610px;
                   margin: 0 auto;
                   marginwidth: 1;
                   padding: 0px 0px 0px 0px;
                   position: relative;
}

.body #cnt table th {           
                   color: #000080;
                   font-size:11px;
                   border: 1px ridge #000080;
                   bordercolordark: #003366;
                   bordercolorlight: #C0C0C0; 
                   border-left: 1px solid #0000FF;
                   border-top: 2px solid #0000FF;
                   border-right: 1px solid #87CEFF;
                   border-bottom: 2px solid #87CEFF;
                   background:#B0E2FF;
                   text-align: center;
                   marginwidth: 1;
}

.body #cnt table.tabl_param th {           
                   color: #000080;
                   font-size:11px;
                   text-align: center;
}
.body #cnt table th.tabl_title {           
                   font-size:9px;
}
.body #cnt table td {
                   text-align: center;
                   font-size:12px;
                   width: 36px;
                   border: 1px ridge #000080;
                   bordercolordark: #003366;
                   bordercolorlight: #C0C0C0; 
                   border-left: 1px solid #0000FF;
                   border-top: 1px solid #0000FF;
                   border-right: 1px solid #87CEFF;
                   border-bottom: 1px solid #87CEFF;
}
.body #cnt table.tabl_param td {
                   text-align: center;
                   font-size:12px;
}
.body #cnt table td.date {
                   text-align: center;
                   font-weight: bold;
                   width: 100px;
                   color: #000080;
                   background:#B0E2FF;
}
.body #cnt table td.date_today { 
                   background: #00BFFF;
}
.body #cnt table td.date_ros {
                   text-align: center;
                   background: #FFF5EE;
}
.body #cnt table td.date_yel {
                   text-align: center;
                   background: #FFFFF0;
}
.body #cnt table td.date_gre {
                   text-align: center;
                   background: #F0FFF0;
}
.body #cnt table td.date_blu {
                   text-align: center;
                   background: #F0FFFF;
}
.body #cnt table td.date_fio {
                   text-align: center;
                   background: #D3D3D3;
}
.body #footer { 
		/* this padding matches the left alignment of the elements in the divs that appear above it. */
		   border-top:3px solid  #0000FF; 
		   font-style:normal; 
		   font-variant:normal; 
		   font-weight:normal; 
		   font-size:13px; 
		   font-family:Arial, Helvetica, sans-serif; 
		   position:relative; 
		   padding-left:5px; 
		   padding-right:5px; 
		   padding-bottom:5px;
}
.menu_parent {
		   color: #000000;
		   font-style: italic;
                   font-weight: bold;
} 
.body #footer.light {
                   font-family: serif; 
                   font-size: 16px;
}
.footer_link {     color: #000000;
                   font-size:12px;
}
.footer_link hover {text-decoration: underline;}

.select_title {    padding-left: 8px;
		   text-align: left;
		   color: #000000;  
		   font-weight: bold;
		   font-size: 12px 12px Helvetica;
}
.select {
                   width: 200px;
                   padding-left: 8px;
		   text-align: left;
                   margin: 0 0 0 30px;
                   position: relative;
                   font: 14px Helvetica; 
                   font-weight: bold;
                   color: #000000;
                   border: 1;
                   bordercolor: #FFFF00; 
}
A       {
		   text-decoration: none;
      		   color: #000099;
}
A:link            {color: navy;} 
A:active          {color: #FF0000;}            /* red      */
A:hover, A:visited:hover {color: #0000FF;} 
/* A:visited {color: cian;}  */

.clear_float { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
                  clear:both;
                  height:0;
                  font-size: 1px;
                  line-height: 0px;
}
.menu_valid  ul { padding: 0;                  /* убираем отступы */ 
                  margin: 0;
                  list-style: none;            /* delete points */
                  position: relative;          /* присвоим относительное позиционирование */
}
/* зададим стиль для анкора в списке */
.menu_valid li a, .menu_valid li a:visited {
                  display: block;              /* обязательно блочное отображение */
}
.menu_valid li a:hover { color: #1E90FF;}      /* меняем цвета при наведении      */

.submenu li {     margin: 7px;
                  z-index:100;                 /* меню всегда будет сверху        */ 
}
/* скрываем вложенные пункты меню */
.menu_valid li ul { visibility: hidden;
                    position: absolute;
                    width: 140px;
                    background: #ffffff;
                    border: 3px solid #00BFFF;   /* сделаем рамку в 3 пикселя */
                    box-shadow: 5px 5px 5px 2px #87CEFA; /* с тенью, 1 - on x, 2 - on y, 3 - размытие, 4 - растяжение */ 
                    left: 80px;
                    top: 10px;
                    z-index:100;                 /* меню всегда будет сверху */ 
}
.menu_valid li:hover {position: relative;}       /* отображаем вложенное меню при наведении мыши */

.menu_valid li:hover > ul {visibility: visible;}

.menu_valid li:hover > a {color:#1E90FF;}        /* выделяем родительские пункты, при наведении на дочерние */