/*------------ table style set ------------*/
.hpb-cnt-tb1{
  border-top-width: 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width: 1px;
  border-top-style : dotted;
  border-right-style : dotted;
  border-bottom-style : dotted;
  border-left-style : dotted;
  font-size : 25px;
  border-color : #ffb9b9 #ffb9b9 #ffb9b9 #ffb9b9;
}
.hpb-cnt-tb2{
  background-color: #333333;
  border : 1px dotted #6c3600;
}
.hpb-cnt-tb3{
  border : 1px dashed #ff9999;
}
.hpb-cnt-tb-th1 {
  font-size : 16px;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-top-style : dashed;
  border-right-style : dashed;
  border-bottom-style : dashed;
  border-left-style : dashed;
  border-top-color : #ff9999;
  border-right-color : #ff9999;
  border-bottom-color : #ff9999;
  border-left-color : #ff9999;
  font-weight : normal;
  color : black;
}
.hpb-cnt-tb-th2 {
  background-color : #ffffff;
  font-size: 80%;
  color : #6c3600;
  border : 1px dotted #333333;
}
.hpb-cnt-tb-cell1 {
  font-size: 80%;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-top-style : dotted;
  border-right-style : dotted;
  border-bottom-style : dotted;
  border-left-style : dotted;
  border-top-color : #ffb9b9;
  border-right-color : #ffb9b9;
  border-bottom-color : #ffb9b9;
  border-left-color : #ffb9b9;
}
.hpb-cnt-tb-cell2 {
  background-color: #FFFFFF;
  font-size : 15px;
  color: #333333;
  border-top-width : 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width : 1px;
  border-top-style : dotted;
  border-right-style : dotted;
  border-bottom-style : dotted;
  border-left-style : dotted;
  border-top-color: #333333;
  border-right-color: #333333;
  border-bottom-color: #333333;
  border-left-color: #333333;
}
.hpb-cnt-tb-cell3 {
  background-color: #EEEEEE;
  font-size: 80%;
  color: #333333;
  border: 0px solid #333333;
}
.hpb-cnt-tb-cell4 {
  background-color: #FFFFFF;
  font-size: 80%;
  color: #333333;
  border : 1px dotted #ff9999;
}
.hpb-cnt-tb-cell5 {
  background-color: #FFFFFF;
  font-size: 80%;
  color: #333333;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-style : dotted dotted dotted dotted;
  border-color : maroon maroon maroon maroon;
}
HR{
  color : #f9bafa;
}
