﻿
/*
  For Firefox browser, etc. (non-IE) -- 
[  Specifically Firefox 3.5 ==> see columns.css for FF3.6]
*/

/* NOTE: Column widths do not Zoom properly for any browser. */

/* These are the column widths for the fixed header (gridheader). */
/*
#hdrdist   { width: 102px;}
#hdrcall   { width: 76px;}
#hdrfreq   { width: 66px;}
#hdrtime   { width: 127px;}
#hdruptime { width: 65px;}
#hdrdigi   { width: 68px;}
#hdremail  { width: 67px;}
#hdrrelay  { width: 14px;}
#hdrnotes  { width: auto;}
#hdrdummy  { width: 10px;}
*/

#hdrdist   { width: 11.1%;}
#hdrcall   { width: 8.5%;}
#hdrfreq   { width: 7.3%;}
#hdrtime   { width: 13.6%;}
#hdruptime { width: 7.4%;}
#hdrdigi   { width: 7.4%;}
#hdremail  { width: 7.3%;}
#hdrrelay  { width: 1.6%;}
#hdrnotes  { width: auto;}
#hdrdummy  { width: 1.8%;}

/* These are the column widths for the main grid body (griddata). */
/*
.grdist   { width: 105px;}
.grcall   { width: 80px;}
.grfreq   { width: 70px;}
.grtime   { width: 130px;}
.gruptime { width: 70px;}
.grdigi   { width: 70px;}
.gremail  { width: 70px;}
.grrelay  { width: 15px;}
.grnotes  { width: auto;}
.grdummy  { width: 0px;}
*/

.grdist   { width: 11.3%;}
.grcall   { width: 8.6%;}
.grfreq   { width: 7.5%;}
.grtime   { width: 13.9%;}
.gruptime { width: 7.5%;}
.grdigi   { width: 7.5%;}
.gremail  { width: 7.5%;}
.grrelay  { width: 1.6%;}
.grnotes  { width: auto;}
.grdummy  { width: 0%;}