#contentTable {
  /* background : url(<? //echo ("./sites/".$siteName."/images/tablebackground.gif"); ?>); */
}
.searchNavTable {
  width : 100%;
  font-weight : bold;
  margin-bottom : 1px;
}
.sNT1 { width : 10%; }
.sNT2 { width : 10%; }
.sNT3 { width : 23%; }
.sNT4 { width : 23% }
.sNT5 { width : 10%; }
.sNT6 { width : 10%; }
.sNT7 { width : 14%; }
.searchNavCell {
  text-align : center;
  font-size : 12px;
  color : white;
}
.searchNavCell a {
  color : white;
}
.searchNavCell a:visited {
  color : white;
}
.searchResultTable {
  width : 100%;
  font-size : 12px;
  margin-bottom : 2px;
  vertical-align : top;
  background-color : white;
  color : black;
}
.searchResultHeader {
  font-weight : bold;
  font-size : 12px;
  padding-left : 5px;
  background-color : #D05E28;
}
.sR1 { width : 20%;}
.sR2 { width : 55%;
       padding : 1px 5px 1px 5px; }
.sR3 { width : 25%; 
       vertical-align : top;}