html {
  width: 100%;
}
body {
	/*margin: 0;*/
  padding: 0;
  background: #fff;
  color: #000;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt !important;
  text-align: left;
	line-height: 120%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0;		
}
#header, #rightcol, #printthispage, #menu, #breadcrumb, #footer, #credits, #disclaimer, #welcomeblock {
	display: none;
}

#printdisclaimer{
	text-align		: center;
	font-style		: italic;
	color					: #c0c0c0;
  font-family		: Verdana, Times New Roman, Georgia, serif;
	font-size			: 13pt;
	height: 16px;
	padding: 22px 0px;
/*	background-image: url(/images/mailing/dividendfactory_print.gif);
	background-position: top center;
	background-repeat: no-repeat;*/
	vertical-align: center;
}

.onlyprint {
	display: block;
}
.noprint {
	display: none;
}

/* ---( images )----------------------------- */
a img{ 
	border: none;
}

img.normal {
  display: inline;
  border: none;
  margin: 1em 0;
}

img.left {
  display: inline;
  border: none;
  float: left;
  margin: 0 1.2em 1em 0;
}

img.right {
  display: inline;
  border: none;
  float: right;
  margin: 0 0 1em 1.2em;
}

img.normal_border {
  display: inline;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

img.left_border {
  display: inline;
  float: left;
  margin: 0 1.2em 1em 0;
  border: 1px solid #227D5E;
}

img.right_border {
  display: inline;
  float: right;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

img.right_border {
  display: inline;
  float: right;
  margin: 0 0 1em 1.2em;
  border: 1px solid #227D5E;
}

#header img {
	display: block;
	margin-bottom : 20px;
	margin				: 0 auto;
}

/* ------------( headings ) ----------- */
h1, h2, h3, h4, h5, h6	{
	color                 : #23444B;
	font-family						: Arial, Verdana, Times New Roman, georgia, sans-serif;
}
h1 {
	font-family					: Verdana,Arial, Helvetica,sans-serif;
  margin							: 10pt auto;
  padding							: 0;
  font-size						: 26pt;
	line-height					:	30pt;
  font-weight					: bold;
	color								: #23444B;
	text-align					: left;
}

h2 {
  font-size						: 14pt;
  font-weight					: bold;
  padding							: 0;
  margin							: 0;
	color								: #23444B;
}

h3 {
  font-size						: 13pt;
  font-weight					: bold;
  padding							: 0;
  margin							: 0;
}
h4 { 
  font-size						: 14pt;
  font-weight					: bold;
  padding							: 0;
  margin							: 14px 0;
	color								: #000;
	text-align					: center;
	text-decoration			:	underline;
	font-family         : Verdana,Arial, Helvetica,sans-serif;
}

/* ------------( portfolio ) ----------- */
table#main td.pfx h1 {
	margin-bottom				: 10px;
}

table#main td.pfx table {
	width								: 100%;
	/*page-break-after		: always !important;*/
/*	border							: 1px solid #000;*/
}

table#main td.pfx table th,
table#main td.pfx table td {
	vertical-align			: top;
	border							: 1px solid #000;
	padding							: 0;
	margin							: 0;
}

/*table#main td.pfx p {*/
   /*display							: none;*/
/*}*/

table#main td.pfx table th p,
table#main td.pfx table td p {
 	display							: block;
}
div#account_details{
	visibility: hidden;
}


table.portfolio_listing {
  width: 100%;
  border-collapse: collapse;
}

table.portfolio_listing td,
table.portfolio_listing th {
  font-size           : 11px;
	vertical-align      : top;
	padding             : 2px;
  border							: 1px solid #000;
}

tr.odd {
	background-color: #eee;
}

table.portfolio_listing td span.green {
	color								: green;
}

table.portfolio_listing td span.red {
	color								: rgb(170, 0, 51);
}

table.portfolio_listing td.green {
	background-color		: green;
	width								: 5px;
	padding							: 0;
}

table.portfolio_listing td.red {
	background-color		: rgb(170, 0, 51);
	width								: 5px;
	padding							: 0;
}
table.top_ten {
  width: 100%;
  border : 1px solid #ccc; 
  border-collapse: collapse;
  font-size: 11px;
}
table.top_ten td,
table.top_ten th {
  border : 1px solid #ccc; 
  padding: 5px;
}
table.top_ten a {
    color: #000;
    text-decoration: none;
}
table.top_ten .number {
    white-space:nowrap
}