body {
  padding: 0px;
  margin: 0px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

table {
  border-collapse: collapse;
  margin: 0px;
}

.layout-body {

}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.logo {
  position: relative;
  left: 30px;
  top: 0px;
}

.ico {
    position: relative;
    top: 3px;
}

.ico_logout {
    position: relative;
    top: 1px;
    right: 3px;
}

p a {
    color: #003399;
}




.layout-top {
  height: 50px;
  background-color: #003399;
  color: #000;
  background-position: top left;
  background-repeat: repeat-x;
  color:#fff;
}

a.logout {
  color: #fff;
  text-decoration: none;
}

.logout span {
 position: relative;
 bottom: 4px;

}



.layout-left {
  width: 180px !important;
  vertical-align: top;
  background-color: #EDEDED;
  border-right: 1px solid #A9B9C9;
  border-bottom: 1px solid #A9B9C9;
}

.layout-content {
   width: 100%;
   padding: 10px 10px 0px 10px;
   vertical-align: top;
}

.box-left, .box-left-results {
 /* border-bottom: 1px solid #A9B9C9; */
  height: 250px;
  width: 180px;
  overflow: hidden;

}

.box-left-results {
  height: 100px;
  background-color: #ededed;
}


.navibar {
  background-image:url("/public/admin/img/bg/vista_back.gif");
  background-repeat:repeat-x;
  color: #1C3E7E;
  padding-left: 10px;
  font-weight: bold;
}

a.main-menu, a.main-menu-sub {
  display: block;
  width: 180px;
  height: 25px;
  background-image:url("/public/admin/img/bg/button.gif");
  background-repeat:no-repeat;
  border-bottom: 1px solid #A9B9C9;
  color:#1C3E7E;
  text-decoration: none;
  font-weight: bold;
}

a.main-menu-sub {
   color:#1C3E7E;
   background: #fff;
}


a.main-menu:hover {
  background-image: url("/public/admin/img/bg/button_over.gif");
}

a.activized {
  background-image: url("/public/admin/img/bg/button_active.gif");
}


a.main-menu img {
  padding: 5px 0px 0px 8px;
  float: left;
}

a.main-menu p, a.main-menu-sub p {
  padding: 6px 0px 0px 40px;
}

.div-submenu {
  visibility: hidden;
  display: none;
}

.open {
  visibility: visible;
  display: block;
}



#TableGrid {
  width: 100%;
  /*min-height: 487px;*/
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #DFE8F7;
  border-bottom: 1px solid #A9B9C9;
  border-left: 1px solid #A9B9C9;
  border-right: 1px solid #A9B9C9;
}

.header-top {
  width: 100%;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/public/admin/img/bg/header-top.gif");
  background-repeat: repeat-x;
  background-position: top left;
  position: relative;
  border-right: 1px solid #A9B9C9;
  border-left: 1px solid #A9B9C9;
  z-index: 0;
}

.header-top img {
  position: absolute;
  left: -1px;
  top: 0px;
  z-index: 2;
}

.header-top span {
  display: block;
  color:#1C3E7E;
  font-weight: bold;
  padding-left: 35px;
  padding-top: 6px;
  position: relative;
  z-index: 3;
}

.SearchBar {
  background-color: #B9D0EF;
  height: 16px !important;
}

.sbsep {
 padding-left: 7px;
 padding-right: 7px;
 position: relative;
 top: 2px;
}


div.htmltooltip {
  position: absolute;/*leave this and next 3 values alone*/
  z-index: 1000;
  left: -1000px;
  top: -1000px;
  background-color: #FFF8D3;
  border: 1px solid #aaa;
  color: #000;
  padding: 5px;
  width: 250px;
  min-height: 50px
}


.grid-form-content {
  margin-left: auto;
  margin-right: auto;
  background-color: #DFE8F7;
}

/* actual, previous colliding TBD */
table {
  border-collapse: collapse;
}

.grid a {
  color: #1C3E7E;
}

.grid a:hover {
  color: #000;
}



.grid {
  width: 100%;
}


.grid th, th {
  background-color: #e1e1e1;
  color: #1C3E7E;
  height: 23px;
  vertical-align: middle;
  text-align: left;
  background-image: url("/public/admin/img/bg/table-head.gif");
  background-repeat: repeat-x;
  background-position: top left;
  border-right: 1px solid #CFD0D1;
  border-bottom: 1px solid #CFD0D1;
  padding: 0px 0px 0px 5px;
}

.grid th img {
  float: left;
  padding: 0px 8px 0px 5px;
}


.grid td {
  border-bottom: 1px solid #ddd;
  height: 14px;
  padding: 3px 5px 3px 5px;
}

.grid_pager {
    float: right;
    height: 30px;
}

a.pagbox, a.pagbox_active {
     float: left;
     display: block;
     min-width: 15px;
     padding: 3px 5px 3px 5px;
     margin: 0px 8px 0px 0px;
     border: 1px solid #c1c1c1;
     text-align: center;
     color: #000;
     text-decoration: none;
     background-color: #B9D0EF;
 }

 a.pagbox:hover, a.pagbox_active {
     background-color:#1C3E7E;
     color: #fff;
 }

.first, .first_sc {
  background-color: #fff;
}

.second, .second_sc {
  background-color: #f6f6f6;
}

.change, .change_sc {
  background-color: #FFF493;
}

.new_item, .new_item_sc {
  background-color: #FFE4E1;
}

.bold_item {
  font-weight: bold;
}

.nonvalid {
  color: #bbb;
  font-style: italic;
  text-decoration: line-through;
}

.vysedly {
  color: #bbpx;
  font-style: italic;
}

.over {
  background-color: #D2E4F4;
}

.res-ok {
  background-color: #CDF8CD;
}

.res-ko {
   background-color: #FACBCC;
}

.res-wa {
  background-color: #F0E68C;
}


.neni {
  visibility: hidden;
  display: none;
}

.hand {
  cursor: hand;
}

.hidden_tree {
  visibility: hidden;
  display: none;
}

.blue {
  color: #1C3E7E;
}

th.pismeno {
  text-align: center;
  width: 20px;
}

th.pismeno_active {
  text-align: center;
  width: 20px;
  background: #FFDB76;
}

th.pismeno_disabled {
  text-align: center;
  width: 20px;
  background: #ddd;
}

td.right {
  text-align: right;
}

h2 {
  color: #1C3E7E;
  font-size: 13px;
  margin: 15px 0px 5px 0px;
}

h3 {
   color: #1C3E7E;
  font-size: 13px;
   margin: 0px 0px 5px 0px; 
}

























