/*
Stylesheet for TimeLog
Switchboard for other stylesheets
============================================================
Release:			001
Last revised:	May 24, 2005
By:						Anders Brandstrup
============================================================

A special thanks to Doug Bowman, Dan Cederholm, Jeffrey Zeldman
and Happy Cog Studios and everyone else, who delivers inspiration,
ideas, and methods, which helps others (like me) write good, clean
markup and stylesheets.
*/


/* Imported Styles
----------------------------------------------- */
@import url("main.css");
@import url("nav_com.css");


/* IE5/Mac Only Styles
   Uses the IE5/Mac Band Pass Filter:
   http://stopdesign.com/examples/ie5mac-bpf/
----------------------------------------------- */
/*\*//*/
  @import "ie5mac.css";
/**/


/* Tables
----------------------------------------------- */
th, td {
  text-align: left;
  vertical-align: top;
  }


/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
  i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */

