html {
  width:        100%;
  height:       100%;
  padding:      0px;
  margin:       0px;
}


body {
  font-family : verdana, helvetica, sans-serif;
  font-size: 11px;
  margin: 8px;
  background-color: #f5f5f5;
}

#body {
  width:        100%;
  height:       100%;
  overflow:     auto;
  position:     relative;
  z-index:      2;
}

table {
  font-size: 11px;
  /*border-collapse: collapse;*/
  border-spacing: 0px;
  empty-cells: show;
}

.table {
  border: 1px solid #999999;
  padding: 2px;
}

A,
A:hover,
A:visited {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}

.tableHdr,
.tableHdrM {
  font-weight: bold;
  color: #ffffff;
  background-color: #cc0000;
  padding: 2px;
  border-bottom: 1px solid #999999;
}
.tableHdrM {
  border-left: 2px solid #ffffff;
}
.tableHdr,
.tableHdrM {
  /*cursor: pointer;*/
}

.tableRow {
  background-color: #bbbbbb;
  padding: 2px;
}
.tableRow0,
.tableRowM0 {
  background-color: #bbbbbb;
  border-bottom: 1px solid #999999;
  padding: 2px;
}
.tableRow1,
.tableRowM1 {
  background-color: #d9d9d9;
  border-bottom: 1px solid #999999;
  padding: 2px;

}
.tableRowM0,
.tableRowM1 {
  border-left: 2px solid #999999;
}

.button {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 6px;
  padding-left: 6px;
  border: 1px #888888 solid;
  background: url(img/menu_bar_bg.gif) bottom right repeat-x;
  font-size: 10px;
  vertical-align: middle;
}

.button A {
  color: #5f5f5f;
  text-decoration: none;
}


select {
  font-size: 10px;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}
tr.visible {
  display: block;
  display: table-row;
}

.active {
  font-weight: bold;
}
.inactive * {
  color: gray;
}

.align_left {
  text-align: left;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}

.label {
  white-space: nowrap;
}
.deliv_err {
  background-color: #ffb4b4;
}
.deliv_few {
  background-color: #ffffaa;
}
.deliv_ok {
  background-color: #bbffb4;
}

.link,
.deliv_err,
.deliv_few,
.deliv_ok {
  cursor: pointer;
  white-space: nowrap;
}
.legend {
  padding-left: 10px;
  padding-right: 10px;
}


.comment {
  border: 1px solid black;
  padding: 5px;
  width: 400px;
  margin-bottom: 10px;
}

input,
select {
  font-family : verdana, helvetica, sans-serif;
  font-size: 10px;
}

.msg {
  color: red;
}

a.logout {
  font-weight: normal;
  font-size: 14px;
  color: red;
}




#inner {
  width:        95% !important; /*875px*/
  width:        95%; /*880px*/
  margin: 10px;
}

#file_list {
  width:        550px;
}

#file_cont {
  margin:       15px 15px 0px 15px;
  width:        55%;/*382px;*/
  height:       90%; /*400px;*/
  position:     absolute; top: 39; left: 550; z-index: 10;
}

#file_preview {
  border:       1px solid #000;
  width:        100%;
  height:       100%;
}

.active {
  font-weight:  bold;
}

#file_overview {
  position:     absolute; top: 39; left: 550; z-index: 10;
}