/*
 +----------------------------------------------------------------------+
 || CSS version 2
 +----------------------------------------------------------------------+
 || Author:    Jeff Stratford
 || Revision:  1.00
 || Date:      17 July 2006
 +----------------------------------------------------------------------+
 || Purpose: Provides CSS for print media
 +----------------------------------------------------------------------+
*/
/* logo, application title and menu tabs at top of page */
#header {
	clear: both;
	height: 6em;
	margin: 0 1em 0 1em;
}

#maincontent {
	margin: 1em;
	padding: 1em;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 1em;
	color: #999999;
	clear: both;
}

#content {
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 3em;
}



/* Hides non-printbale items on page */
#navigation,
#sidebar,
.strap,
.skipnav,
.closewindow,
.printhide {
	display:none;
}

table.data {
	border-collapse: collapse;
}

table.grid {
	border-collapse: separate;
}

/* Adds Grid to table cells */
.grid td {
	border: 1px solid #333333;
}

.grid th {
	border: 1px solid #333333;
}