#report
{
  margin-top:5px;
}
#report table {
	font-family: Arial, Verdana, Tahoma, 'Sans-serif';
	font-size: 11px;
	border: 1px solid #345487;
}

#report th {
  background-color: #67829E;
  color: white;
  font-size: 12px;
  padding: 6px;
  text-align: left;
}

#report td {
  background-color: #F3F6FC;
  color: black;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  border: 1px solid #DDE0E4;
}


.modform-head
{
  font-weight: bold;
}
.modform-item
{
  background-color: #E7EEF6;
  color: black;
  font-size: 12px;
  padding: 3px 3px 3px 10px;
  text-align: left;
  border: 1px solid #DDE0E4;
  margin: 5px;

}

#listrecords 
{
  margin-top: 3px;
}

#listrecords table {
	font-family: Arial, Verdana, Tahoma, 'Sans-serif';
	font-size: 11px;
	border: 1px solid #BFBFBF;
	border-collapse: collapse;
}

#listrecords th {
	background-color: #DCDCDC;
	color: black;
  font-size: 12px;
  padding: 6px;
  text-align: left;
}

#listrecords td {
  background-color: white;
  color: black;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  border: 1px solid #BFBFBF;
}

