.contentpaneopen td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	padding: 5px;
 }
 .contentpaneopen td.a{
	 color: black;
 }
 .contentpaneopen th{
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align:left;
 }
 
 tr.bgColorEven td {
  background-color: white;
 }
 
 tr.bgColorOdd td{
  background-color: #D3D7E7;
 }


