/*
DMC Tiling sheet controls
Author:   Nick Tatt
Version:  29 June 2010
----------------------------------------------- */

/* Imported styles
----------------------------------------------- */
@import url("dmcmain2010.css");


/* IE5/Mac only styles
   Uses the IE5/Mac Band Pass Filter:
----------------------------------------------- */
/*\*//*/
  @import "ie5mac.css";
/**/

/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */


/* Tables
----------------------------------------------- */

table {
	border-collapse: collapse;
	clear: both;
	margin: 0 8px 20px 8px;
	}

th {
	color: #369;
	font-weight: bold;
	font-size: 100%;
	padding: 5px;
	text-align:left;
  	vertical-align:top;
	border-bottom: 2px solid #ccc;
}


td {
	padding: 5px;
	text-align:left;
  	vertical-align:top;
	font: normal 90%/1.4em trebuchet ms, verdana, arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

