/*
-----------------------------------------------
Independent Resources style sheet controls
Author:   Nick Tatt
Version:  7 December 2005
----------------------------------------------- */

/* Imported styles
----------------------------------------------- */
@import url("main.css");


/* IE5/Mac only styles
   Uses the IE5/Mac Band Pass Filter:
----------------------------------------------- */
/*\*//*/
  @import "ie5mac.css";
/**/



/* Tables
----------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 0 0 2em 0;
	width: 100%;
	color: #999;
}

th, td {
  text-align:left;
  vertical-align:top;
  padding: 0.1em 0.2em;
  }

th {
  color:#036;
  border-bottom: 2px solid #ccc;
  background: #eee;
  }
  
 .date {
 	white-space: nowrap;
	width: 20%;
 }


/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */
