/* Generic Print minimisation theme 
   Created by:
   RMW Web Publishing
   www.rmwpublishing.net */
body {
	background: #FFF !important;
	font-size: smaller;
}
#nav a {
	border-bottom-color: #FFF !important;
}
#content {
	border-left-color: #FFF !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
form fieldset legend,
strong,
#content a {
	color: #520;
}
#content a[href^="http"]:after {
   content: " (" attr(href) ") ";
   font-family: monospace;
   font-size: xx-small;
}
#content input[type="text"],
#content input[type="password"],
#content select,
#content textarea {
	border: 2px solid #000;
}
* html #content input { /* IE Filter */
	border: 2px solid #000;
}

.brand {
	font-style: italic;
}
ul#header li,
#nav {
	display: none; /* hide navigation */
}

#content {
	margin-left: 10px;
}
#footer,
#footer a {
	color: #000 !important;
}

.ad_wrap,
.ad {
	display: none;
}

table th,
table td {
	padding: .2em;
}
table thead tr th {
	border-bottom: 1px solid #000;
}
table tfoot tr td {
	border-top: 1px solid #000;
}
#print { /* the print link */
	display: none;
}