/* This concept was inspired (i.e., code borrowed and heavily modified) */
/* from jase paul wells's personal site, www.jasewells.com              */
/* The floating pic idea is from glassdog.com by Lance Arthur.          */
/* if drag style is inline, old Netscape loses font style which should cascade but doesn't */
td.owner {
  font-family:verdana, helvetica, arial, sans-serif;
  font-size:8pt;
  font-weight:bold;        
  background-color:#d3d7bd;
  padding:4px;
}
td.catTD { font-size:8pt;width:50px;height:50px;margin:0px;padding:0px;}
/* .thumbDIV { position:relative;width:50px;height:50px;margin:0px;cursor:pointer;cursor:hand;font-size:8pt; } */
img.cat-thumb { height:50px; width:50px; border:1px solid blue; cursor:pointer;cursor:hand; }
.new-pic { position:absolute;top:4px;left:3px;
  background-color:#ff1493;color:white;
  border:1px solid white;padding:0px 2px;
  font-weight:bold; } 
#drag {display:inline; position:absolute;top:100px;left:190px;width:450px;z-index:100;}
#photoText { line-height:1.2em; }


