/* Print Styles
---------------------------------------------------------- */

body {
	background: #ffffff;
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	margin: 2em;
	}

div {
	float: none;
	}

a {
	color: blue;
	}

dt {
	font-weight: bold;
	}

#mongoose_dashbar,
#nav,
#sidebar,
.editlinks,
.designed_by {
	display: none;
	}

table {
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
	}

table table {
	margin: 0;
	}

table th,
table td {
	border: 1px solid #333333;
	}

table th {
	background: #999999;
	color: #ffffff;
	}

table th a {
	color: #ffffff;
	text-decoration: none;
	}

#header {
	border-bottom: 1px solid #000000;
	clear: both;
	color: #000000;
	margin: 0 0 1em 0;
	padding-bottom: 0.5em;
	text-align: center;
	}
	
#logo {
	font-size: 2em;
	}

#logo a {
	text-decoration: none;
	color: #000000;
	}

#footer {
	border-top: 1px solid #000000;
	clear: both;
	color: #666666;
	margin: 1em 0 0 0;
	text-align: center;
	}
