/* FROM style.css */
/* font definitions */
body {
   font-size: 75%; font-family: arial, helvetica, sans-serif; 
   margin-top : 5px; margin-left : 5px; margin-right : 13px;
   color: #000000;
}


img {border-style: none;}

h1, #helptext h1 { font-size : 160%; margin : 1em 0 0 0; }
h2, #helptext h2 { font-size : 130%; margin : 1em 0 0 0; }
h3, #helptext h3 { font-size : 116%; margin : 1em 0 0 0; color:#666666; }
h4, #helptext h4 { font-size: 100%; margin : 1em 0 0 0;}
h1.screentitle {font-size: 250%; font-weight: bold; margin: 9 9 9 9; color: #3d7dab; display: inline; }
h2.screentitle {font-size : 130%; margin : 0 0 0 0; display: inline; }
h4.unavail { display:inline;font-size: 100%; font-weight: bold; margin-left: 11px; }
h3.inlinehead { margin-bottom: 0; color: black; }

table.tcolor { background-color:#e8e8ea; }
table.leftnav { background-color:#ffffff; }
table.screentitle { margin-top:10px; }
td.titletd { color : 0000cc; padding-bottom:7px; }
td.tcolor { background-color:#ffffff; }

.inlinepara { margin-top:0; margin-bottom:0; }
.call2action {
    margin-top: 0;
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
}

.accented { font-weight : bold; }
.inline {display: inline;}
.starInstruction { font-weight: bold; font-size: 85%; }

.sideTextAdTitle { font-size : 81%; font-weight : bold; margin : 4px 5px 0; color : #ff9933;  }
.sideTextAdContent { font-size : 100%; margin : 3px 5px; color : #333333; }

.bgLnMain { background-color : #999966; }
.bgWht { background-color : #FFFFFF; }
.bgGloTab { background-color : #999999; }
.bgGloTab2 { background-color : #cccccc; }
a.hTab { text-decoration : none; }
a.hTab:link { color : #990000;  text-decoration : none; }
a.hTab:visited { color : #996666;  text-decoration : none; }
a.hTab:hover { color : #CC0000;  text-decoration : underline; }
a.hTab:active { color : #990000;  text-decoration : underline; }
p.hTabOn { font-size : 90%; font-weight : bold; padding : 0 8px 1px 2px; margin : 0; }
p.hTabOff { font-size : 90%; padding : 0 8px 1px 2px; margin : 0; }

a:link { color : #336699; text-decoration : underline; }
a:visited { color : #336699; text-decoration : underline; }
a:hover { color : #4986FF;  text-decoration : underline; }
a:active { color : #336699;  text-decoration : underline; }

.headerTop { font-size : 90%; color : #000000; }
a.headerLink:link { color : #990000;  text-decoration : none; }
a.headerLink:visited { color : #996666;  text-decoration : none; }
a.headerLink:hover { color : #CC0000;  text-decoration : underline; }
a.headerLink:active { color : #990000;  text-decoration : none; }

#headerLinks { padding-top : 5px; padding-bottom:5px; }

#mainfooter { margin-top:10px; }
.footer  { font-size : 90%; color : #000000;}
.footer  a:link { color : #990000; text-decoration:none}
.footer  a:visited { color : #996666; text-decoration:none}
.footer  a:hover { color : #CC0000; text-decoration:underline} 
.footer  a:active { color : #990000;  text-decoration : none; }

#footercopyright { margin-top: 15px; font-size : 90%; color : #000000;}

a.relatedLink:link, 
a.relatedLink:visited { color : #990000;  text-decoration : none; }
a.relatedLink:hover, 
a.relatedLink:active { color : #CC0000;  text-decoration : underline; }

a.backlink:link { color : #990000;  text-decoration : underline; }
a.backlink:visited { color : #996666;  text-decoration : underline; }
a.backlink:hover { color : #CC0000;  text-decoration : underline; }
a.backlink:active { color : #990000;  text-decoration : underline; }

.lessEmphasis {font-size:90%}
.generictext {font-size:100%}
.lastVisitText {font-size:90%; white-space: nowrap}
.accountNAText {font-size: 100%; font-weight:bold;}

div.introheading {font-weight:bold; font-size: 116%;}
div.introtext {font-size: 100%;}

td.headDivider {
    background-color:#B5B2A5;
    }
 
/* data table styles */
table.datatable, table.datatable td, table.datatable th {	
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-spacing: 0;
    padding:2px;
    font-size: 100%;
}
table.datatable thead {text-align: center; }
table.datatable tfoot { font-weight: bold; }
table.datatable td.amount {text-align: right; } /* mozilla 1.x kludge, unneeded with NN4 hack */
a.productName:link, a.productName:visited,a.productName:active {
    color:#000000; text-decoration:none;
}
a.productName:hover { color:#4986FF; text-decoration: underline; }


/* BEGIN LEFT NAV STYLES */
#sidenav{
    margin-top:0px;
    width:140px;
}

div.sidenavElement { 
    width:100%;
    overflow:hidden;
    border: 1px solid #A3B9B9;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: left;
}

a.leftNav:link, 
a.leftNav:visited, 
a.leftNav:active {
    display:block;
    font-size: 100%;
    width:100%;
    padding: 1px 0px 1px 1px;
    color:#000000;
    background-color:#f1eff0;
    text-decoration:none;
}

a.leftNav:hover {
    background:#D4D7B4;
} 

div.leftnavElement { 
    width:100%;
    overflow:hidden;
    border: 1px solid #000066;
    margin-bottom: 1px;
}

span.leftNavTitle {
    display:block;
    width:100%;
    color:#000000;
    font-weight:bold;
    font-size: 110%;
    background-color:#cccccc;
    text-decoration:none;
    padding: 2px 1px 2px 3px;
    background-repeat:no-repeat;
    background-position:3px;
}

span.leftNavCurrent {
    display:block;
    width:100%;
    color:#FFFFFF;
    font-weight:bold;
    font-size: 100%;
    background-color:#5282a5;
    text-decoration:none;
    padding: 2px 1px 2px 2px;
    background-repeat:no-repeat;
    background-position:3px;
}

/* 
    note - subtracting 1px from top to make up for
    the 1px margin on the bottom of elements above 
*/
div.navbottom { 
    width:100%;
    height:1px;
    margin-bottom:3px;
    margin-top: -1px;
    background-color: #E6E6C2;
    border-right: 2px solid #E6E6C2;
}

/* left nav sub */

a.leftNavSub:link, a.leftNavSub:visited, a.leftNavSub:active {color:#660000;
    background:#FFFFFF;
    font-size: 100%;
    padding-left:12px;
    text-decoration:none}
a.leftNavSub:hover{text-decoration:underline;}

td.leftNavSub {border-left:1px solid #660000; padding:2px 0px 2px 0px}

td.leftNavSubBottom {border-left:1px solid #660000;
    border-bottom:1px solid #660000;
    padding:2px 0px 6px 0px}


span.leftNavSubCurrent {color:#000000;
    background-repeat:no-repeat;
    background-color:#FFFFFF;
    background-position:3px center;
    padding-left:12px;
    font-size: 100%;
    font-weight:bold}

span.leftNavCurrent1stLvl {
    color:#FFFFFF;
    font-weight:bold;
    font-size: 100%;
    background-color:#660000;
    padding:2px 0px 2px 12px;
    width:181px;
    text-decoration:none;
    background-repeat:no-repeat;
    background-position:3px center
}

div.backnav { width:180px }

/* END LEFT NAV STYLES */


/* CONTENT TABS AND HORIZONTAL RULE */

#bodyhr { margin-top:15px }

hr.ns4 { display: none; }

div.contentNavSection {
    position:relative;
    margin-top:8px;
}

span.contentNavStart {position:relative;width:4px}

a.contentNav:link, 
a.contentNav:visited, 
a.contentNav:active {
    position:relative;
    font-size:100%;
    font-weight:bold;
    color:#770000;
    background-color:#EEEFE1;
    text-decoration:none;
    margin-left:1px;
    margin-right:1px;
    border: 1px solid #A3B9B9;
    padding: 1px 6px 0px 6px;
}

a.contentNav:hover {
    background-color:#D4D7B4;
}   

span.contentNavCurrent {
    position:relative;
    font-size:100%;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#778888;
    text-decoration:none;
    margin-left:1px;
    margin-right:1px;
    border-top: 3px solid #778888;
    padding: 1px 6px 3px 6px;
}

/* BEGIN RIGHT NAV STYLES */
#rightnav{
    margin-top:0px;
    width:125px;
}

div.contentNavSeparator {
    position:relative;
    border-top:2px solid #778888;
    border-bottom:3px solid #E6E6C2;
    margin-bottom:10px;
    margin-left:1px;
    margin-top:2px;
    background-color:#778888
    }

/* END CONTENT TABS AND SEPARATOR */

a.tableHeader:link, a.tableHeader:visited, a.tableHeader:active {color:#000000;
    font-weight:bold}

img.navArrow {position:relative;top:-2px}

td.balanceDetailChart {border-top:4px solid #999999;
    border-bottom:1px solid #CCCCCC}

td.headerRow {background-color:#ffffff;
    border-bottom:1px solid #CCCCCC}

td.summaryChart {border-bottom:1px solid #CCCCCC}

td.summaryChartBottom {border-bottom:3px solid #CCCCCC}

table.main {border-bottom:2px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    margin-bottom:5px}
table.header {margin-bottom:15px}
    
input.button {font:11px Arial;  
    color:#FFFFFF;
    font-weight:bold;
    background-color:#990000; 
    margin:0px;
    padding:0px;
    border-color:#FF0000}
form.main {margin-top:0}
form.nospace {display: inline;} /* legacy wib-wf.css */

form.viewTrans {margin-bottom:4px;
    margin-top:20px}

.crumb {font-size:1.3em;
    padding-bottom:4px}


span.sectionHeader {font-weight:bold;
    font-size:14px;
    color:#666666}

.pausemsg { font-family: arial, helvetica, sans-serif; font-weight: normal; font-size: 100%; color: #000000;}
#pause { margin-top: 20%; }


/* sitemap styles */
.sitemaphead { font-size: 116%; color: #000000; margin-top: 0; font-weight: bold;}
.sitemapitem  {margin-left: 20px; font-size: 100%}
table.linkList a:link { text-decoration : none }
table.linkList a:visited { text-decoration : none }
table.linkList a:hover { text-decoration : underline }
table.linkList a:active { text-decoration : none }

/* marketing message */
.side_mm { 
    white-space: normal;
    width:161px; text-align:left; margin-bottom:15px;
}

.signoff_mm { 
    float: right;
    padding-left: 20px;
    white-space: normal;
    width:161px; text-align:left;

}

.bgInfoBxHd2 { background-color : #cccccc; }
.bgInfoBxBg3 { background-color : #F2F2F2; }

.c24Text { font-size : 90%; margin : 2px 4px; color : #000000; }
.c24InfoTitle { font-size : 100%; margin : 1px 4px; color : #FFFFFF; font-weight : bold; }

.c23Title { font-size: 100%; margin: 1px 4px; color:#000000; font-weight: bold; }
.c23Body { margin: 3px; font-size: 90%; color: #000000; }

.blueHead { font-weight: bold; color:#336699; text-align:left; }

.bgWhtBorder {
    text-align:left;
    padding: 4px;
    font-size:11px;
    font-family:arial;
    font-weight:normal;
    color:#000000;
    background-color:#FFFFFF;
    border: 1px solid #666666;
}

.boldTxt { font-weight: bold; }

.feedback {
    padding: 4px;
    font-size:100%;
    font-family:arial,sans-serif;
    font-weight:regular;
    font-weight:300; 
    color:#000000;
    background-color:#FFFFFF;
  border: 1px solid #003366;
}

.fbHead{ font-weight:bold; }

.offer {
  padding: 4px;
  font-size:100%;
  font-family:arial,sans-serif;
  font-weight:regular;
  color:#003366;
  background-color:#CCCCCC;
  border: 1px solid #003366;
}
a.offerlink:link { color : #003366;  text-decoration : none; }
a.offerlink:visited { color : #003366;  text-decoration : none; }
a.offerlink:hover { color : #003366;  text-decoration : underline; }
a.offerlink:active { color : #003366;  text-decoration : none; }

.eeoffer {
    padding: 3px 4px;
    background-color:#636594;
    color:#FFFFFF;
    font-weight:300;
    background-repeat:no-repeat;
    background-position:98% 90%;
}
.offerEEHd {      
    color:#FFCB6B; 
    font-weight:bold;
}
a.offEELink:link { color : #FFCC66;  text-decoration : none;  }
a.offEELink:visited {  color : #FFCC66;  text-decoration : none; }
a.offEELink:hover {  color : #FFCC66;  text-decoration : underline; }
a.offEELink:active { color : #FFCC66;  text-decoration : none;  }     

.rf01 {
    padding: 4px;
    background-color:#FFFFCC;
    border:1px solid #990000;
    color:#990000;
    font-weight:300;
}
.rf01hd {      
    font-weight:bold;
    color:#000000;
}
a.rf01link:link { color : #000000;  text-decoration : none;  }
a.rf01link:visited { color : #000000;  text-decoration : none; }
a.rf01link:hover { color : #000000;  text-decoration : underline;  }
a.rf01link:active { color : #000000;  text-decoration : none;  }  


