html {
  height: 100%;
}

body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 3px;
  min-height: 100vh;
  font-family: "Arial", Arial, sans-serif;
  font-size: 8pt;
  height: 100%;
}

table.bodytable{
  width:        100%;
  margin-left:  auto;
  margin-right: auto;
  border-radius:10px;
  border-collapse:collapse;
}

table.contenttable{
  width:        100%;
  min-height:       calc(100vh - 160px);
  margin-left:  auto;
  margin-right: auto;
  border-top-left-radius:10px;
  border-collapse:collapse;
  /* background-color: #a5a5a5; */
  border-spacing: 7px;
  border-collapse: separate;
}
#contentTableContainer {
  height            : 100%;
  background-color : #0FFF0F;
}

tr.titlebar{
}

tr.contentbar{
  
}

td.navbar{
  border-top-left-radius:10px;
}
td.contentbar{
  border-top-right-radius:10px;
}

td.dataheader{
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}


input.textinput
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 1px;
    border: solid 1px #000000; 
    width: 150px;
    background-color: #DDDDDD;
}

#pagebody {
  position : relative;
  min-height : calc(100% - 153px);
}

#pageheader {
  position : relative;
}


#headerbar {
  position    : absolute;
  left        : 0;
  top         : 0;
  height      : 153px;
  width       : 100%;
  color       : #000000;
  padding     : 0px;
}
#titlebar {
  position    : absolute;
  left        : 150;
  top         : 0;
  height      : 153px;
  color       : #000000;
  padding     : 3px;
}
#logobox1 {
  float       : left;
  height      : 153px;
}
#headerbox1 {
  height            : 153px;
  color             : #000000;
  top               : 0;
  float             : left;
}
#headerbox2 {
  height            : 153px;
  top               : 0;
  float             : right;
}

#pagebody {
  position: relative;
  float: left;
  left        : 0;
  top         : 0;
  width       : 100%;
  color       : #000000;
}


#leftnavigation {
  float       : left;
  width       : 150px;
  margin-left : 0px;
  color       : #000000;
  padding     : 0px;
  border-right: 1px solid #000;
}
#pagecontent {
  float       : left;
  color       : #000000;
  width       : calc(100% - 153px);
  height: 100%;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

#nav_button_bar {
  float : top;
  position : relative;  
  height : 30px;
}
.nav_button_tab2 {
  cursor:hand;
  float: left;
  height: 30;
  padding-left: 10px;
  padding-right: 10px;
  text-align:center;
  background-color: transparent;
  border-left: 1px solid #000;
}

.nav_button_left {
  cursor:hand;
  float: left;
  height: 30;
  min-width: 150;
  text-align:left;
  background-color: transparent;
  border-right: 1px solid #000;
  margin-bottom:10px;
}

.nav_button_left_indent {
  cursor:hand;
  float: left;
  height: 30;
  min-width: 130;
  text-align:left;
  background-color: transparent;
  margin-left: 20px;
  border-right: 1px solid #000;
  margin-bottom:10px;
}

#nav_button_spacer {
  float: left;
  height: 30;
  min-width: 149px;
}


.data_cells {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.avatar {
  width                : 80px;
  margin               : 2px;
  border               : 2px solid #0582c4;
  border-radius        : 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius   : 500px;\"
}

.avatar:hover {
  border               : 2px solid #808080;
  cursor               : hand;
}

.nav_button_tab {
  cursor                  : hand;
  border-top-left-radius  : 4px;
  border-top-right-radius : 4px;
  border-top-left-radius  : 4px;
  height                  : 24px;
  min-width               : 100px;
  width                   : auto;
}