/* Start nav_only.css -- used for ad creation preview to preserve user-entered fonts in ads */

/* Noah subnav */

.subNavbody {
  background-color: #990000;
  color: #FFCC33;
 }

.linkSelected {
  color: #FFCC33;
  text-decoration: none;
  font-size: 11pt;
  font-family: arial, geneva, sans-serif;
  font-weight: bold;   
  }

.linknotSelected{
  color: #FFCC33;
  text-decoration: none;
  font-size: 9pt;
  font-family: arial, geneva, sans-serif;
  font-weight: normal;   
  }

/* Noah footer --- will need to change these ids to classes eventually for xhtml compatibility */

#footerNav {
  background-color: #FFFFFF;
  font-size: 8pt;
  font-family: arial, geneva, sans-serif;
  }

#footerRow {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 8pt;
  font-family: arial, geneva, sans-serif;
  }

/* Generic ones used in Noah Nav */

.smaller {
  font-size: 8pt;
  font-family: arial, geneva, sans-serif;
  }

.nine {
  font-size: 9pt;
  font-family: geneva, arial, sans-serif;
  }


/* Noah UI used in ad preview pages */

/* section that contains the title of the page */
.pageHeader {
   background-color: #990000;
   color: #FFFFFF;
   font-size: 10pt;
   font-family: Arial, geneva, sans-serif;
   }

/* The bars with titles that designate certain sections of the page */
.sectionHeader {
  background-color: #CCCCCC;
  color: #000000;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  }

/* The last row in data out pages that contains the column totals */
.lineListingTotals {
  background-color: #FFFFCC;
  color: #000000;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  font-family: arial, geneva, sans-serif;
  }

/* End nav_only.css */ 