/* print style sheet */

@import url(../css/base.css);
@import url(../css/datatables.css);

/* override some styles */

#edit_button, #validate{
  display: none;
}
#nav-top{ /* search and utility links */
  display: none;
}
#nav-top,#menu,#content{
  width: 550px;
  padding: 0;
}	
#nav-outside{
  border-bottom: 1px dotted #aaa;
}
.fromthedean #nav #t-fromthedean span b,
.fromthecfo #nav #t-fromthecfo span b,
.features #nav #t-features span b,
.financials #nav #t-financials span b
{
  font-weight:bold;
  text-decoration:underline;
}

.gifts #subnav-financial li#gifts a, 
.gifts #subnav-financial li#gifts a:hover,
.fiveyear #subnav-financial li#fiveyear a, 
.fiveyear #subnav-financial li#fiveyear a:hover,
.financialreview #subnav-financial li#financialreview a, 
.financialreview #subnav-financial li#financialreview a:hover,
.financialreview-2 #subnav-financial li#financialreview-2 a, 
.financialreview-2 #subnav-financial li#financialreview-2 a:hover,
.financialreview-3 #subnav-financial li#financialreview-3 a, 
.financialreview-3 #subnav-financial li#financialreview-3 a:hover,
.financialhighlights #subnav-financial li#financialhighlights a, 
.financialhighlights #subnav-financial li#financialhighlights a:hover,
.financialstatements #subnav-financial li#financialstatements a, 
.financialstatements #subnav-financial li#financialstatements a:hover
{
  font-weight:bold;
  text-decoration:underline;        
}

#content{
  font-size: 80%;
}
