/*
AIM Micro sheet controls
Author:   Nick Tatt
Version:  9 July 2006
----------------------------------------------- */

/* Imported styles
----------------------------------------------- */
@import url("main.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;
	padding: 0;
	}
	
caption {
	color: #c60;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	margin: 0 8px 0 8px;
	background: url(/images/bgdots.gif) repeat-x 0 100%;
	padding: 5px;
	font-size: 90%;
}

th, td {
	padding: 5px;
  	line-height: 1.5em;
	text-align:left;
  	vertical-align:top;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 90%;
	border-bottom: 1px solid #eee;
}

th {
	color: #369;
	border-bottom: 2px solid #ddd;
}

tr:hover {
	background: #eee;
}

.total {
	font-weight: bold;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	color: #369;
}
