table.content {
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  border-left: solid 0px #000000;
  border-right: solid 0px #000000;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  height: auto;
  font-family: "Verdana";
  font-size: 12px;
}
table.content thead td {
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  border-left: solid 0px #000000;
  border-right: solid 0px #000000;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: #fff;
  background-color:#00529c;
  vertical-align: middle;
  white-space:nowrap;
}
table.content tbody td {
  background-color:#CCCCCC;
  border-top: solid 0px #000000;
  border-bottom: solid 0px #000000;
  border-left: solid 0px #000000;
  border-right: solid 0px #000000;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: #000;
  vertical-align: center;
}

table.content thead td a:link, table.content-edit thead td a:link{
  margin:0px;
  color:#4786FF;
  text-decoration: none;
}
table.content thead td a:visited, table.content-edit thead td a:visited{
  color:#4786FF;
}
table.content thead td a:hover, table.content-edit thead td a:hover{
  color:#00ff00;
}
table.content thead td a.selected, table.content-edit thead td a.selected{
  color:#00ff00;
}
table.content thead td a.selected_arrow, table.content-edit thead td a.selected_arrow{
  color:#00ff00;
}


table.content thead td.menu {
  width: 60px;
  text-align: center;
}

table.content tbody td.menu {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

table.content tbody td.data {
  text-align: left;
  white-space: nowrap;
}

table.content tbody td.center {
  text-align: center;
  white-space: nowrap;
}

table.content thead td.desc {
  min-width: 300px;
}


table.content tbody td.waluta {
  text-align: right;
  white-space: nowrap;
}

table.content tbody td.msg_noitems {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

table.content-menu {
    padding-bottom: 3px;
    width: 100%;
}
table.content-menu td.found {
    text-align: left;
    vertical-align: bottom;
}

table.search td {
    background-color: #a8a9ad;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

table.search td.thead {
    background-color: #00529c;
    color: white;
    text-align: left;
}
table.search td.submit {
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
}

table.content-edit td {
    background-color: #a8a9ad;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

table.content-edit td.thead {
    background-color: #00529c;
    color: white;
    text-align: left;
}
table.content-edit td.submit {
    text-align: center;
}

table.content-edit td.msg {
    background-color: #fff;
    color: red;
    text-align: left;
}