/* THIS STYLESHEET IS UNDER CORPORATE-WIDE GOVERNANCE.  STYLES MAY NOT BE ADDED, DELETED OR CHANGED. */
/* Styles are for www.principal.com non-secure PRINT content */
/* Contacts: Corporate Systems Support-Corporate Marketing Team*/

body {					/*Override body style in common.css*/
	margin: 5px; /*changed by MB*/
}
h1{
	color: #003366;  /*Override style in common.css*/
	margin-top: 15px;
}
h2 {
	margin-bottom: -10px;  /*Override style in common.css*/
}
h3, h4 {
	margin-bottom: -15px; /*Override style in common.css*/
}
a:hover {				/*Override hover color in common.css*/
	color: #003366;
}
a:active {
	color: #003366;
}
/*TOP NAV STYLES*/
#headertable, #content{
	width:100%;
	border:none;
}
#headertable, #content, .tiers{
	min-width:760px;
}
/*Styles to override td/th tables within the content overall table for rowtotal styles*/
#headertable td, #content td{
	padding:0;
	border:none;
}
#content td .datatable td, #content td .datatable th {
	padding: 2px;
 	border: none;
	}
#content td .datatableopt2 td, #content td .datatableopt2 th {
	padding: 2px;
 	border: none;
	}
#content td .formtable TD, #content td .formtable TH {
	vertical-align: top;
	padding-top: 5px;
	}
#content td .rowtotal td, #content td .rowtotal th {			/*Style for totaling a row */
	border-top: 1px solid black;
	padding: 4px 0 4px 0;
	font-weight: bold;
}
/*end of table override styles*/

#globalnav{	/*Override #globalnav in common.css*/
	display: none;
}
#logocell {/*cell that holds PFG logo*/
	width: 150px;
}
#login {
	display: none;
}
.search{
	display: none;
}
/* Login code*/
.logintop {
	display: none;
}
.logintoptext{
	display:none;
}
#logintop{
	display: none;
}
.loginbottom{
	display: none;
}
.logintext{
	display: none;
}
.loginselect{
	display: none;
}
.loginbutton{
	display: none;
}

/*Tier 1/2 navigation styles*/
#tier1nav{	
	display: none;
}
#tier1nav, #tier2nav {
	display: none;
}
#tier1 {
	display: none;
}
#tier2 {
	display: none;
}
#tier1nav li, #tier2nav li{
	display: none;
}
#tier1nav a {
	display: none;
}
#tier1nav li.selected, #tier1nav li.lefttabselected {	/*Used to show selected Tier 1 tab*/
	display: none;;
}
#tier1nav li.lefttabselected { /*Used to show selected Tier 1 Home Page tab*/
	display: none;
}
#tier1nav li.lefttab a{ /*Used to show unselected Tier 1 Home Page tab...applied on Tier 2 pages*/
	display: none;
}
/*Tier 2 specific styles*/
#tier2nav{
	display: none;
}
#tier2nav li{
	display: none;
}
#tier2nav a {
	display: none;
}
.leftend{	/*applies rounded corner to tier2 left end*/
	display: none;
}
#tier2nav li.selected {	/*Used to show selected Tier 2 tab*/
	display: none;
}
#tier2nav li.selected a {	/*Used to show selected Tier 2 tab link */
	display: none;
}
#tier2nav li.selected a:hover { /*Used to show selected Tier 2 tab link hover color*/
	display: none;
}
#tier2nav li.selected div {	/*Used to show selected Tier 2 tab*/
	display: none;
}

/*hack for IE5-Mac\*/
#tier1nav a, #tier2nav a{
	float:none;
}
/*end hack*/	
#tier1nav a:hover {
	display: none;
}
#tier2nav a:hover {
	display: none;
}
#tier1nav li.lefttab a:hover{
	display: none;
}
/*Generic template - top blue bar*/
#topbar{
	display: none;
}
#topbarnotab {
	display: none;
}
#topbar_100{
	display: none;
}
/*Layout positioning styles*/
.leftcolumn{
	display: none;
}
.centercolumn{
	vertical-align: top;
}
.rightcolumn{ 
	width: 185px;
	vertical-align: top;
}
#maincontainer {		/*container for all content on secondary pages*/
	margin: 7px 2px 10px 2px; /*changed by MB*/
}
#rightcontent{
	float: right;
	width: 185px;
}
/*New styles for printable page, email page and share features*/
#optitems-container { /*container for holding optional items*/
	display: none;
}
#optitems-container.share-all{ /*if share icons/printable/email - set width of container*/
	display: none;	
}
#optitems-container.share-one{ /*if only one opt item and share icons - set width of container*/
	display: none;	
}
#optitems-container.share-only{ /*if only share icons - set width of container*/
	display: none;	
}
#optitems-share { /*float share items to left in container*/
	display: none;
}
#optionalitems {
	display: none;
}
#printpagelinks {
	font-size: 80%;
	text-align: right;
	display: block;
}
/*Left navigation styles*/
.leftnavheader {
	display: none;
}
.leftnavcontent {
	display: none;
}
.leftnavcontent ul{
	display: none;
}
.leftnavcontent ul ul {
	display: none;
}

.activenav {
	display: none;
}
/*Market watch styles*/
#marketwatch{
	color: #003366;
	font-weight: bold;
}
#marketwatch  p{
	margin: 0px 0 2px 0;
}
.marketwatchtext {
	font-size: 75%;
	font-weight: normal;
}

/*Right content box styles*/
.rightboxheader {			/*header style*/
	display: none;
}
.rightboxcontent {				/*box style for arrow bottom corner */
	display: none;
}
.rightboxcontent p {			/*text style */
	display: none;	
}
.orangearrow {
	display: none;
}
/*Upper right image style*/
.rightimage {
	display: none;
}
/*styles for Principal.com and Bank home pages only*/
.homecontent {
	width: 600px;
}

/*COMPONENTS*/

/*Site index callout box*/
.siteindexcalloutheader {
	display: none;
}
.siteindexcalloutcontent {
	display: none;
}
.siteindexcalloutcontent p {
	display: none;
}
.siteindexcalloutcontent ul {
	display: none;
}
/*Contextual tools callout box*/
.contextualtoolcontainer {
	display: none;
}
.contextualtoolsbox {
	display: none;
}
.contextualtoolsheader {
	display: none;
}
.contextualtoolsheader p {
	display: none;
}
.contextualtoolscontent {
	display: none;
}
.contextualtoolscontent p{
	display: none;
}
.contextualtoolscontent ul{
	display: none;
}
.contextualtoolscontent ul ul {
	display: none;
}
/*Application callout box*/
/*.appcalloutheader{
	display: none;
}
.appcalloutcontent {
	display: none;
}
.appcalloutcontent p {
	display: none;
}
.appcalloutcontent ul {
	display: none;
}
/*Multimedia callout box*/
.multimediacalloutheader{
	display: none;
}
.multimediacalloutcontent {
	display: none;
}
.multimediacalloutcontent p {
	display: none;
}
.multimediacalloutcontent ul {
	display: none;
}
/*Key Points call-out box*/
.keypoints { 
	background: url(/allweb/images/corporate/pcom/khakint.gif) repeat; 
}
.keypointstop div { 
	background: url(/allweb/images/corporate/pcom/khakitl.gif) no-repeat top left; 
}
.keypointstop { 
	background: url(/allweb/images/corporate/pcom/khakitr.gif) no-repeat top right; 
}
.keypointsbot div { 
	background: url(/allweb/images/corporate/pcom/khakibl.gif) no-repeat bottom left; 
}
.keypointsbot { 
	background: url(/allweb/images/corporate/pcom/khakibr.gif) no-repeat bottom right; 
}
.keypointstop div, .keypointstop, .keypointsbot div, .keypointsbot {
	width: 100%; 
	height: 7px; 
	font-size: 1px;
}
.keypointscontent { 
	margin: -5px 10px 0 10px; 
}
.keypoints { 
	font-size: 105%;
	font-weight: bold;
	color: #003366;
	width: 225px;
	margin: 0 10px 0 10px;
}

/*Bank page specific styles*/
#topheader {
	margin: 5px 0 0 10px;
	font-size: 120%;
	float: left;
	font-weight: bold;
	color: #003366;
}
.bottomcontent{
	float: left;
	width:245px;;
	background:#fff;
	margin-top: 15px;
	margin-left: 10px;
	padding-bottom:10px;
}	
.bottomcontent ul{
	padding: 0px;
	margin-top: 5px;
	margin-left: 20px;
}
.bottomcontent li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%; 
	color: #000;
	background-color: #fff;
	list-style: disc;
}
/*Fund performance tables*/
.fundtable td {
	font-size: 85%;
}
.fundtable th {
	font-size: 90%;
}
.fundtable sup {
	font-size: 100%;
}

/*Footer and copyright styles */
#footercontent {
	margin-top: 30px;
}
.asscgraphic{
	position: absolute;
	margin-top: 50px;
}
.footertext {  
	color: #999999;
	font-size: 85%;
}
.footerlinks {  /*global nav links at bottom*/
	color: #999999;
	font-size: 85%;
}

