
/*ViewingList*/
table.tView                       {}
table.tView td                    {font:14px/16px "Trebuchet MS", sans-serif;padding:0px;padding:4px;vertical-align:top;}

table.tView td.tLabel1st          {white-space: nowrap;font-weight:bold;}
table.tView td.tLabel             {white-space: nowrap;font-weight:bold;}
table.tView td.tContent           {border-bottom:solid 1px #999999;}

table.tView tr.tLast              {border-top:1px solid #cccccc;background: url('b_GrayToWhite_small.gif') top repeat-x;}
table.tView tr.tLast:hover        {background: #ffffff url('b_GrayToWhite_small.gif') top repeat-x;color:#000000;}

table.tView tr.nohover            {background: url('b_WhiteToGray_small.gif') bottom repeat-x;}
table.tView tr.nohover:hover      {background: url('b_WhiteToGray_small.gif') bottom repeat-x;color:#000000;}
