body {
   background-color: #ffffff;
   font-family:Helvetica, Arial, sans-serif;
   }

table {
  border-collapse: collapse;
  
 }

.HelpTable {border: 0px}

.AssetList, .AssetList th, .AssetList td, .HelpPanel {
 border: 1px solid #99ccff;
}

.HelpList, . HelpList th, .HelpList td {
 border-bottom: 1px solid #99ccff;
}

.AssetListHeader {
  background-color: #006699;
  color: white;
}
 
table td, th {
  padding: 10px;
}
    
table#tbar01 td {
  width:100px;
  padding: 5px;
    }

.NewBandingOdd {
  background-color: #cce0ff;
  }

.NewBandingEven {
  background-color: #ffffff;
  }

.HelpPanel {
  background-color: #cce0ff;
  vertical-align: text-top;
  box-shadow: 0px 3px 10px #888888 ;
  padding: 5px
}

#hintIMG {
  visibility:hidden;
}

.TableNarrow {
  width:50%;
}

.TableWidth {
  width:90%;
}
#AddEntries {
  border: 1px solid #006699;
}

#SetBorder {
  border: 1px solid #006699;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} 

.link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}