﻿


  body {
  font: 0.75em/110% Verdana,Arial,Helvetica,sans-serif;
  color: #000;
  background-color: #225984
  }

  a, a:visited{
  text-decoration: underline; /*none;*/
  color: #2B61A4;
  }

  a:hover{
  color: #2B61A4;
  }


  #container {
  width: 944px;
  background: #fff;
  padding: 5px 10px 5px 10px;
  border-left: 1px solid #4169e1;
  border-right: 1px solid #4169e1;
  }

  #imapa-header {
  height: 75px;  /* 108px - #imapa-toolbar.height */
  background: #f8e8d0;
  color: #fff;
  }

  /*
  #imapa-footer {
  padding: 3px;
  background: #ccc;
  color: #888;
  }
  */

  #imapa-toolbar {
  height: 20px;
  background: #DB9957;
  font-family: Arial Narrow;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  }

  #imapa-mapwindow {
  width: 694px;
  }

  #sidebar {
  width: 250px;
  background: #fff;
  }

  #imapa-toolbar-left {
  display: inline;
  }

  #imapa-toolbar-right {
  padding-top: 3px;
  }

  #imapa-toolbar-right li.tbr-item {
  padding-left: 16px;
  }

  .popup-menu-main {
  width: 150px;
  background-color: #f1d1a3;
  border: 1px solid #888;
  }

  .popup-menu-item {
  background-color: #fff;
  margin-left: 15px;
  width: 125px;  /* popup-menu-main.width - 2*popup-menu-main.border.width - self.margin-left */
  padding: 5px 5px 5px 5px;
  }

  .popup-menu-item:hover {
  background-color: #f8e8d0;
  }

  #sidebar div.sidebar-title {
  color: #D78C42;
  }

  #sidebar input.searchbox {
  padding: 1px 0px 1px 18px;
  background: #fcfcfc url(www/images/dynamic/tsk-praha/search-box.png) no-repeat 2px 2px;
  }

  #sidebar .search-item {
  border-bottom: 1px solid #eaeaea;
  }

  #sidebar .search-item-hover {
  background-color: #f3f3f3;
  }

  #sidebar #search-info {
  margin: -5px -5px 20px -5px;
  padding: 10px 15px 5px 15px;
  background-color: #F8E8D0;
  border-bottom: 1px solid #e0e0e0;
  }


