body, div {
margin:0;
color:#ffd000;
font-family: Trebuchet MS, Tahoma, Arial;
font-size: 14px;
}

.cloud
{
width:350px;
margin:3;
color:#000000;
font-family: Trebuchet MS, Tahoma, Arial;
font-size: 10px;
}

input {
font-family: Trebuchet MS, Tahoma, Arial;
border-top: 1px solid; 
border-left: 1px solid; 
border-bottom: 1px solid; 
border-right: 1px solid;
border-color:yellow;
font-size: 20px;
background: #404040;
}
input.coord_f{
width:400px;
}

h1,h2
{
font-family: Tahoma, ArialBlack;
margin-left:10px;
}

li, p {
font-family: Trebuchet MS, Tahoma, Arial;
margin:10px;
font-size: 20px;
}

A {
color:#ffdd00;
}

.zak {
  width: 40%;
  font-family: Trebuchet MS, Tahoma, Arial;
  font-size: 12px;
  text-align: center;
  height: 30px;
  display: table;
}

.zakl, .zakl_sel, .zakl_sps {
  display: table-cell !important;
  display: inline; /* для IE */
  border-top: 1px;
  border-left: 1px;
  border-bottom-width: thin;
  border-left-width: 3px;
  width:130px;
  padding: 2px;
}

 .zakl_sps {
   width:2px;
   background:#303030;
   }
 
.zakl{
  background:#505050;
}  
.zakl_sel {
  background:#606060;
}


.cellsBlock {
  width: 100%;
  display: table;
  background:#606060;
}

.cellsBlock2 {
  width: 100%;
  nheight: 100%;
  padding: 0px;
  border: 0px;
  display: table;
  background:#303030;
}

.cellsBlock3 {
  width: 100%;
  nheight: 600px;
  display: table;
  background:#606060;
  }

.cellLeft3, .cellRight3 {
  display: table-cell !important;
  display: inline; /* для IE */
}
.cellLeft3 {
  width:15%;
  padding: 5px;
  height:100%;
  }
.cellRight3{
  padding: 0px;
  width:85%;
}

.coord_f {
width:70%;
}

.cellLeft, .cellMiddle, .cellRight , .menu, .map{
  display: table-cell !important;
  display: inline; /* для IE */
  background:#303030;
  padding: 5px;
}
.cellLeft {
  width:12%;
  }
.cellRight{
  text-align:right;
  width:50%;
}
.cellMiddle {
  width:38%;
}

.network-panel, .table_foot {
  padding: 10px;
  display: table-row !important;
  width: 70%;
  background:#303030;
}
.table_header {
padding: 50px;
  width: 100%;
  display: table-row !important;
  background:#000000;
}

