/* Typography */

body
{
	/* font-family: Arial, Sans-Serif;  - defined in basic.css so accessible to NN4 */
	font-size: 76%; 
}

h1	{ font-size: 2.0em; }
h2	{ font-size: 1.4em; }
h3	{ font-size: 1.4em; }
h4	{ font-size: 1.2em; }
h5	{ font-size: 1.2em; } 
h6	{ font-size: 1.0em; }

#utilities h6
{
	color: #000;
	font-weight: normal;
}
#panel-criteria h2	/* H2 may not be the most appropriate level - but the styles already exist - prob need specific rules for panel-criteria h4 */
{
	font-size: 1.1em;
}

p, input, select, textarea
{
	font-size: 1.0em;
}
ol, ul, li 	{ font-size: 1.0em; }
address		{ font-style: normal; }
legend 		{ font-weight: bold; }

.smaller { font-size: 80%; }


/* genenrics */
form label, fieldset.multiInline label.mainLabel, fieldset.multiBlock label.mainLabel, 
fieldset.multiInline label, fieldset.multiBlock label 
{
	font-weight: normal;
}

ul.tabs li, ul#tabs li
{
	font-weight: bold;
	font-size: 1.1em;
}

/*  #nav-secondary, #nav-tertiary - redundant with new l/h nav - miks - #bannerText ??? */
.menubar, #nav-secondary, #nav-tertiary, #nav-content, .footerLinksBar a, .middleLinksBar a, 
.contentRow a, #bannerText a, #utilities li a:link, 
#utilities li a:visited, #utilities li a:active
{   
	font-weight: bold;
}

#utilities, #utility
{
	font-size: 0.9em;
}
.footerLinksBar a, .middleLinksBar a 
{
	font-size: 1.0em;
}

#nav-breadcrumbs 
{
	font-size: 0.9em;		/* remove to page.css */
}

#nav-footer 
{
	font-size: 0.8em;		/* remove to page.css */
}
#search-site-box			/* top menubar Search input */ 
{
	font-size: 0.75em;		/* remove to page.css */
}



/* SPECIFICS */
#table-openingTimes
{
	font-size: 1.1em;
}

/* calendar (should these be in a specific stylesheet?) */
.calendar h3
{
	font-size: 1em;	
	font-weight: bold;
}

div#calendar
{
	font-size: 0.9em;
}
div#calendar-container p
{
	font-weight: bold;
}

/* does this still exist??
.dateHead 
{
	font-size:1.2em;
}
*/

/* video */
.streamChoice
{
  font-size:0.9em;
}


/* image copyright */
span.copyright			/* sometimes needs to be smaller than caption text - sometimes???  too poorly defined... */
{
	font-size:0.9em;
}


/* database */
thead tr.groupHeader a, thead tr.groupSubHeader th  { 
	font-weight: bold; 
	color: #000;
}

div.pullout h3
{
	font-size:1em;
}