/**
 * Contains all the rules for large font size;
 *
 * CSS Rules should start with #pbs-main #pbs-content and use the !important keyword in order to override the default rules.
 *
 * @author Christophe Lauret (Allette Systems)
 * @author Kirrily Walker
 * @author William Liem
 *
 * @version 22 June 2009
 * @history: 20090622 - kw: modified font-size pt to ems
 */

/* Import all the default rules */
@import url(pbs-main.css);
@import url(pbs-navigation.css);  /* styles for the navigation                 */
@import url(pbs-search.css);      /* styles for 'Search' screens               */
@import url(pbs-common.css);      /* styles for common elements screens        */
@import url(pbs-consumer.css);    /* styles for 'Consumer' screens             */
@import url(pbs-healthpro.css);   /* styles for 'Health Professionals' screens */
@import url(pbs-industry.css);    /* styles for 'Industry' screens             */
@import url(pbs-infobox.css);     /* styles for Info Boxes                     */
@import url(pbs-static.css);      /* styles for Static Content                 */
@import url(pbs-static-tables.css);  /* styles for Static Tables                 */

/* Master rule for the Large font*/
body { font-family: Arial, Helvetica, sans-serif;
       font-size: 1.2em !important;
       margin: 5px;
}

#pbs-main .legend h6 {font-size: 0.689em !important;} /* overflow with large font */
/* #pbs-main .legend .text {font-size: 0.55em !important;} /* overflow with large font */

#pbs-navigation .authority .contact  {font-size: 0.95em !important; } /* overflow with large font */
#pbs-navigation h4 {font-size: 0.689em !important;} /* overflow with large font */

#pbs-main a.select-from-list       {font-size: 0.95em !important; padding: 2px !important;  } /* overflow with large font */

#pbs-advanced-search .search-publication dt {font-size: 1em !important;}

#pbs-simple-search {font-size:0.6em !important;} /* overflow with large font */
#pbs-simple-search h2 {font-size: 1.1em !important;} /* overflow with large font */
#pbs-simple-search .textbox {font-size: 1em !important;} /* overflow with large font */
#pbs-simple-search .text {font-size: 1em !important;} /* overflow with large font */

#pbs-simple-search-schedule {font-size:0.6em !important;} /* overflow with large font */
#pbs-simple-search-schedule h2 {font-size: 1.1em !important;} /* overflow with large font */
#pbs-simple-search-schedule .textbox {font-size: 1em !important;} /* overflow with large font */
#pbs-simple-search-schedule .text {font-size: 1em !important;} /* overflow with large font */

#pbs-advanced-search         {font-size:0.6em !important;} /* overflow with large font */
#pbs-advanced-search h2      {font-size: 1.1em !important;} /* overflow with large font */
#pbs-advanced-search .textbox  {font-size: 1em !important;} /* overflow with large font */
#pbs-advanced-search .search-term .text {font-size: 1em !important;} /* overflow with large font */

/* can't find in XSLT #pbs-search-results .matches_hotissues label {font-size: 14px; color: fuchsia !important; } /* overflow with large font */

#pbs-search-results .drawnfrom {font-size: 0.9em !important; } /* overflow with large font */
#pbs-search-results .atcinfo .breadcrumb {font-size: 1.05em !important;} /* overflow with large font */

#pbs-search-results .contents p         {display: block; margin: 5px 0px; font-size: 1em !important;} /* overflow with large font */

#pbs-search-results .group-title {width: 708px !important;}
#pbs-search-results .medicinename dt {font-size: 0.8em !important; }
#pbs-search-results .sourcename dt {font-size: 0.8em !important; }
#pbs-search-results .bodysystem dt {font-size: 0.8em !important; }


#pbs-main .body-system-tree ul li a {font-size: 1em !important;}
#pbs-main .body-system-tree ul ul li a {font-size: 0.9em !important;}
#pbs-main .body-system-tree ul ul ul li a {font-size: 0.9em !important; }