/* Generic Print minimisation theme 
   Created by:
   RMW Web Publishing
   www.rmwpublishing.net */
body {
	background: #FFF;
	font-size: smaller;
}

#browserWarning,
#skipto {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
form fieldset legend,
strong,
#content a {
	color: #520;
}
h2 {
	padding: .5em 0;
	border-top: 1px solid #CCC;
}
abbr,
acronym {
	border: 0;
}
.brand {
	font-style: italic;
}
#sidebar {
	display: none; /* hide navigation */
}

#header a {
	text-decoration: none;
}
#header img {
	border: none;
}

#content {
	clear: both;
	margin: 0;
}
#content p {
	margin: 0 2em;
}
	
#footer {
	text-align: center;
	font-size: 80%;
}
#footer,
#footer a {
	clear: both;
	color: #000;
	text-decoration: none;
}
#footer ul {
	display: none;
}
label {
	display: block;
}
#content a[href^="http"]:after {
   content: " (" attr(href) ") ";
   font-family: monospace;
   font-size: xx-small;
}
#content input,
#content input[type="password"],
#content select,
#content textarea {
	border: 2px solid #000;
}
.multi input {
	border: none;
}
* html #content input { /* IE Filter */
	border: 2px solid #000;
}

.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;
}