/* print styles */

body {
   background: white;
   font-size: 12pt;
   font-family: Arial, sans-serif;
}


#search,
#foot,
#otherviews,
#tabSetRelated,
.panel,
form,
#charimagefoot,
#breadcrumb,
#flags,
#nav
{
	display: none;
}

#contentcontainer {
	padding:0;
	margin:0;
}

#content {
	padding:0;
	margin:0;
}

#page {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

a {
	text-decoration:none;
}

h1, h2, h3, h4 {
	padding-left:0;
	display:block;
}

#head h1 {
	width:inherit;
	height:inherit;
	margin: 5px 0 5px 0;
	padding:inherit;
	background: transparent;
	display:block;
}

#head h1 a {
	width:inherit;
	height:inherit;
	display:inline;
	padding:0;
	margin:0;
}

#head h1 span {
	display:inline;
}

#charimage img {
	border:0;
	float:none;
	padding-bottom:5px;
}

.objsect h3 {
	text-transform:none;
}

.objsect h3 span {
	font-weight:normal;
}

.objsect p,
.objsect ul {
	padding-left:0;
}

/* #content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
*/

#pagelist {
	display:none;
}

#footcontainer {
	display:none;
}


