@import url(expert.css); 

#brform {
  width: 480px;
  font-weight: bold;
  color: #1B6F6C;
  font-size: 11pt;
  padding-top: 20px;
}

#formtext {
  text-align: center;
}

#brinput {
  color: #000000;
  border: 1px solid #BFB78F;
  width: 260px;
  margin: 6px 0px;
}

#brsubmit {
  text-align: center;
}

#brtab, #gentab {
  width: 480px;
  padding-top: 30px;
}

#pattab {
  width: 680px;
  padding: 30px 0px 0px 20px;
}


.bgtable {
  width: 400px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1px solid #BFB78F;
  background: #ffffff;
  font-size: 10pt;
}

.bgtable th { 
  background: #ECE3BE;
}

.bgtable td { 
  border: 1px solid #BFB78F;
  padding: 2px 4px;
}

tr.indent { 
  background: #FDF9ED;
}

tr.sr { 
  background: #FDF9ED;
}

.ptable {
  width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1px solid #BFB78F;
  background: #ffffff;
  font-size: 10pt;
}

.ptable th { 
  background: #ECE3BE;
}

.ptable td { 
  border: 1px solid #BFB78F;
  padding: 0px 0px 2px 0px;
}

td.pindent { 
  background: #FDF9ED;
}

td.ps { 
  background: #FDF9ED;
}


.pattable {
  margin: 0px;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 10pt;
  border: none;
  width: 490px;
}

.pattable th { 
  background: #ECE3BE;
}

.pattable td { 
  border: none;
/*  border-top: 1px solid #BFB78F;*/
  padding: 2px 4px;
}

.patno { 
  color: #000000;
  font-size: 12pt;
  padding: 4px 6px;
}

.patdate { 
  color: #333333;
  font-size: 11pt;
  padding: 4px 6px;
}

tr.ps1 { 
  background: #FDF9ED;
  border-top: 1px solid #BFB78F;
}

tr.ps2 { 
  background: #FDF9ED;
  border-bottom: 1px solid #BFB78F;
}

