/*--------------------------------------------------------------

Print styles that are used in all static and member pages

--------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background-color:#fff;
	font-family:arial, verdana, sans-serif, serif;
	font-size:100%;
	color:#000;
	}

/* Hide menu items not intended for print */
#top-sub-nav, #share-trade-number, #top-main-nav-wrap, #left-nav-wrap, #header,
#footer-terms, #left-members-nav-wrap, #feature-image, #orange-top-bar,
#footer-nav-about, #footer-nav, #footer-bottom,  #footer-bottom-social-icon, #footer-bottom-license, #footer-motto,
#left-members-nav-wrap, 
#page-crumb-crumb, #page-crumb-search,
#page-banner,
#page-request-call,
#ww-logo_new,
#page-testimonial-wrapper,
.sitescene {
	display: none;
	}

#content {
	width: 17cm;
}

/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {
	font-weight:bold;
	text-decoration:underline;
	}
a:link, a:visited {
	color:#1F60A9;
	background-color:transparent;
	}
a:hover {
	color:#e87b00;
	background-color:transparent;
	text-decoration:none;
	}
a:active {
	color:#06c;
	background-color:transparent;
	}
a img {
	border:0;
	}
a.pdf-link {
	padding-left:20px;
	padding-bottom: 2px;
	background:transparent url(/images/pdf.gif) no-repeat top left;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-weight:normal;
	letter-spacing:0;
	line-height:1em;
	color:#1F60A9;
	background-color:transparent;
	}

h1 {
	font-size:140%;
	font-weight:normal;
	margin:0 0 12px 0;
	}

h2 {
	font-size:105%;
	font-weight:bold;
	margin-bottom:0.5em
	}

h3 {
	font-size:95%;
	font-weight:normal;
	margin-bottom:0.5em
	}

h4 {
	font-size:100%;
	font-weight:bold;
	margin-top:1em;
	}


#content h1 {
	font-size:150%;
	font-weight:bold;
	}

/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p {
	font-size:80%;
	line-height:1.4em;
	color:#000;
	margin:0 0 1em 0;
	}

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}

embed {
	clear:none;
	display:inline;
	}
	
#content ul {
	margin-left:1em;
	margin-bottom:1em;
	list-style:none;
	z-index:0;
	}

#content ul li {
	list-style:none;
	padding-left:18px;
	margin:0.6em 0;
	font-weight:normal;
	font-size:80%;
	line-height:1.2em;
	color:#000;
	background:transparent url(/images/home-bullet.gif) no-repeat 2px 0.2em;
	}

#content ul ul {
	margin-left:0;
	}

#content ul li li {
	background:transparent url(/images/bullet-level2.gif) no-repeat 2px 0.2em;
	font-size:100%;
	}

#content ol {
	margin-left:1em;
	margin-bottom:1em;
	}

#content ol li {
	padding-left:0px;
	margin:0.6em 0;
	font-weight:normal;
	font-size:80%;
	line-height:1.2em;
	color:#000;
	}

#footer {
	display: block;
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
}

/*--------------------------------------------------------------
 Table layout styles 
--------------------------------------------------------------*/
#content table h2 {
	margin:0;
	font-size:130%;
	}

#content table h3 {
	font-size:110%;
	}

#content table {
	margin:1em 0 1.2em 0;
	font-size:100%;
	}

#content table p {
	font-size:100%;
	}

#content table tr {
	vertical-align:top;
	}
	
#content table td {
	font-size: 100%;
	}

table.standard {
	width:100%;
	border:2px solid #6290C3;
	}

table.width-auto {
	width:auto;
	}

table.standard thead td, table.standard td.header, table.standard th {
	padding:6px 4px;
	font-size:80%;
	font-weight:bold;
	}
	
table.standard thead td {
	border-bottom:2px solid #6290C3;
}

table.standard tbody {
	background:transparent;
}

table.standard tbody td {
	padding:4px;
	font-size: 80%;
	}

table.standard tbody td {
	border-bottom:1px solid #06c;
	}

table.stock-reports {
	width:100%;
	}

table.stock-reports td {
	padding:0 0 1em 0;
	font-size: 80%;
	}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {
	text-align:right;
	}

.text-align-left{
	text-align:left;
	}

.center {
	text-align:center;
	}

.float-right {
	float:right;
	padding:0 0 14px 14px;
	}

.float-left {
	float:left;
	padding:0 14px 14px 0;
	}
	
.bold {
	font-weight:bold;
	}

.small-text {
	font-size:60%;
	line-height:1.4em
	}

.back-to-top-link {
	text-align:right;
	}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}