/*
 * data holders, v1.
 *
 */

  
.Tstamp{
  text-align: left;
  color: #006633;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;

}


.PBoxText{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  
  }  
  



/*<div> Transparent Text Holder for generic box */
.BoxGenericTp {
  z-index: 89; 
  
  width: 130px;
  height: 20px;
  clear: both;
  padding-top: 8px;
  padding-left:5px;
  padding-right:5px;
  border: 3px solid #8B8BA3;
  
  padding-bottom: 4px;
  
  }
/*Text Holder for Transparent generic box */
.BoxGenericTp p{
   /*position:fixed;*/
  z-index: 99; 
 
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  }
  

 /*<div> Holder for generic box */
.BoxGeneric {
  z-index: 89; 
  background: rgb(204, 183, 136);
  width: 130px;
  height: 120px;
  clear: both;
  padding-top: 8px;
  padding-left:5px;
  padding-right:5px;
  border: 3px solid #8B8BA3;
  border-radius: 15px;
  /*clear: both;*/
  padding-bottom: 4px;
  
  }
/*Text Holder for generic box */
.BoxGeneric p{
   /*position:fixed;*/
  z-index: 99; 
 
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  }
  
.databox1 {
  /*position:fixed;*/
  z-index: 99; 
  background: rgb(204, 183, 136);
  width: 200px;
  height: 60px;
  clear: both;
  
  border: 3px solid #8B8BA3;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  
}
 

.deviceTable {
   z-index: 99; 
  background: rgb(204, 183, 136);
  width: 200px;
  height: 60px;
  clear: both;
  
  border: 3px solid #8B8BA3;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  
}

 .deviceTable  table{
  white-space: nowrap; 
  margin-left: 9px; 
  margin-right: 9px; 
  margin-top: 9px;
}
 .deviceTable td {
  margin-left: 9px; 
  margin-right: 9px; 
  margin-top: 9px;
  padding-left:15px;
  padding-right:15px;
  padding-top:3px;
  padding-bottom:3px;
  white-space: nowrap; 
  text-align: center;
  font-size: 12px;
  font-weight: Bold;
  font-family: Arial,Helvetica,sans-serif;
}
 
 
 .deviceTable td  h3{
  padding-left:150px; 
  text-align: left;
  color: #000099;
  font-size: 16px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: Bold;
  }
  
  
  